For agents
Deterministic entry points and routing guidance for coding agents using the Registry.
Registry context for coding agents
Use the smallest surface that answers the task:
/llms.txtfor the concise map of documentation and agents./llms-full.txtonly when the complete documentation and catalog are required./r/index.jsonfor the deterministic agent catalog./deterministic/knowledge.jsonfor grounded local retrieval./api/mcpfor MCP discovery.
Copy an agent when you need a starting point; keep ownership of the generated source. Peer products:
- Foundation: AgentsKit — core, tools, memory, RAG.
- Experience: AgentsKit Chat — conversational delivery.
- Discipline: Agents Playbook — engineering and delivery standards.
- Understanding: Doc Bridge — repository documentation handoffs.
- Verification: Code Review — review agent diffs before merge.
- Operation: AKOS — enterprise operation and governance.