Skip to content

Commit d63600f

Browse files
authored
Merge pull request #187 from PyAutoLabs/feature/assistant-brain-ref
docs(clone): Brain-ref escape hatch convention (fixes #186)
2 parents 6ce4e7c + e73f20a commit d63600f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

agents/conductors/clone/AGENTS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ lightweight-seed) a human answers before any `--apply`.
3232
An unclassified file **blocks `--apply`** (exit 4) — deliberate pressure that
3333
keeps the boundary complete. The reference's own CI runs that check per-PR via
3434
`check_boundary.py`, so the author who adds a file classifies it rather than
35-
whoever next tries to give birth.
35+
whoever next tries to give birth. An assistant PR paired with a
36+
not-yet-merged Brain change may declare `Brain-ref: <branch-or-sha>` on its
37+
own line in the PR body — the workflow then runs the checker from that ref
38+
instead of `main`, so paired PRs can both be green before the ordered merge
39+
(PyAutoBrain#186); new cells inherit this from the reference's
40+
`clone-boundary.yml`.
3641

3742
Hard rules (from DESIGN.md): never writes repos/files/GitHub state itself
3843
(birth is Build's — this agent hands over a plan); never copies domain content

0 commit comments

Comments
 (0)