Quickstart
This walks through the 30-second proof: ask → find → ship. Every line of output
points at a file:line.
1. Extract the graph
orchestrator understand .Spine parses your code and docs into a deterministic Provenance Knowledge Graph. The layout is seeded — the same commit produces the identical report every time.
2. Ask — what breaks if I change this?
orchestrator blast_radius --symbol validate→ 7 callers reach this symbolauth.login app/auth.py:120routing.POST /login routing.py:210docs/auth.md MENTIONS3. Find — what will break silently?
orchestrator regression validate⚠ 4 reachable symbols have no testget_user models.py:70commit db.py:88password_hash models.py:204. Ship — under two gates
orchestrator sdlc feature --safe✓ branch feature/validate-guard 3 files · +148 −12 · 6 tests added⏸ no push, no PR — awaiting your approvalWith --safe, Spine writes nothing external: no push, no PR, no tracker update
until you approve. See Governance & gates.
Next
- The knowledge graph — the 7 node / 9 edge fact model
- Comprehension — the 8 read-only tools
- CLI reference — all 41 commands