Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@ host is recallable from all of them. Not installed yet? Follow
`observation` parameter removes just that fact and keeps the entity active.
Prefer it over archiving the whole entity.

## What you must never invent

- If MeMesh is unavailable or a recall returns nothing, **say so and work
without it** — never fabricate a memory, and never cite a `[mem:id]`
handle that was not actually shown to you. A wrong "remembered" fact is
worse than no memory: it arrives wearing the authority of the graph.
- Recall windows are bounded (the `limit` parameter, 30 by default), so do
not infer graph-wide counts or "there is no memory about X" from the
number of hits one query returns. Absence of results is absence of
results, not evidence of absence — vary the wording or narrow by tag
before concluding anything.

## What Claude Code already does — do not double-write

Under Claude Code with the MeMesh plugin, hooks capture automatically:
Expand Down
4 changes: 2 additions & 2 deletions dist/skills-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
},
{
"path": "skills/memesh/SKILL.md",
"sha256": "ad76b477c74434f533cc786838fdd6645d734623475c917d5a24326b8c5c83e7",
"bytes": 9092
"sha256": "04dacfaeab1cb0af2ebe041a8825a44d2ffcae4e192a158217eabdc585721b2e",
"bytes": 9498
}
]
}
7 changes: 7 additions & 0 deletions skills/memesh/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ clear it.
Run `memesh briefing` (or `--project <name>`) and answer from it. For specific
follow-up questions, use `recall`.

**MEMESH UNAVAILABLE or RECALL EMPTY → say so, never invent.** Report that
memory is unavailable (or found nothing) and continue without it. Never
fabricate a memory or cite a `[mem:id]` that was not actually returned.
Recall is bounded by `limit` — a small hit count is not a graph-wide count,
and an empty result is not proof nothing was stored: vary the wording or
narrow by tag before concluding.

## What's Already Automatic (Claude Code Plugin Hooks)

If MeMesh is installed as a Claude Code plugin, these happen **without any action from you**:
Expand Down
Loading