{"id":37744696,"url":"https://github.com/m-mohamed/rehoboam","last_synced_at":"2026-03-13T09:01:21.255Z","repository":{"id":331708480,"uuid":"1130125448","full_name":"m-mohamed/rehoboam","owner":"m-mohamed","description":"TUI for monitoring Claude Code agents","archived":false,"fork":false,"pushed_at":"2026-03-07T15:21:47.000Z","size":1150,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-07T21:55:37.297Z","etag":null,"topics":["claude-code","monitoring","rust","tui"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m-mohamed.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-08T04:19:16.000Z","updated_at":"2026-03-07T15:20:34.000Z","dependencies_parsed_at":"2026-02-13T22:07:05.471Z","dependency_job_id":null,"html_url":"https://github.com/m-mohamed/rehoboam","commit_stats":null,"previous_names":["m-mohamed/rehoboam"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/m-mohamed/rehoboam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-mohamed%2Frehoboam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-mohamed%2Frehoboam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-mohamed%2Frehoboam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-mohamed%2Frehoboam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-mohamed","download_url":"https://codeload.github.com/m-mohamed/rehoboam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-mohamed%2Frehoboam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30460822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T06:34:02.089Z","status":"ssl_error","status_checked_at":"2026-03-13T06:33:49.182Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","monitoring","rust","tui"],"created_at":"2026-01-16T14:14:15.195Z","updated_at":"2026-03-13T09:01:21.182Z","avatar_url":"https://github.com/m-mohamed.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rehoboam\n\nReal-time TUI for monitoring Claude Code agents.\n\n[![Crates.io](https://img.shields.io/crates/v/rehoboam.svg)](https://crates.io/crates/rehoboam)\n[![CI](https://github.com/m-mohamed/rehoboam/workflows/CI/badge.svg)](https://github.com/m-mohamed/rehoboam/actions)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nMonitor all your Claude Code sessions from one dashboard. See which agents need attention, which are working, and jump directly to any pane.\n\n## Installation\n\n### Homebrew (macOS/Linux)\n\n```bash\nbrew tap m-mohamed/rehoboam\nbrew install rehoboam\n```\n\n### Cargo\n\n```bash\ncargo install rehoboam\n```\n\n### From Source\n\n```bash\ncargo install --git https://github.com/m-mohamed/rehoboam\n```\n\n## Quick Start\n\n```bash\n# Initialize hooks in your project\ncd ~/your-project\nrehoboam init\n\n# Run\nrehoboam\n```\n\n## Keybindings\n\n| Key | Action |\n|-----|--------|\n| `h/l` | Navigate columns |\n| `j/k` | Navigate agents |\n| `Enter` | Jump to agent's tmux pane |\n| `y/n` | Approve/reject permission |\n| `c` | Custom input to agent |\n| `s` | Spawn new agent |\n| `Space` | Toggle selection |\n| `Y/N` | Bulk approve/reject |\n| `K` | Kill selected agents |\n| `X/R` | Cancel/restart loop |\n| `?` | Help |\n| `q` | Quit |\n\n## Rehoboam's Loop\n\nAutonomous iteration with fresh sessions per loop. Progress persists, failures evaporate.\n\nIn spawn dialog (`s`):\n- Enable **Loop Mode**\n- Set max iterations and stop word\n- Rehoboam creates `.rehoboam/` directory with state files\n- Each iteration spawns a fresh Claude session\n- Git checkpoint created between iterations for rollback\n- Loop stops on stop word, `\u003cpromise\u003eCOMPLETE\u003c/promise\u003e` tag, or max iterations\n\nState files in `.rehoboam/`:\n- `anchor.md` - Task spec (your prompt)\n- `progress.md` - Track completed work\n- `guardrails.md` - Learned constraints (auto-populated from repeated errors)\n- `state.json` - Iteration counter, timing data\n- `activity.log` - Per-iteration timing and outcomes\n- `session_history.log` - State transitions for debugging\n\n## Sprites (Remote VMs)\n\nSpawn Claude Code agents in isolated cloud VMs via [sprites.dev](https://sprites.dev).\n\n```bash\nexport SPRITES_API_TOKEN=\"your-token\"\n```\n\n| Key | Action |\n|-----|--------|\n| `Space` | Toggle sprite mode (in spawn dialog) |\n| `c` | Create checkpoint |\n| `R` | Restore checkpoint |\n| `t` | Checkpoint timeline |\n\n## How It Works\n\n```\nClaude Code → hooks → Unix socket → Rehoboam TUI\n```\n\nHooks are configured in `.claude/settings.json`. Run `rehoboam init` to set up.\n\n## Contributing\n\nWe welcome contributions! Rehoboam is built by Claude Code users, for Claude Code users.\n\n- [CONTRIBUTING.md](CONTRIBUTING.md) - Contribution guidelines\n- [DEVELOPMENT.md](DEVELOPMENT.md) - Local development setup\n- [ARCHITECTURE.md](ARCHITECTURE.md) - Codebase map and design decisions\n\n## License\n\nMIT\n# Test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-mohamed%2Frehoboam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-mohamed%2Frehoboam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-mohamed%2Frehoboam/lists"}