Problem
A memory server can be connected and still unused. Agents need a procedural contract for when to recall, what to persist, how to snapshot progress, how to record corrections, and what never to store.
Proposed change
Publish and implement a Perseus agent/context policy for the plugin and its integrations: recall by task nouns and project identifiers before assuming; persist durable cross-session facts, decisions, and corrections; save dated milestone snapshots before handoff; append corrections rather than rewriting history; show a compact receipt for durable changes; and never persist secrets, API keys, transient debugging noise, or repository-local facts that belong in the repo. Do not silently force writes; sensitive writes should be explicitly confirmed or governed by host policy.
Acceptance criteria
Related existing work
Research basis
The MemoryPlugin Field Guide documents the relevant memory admission, failure, provenance, security, retrieval, and evaluation tradeoffs:
This is product-research input and practitioner evidence, not an independent claim that MemoryPlugin product numbers generalize to Perseus.
Problem
A memory server can be connected and still unused. Agents need a procedural contract for when to recall, what to persist, how to snapshot progress, how to record corrections, and what never to store.
Proposed change
Publish and implement a Perseus agent/context policy for the plugin and its integrations: recall by task nouns and project identifiers before assuming; persist durable cross-session facts, decisions, and corrections; save dated milestone snapshots before handoff; append corrections rather than rewriting history; show a compact receipt for durable changes; and never persist secrets, API keys, transient debugging noise, or repository-local facts that belong in the repo. Do not silently force writes; sensitive writes should be explicitly confirmed or governed by host policy.
Acceptance criteria
Related existing work
Research basis
The MemoryPlugin Field Guide documents the relevant memory admission, failure, provenance, security, retrieval, and evaluation tradeoffs:
This is product-research input and practitioner evidence, not an independent claim that MemoryPlugin product numbers generalize to Perseus.