Commit a65a4bc
authored
docs(agents): list which spec artifact each CI gate guards, and how to regenerate it (#4046)
`packages/spec` has eight checked-in generated artifacts, each with its own CI gate,
split across two jobs that run their gates sequentially — so the first stale artifact
masks every one behind it and you get one red build per artifact. AGENTS.md documented
the auto-gen boundary but never mapped a change to the generator it invalidates.
#4040 paid that twice, neither time a logic error: a `.describe()` string landed in
content/docs/references/ (check:docs), and one new export landed in api-surface.json
(check:api-surface) — the second only visible once the first was fixed.
Adds a change → gate → regenerate table plus a loop that runs all eight, and records
that check:liveness / check:empty-state / check:skill-examples / check:react-conformance
have no generator (a failure there is a real finding).
Also documents a trap found while verifying it: check:api-surface reads the built
dist/*.d.ts, so a stale dist reports exports as REMOVED when nothing was removed.1 parent ec36ba8 commit a65a4bc
2 files changed
Lines changed: 56 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
198 | 241 | | |
199 | 242 | | |
200 | 243 | | |
| |||
0 commit comments