Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,16 @@ All work on **topic branches** → PR to `develop`.
perl -c cfg-update
./test/run-tests.sh --full
```

## Optional: MentisDB memory

If MentisDB MCP tools are available in this session:
- Use chain_key `cfg-update` (do not create another chain for this repo).
- Session start: list_chains → bootstrap → skill_md → list_agents → recent_context → Summary checkpoint.
- Reuse an existing agent_id; do not invent new agent IDs without maintainer approval.
- Persist Decision / Constraint / LessonLearned / TaskComplete / Checkpoint as work progresses.
- Search before append; one strong memory beats many weak ones.

If MentisDB tools are not available: **ignore this section completely**.
Do not invent a substitute, do not fail, and do not ask the user to install MentisDB
unless they explicitly want project memory.
Loading