chore: repo compliance cleanup#16
Conversation
|
Agent runner idle completed. Repo: metyatech/agent-runner Summary: |
There was a problem hiding this comment.
Pull request overview
This PR adds standard community health files and governance documentation to bring the repository into compliance with its AGENTS.md rules. The project is a local agent runner for GitHub issue/PR automation using Codex CLI.
Changes:
- Added
CODE_OF_CONDUCT.mdbased on Contributor Covenant v1.4, issue templates for bugs and feature requests, and a pull request template. - Updated
README.mdwith a "Project governance" section linking to all governance/documentation files (Changelog, Code of Conduct, Contributing, License, Security).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Added "Project governance" section with links to governance docs |
| CODE_OF_CONDUCT.md | New Contributor Covenant Code of Conduct (v1.4) |
| .github/pull_request_template.md | New PR template with description, type of change, testing, and checklist sections |
| .github/ISSUE_TEMPLATE/feature_request.md | New feature request issue template |
| .github/ISSUE_TEMPLATE/bug_report.md | New bug report issue template |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Enforcement | ||
|
|
||
| Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
| reported by contacting the project team at [INSERT EMAIL ADDRESS]. All |
There was a problem hiding this comment.
The enforcement section contains the placeholder [INSERT EMAIL ADDRESS] which should be replaced with an actual contact email address before merging. This placeholder makes the Code of Conduct unenforceable since there's no way for community members to report incidents.
|
|
||
| **Desktop (please complete the following information):** | ||
|
|
||
| - OS: [e.g. iOS] |
There was a problem hiding this comment.
The example OS for the "Desktop" section is iOS, which is a mobile operating system. A more appropriate example would be a desktop OS like macOS or Windows 11. Since this project is "designed for a self-hosted Windows machine running Codex CLI" (per README), Windows 11 would be a more fitting example.
| - OS: [e.g. iOS] | |
| - OS: [e.g. Windows 11] |
Brings the repository into compliance with AGENTS.md rules by adding missing governance files and templates.
Changes:
Verified with
pm run verify.