Snapshotmain · 7505e17
How bd turns an agent command into dependency-aware work stored in Dolt and synchronized between collaborators.
Click a building or route
System map8 components · 9 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
BeadA durable issue record representing a task, bug, feature, message, or memory.
How to study this repo
- 1Trace one command
Read cmd/bd/main.go and cmd/bd/create.go, then list every validation before storage is touched.
- 2Study dependency semantics
Compare create_deps.go with ready.go to see how stored edges change executable work.
- 3Compare storage modes
Read the embedded store and HTTP server paths; explain why single-writer and multi-writer deployments differ.