docs: use --merge and --admin for all PR merges#4
Merged
Conversation
All commits on a branch must be preserved on main. The agent is the sole creator, maintainer, and admin — no human review gate needed. Updated: ops guide, evolve prompt, handoff.
fazxes
added a commit
that referenced
this pull request
Apr 4, 2026
…code In full-stack repos, agents gravitate toward React components. This adds a three-part system to detect and correct frontend-heavy exploration: 1. classify_repo_dirs() classifies top-level dirs as frontend/backend using dir name matching with extension-sampling fallback 2. build_backend_escalation() injects a directive naming specific backend dirs when the last N cycles all touched frontend paths 3. New config option backend_forcing_cycle (default 3) controls threshold Loop 1 item #4 complete. 20/21 components done (95%). +19 tests (9 classification, 7 escalation, 3 prompt integration). 189 tests passing, make check clean.
This was referenced Apr 4, 2026
fazxes
added a commit
that referenced
this pull request
Apr 9, 2026
fazxes
added a commit
that referenced
this pull request
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--squashto--mergeso all branch commits are preserved on main--adminas mandatory — agent is sole maintainer, no human review gateFiles
docs/ops/OPERATIONS.md— merge strategy sectiondocs/prompt/evolve.md— step 8 merge commanddocs/handoffs/0002.md+LATEST.md— decision recorded