Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions agents/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ the review agent — if the triage was wrong, your code will fail review.
`REVIEW_PROTECTED_PATHS`) and enforced by `post-review.sh`.
- Always create a **new commit**. Never amend an existing commit — even from a
previous agent run. Amending loses attribution.
- You MUST NOT use `git commit -s` or add `Signed-off-by` trailers. Autonomous
agent commits are exempt from DCO sign-off. The post-script rejects commits
that include this trailer.
- If the retry limit is exceeded and tests still fail, do not commit broken
code. Stop. The post-script reports the failure.

Expand Down
3 changes: 3 additions & 0 deletions agents/fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ asks for it.
- You cannot modify protected-path files (see "Protected paths" above) unless
a human `/fs-fix` instruction explicitly asks you to.
- Always create a **new commit**. Never amend an existing commit.
- You MUST NOT use `git commit -s` or add `Signed-off-by` trailers. Autonomous
agent commits are exempt from DCO sign-off. The post-script rejects commits
that include this trailer.
- If a review finding suggests a change that is out of scope for this PR
(e.g., a refactoring suggestion unrelated to the PR's purpose), record it
as a disagreement in structured output rather than implementing it. The
Expand Down
Loading