Commit aaaec87
committed
site: the "verified" page was not, and the story page still read pre-release
getting-started.html leads with "every command and output below is real — verified". Checked
against the CLI it names, three things on it were not:
- `meta init` scaffolds FIVE generators, not four. `SCAFFOLDED_GENERATOR_NAMES` is entity,
queries, routes, barrel AND names, and the scaffolded config imports and wires
`namesFile()`. The tree, the prose, the config excerpt and the run output all omitted it,
so a reader following the page gets a file the page never mentions — and `names.ts` is
exactly the kind of owned generator the page exists to sell.
- The run therefore emits five files, not four: `<Entity>.names.ts` is real output
(`NAMES_FILE_SUFFIX = ".names.ts"`), so "4 written" and "three things per entity" were
both short by one.
- The scaffold ships SEVEN agent skills, not six — `metaobjects-fit-assessment` was missing
from the list.
A page whose whole credibility device is "this is a real transcript" cannot be off by one in
three places; a reader who runs it and counts concludes the rest is unverified too.
story.html still said "So I'm bringing MetaObjects back" — present-progressive, three weeks
after 1.0 shipped to all four registries. It now says it is back, and names the date.
Not changed, and worth recording because it was raised and rejected: the capability matrix
reads "Zod / Pydantic / Jakarta / DataAnnotations / Jakarta", which looks like a duplicated
cell. It is correct. Both JVM ports use it — `codegen-kotlin` emits
`jakarta.validation.constraints` — so Java and Kotlin genuinely share a validation stack.
Changing it would have replaced a true statement with an invented library name.1 parent b82c1eb commit aaaec87
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | | - | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | | - | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| 176 | + | |
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| |||
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
| 214 | + | |
212 | 215 | | |
213 | 216 | | |
214 | | - | |
215 | | - | |
| 217 | + | |
| 218 | + | |
216 | 219 | | |
217 | 220 | | |
218 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments