A persistent knowledge layer for AI coding agents.
- CLI commands:
init,add,context,search,forget,stats,export - Filesystem-backed knowledge store at
.agent-memory/ - Default categories:
- architecture
- decisions
- conventions
- gotchas
- dependencies
- debugging-log
- Deterministic entry IDs (
{category}-{slug}-{hash}) - Soft delete via
status: deprecated - Adapters for:
- Claude (
CLAUDE.md) - Cursor (
.cursorrules) - Codex (
AGENTS.md)
- Claude (
init --dry-runpreview mode
npm install
npm run typecheck
npm run lint
npm run test
npm run buildRun CLI in dev mode:
npm run cli -- --helpnpm run cli -- init
npm run cli -- add gotchas "Paystack webhooks can duplicate events" --confidence high --tags payments,webhooks
npm run cli -- search paystack
npm run cli -- context claude
npm run cli -- stats
npm run cli -- export