Skip to content
Merged
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
5 changes: 4 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ the architect disposes. Disagreement is welcome; scope creep is not.
redesign instruction names the mechanism to remove, not a patch to add.
- The builder never edits LEDGER.md decision entries. It may append a
`Builder note:` line under its own work item.
- Commits go on the work branch. The architect merges to `main` after ACCEPT.
- Commits go on the work branch. After ACCEPT the architect squash-merges
the pull request into `develop` (one commit per work item; the PR title
becomes the commit title, so name it `W-NNN: short description`) and
fast-forwards `main` for releases.

## Verification

Expand Down
Loading