Explore this system
Step through curated paths without changing the source diagram.
Beat
Next
ReadyChapter 01 / 01
Guided chapter
Diagram guideExplore this system
Inspecting compiled semantics
E ExportT ThemeS Style0 Reset+ Zoom in- Zoom outEsc Close
Find a node
⌕/
No matching nodes
Semantic passport
Verified source
Authored reach
Route probeChoose a start node
Pick two semantic nodes on the diagram
Choose the source, then the destination. Direction matters.
Semantic lensCompare system roles
Choose up to two semantic kinds. One reveals its real traffic; two compare only direct authored relationships.
Choose a kind to inspect its nodes and touching relationships.
Semantic radar
Building overview
Click nodeDrag to pan
Semantic radar needs more MAP space.
Context
• Before: one scalar version for the whole composition, a (version, dirty) ledger, a flattened filesystem and down files
• A composed client at 2003 gained public 23 or catalog 1001 with success reported while the new SQL was silently skipped
Consequences
• Each owner advances alone under one advisory lock; a changed, missing or inserted-before file fails before any SQL runs; an omitted owner keeps its data
• A fresh baseline: no ledger conversion, a clean database, applied files stay unchanged, and a downgraded image is not a schema rollback
Evidence
• go test ./kit/db -run TestMigrationOwnersAdvanceIndependently, and the failure/retry, append-only, concurrent and cancellation cases beside it
• go test ./kit/app -run TestMigrationSourcesFollowComposition boots a real application; the runner is no SQL parser or sandbox