memory
Installation
SKILL.md
Memory
AGENTS.md is the only file humans review regularly — agents write and update it. docs/agents/ holds session/working context; do not duplicate AGENTS.md there.
On activate (start of session or when user invokes memory)
- Read
AGENTS.md— follow Purpose, Rules, and Tech stack before planning or editing - Read relevant
docs/agent/*.md - Run AGENTS.md audit (below) — refresh sections when config, README, or chat changed
- Self-check before finishing: re-read Purpose and Tech stack; run repo lint on touched files
AGENTS.md audit
- Read repo config to see what's in use — check when relevant:
package.json,.oxlintrc.json,vite.config.*,tsconfig.json,bunfig.toml,pyproject.toml,turbo.json, README, existing Purpose - Read the techstack skill for product-domain stack decisions and the tooling skill for lint/format/build/verification conventions
- Build Tech stack from techstack + tooling defaults that apply here + repo-specific facts config alone doesn't convey