claude: review pr fixes ma4d#106
Merged
dgarson merged 1 commit intotim/integration-test-scaffoldfrom Feb 23, 2026
Merged
Conversation
…nks, and missing docs - cmd_send: generate JSON via python3 json.dump instead of shell interpolation, fixing injection when subject/body/from contain quotes or backslashes - cmd_send: remove broken fallback (printf '"%s"') that produced invalid JSON when python3 was unavailable; add explicit python3 check at startup since the entire script depends on it - cmd_read: consolidate 5-6 python3 invocations per message into a single call, passing file path as argv instead of interpolating into Python code - cmd_drain: use a single file list for both display and archive phases, fixing a race where messages arriving between the two find calls were silently archived without being displayed - Create missing merlin/ and joey/ mailbox directories so the existing inbox symlinks (root inbox -> _shared/mailboxes/merlin, joey/inbox -> ../_shared/mailboxes/joey) actually resolve instead of being dangling - Re-add "Inbox (Heartbeat Step 0)" section to root AGENTS.md that was accidentally dropped by commit ccaa90e - Remove phantom workq_inbox_read/workq_inbox_ack references from joey/AGENTS.md (these tools have no implementation in any TS source) https://claude.ai/code/session_01VMPrGXjrkcyiVd9wnq9fh1
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.
https://claude.ai/code/session_01VMPrGXjrkcyiVd9wnq9fh1
Summary
Describe the problem and fix in 2–5 bullets:
Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
List user-visible changes (including defaults/config).
If none, write
None.Security Impact (required)
Yes/No)Yes/No)Yes/No)Yes/No)Yes/No)Yes, explain risk + mitigation:Repro + Verification
Environment
Steps
Expected
Actual
Evidence
Attach at least one:
Human Verification (required)
What you personally verified (not just CI), and how:
Compatibility / Migration
Yes/No)Yes/No)Yes/No)Failure Recovery (if this breaks)
Risks and Mitigations
List only real risks for this PR. Add/remove entries as needed. If none, write
None.