Add spec-driven architecture review page#9
Open
MaxGhenis wants to merge 2 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
b843bab to
c791a79
Compare
c791a79 to
2cb6d2e
Compare
2cb6d2e to
f9419ed
Compare
f9419ed to
efa3212
Compare
efa3212 to
288c236
Compare
288c236 to
6af28d1
Compare
6af28d1 to
1d2a1f0
Compare
This was referenced Jun 21, 2026
1d2a1f0 to
b3fd322
Compare
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
/specas a production-backed Populace/Ledger contract graph generated from source contracts, not hand-authored graph datadata/spec-graph.json, checks it is committed, and validates graph edges, duplicate ids, provenance, HTML, andspec.jssyntaxFollow-up issues filed
Validation
python3 scripts/generate_spec_graph.pypython3 scripts/check_spec_graph.pyPYTHONHASHSEED=123 python3 scripts/generate_spec_graph.pywith unchanged graph checksumpython3 -m py_compile scripts/generate_spec_graph.py scripts/check_spec_graph.py scripts/build_dashboard_data.pypython3 -m json.tool data/spec-graph.json >/tmp/spec-graph.json.prettygit diff --checkhttp://127.0.0.1:4399/specLocal review
A clean-url local server is running from this branch at http://127.0.0.1:4399/spec