From f72a555aef541306f4208b8c6e75b50af67b959a Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 10 Jun 2026 16:36:41 +0200 Subject: [PATCH] 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 --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 9a095ed..c2e2207 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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`.