story-kit: queue 273_story_matrix_bot_sends_typing_indicator_while_waiting_for_claude_response for merge

This commit is contained in:
Dave
2026-03-18 09:06:00 +00:00
parent 8d5fa85a3a
commit e66b811436

View File

@@ -0,0 +1,21 @@
---
name: "Matrix bot sends typing indicator while waiting for Claude response"
agent: coder-opus
---
# Story 273: Matrix bot sends typing indicator while waiting for Claude response
## User Story
As a user chatting with the Matrix bot, I want to see a typing indicator in Element while the bot is processing my message, so that I know it received my request and is working on a response.
## Acceptance Criteria
- [ ] Bot sets m.typing on the room as soon as it starts the Claude API call
- [ ] Typing indicator is cleared when the first response chunk is sent to the room
- [ ] Typing indicator is cleared on error so it doesn't get stuck
- [ ] No visible delay between sending a message and seeing the typing indicator
## Out of Scope
- TBD