docs: refresh STATUS.md (mail loop closed — store + send shipped) - #13
Merged
Conversation
Store (HT-14) and send (HT-15) have merged, closing the inbound→outbound loop. Update the status page: current state, the full Done list (store + send added), and Next (a real EmailSender adapter, send idempotency/HT-16, the conversation API). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TqG66PPZreBrj17VbAqe3b
📝 WalkthroughWalkthroughChangesMail engine status
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@STATUS.md`:
- Line 30: Update the six-operation conversation API bullet in STATUS.md to say
“an inbox UI for Agents,” using “Agents” for human support staff and reserving
“Assistants” for AI actors.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| - Then: the six-operation conversation API and an agent inbox UI (API-first, per the charter). | ||
| - **A real `EmailSender` adapter** (Gmail send / Postmark / SES) — the first one that puts actual mail on the wire, with a wire-level test proving the Message-ID is transmitted verbatim. | ||
| - **Send idempotency + delivery worker** ([HT-16](https://resonantiq.atlassian.net/browse/HT-16)) — a dedup key and a worker that retries `pending`/`failed` outbound threads reusing the same Message-ID; required before `sendReply` goes behind a live retrying caller. | ||
| - **The six-operation conversation API** and an agent inbox UI (API-first, per the charter). |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Use the defined Agents terminology.
This refers to the human-support inbox; write “an inbox UI for Agents” and reserve Assistants for AI actors.
As per coding guidelines, human support staff are Agents and AI actors are Assistants; never conflate them.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@STATUS.md` at line 30, Update the six-operation conversation API bullet in
STATUS.md to say “an inbox UI for Agents,” using “Agents” for human support
staff and reserving “Assistants” for AI actors.
Source: Coding guidelines
1 task
This was referenced Jul 19, 2026
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.
Store (HT-14) and send (HT-15) merged, closing the parse→thread→store→send loop. Refreshes STATUS.md: current state, the full Done list, and Next (a real EmailSender adapter, send idempotency/HT-16, the conversation API). Docs-only.
🤖 Generated with Claude Code
Summary by CodeRabbit