For LLMs & agents
These docs are built to be consumed by language models and agents, not just humans.
Machine-readable docs
Section titled “Machine-readable docs”/weaver/llms.txt— a concise, curated index of the documentation in the llms.txt format: a short description plus links to every page./weaver/llms-full.txt— the entire documentation concatenated into one markdown file, ideal for dropping into a model’s context or a retrieval pipeline.
Every page also has clean markdown source in the repo under
docs/src/content/docs/.
If you’re an agent using Weaver
Section titled “If you’re an agent using Weaver”Read Using Weaver from an agent — it’s the exact protocol:
the per-task loop, conflict handling, and the --json output shapes. The
CLI reference lists every command with copy-paste examples.
Design principle
Section titled “Design principle”Weaver is a CLI rather than an MCP server precisely so that any agent can use it by running a shell command — no protocol, no server, no setup. The documentation follows the same principle: plain, structured, copy-paste-exact.