Releases: thomas0124/ralph
Releases · thomas0124/ralph
Release list
v1.0.1
v1.0.1
v1.0.0 のビルド修正リリースです。
修正
- Windows ビルドターゲットを除外(
syscall.Flockが Windows 非対応)
herdr / agmsg / flock(2) はすべて Unix 専用のため、ビルド対象を darwin / linux に統一しました。 - README: タグラインを
Claude Code / Codex プロジェクト向けハーネス & マルチエージェント CLIに更新
機能は v1.0.0 と同一です。
v1.0.0 — 初の安定リリース
v1.0.0
ralph の初の安定リリースです。
主な機能
ハーネスエンジニアリング
ralph init— Claude Code プロジェクトに検証済みフック・スキル・エージェント・パイプライン設定を一発展開ralph upgrade— 3-way マージによるスマートアップグレード(managed block / drift 検出 / 色付き diff)ralph doctor— Claude CLI・Codex CLI・herdr・agmsg・モデル疎通まで含む整合性チェックralph pack add <lang>— TypeScript / Python / Go / Rust / Dart / Terraform 言語パックralph insights— パイプライン実行データ集計・表示
org ランタイム(新機能)
ralph org spawn/send/wait/read/stop/disband— herdr + agmsg による自律マルチシート実行- Claude Code と Codex の混在シート構成に対応
- TASK / RESULT / BLOCKED / REVIEW / QUESTION / HEARTBEAT / STOP 型付きメッセージング
- watchdog / budget / deadman タイマーによる安全装置
ralph status— アクティブシート状態一覧
インストール
brew install thomas0124/tap/ralphまたは
go install github.com/thomas0124/ralph/cmd/ralph@v1.0.0v0.9.0
v0.8.0
Changelog
新機能
- e01ab96: feat: sync templates with yoshpy-dev/ralph (skills, agents, hooks, scripts) (@thomas0124)
v0.7.0
v0.6.0
Changelog
新機能
- d263acb: feat: add tests, dev scripts, CI, insights testdata and spec template (@thomas0124)
バグ修正
- b763bbd: fix: move all .claude/rules to ralph/ subdir, update content to yoshpy-dev latest (@thomas0124)
- 6ff65d0: fix: wire upgrade v2 engine and remove unused dead code (@thomas0124)
v0.5.0
Changelog
新機能
- 90e82b5: feat: add git hooks, new rules/skills/agents and docs templates (@thomas0124)
- 7d115d7: feat: add hook dispatch system, .ralph/, scripts, CI workflow and docs dirs (@thomas0124)
- 107117e: feat: add ralph insights command (@thomas0124)
- d4883ca: feat: port upgrade v2 engine from yoshpy-dev/ralph (@thomas0124)
v0.4.0
Changelog
新機能
- 3258431: feat: add dart/terraform packs, config package, improved pack engine (@thomas0124)
その他
- 8a9b565: README.md を更新 (@thomas0124)
v0.3.0
v0.2.0
Changelog
新機能
- 851cffa: feat: initial implementation of ralph CLI (thomas0124 qingshuitouzhen@gmail.com)
バグ修正
- d0bcfee: fix: fix .gitignore matching cmd/ralph/ and add cmd/ to repo (thomas0124 qingshuitouzhen@gmail.com)
- e1b94d0: fix: goreleaser-action v7, remove go generate hook, add LICENSE (thomas0124 qingshuitouzhen@gmail.com)
- 29b01f5: fix: remove unused packRenderSkipPaths and splitManifestForPack (thomas0124 qingshuitouzhen@gmail.com)
- efac382: fix: use dir instead of main in goreleaser builds config (thomas0124 qingshuitouzhen@gmail.com)
その他
- 849e112: ci: install golangci-lint via go install to match project Go version (thomas0124 qingshuitouzhen@gmail.com)
- 6203a92: debug: add ls step and set main+dir explicitly in goreleaser (thomas0124 qingshuitouzhen@gmail.com)