feat(branch): default gx branch start to tier T1, not T3#632
Merged
NagyVikt merged 2 commits intoJun 5, 2026
Merged
Conversation
added 2 commits
June 5, 2026 16:43
A full T3 scaffold (change + plan workspace, ~7290 tokens) was created for every branch-start that omitted --tier, even for small changes that never read it. - agent-branch-start.sh: default tier T1 (notes.md only); GUARDEX_OPENSPEC_TIER default + normalize_tier fallback both T3->T1. Prints an escalation hint on T1. - agent-branch-merge.sh: pin the integration lane to T3 (it is inherently cross-cutting and needs the plan workspace) so the merge flow is unaffected. - Usage text + tier-guide docs (AGENTS.md, .agent/CLAUDE-CODE-WORKFLOW.md) updated. Tests: new 'DEFAULTS to T1' in branch.test.js; merge-workflow test fixed via the T3 pin. No-new-failures vs base (and one baseline failure now passes). Follow-up: auto-escalate when an agent writes proposal.md/spec.md into a T1 change.
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.
Flip the default OpenSpec tier from T3 (~7290 tokens of change+plan scaffolding) to T1 (notes.md only) for branch-starts that omit
--tier; escalate explicitly with--tier T2/T3. Thegx mergeintegration lane is pinned to T3 (cross-cutting, needs the plan workspace). Usage + tier-guide docs updated.Gate: independent review clean (no CRITICAL/HIGH); failing-test set has zero NEW failures vs base (22 vs 23 — one baseline failure now passes). Baseline-red repo, manual gate.
Follow-up (tracked): auto-escalate when an agent writes proposal.md/spec.md into a T1 change.
🤖 Generated with Claude Code