+75
−17
Loading
Apply the three Analyst-findings harness defects:
- F2 (^{} peel): the §10 monitoring snippet now strips the annotated-
tag dereference suffix BEFORE filtering, so re-pointed annotated
tags (e.g. review/<slug>-escalate) don't slip past the suffix
exclusion as ^{}-peeled false positives.
- F4 (--tags clobber): switched the §10 monitoring example to
`git ls-remote` with narrow refspecs as the primary discovery
method; for cases where local fetch is needed, document the
narrow-refspec form (Option A) and the --force-on-tags fallback
(Option B) per Analyst findings F4.
- F5 (pipe-mask): replaced the hidden `2>&1 | tail` anti-pattern in
the cleanup runbook with an explicit `if git push …; then … else
…; fi` form. Exit-code-masking via tail caused a silent
analysis-branch push failure during the dry-run gamma-v3 cycle.
Also: §3 cadence note (10s warning, 30s minimum dry-run, 60s
production) and {integrator-test-cmd} knob extending §7 of
orchestration.md per redesign §14.2. §10 reorganized for
Administrator-first launch (Administrator phase 1 absorbs
Initialization; v1 standalone Initialization-prompt.md remains as
fallback per orchestration.md §13.1).
Co-Authored-By:
Claude Opus 4.7 (1M context) <noreply@anthropic.com>