docs(agents): fix nonexistent '/mm telemetry on' example

No 'telemetry' command is registered in PluginCore.RegisterCommands;
use '/mm ws enable' or '/mm report' for single-command verification.
(A local-only CLAUDE.md was also added; it stays untracked per the
existing '# Claude Code' .gitignore section.)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Erik 2026-06-10 16:36:41 +02:00
parent 2213abf475
commit f72a555aef

View file

@ -51,7 +51,7 @@ See shared cross-repo guidance first: `../AGENTS.md`.
- Because no automated test suite exists, "single test" means targeted manual verification.
- Preferred single-scenario checks:
- Toggle one plugin command and validate behavior (example: `/mm telemetry on`).
- Toggle one plugin command and validate behavior (example: `/mm ws enable` or `/mm report`).
- Trigger one event path (example: spawn or chat) and verify backend receives it.
- For backend-coupled checks, also tail backend logs in `MosswartOverlord`.