Commit graph

  • b17b1a39bf
    docs(docker): add troubleshooting for "docker daemon not running" error claude/windows-compatibility-EwHYT Claude 2026-02-10 21:04:18 +00:00
  • c01133bd8d
    feat(docker): add Docker-based Windows and cross-platform support Claude 2026-02-10 20:54:23 +00:00
  • 605e50f725
    Merge pull request #170 from douw3rd/fix/background-stdin-hang main Frank Bria 2026-02-09 12:29:59 -07:00
  • 3bff90f486 fix: redirect stdin from /dev/null for all claude execution paths Douwe Scheer 2026-02-08 14:12:18 +07:00
  • 57deaaaf55
    Merge pull request #166 from frankbria/fix/live-mode-text-format-164 Frank Bria 2026-02-07 16:59:03 -07:00
  • 131b95db38 fix: address PR review feedback from CodeRabbit Test User 2026-02-07 16:54:41 -07:00
  • 4027ac929a fix(live-mode): crash with text output format (#164) Test User 2026-02-07 11:03:39 -07:00
  • 204761fa8e docs: fix stale test counts in CLAUDE.md and add v2 UI e2e philosophy Test User 2026-02-07 02:01:59 -07:00
  • 5c392d9b00 docs: fix stale test counts in README coverage breakdown Test User 2026-02-07 01:59:05 -07:00
  • e81b64d9c3
    Merge pull request #165 from frankbria/feature/circuit-breaker-auto-recovery Frank Bria 2026-02-07 01:50:12 -07:00
  • c10efb99f9 fix: address PR review feedback from CodeRabbit Test User 2026-02-07 01:45:53 -07:00
  • b4b9db6b76 feat(circuit-breaker): add auto-recovery from OPEN state (#160) Test User 2026-02-07 01:33:41 -07:00
  • abcfa8b695
    Merge pull request #162 from luc42ei/fix/improved-permission-denial-display Frank Bria 2026-02-03 17:04:43 -07:00
  • 316e6e41c6
    Merge pull request #161 from labolado/fix/grep-count-exit-code-bug Frank Bria 2026-02-03 17:04:40 -07:00
  • 6dc1c2cb31 fix: improve permission denial display to show tool names Lucas Eichhorn 2026-02-03 13:27:35 +01:00
  • 241b5854fc Fix grep -c exit code causing arithmetic syntax error LaboLado 2026-02-03 12:41:24 +08:00
  • aa753c9158
    fix: progress detection improvements (#141, #144) (#158) Frank Bria 2026-02-02 11:30:17 -07:00
  • 3366ac64d8 docs: remove version/changelog from CLAUDE.md Test User 2026-02-02 10:38:56 -07:00
  • 88482dcbd8 docs: bump version to v0.11.4 and update changelog Test User 2026-02-02 10:25:58 -07:00
  • 42f5df6299 fix: prevent session hijacking and improve reliability Test User 2026-02-02 09:47:57 -07:00
  • 43bba1beb7 fix(analyzer): respect explicit EXIT_SIGNAL:false with STATUS:COMPLETE Test User 2026-02-02 09:45:01 -07:00
  • da84dbc32f feat(loop): add support for non-zero first-window tmux configs Test User 2026-02-02 09:42:17 -07:00
  • 3ed0a9d9ff fix(date): improve cross-platform date command compatibility Test User 2026-02-02 09:39:39 -07:00
  • c05499c176 feat(circuit-breaker): allow configuring thresholds via environment variables Test User 2026-02-02 09:36:48 -07:00
  • fe94cbd02b fix(import): add --print flag to prevent ralph-import hanging Test User 2026-02-02 09:34:38 -07:00
  • 5f3a1226b7 fix(import): handle absolute file paths in ralph-import Test User 2026-02-02 09:32:17 -07:00
  • 48ba86a2de
    fix: setup.sh and install.sh improvements (#155) Dawen Ren 2026-02-03 00:00:11 +08:00
  • 627ad7d9a5 fix: extract denied commands from correct JSON path (Issue #143) Test User 2026-02-01 13:43:47 -07:00
  • 2e6026aced docs: update version to v0.11.3 and test count to 452 Test User 2026-02-01 13:28:52 -07:00
  • 66947e7005
    fix: update ralph_import.sh (#148) Dawen Ren 2026-02-02 04:28:26 +08:00
  • 02dbb078d7
    fix: beads task import uses correct bd list arguments (#150) Dionny Santiago 2026-02-01 14:53:01 -05:00
  • 9aa2fefb95
    feat: Add live streaming output mode with real-time Claude Code visibility (#125) André Théo LAURET 2026-01-31 04:28:09 +01:00
  • f558c14b24 fix(ci): add explicit github_token for pull_request_target Test User 2026-01-30 13:11:31 -07:00
  • b4042da156 fix(ci): revert opencode-review to pull_request trigger Test User 2026-01-30 13:00:55 -07:00
  • a024830127 fix(ci): use pull_request_target for fork PR reviews Test User 2026-01-30 08:09:49 -07:00
  • 328294847d
    feat(exit): detect permission denials and halt loop (Issue #101) (#142) Frank Bria 2026-01-29 23:17:16 -07:00
  • 5cad271eac
    fix: Recognize STATUS: COMPLETE as progress in circuit breaker (#140) gwicho38 2026-01-30 06:34:41 +01:00
  • dff2d358f6 docs: add user guide and example projects (#139) Test User 2026-01-29 13:51:10 -07:00
  • dbb27d89e9
    fix(setup): create .ralphrc with consistent tool permissions (#137) Frank Bria 2026-01-28 21:10:02 -07:00
  • 33739e0fb2 Merge PR #126: fix(monitor): forward all CLI parameters to inner ralph loop Test User 2026-01-28 15:23:59 -07:00
  • 83672d3a19 fix(monitor): forward all CLI parameters to inner ralph loop (#120) zerone0x 2026-01-25 20:30:49 +08:00
  • 0bd260df68
    ci(workflow): add concurrency blocks to prevent duplicate runs (#135) Frank Bria 2026-01-28 10:22:45 -07:00
  • 7df4750f22
    fix(test): ensure RESPONSE_ANALYSIS_FILE is set before use in test 199 (#133) Frank Bria 2026-01-27 09:32:47 -07:00
  • f6fde6780b
    fix(exit-detection): use explicit EXIT_SIGNAL instead of confidence threshold (#132) Frank Bria 2026-01-26 16:41:05 -07:00
  • c7e7a1c6a3
    refactor(naming): remove @ prefix from on-disk filenames (#131) Frank Bria 2026-01-26 15:40:27 -07:00
  • 05c57207f3
    fix(wizard): redirect prompts to stderr for clean command substitution (#130) Frank Bria 2026-01-26 14:47:06 -07:00
  • 910f794fcc
    feat(enable): add ralph-enable wizard for existing projects (v0.11.0) (#124) Frank Bria 2026-01-25 14:37:25 -07:00
  • 019b8c738a Merge main into fix/test-prd-import-version-handler Test User 2026-01-21 22:04:59 -07:00
  • f6791e431c chore(git): stop tracking .claude/settings.local.json Test User 2026-01-21 21:54:12 -07:00
  • d63f300c09 fix(session): clear exit signals on session reset (issue #91) Test User 2026-01-21 21:53:08 -07:00
  • 761db2f67d Merge main and apply code review fixes Test User 2026-01-21 21:42:29 -07:00
  • da1aed34c6 fix(analyzer,monitor): EXIT_SIGNAL detection and monitor paths (v0.10.1) Test User 2026-01-21 21:31:50 -07:00
  • 5ce9bc81d7 fix(analyzer): handle Claude CLI JSON array output format zerone0x 2026-01-21 22:56:53 +08:00
  • 9b19d70e35
    feat(structure): migrate Ralph files to .ralph/ subfolder (#109) Frank Bria 2026-01-20 23:22:30 -07:00
  • 0e95f67318
    Add timeout command support for macOS (#108) Frank Bria 2026-01-20 18:40:21 -07:00
  • 558b1518b5 fix(tests): add --version handler to mock claude commands in prd_import tests Marty 2026-01-20 21:34:00 +00:00
  • 509a9699a8 fix(workflow) Patch opencode bug in GitHub Actions timeout Test User 2026-01-13 19:44:08 -07:00
  • dd694ece49 docs(readme): update for v0.9.9 with EXIT_SIGNAL gate and uninstall script Test User 2026-01-12 22:11:19 -07:00
  • aca3670cc7
    fix(loop): respect Claude's EXIT_SIGNAL when checking completion indicators (#90) Frank Bria 2026-01-12 22:07:24 -07:00
  • 3e8d3fdcde
    feat: add dedicated uninstall.sh script (#45) Zander 2026-01-13 05:46:57 +02:00
  • 3dc3479c27
    feat(session): implement session expiration with configurable timeout (#84) Frank Bria 2026-01-10 19:40:38 -07:00
  • 1ba55a4b9c Revert "feat(session): implement session expiration with configurable timeout (#83)" Test User 2026-01-10 19:11:15 -07:00
  • 9110e3d3ad
    feat(session): implement session expiration with configurable timeout (#83) Frank Bria 2026-01-10 19:10:29 -07:00
  • 81fac49933 docs(status): mark #27 badges complete Test User 2026-01-10 18:47:34 -07:00
  • 369e118a27 docs(readme): add CI and license badges Test User 2026-01-10 18:47:02 -07:00
  • 253c8888aa docs(status): mark #24 and #26 complete Test User 2026-01-10 18:44:49 -07:00
  • 0ff60124fd docs(readme): add link to TESTING.md guide Test User 2026-01-10 18:44:23 -07:00
  • 94cb7493db docs(status): mark CONTRIBUTING.md guide complete Test User 2026-01-10 18:22:37 -07:00
  • d0cb80f670 docs: add comprehensive contributor guide Test User 2026-01-10 17:03:12 -07:00
  • 4679b16448 docs: add comprehensive testing guide Test User 2026-01-10 16:58:29 -07:00
  • e28d20b856 docs: remove community issues from phase structure Test User 2026-01-10 15:09:17 -07:00
  • bada82e4e2 docs(status): update IMPLEMENTATION_STATUS.md with phased structure Test User 2026-01-10 15:02:08 -07:00
  • 8123e8f249 docs(plan): restructure IMPLEMENTATION_PLAN.md with phased development Test User 2026-01-10 14:55:09 -07:00
  • d0208c4f6a docs(readme): update for v0.9.3-v0.9.8 changes Test User 2026-01-10 13:30:08 -07:00
  • 1c72010a93
    Merge pull request #67 from frankbria/feature/import-modern-cli Frank Bria 2026-01-10 13:19:51 -07:00
  • 852088101d docs(import): add function docblocks and fix path handling bug Test User 2026-01-10 12:22:04 -07:00
  • 1c9059b902 fix(import): address additional code review feedback Test User 2026-01-10 11:38:07 -07:00
  • bcc3db9474
    Append PRD source content to conversion prompt in convert_prd function (#68) macroscopeapp[bot] 2026-01-10 18:35:33 +00:00
  • 6dde9cbd26 fix(import): address code review feedback Test User 2026-01-10 11:24:30 -07:00
  • 4b1ca9bcc7 feat(import): modernize ralph_import.sh with JSON output parsing Test User 2026-01-10 11:12:13 -07:00
  • 6ace046ef8
    Merge pull request #66 from frankbria/feature/session-continuity Frank Bria 2026-01-10 10:54:11 -07:00
  • cafaacdc0c fix(session): address code review feedback for session management Test User 2026-01-10 10:48:19 -07:00
  • 274f496f77 fix(session): address code review feedback Test User 2026-01-10 10:37:06 -07:00
  • d3310d1f3f feat(session): add session lifecycle management with auto-reset triggers Test User 2026-01-10 10:27:42 -07:00
  • 3a474b4317
    Merge pull request #62 from frankbria/feature/json-output-parsing Frank Bria 2026-01-09 18:03:03 -07:00
  • a2e7e9385c fix(analyzer): address code review feedback Test User 2026-01-09 17:59:08 -07:00
  • fdff095c18 feat(analyzer): add Claude CLI JSON format support and session management Test User 2026-01-09 17:46:02 -07:00
  • 3d91d92691
    Merge pull request #61 from frankbria/feature/prd-import-tests Frank Bria 2026-01-09 16:34:03 -07:00
  • b06d979b0b test(import): add 22 comprehensive tests for ralph_import.sh Test User 2026-01-09 16:13:23 -07:00
  • 27df19716e
    Merge pull request #60 from frankbria/feature/project-setup-tests Frank Bria 2026-01-09 16:04:29 -07:00
  • a6587aa189 fix(test): improve test reliability and remove tautologies Test User 2026-01-09 15:47:41 -07:00
  • c68e484f7d test(setup): add 36 comprehensive tests for setup.sh Test User 2026-01-09 15:01:53 -07:00
  • 4a83b879c2
    Merge pull request #59 from frankbria/feature/installation-tests Frank Bria 2026-01-09 14:31:45 -07:00
  • 3503b9b27b fix: address code review feedback frankbria 2026-01-09 14:20:58 -07:00
  • 31ba3eb2bc docs(readme): add X follow badge for @FrankBria18044 frankbria 2026-01-09 14:09:14 -07:00
  • 6688c27681 test(install): add 14 comprehensive installation tests frankbria 2026-01-09 14:05:46 -07:00
  • 4da4d52fde
    Merge pull request #58 from frankbria/fix/prompt-file-flag Frank Bria 2026-01-09 13:56:12 -07:00
  • 30cdf78331 fix(loop): replace non-existent --prompt-file with -p flag frankbria 2026-01-09 13:44:50 -07:00
  • 0fbb92a4ae Add Awesome Code Code mention to README.md frankbria 2026-01-09 12:58:13 -07:00
  • 6c08757652 docs: update README.md and CLAUDE.md for v0.9.1 frankbria 2026-01-08 23:34:01 -07:00