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.

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.