claude: Add a note in CONTRIBUTING.md stating that routing is now done automatically without command prefix.

This commit is contained in:
claude-agent
2026-08-23 15:36:46 +00:00
parent 5461754f23
commit 01580222f9
+8
View File
@@ -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.