You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
site(getting-started): verified against 1.0.7; install typescript and show how to typecheck
A cold run of this page against npm 1.0.7 finished every step, including all five REST
verbs. Three fixes:
- The stamp said the transcripts were verified against 1.0.4; they are re-checked
against 1.0.7 (a fresh project's gen --list, the generated Task.ts excerpt).
- `meta gen --list` now opens with three lines saying each generator is a reference
helper; the transcript shows them.
- The CLI's own hint after gen is `npx tsc --noEmit`, but the page never installed
typescript or created a tsconfig.json, so a cold reader hit npm's "not the tsc command
you are looking for" guard. The install line adds typescript and the Generate section
shows `npx tsc --init` then `npx tsc --noEmit` (the cold run typechecked clean that way).
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01M1mRRB1K2WdYy82kntMQdx
0 commit comments