Files
thedotmack__claude-mem/plugin/modes
Alex Newman dc14018c13 feat(modes): tell observer sessions to stay silent and never contact other agents (#3817)
Appends two rules to observer_role in all four base modes:

- SILENT BY DESIGN: the observer runs invisibly in the background and the
  observed session must not learn it is being watched, because an agent that
  knows it is observed changes behavior in unpredictable ways — which corrupts
  the record the observer exists to create.
- NO CONTACT: never contact, message, ping, or notify another agent or session
  (including the observed one), never spawn subagents, never ask for input or
  attempt to influence work in progress.

observer_role is interpolated into both the init and continuation prompts, so
this reaches the observer on every turn. The 32 localized and --chill variants
override only placeholders and footers, so they inherit the new text with no
per-language edits.

Also adds the rule to the mode-creator authoring reference (example plus a
prompt-quality checklist item) so newly authored modes carry it.


Claude-Session: https://claude.ai/code/session_017LYx61kB4eAX5kHSz4qqzt

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-31 11:06:17 -07:00
..