Add working agreement modes: ask-permission and PR mode #31
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/working-agreement-modes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a Working agreement mode section to VCS.md distinguishing:
permission, per action.
watching CI to green and fixing failures, updating the PR (never
force-pushing), and marking it ready once all-green and mergeable are
all automatic within the scope of a task. Merging is not automated by
the mode either way — it stays governed by the existing automerge-offer
rule (button, small/low-risk PRs only).
A repo opts into PR mode by declaring it in its own CLAUDE.md; absence of
a declaration means ask-permission mode. Updates the ground-rules bullet,
the "before you commit" checklist, the Work in progress section, and the
quick-reference table to point at the new section instead of stating the
old blanket rule.
Docs-only, no CI in this repo.