docs(records): pre-stage CC 2.1.170 adoption — green gate vs the open PR pair (#94 steps 1-2)#104
Merged
Merged
Conversation
… open PR pair, draft record (#94 steps 1-2) Gate run locally on the live 2.1.170 install with the leaves pinned at the open PR-pair heads (tweakcc-fixed PR 7 e096008 built in a detached worktree, lobotomized PR 6 07e75b9), overrides isolated per the established symlink discipline. Verdict: green Four-zeros, Boot-verify pass, clean Restore drill, misbinds 0. Saved as a .draft.json — pre-staged evidence, not a Support-matrix add; the suffix-less record lands with the merge-day re-run (step 3, blocked on the leaf merges). Run notes captured in docs/records/README.md: the first run's driver-check red was the driver's backup-vintage guard (stale 2.1.169 backup vs live 2.1.170, refreshed by the gate's own apply); the new JSON advisory orphan is static-scan noise from JS template literals in workflow-script overrides. 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.
Pre-stages the CC 2.1.170 Release adoption against skrabe's open PR pair — steps 1–2 of #94 (lead L2, anticipation). Does NOT close #94: step 3 (merge-day re-run, Support-matrix add, finalized record) stays blocked on the leaf merges.
What ran
Real Integration gate (
pnpm tsx src/cli.ts) on the live local CC 2.1.170 install, leaves pinned via detached worktrees at the open PR-pair heads:e096008(built:pnpm install && pnpm build) — Support CC 2.1.170 (Fable 5 release) skrabe/tweakcc-fixed#707e75b9(fable-5 set) — Fable 5 override set for CC 2.1.170 skrabe/lobotomized-claude-code#6Overrides isolated (
~/.tweakcc/system-prompts→ empty dir, restored after) per the precedented discipline — the known #26-class offender would red any full-override run.Verdict: green. Four-zeros pass (failedPatches / missingSystemPrompts / orphanVariables / misbinds all empty), Boot-verify pass, Restore drill pass with byte-identical clean stock.
Findings worth keeping
driver-check: the driver's backup-vintage guard correctly refused whilenative-binary.backupstill held 2.1.169 bytes against the live 2.1.170 install. The gate's own apply refreshed the backup (tweakcc-fixedstartupCheck), re-run green. The guard worked as designed.JSON(vs the 2.1.169 record) is static-scan noise:${JSON.stringify(…)}JS template literals insideworkflow-script-*/skill-design-sync-*overrides, present in both the fable-5 and opus-4-8 sets. Backtick-delimiter class — feeds Leaf ask: make escape-or-not mechanical — per-prompt delimiter context in extraction output or an escape audit (draft + intent ping) #96.Changes
docs/records/adoption-record-2.1.170.draft.json— gate output verbatim, draft suffix = pre-staged evidence, not matrix membership (convention added to the records README).docs/records/README.md— draft-record convention + 2.1.170 run-context note.docs/plans/roadmap.md— Pre-stage the CC 2.1.170 Release adoption on skrabe's open PR pair (tf#7 + lcc#6) — current on merge day #94 row → Blocked/human (steps 1–2 done, step 3 = merge-wait).Gate:
pnpm test(130 pass) +pnpm typecheckgreen. Environment restored and verified: overrides symlink back to the opus-4-8 target, install byte-identical to stock 2.1.170 backup, launcher symlink untouched, worktrees removed.🤖 Generated with Claude Code