Skip to content

For LLMs & agents

These docs are built to be consumed by language models and agents, not just humans.

  • /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/.

Read Using Weaver from an agent — it expands the exact coordination-lite protocol: status every task; task and claims before writes; conflicts, preflight, and done; plus objective triggers for optional scratchpads. The CLI reference lists every command with copy-paste examples.

Treat Repository Facts as durable verified repo knowledge; note/notes are compatibility aliases. Phase 1 still ships OpenCode’s optional weaver_* scratchpad/Fact tools as strict fixed-operation wrappers around the same CLI. Shell commands remain the universal authority, and v1 has no MCP server.

Weaver is a CLI rather than an MCP server precisely so that any agent can use it by running a shell command—without an MCP client or coordination daemon. A one-time weaver init installs the managed agent protocol. The documentation follows the same principle: plain, structured, and copy-paste-exact.