Doc Bridge

Resolve ownership, read compact context, and run the repository's own checks before editing.

View raw Markdown · llms.txt · For agents

For agents

Use Doc Bridge before changing a module. It returns versioned, runtime-validated data instead of asking a model to infer ownership from the entire repository.

ak-docs query ownership <id> --agent

The response supplies four things: startHere, readBeforeEditing, editRoots, and checks.

For a documentation change, inspect the deterministic audit before editing:

ak-docs audit documentation --json

Treat blocked as a stop condition. Treat not-analyzed as missing evidence, not as a pass. Agent proposals remain advisory until a human approves them.

flowchart LR
  Q["Resolve ownership"] --> R["Read startHere"]
  R --> E["Edit only editRoots"]
  E --> T["Run checks"]
  T --> P["Promote durable learning"]

Machine entry points

If the task is conversational UI, continue with AgentsKit Chat. For verification before merge, use AgentsKit Code Review. For enterprise orchestration, governance, and audit, continue with AKOS.

The AgentsKit ecosystem

Build the agent. Then take it all the way.

On this page