wave-executor とは?
EPIC 層バッチ パイプラインのフレッシュ プロセス オーケストレーション。 Claude Agent SDK を介して Wave ごとに新しい Bun プロセスを生成し、長時間実行セッションでの GC 関連のクラッシュを防ぎます。 ソース: oimiragieo/agent-studio。
EPIC 層バッチ パイプラインのフレッシュ プロセス オーケストレーション。 Claude Agent SDK を介して Wave ごとに新しい Bun プロセスを生成し、長時間実行セッションでの GC 関連のクラッシュを防ぎます。
コマンドラインで wave-executor AI スキルを開発環境にすばやくインストール
ソース: oimiragieo/agent-studio。
Wave Executor runs EPIC-tier batch pipelines by spawning a fresh Claude Code process per wave via the Claude Agent SDK. Each wave gets a clean Bun runtime with zero accumulated spawn() or abortsignal state, preventing the JSC garbage collector use-after-free crash (oven-sh/bun, anthropics/claude-code#21875, #27003) that occurs when a single Bun process handles thousands of concurrent subagent spawns.
This is the framework's implementation of the Ralph Wiggum pattern: iteration over fresh processes with file-based coordination.
Key invariant: no single Bun process accumulates more than 100 spawns.
EPIC 層バッチ パイプラインのフレッシュ プロセス オーケストレーション。 Claude Agent SDK を介して Wave ごとに新しい Bun プロセスを生成し、長時間実行セッションでの GC 関連のクラッシュを防ぎます。 ソース: oimiragieo/agent-studio。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/oimiragieo/agent-studio --skill wave-executorEPIC 層バッチ パイプラインのフレッシュ プロセス オーケストレーション。 Claude Agent SDK を介して Wave ごとに新しい Bun プロセスを生成し、長時間実行セッションでの GC 関連のクラッシュを防ぎます。 ソース: oimiragieo/agent-studio。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/oimiragieo/agent-studio --skill wave-executor インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/oimiragieo/agent-studio