Commit 7e19777
Add docs/schema-to-api/aurelius-pipeline.md, the dedicated walkthrough
for /build-from-aurelius that the docs referenced but never provided.
It carries one storefront example end to end:
- how Aurelius produces build-spec.json and what Nerva reads from it,
distinguished from Nerva's own .claude/plans/build-spec.json
- the Phase 1 analysis that infers models, auth, and pagination
- the generated OpenAPI 3.1 spec
- the Phase 3 component-to-endpoint mapping and user confirmation
- the handoff to /build-from-schema
- the typed client from ./scripts/generate-client.sh and how the
frontend imports it
- an ASCII Aurelius <-> Nerva data-flow diagram, plus frontend-only
data handling and a troubleshooting table
Linked from the main README (From Aurelius section and the
Documentation table) and from docs/schema-to-api/README.md.
Co-authored-by: Paul Mulligan <paul@pmds.pull-list.net>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent dd56ad7 commit 7e19777
3 files changed
Lines changed: 409 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| 210 | + | |
208 | 211 | | |
209 | 212 | | |
210 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
5 | 14 | | |
6 | 15 | | |
7 | 16 | | |
| |||
0 commit comments