Human docs
Explain intent and operation.
Documentation infrastructure for humans + agents
Doc Bridge converts documentation ownership into deterministic handoffs, MCP tools, freshness gates, and human links—locally, before any model or backend is called.
$ npx @agentskit/doc-bridge index
✓ 38 knowledge sources indexed
$ npx ak-docs query package doc-bridge --agent
{
"startHere": "docs/POSITIONING.md",
"editRoots": ["src"],
"checks": ["pnpm test", "pnpm typecheck"]
}
backend calls: 0The proof
Known questions stay local and fast. Ambiguity is surfaced with provenance. Only an unresolved question earns a backend request.
ak-docs indexBuild the local knowledge map from source docs.
ak-docs query package doc-bridge --agentReturn an exact, machine-readable handoff.
ak-docs gate runFail drift before incomplete context reaches an agent.
Human ↔ agent loop
Explain intent and operation.
Points to source, checks, and context.
Delivers compact deterministic context.
Turns durable learnings back into docs.
Continue with context
Choose the next constraint you actually have. Every product remains optional and links back into the same workflow.