Commit 4d44ec9
feat(cli): surface
Discoverability fix for the PM review's gap: neutral metadata docs were undiscoverable. The architecturally-correct fix per ADR-0021 D1 is NOT to add docsFile() to the metaobjects.config.ts generators array (docsFile() is @deprecated for meta gen — it is the internal engine of the `meta docs` command, the single door for neutral docs). Instead, surface `meta docs` in the init next-steps block + add a guard test that the scaffold does not route neutral docs through meta gen. apiDocsFile() (Tier-1 SDK reference) stays in the generators array; its comment now points at `meta docs` for neutral docs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>meta docs as a next-step command (not a meta gen generator)1 parent e75482b commit 4d44ec9
2 files changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
25 | 37 | | |
26 | 38 | | |
27 | 39 | | |
| |||
0 commit comments