dotfiles/home/dot_agents/AGENTS.md
Felipe Martin 2494760df1
Manage ~/.agents so skills follow the machines, and keep knowledge in git.
npx-managed skills stay copies so an installer update cannot land in the repo by accident; knowledge is a symlink outside home/ so maintain writes are tracked instead of dying on the next apply. Verified the live ~/.agents/knowledge link and that the lockfile is named dot_skill-lock.json so chezmoi does not ignore it.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-26 18:27:53 +02:00

11 lines
541 B
Markdown

# Agent knowledge system
This directory contains durable, repository-local agent knowledge.
- `adapter/AGENTS.md`: minimal instructions intended for persistent context.
- `knowledge/cli/<tool>.md`: lazy-loaded CLI guides.
- `skills/knowledge-learn/SKILL.md`: create a verified guide (`knowledge:learn`).
- `skills/knowledge-update/SKILL.md`: correct or refresh a guide (`knowledge:update`).
Do not bulk-load `knowledge/`. Read only the entries relevant to the current task. Keep knowledge durable, sourced, concise, and free of secrets.