dewey
Documentation toolkit for preparing agent-ready docs, retrieval artifacts, and optional static sites.
Retrieval artifacts
agent/manifest.json
Discovery index for docs, prompts, bundles, and raw markdown endpoints.
agent/docs.json
Full structured docs manifest with markdown bodies.
agent/context.md
Compact markdown context bundle for quick ingestion.
Standard files
AGENTS.md
Combined docs with critical context, entry points, and navigation rules for AI coding assistants.
llms.txt
Plain text format following the llms.txt convention for broad LLM compatibility.
install.md
LLM-executable installation guide following the installmd.org specification.
CLI commands
dewey init
Scaffold a docs/ folder with starter templates and dewey.config.ts.
dewey generate
Generate standard files and the /agent/ retrieval surface from your docs.
dewey create
Optional: publish the same markdown as a static docs site.
dewey audit
Score agent-readiness against a 100-point rubric with grades and recommendations.
$ bun add @arach/dewey