/docs/agent-workflow

Agent workflow

How assistants read the vault, what they may write, and how sessions end.

AGENTS.md is the contract between your vault and any assistant. It tells the assistant where to read, where to write, and what not to touch.

# AGENTS.md
Read first: _vault-context/, _vault-meta/conventions.md
Write to: inbox/, projects/<name>/, content/drafts/
Never edit: _vault-archive/
Ask before: restructuring wiki/

Session shape

01Ask it to read AGENTS.md and the relevant project note.
02Do the work.
03End with: append what changed and why to the decision log.

Review the diff before committing. The vault is only as trustworthy as what you let into it.