Commit 93e53b0
committed
site: getting-started rewritten from a real 1.0.4 run; six pillars with maturity labels
getting-started showed a scaffold 1.0.4 no longer writes: four wired generators, a
src/db.ts stub, and deps declared by init. It now follows the real flow, captured from
the published CLI in a scratch project: init (empty codegen/generators/, generators: [])
→ gen --list --probe → eject → install → wire → gen → write src/db.ts → migrate → curl.
It also stops claiming the generated code has no MetaObjects dependency (the routes
mount through runtime-ts), notes that the generated endpoints are unauthenticated, and
the model now matches the ask above it. videos.html says the getting-started recording
predates 1.0.4.
Home: the Verify clause reads "fails or warns" (FR-042 §3 amendment). There are six
pillars, each with a maturity label, Libraries is added, and the "less code, less
drift" line is gone (measured false). Sharing a model across projects is claimed with
its scope clause. requirements.html no longer says the verify checks ship in every port
or that the gap "becomes a build failure".
AGENTS.md: the CLI-mirror note names the init.ts constants that exist today, and says to
verify from a real run outside /tmp.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BHEQGNA9McKNBwDkesNMDC1 parent 1e873eb commit 93e53b0
6 files changed
Lines changed: 233 additions & 140 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
38 | | - | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
0 commit comments