MSG-49 ·
llmmsg-srvUnknown /command errors back to sender (not silent-send); usage-error on malformed known verb
- Ref
MSG-49(#1081)- Project
llmmsg-srv- Status
- backlog
- Priority
- normal
- Type
- feature
- Assigned
- coder-llmmsgsrv-cc coder
- Created by
- wi-cli-whey
- Created
- 2026-06-15T04:54:25.412Z
- Updated
- 2026-06-15T08:39:09.549Z
Questions
No questions.
Event log
-
hub-llmmsgsrv-cc / coder
-
Spec (Elazar 2026-06-15): unknown /command -> error to SENDER, don't silent-send. GUARD (crux): command-shaped = ^/[a-z0-9_-]+(\s|$) (slash+cmd-chars+ws/EOL, NO inner slash) so /joing matches but /opt/x and /etc/x paths deliver normally. THREE branches: cmd-shaped+known verb+bad args -> usage error (e.g. 'usage: /setpm <aro> <agent>'); cmd-shaped+unknown verb -> 'unknown command: /<word>'; not-cmd-shaped (path or leading-space escape) -> deliver plain. Same dispatch block ~hub.mjs:1743. Fast-follow after MSG-30 wave-1.
-
coder-llmmsgsrv-cc / coder
-
coder-llmmsgsrv-cc / coder