Skip to content

Conversation

@0xRaini
Copy link

@0xRaini 0xRaini commented Feb 12, 2026

Summary

docs/subagent.md referenced two scripts that don't exist in the repo:

  • scripts/agent-send.ts (line 18)
  • scripts/ralph.ts (lines 23, 36-39)

Changes

  • Replaced agent-send.ts reference with the equivalent tmux send-keys command, which achieves the same result without an external script.
  • Removed the dangling Ralph supervisor bullet from CLI Basics.
  • Renamed "Ralph Integration Notes" → "Supervisor Loop Pattern" and generalized the section to describe the pattern without referencing the non-existent script. The guidance (supervisor tokens, progress tracking, worker messaging) is preserved.

Fixes #6

Remove references to non-existent scripts/agent-send.ts and
scripts/ralph.ts. Replace with equivalent tmux commands that work
without external scripts, and generalize the Ralph section into a
reusable 'Supervisor Loop Pattern'.

Fixes steipete#6
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@0xRaini
Copy link
Author

0xRaini commented Feb 12, 2026

@steipete CI green ✅ — fixes docs referencing non-existent scripts (agent-send.ts, ralph.ts). Ready for review 🙏

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.

docs: subagent.md references non-existent scripts

1 participant