docs(guides): DOC-05 - add reactions guide#54
Merged
Killea merged 2 commits intoKillea:mainfrom Mar 8, 2026
Merged
Conversation
Document the reactions system (UP-13): data model, MCP tools (msg_react/msg_unreact), REST API (3 endpoints), SSE events (msg.react/msg.unreact), UI pills rendering, naming conventions, bulk loading behaviour, and error reference. Add Reactions entry to mkdocs.yml nav under Guides.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/guides/reactions.md: complete guide for the reactions system (UP-13)mkdocs.ymlnav under Guides > ReactionsGuide contents (10 sections)
Reactionfields, UNIQUE constraint(message_id, agent_id, reaction)INSERT OR IGNORE, silent duplicate handling, no-opmsg_unreactmsg_react/msg_unreactparams, response examples, MCP vs RESTagent_idnotePOST,DELETE,GETendpoints with curl examples and error tablemsg.react/msg.unreactpayloads, no noise on no-opsmsg_reactions_bulkbatch query, 3 auto-use pointsMESSAGE_NOT_FOUND, empty reaction, DB timeoutSource references
src/db/models.pyL66-73src/db/crud.pyL1509-1641src/main.pyL928-998src/mcp_server.pyL677-703src/tools/dispatch.pyL855-891src/static/index.htmlL1272-1348src/static/css/main.cssL1020-1043Test plan
mkdocs serve— verify Reactions appears in Guides nav and page renders without errors