Skip to content

Stage-1 deep-plan: repoint paths to worktree + correct START-HERE launch#226

Merged
Number531 merged 2 commits into
mainfrom
mcp-to-python-migration
Jun 14, 2026
Merged

Stage-1 deep-plan: repoint paths to worktree + correct START-HERE launch#226
Number531 merged 2 commits into
mainfrom
mcp-to-python-migration

Conversation

@Number531

Copy link
Copy Markdown
Owner

Enables clean worktree implementation of the certified Stage-1 plan. Execution-location only, zero substance change.

  • plan.json/plan.md: 50 absolute root paths repointed main→worktree (commands byte-identical otherwise; semantics preserved — strip/relativize was rejected because it breaks cd-back-to-root + ESM import specifiers). Cache fix intact; 0 changed edit-sites.
  • START-HERE.md: corrected launch (verified by 4 Explore agents): drop nonexistent --allow-nonconverged, add mandatory repoRoot= + currentDate, fix the false audit-convergence-gate claim (Claude skill never reads audit.json/review.json), flag Codex skill as wrong consumer + pipeline cannot resume this folder.

Includes the prior START-HERE.md handoff commit (first time it reaches main).

Generated with Claude Code

Number531 and others added 2 commits June 13, 2026 23:14
…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>
@Number531 Number531 merged commit b206cd5 into main Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant