Skip to content

Releases: thomas0124/ralph

v1.0.1

Choose a tag to compare

@thomas0124 thomas0124 released this 18 Aug 17:26

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 — 初の安定リリース

Choose a tag to compare

@thomas0124 thomas0124 released this 18 Aug 17:23

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.0

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 16:26

Changelog

新機能

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 15:58

Changelog

新機能

  • e01ab96: feat: sync templates with yoshpy-dev/ralph (skills, agents, hooks, scripts) (@thomas0124)

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 15:44

Changelog

新機能

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 09:38

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

Choose a tag to compare

@github-actions github-actions released this 18 Aug 09:10

Changelog

新機能

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 07:03

Changelog

新機能

  • 3258431: feat: add dart/terraform packs, config package, improved pack engine (@thomas0124)

その他

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 21 May 05:50

Changelog

新機能

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 May 05:46

Changelog

新機能

バグ修正

その他