+94
−49
Loading
Per orchestration.md v2.2 §3 / §6.4 / §8: walk back v2.1's blanket
read-only restriction. Phase 1 now does initialization.md §2.5
write-capability verification itself under a narrow phase-scoped
init-check-* push allowlist; the user no longer has to confirm
verification or run a separate v1 fallback session for routine
startup. Phase 2 stays strictly read-only.
Header / pre-prompt:
- Replace v2.1 "read-only on the repository" framing with v2.2
phase-scoped framing pointing at orchestration-v2-redesign.md
§17.7 for rationale.
Phase 1 body:
- Walks initialization.md §1-§11 in full (no longer skips §2.5).
- §2.5: explicit seven-command push test using the
init-check-$(date -u +%Y%m%dT%H%M%S) scratch namespace, each
push wrapped in if-then-else for explicit-exit checking.
- §9 cleanup: explicit "delete every init-check-* ref (remote and
local)" pass before reporting Phase 1 complete; verify zero
remain via ls-remote grep.
- Removed the "ask the user to confirm verification" gate (v2.1
carryover); the agent verifies for itself now.
- Phase 1 → Phase 2 transition explicitly irrevocable: in-memory
push allowlist drops to empty; re-init after credential rotation
uses v1 fallback Initialization-prompt.md, not Administrator
re-entry.
Push allowlist section: rewritten to v2.2 phase-scoped (Phase 1
init-check-* / Phase 2 empty / always-denied protocol refs).
Co-Authored-By:
Claude Opus 4.7 (1M context) <noreply@anthropic.com>