docs: add Aurelius-to-Nerva full-stack workflow guide#127
Merged
PAMulligan merged 1 commit intoJun 13, 2026
Conversation
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: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
docs/schema-to-api/aurelius-pipeline.md, the dedicated walkthrough for the/build-from-aureliuspipeline. The pipeline was referenced across the docs (CLAUDE.md, architecture, README) but had no guide of its own, so one of Nerva's most distinctive features — generating a matching backend from a frontend build spec — was effectively undocumented.What it covers
The guide carries a single storefront example end to end (the same domain the command's own mapping table uses):
build-spec.json— what the frontend records, with a concrete sample, and a callout distinguishing it from Nerva's own.claude/plans/build-spec.json(same filename, different file)/build-from-schema— into the standard 10-phase pipeline./scripts/generate-client.sh(openapi-typescript+ optionalopenapi-fetchruntime), the files it emits, and how the frontend imports it for end-to-end type safetyWiring
README.md— both the From Aurelius section and the Documentation tabledocs/schema-to-api/README.mdvia a new Where the Spec Comes From sectionNotes
200, and inline-code backticks are balanced.Closes #23
🤖 Generated with Claude Code