mirror of
https://fastgit.cc/github.com/Yeachan-Heo/oh-my-claudecode
synced 2026-04-20 21:00:50 +08:00
Two outdated references remained after the first pass: dead deprecated package build aliases that no longer participate in the runtime, and a seminar demo model string still pointing at the old Sonnet 4.5 family. This follow-up removes the orphaned aliases, updates the live-demo note to Sonnet 4.6, and extends the narrow docs contract test so both regressions fail fast next time. Constraint: Keep the follow-up limited to the exact blockers found on PR #1800 Rejected: Narrow the PR scope instead of fixing the leftovers | user preferred completing the cleanup in the same PR Confidence: high Scope-risk: narrow Reversibility: clean Directive: When removing deprecated scripts, also remove their last package.json aliases so green PRs do not keep shipping dead surfaces Tested: npm ci && ./node_modules/.bin/vitest run src/__tests__/tier0-docs-consistency.test.ts Tested: node -e "JSON.parse(require('fs').readFileSync('package.json','utf8')); console.log('package.json parse: OK')" Not-tested: Seminar/demo flow execution in a live audience environment