| ▲ | Continuous Claude – run Claude Code in a loop(github.com) | |
| 2 points by anandchowdhary 12 hours ago | 2 comments | ||
| ▲ | anandchowdhary 12 hours ago | parent | next [-] | |
Continuous Claude is a CLI wrapper I made that runs Claude Code in an iterative loop with persistent context, automatically driving a PR-based workflow. Each iteration creates a branch, applies a focused code change, generates a commit, opens a PR via GitHub's CLI, waits for required checks and reviews, merges if green, and records state into a shared notes file. This avoids the typical stateless one-shot pattern of current coding agents and enables multi-step changes without losing intermediate reasoning, test failures, or partial progress. The tool is useful for tasks that require many small, serial modifications: increasing test coverage, large refactors, dependency upgrades guided by release notes, or framework migrations. | ||
| ▲ | mrwill84 12 hours ago | parent | prev [-] | |
hmm, unlimited token , boom | ||