docs(readme): reframe as a compiler for system-architecture models#286
Merged
Conversation
Spar has outgrown the "AADL toolchain" label: AADL is now one of several front-ends (alongside SysML v2/KerML and CAN .dbc), and the network-calculus timing + verification middle-end is a substrate any architecture formalism can feed. - Tagline, badges (add SysML v2, TSN/Network Calculus) - Rewritten intro with explicit compiler framing (front-ends / IR / middle-end / back-ends) - New `## Components` Mermaid graph showing all 23 crates and their dataflow - CLI table refreshed to 16 documented subcommands (emit/codegen/dbc/moves/ insight/mcp added; modes description corrected) - Architecture section reorganized by compiler stage; 20 -> 23 crates - Key Features: multi-formalism ingest + network-calculus timing added Every crate name, subcommand, and count is verified against the source tree. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Rivet verification gate✅ 20/20 passed
Filter: Failed artifacts(none) Updated automatically by |
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.
What
Spar has outgrown the "AADL toolchain" label. AADL is now one of several front-ends (alongside SysML v2 / KerML and CAN
.dbc), and the network-calculus timing + verification middle-end is a substrate any architecture formalism can feed. This PR rewrites the README (and the GitHub About, set separately) to reflect that — positioning spar as a compiler for system-architecture models.Changes
## ComponentsMermaid graph — all 23 crates grouped by compiler stage with their dataflow, plus the hand-off to the PulseEngine chain (witness · sigil · smithy · loom).emit,codegen,dbc,moves,insight,mcpadded;modesdescription corrected).20 crates→23 crates.1.3 MBfigure dropped.Verification
Every crate name, subcommand, and count in the new text was checked against the source tree:
crates/match the Components graph and Architecture list exactly.spar-clidispatch.subgraph/endpairs balanced (5/5).Docs-only change — no code, no Rust formatting impact.
🤖 Generated with Claude Code