Stage-1 deep-plan: repoint paths to worktree + correct START-HERE launch#226
Merged
Conversation
…ation Single entry-point doc for whoever picks up the certified plan in the worktree: how to launch (worktree-relative path + --allow-nonconverged and WHY), the two gotchas (Phase-0/canary are billable+credential-gated → never unattended; run skills from a normal session in this worktree), the authoritative gate (review.json, NOT the superseded leg-1 audit.json), the 7 remaining advisory minors + the now- resolved cache minor, the phase table, and the commit-by-explicit-path convention. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…TART-HERE launch
Worktree-implementation enablement (execution-location only; zero substance change):
- plan.json + plan.md: repointed 50 absolute root paths from the main checkout to the
worktree copy. Commands are byte-identical except the repo-root prefix, so all cd-navigation
(incl. cd-into-aperture-tools + cd-back-to-root), ESM/require imports, and node script args
now resolve against the worktree. Chosen over strip/relativize because those break cd-back
and ESM specifiers = a semantic change; repoint preserves command semantics exactly. Cache
fix (srcOK accepts 'cache') intact; check-drift still 0 changed edit-sites; valid JSON.
- START-HERE.md: corrected the launch guidance (4 Explore agents verified):
* drop the nonexistent --allow-nonconverged flag (it's a Codex-side arg; Claude-side has none)
* add mandatory repoRoot=<worktree> (default is main checkout → wrong-tree corruption) + currentDate
* replace the false 'audit-convergence gate' rationale: the Claude skill never reads audit.json/
review.json; gates are Compile/Load-drift/human-halt. Certification is human-enforced.
* note the Codex-side skill is the wrong consumer (82 validator errors) and the pipeline can't
resume this hand-authored pipeline-state.json (would re-plan).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Enables clean worktree implementation of the certified Stage-1 plan. Execution-location only, zero substance change.
Includes the prior START-HERE.md handoff commit (first time it reaches main).
Generated with Claude Code