Files
Yeachan-Heo 5abed84f46 Finish the stale-reference cleanup promised by the issue
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
2026-03-21 01:18:44 +00:00
..
2026-01-27 05:38:15 +00:00