Add concise shopping chat commands #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "furina/message-shorthands"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds ordinary-message shorthands alongside the existing slash commands:
a breadaddsbreadr 23removes item 23sshows the listParsing is strictly anchored and malformed or unrelated chat is ignored. Successful and failed legacy
/addand/removeresponses append a hint for the equivalent shorthand; shorthand responses do not nag./helpand the README document the concise forms, while/clearremains explicit-only. The general message handler preserves bot-mention slash commands and no longer assumes every sender has a Telegram username.Validation:
cargo check --locked; 5 parser/hint unit tests passed. A branch workflow dispatch will validate the production image build without running the main-only deploy job.