From 01580222f96806bba7b4855345b93c2a87dd4870 Mon Sep 17 00:00:00 2001 From: claude-agent Date: Sun, 23 Aug 2026 15:36:46 +0000 Subject: [PATCH] claude: Add a note in CONTRIBUTING.md stating that routing is now done automatically without command prefix. --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..49360aa --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing + +## Chat routing + +Matrix control room messages no longer need a `!claude` or `!ai` command +prefix. Every message is routed automatically (via the LiteLLM gateway and +`agent/src/router.js`'s classifier) to the right handler — no prefix is +required or recognized anymore. -- 2.54.0