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:
parent
2213abf475
commit
f72a555aef
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue