wave-executor이란?
EPIC 계층 배치 파이프라인을 위한 새로운 프로세스 오케스트레이션. Claude Agent SDK를 통해 웨이브당 새로운 Bun 프로세스를 생성하여 장기 실행 세션에서 GC 관련 충돌을 방지합니다. 출처: oimiragieo/agent-studio.
EPIC 계층 배치 파이프라인을 위한 새로운 프로세스 오케스트레이션. Claude Agent SDK를 통해 웨이브당 새로운 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를 통해 웨이브당 새로운 Bun 프로세스를 생성하여 장기 실행 세션에서 GC 관련 충돌을 방지합니다. 출처: oimiragieo/agent-studio.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/oimiragieo/agent-studio --skill wave-executorEPIC 계층 배치 파이프라인을 위한 새로운 프로세스 오케스트레이션. Claude Agent SDK를 통해 웨이브당 새로운 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