Repository knowledge
What the repository declares about itself: sources, nodes, edges, the plan, and searching them.
What the repository declares about itself: sources, nodes, edges, the plan, and searching them.
- use cases
- 6
- described
- 6
-
described intermediate
Decide what belongs in the AI context, as data
Read the repository’s declared scope policy, see which paths are in and out of the index, and let doctor and the knowledge index apply it rather than a hardcoded list.
knowledge · doctor -
described intermediate
Refuse a directory of the layer that documents nothing
A directory added under the layer without a context document fails validation by name, nothing resolves against the tree until it says what it is for, and the same hierarchy is readable over MCP and the API without running the gate.
context · doctor -
described intermediate
Keep the plan as milestones and issues the tool can validate
Declare milestones as outcomes and issues as execution contracts, and let the tool say what is ready and what is blocked.
plan -
described basic
Read back what happened, and keep the ledger within its cap
Read the append-only ledger as operational history, filtered by task and event, validate every line, and rotate the oldest lines into an archive rather than deleting them.
history · search · watch -
described basic
Record a decision as data, and prove the tool cannot accept it for you
Read the decisions a repository holds, validate the whole set in one command, and watch the tool refuse to write the one status only a person may write.
adr · knowledge -
described intermediate
Trace a change to the context documents it affects
List the scoped context documents, resolve which apply to a path and why, and find out which documents a change set touches before it lands.
context · doctor