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> --agentThe 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
llms.txt— concise discovery and canonical routesllms-full.txt— complete source corpusdeterministic/knowledge.json— local chat/discovery artifactraw/for-agents.md— this guide as raw Markdown- Site route:
/for-agents— human-readable agent entry
Related
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