Skip to content

Commit 55e8316

Browse files
authored
docs(agents): forbid self-claiming and unverified detail embedding (#40)
* feat(ci): add actionlint workflow validation job * docs(agents): forbid self-claiming and unverified detail embedding
1 parent 997b18d commit 55e8316

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This is a general-purpose GitHub repository template. It contains community heal
1111
- Keep changes minimal and aligned with the repo's existing style.
1212
- Do not commit secrets or environment files (`.env`); use `.env.example` instead.
1313
- Run available linters/formatters/tests before declaring work complete; if none exist, say so.
14+
- Avoid self-claiming and embedding unverified detail. Never claim you verified something you did not, and do not over-specify routine conventions in comments (e.g. tagging a commit as "GPG-signed" when the repo requires signing by default). State only what you did and observed.
1415
- Prefer small, focused commits; write subjects as `type(scope): summary` (see `CONTRIBUTING.md`).
1516
- Use branch naming prefixes: `feat/`, `fix/`, `docs/`, `chore/`, `refactor/`, `test/` (see `CONTRIBUTING.md`).
1617
- Open PRs early and keep them small — a series of small, merged PRs is easier to review than one large one.

0 commit comments

Comments
 (0)