Skip to content

docs: document replies --json schema + multi-round review loop topology#51

Merged
khaliqgant merged 1 commit into
mainfrom
orchestrating-agent-relay-docs
May 19, 2026
Merged

docs: document replies --json schema + multi-round review loop topology#51
khaliqgant merged 1 commit into
mainfrom
orchestrating-agent-relay-docs

Conversation

@khaliqgant
Copy link
Copy Markdown
Member

Summary

Addresses agent feedback from running a real review→fix→re-review loop with the orchestrating-agent-relay skill. (/review-loop was already merged separately in #49 — this branch is rebased on current main and contains only these doc changes.)

Changes

  • replies --json schema is now documented and source-verified against relay/src/cli/commands/messaging.ts (the replies command):
    • Object shape: id, from, to, text, createdAt, direction (+ optional unread/unread_state)
    • Timestamp field is createdAt, not ts
    • In replies --json, direction is always the hard-coded literal "inbound" (never "incoming"/"from"/"outbound"); "outbound" only appears in history --to <agent> --json
    • The no-conversation empty state is the plain string No DM conversation with <Name>., not [] — with a copy-paste guard
  • New "Multi-Round Review Loops" section: workers must not self-remove until told (it kills the fix loop), the respawn-with-full-context fallback, and silent-dead-worker detection (who --json liveness + wall-clock fallback, since DM monitors only fire on DMs)
  • Expanded Common Mistakes table and orchestrator Protocol
  • Bumped orchestrating-agent-relay 2.0.0 → 2.1.0

🤖 Generated with Claude Code

…estrating-agent-relay

Address agent feedback on the orchestrating-agent-relay skill:
- Document the verified replies --json schema (id/from/to/text/createdAt/
  direction); call out createdAt (not ts) and the hard-coded inbound
  direction, verified against relay CLI source
- Note the no-conversation empty state is a plain string, not []
- Add Multi-Round Review Loops section: workers must not self-remove
  until told, respawn-with-full-context fallback, silent-death detection
- Expand Common Mistakes table and orchestrator Protocol accordingly
- Bump orchestrating-agent-relay 2.0.0 -> 2.1.0

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 19, 2026

Warning

Rate limit exceeded

@khaliqgant has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 43 minutes and 36 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 360e9ca9-b7a4-4534-bc66-bb1c9ba8e4ae

📥 Commits

Reviewing files that changed from the base of the PR and between c199792 and cf69c6a.

📒 Files selected for processing (2)
  • prpm.json
  • skills/orchestrating-agent-relay/SKILL.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch orchestrating-agent-relay-docs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@khaliqgant khaliqgant merged commit 2131172 into main May 19, 2026
3 checks passed
@khaliqgant khaliqgant deleted the orchestrating-agent-relay-docs branch May 19, 2026 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant