Skip to content

A minimal orchestration skeleton that uses filesystem state storage.

Notifications You must be signed in to change notification settings

YounWoo-Jung/octaverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octaverse

AI Orchestration CLI Tool - Parallel execution with Claude Code CLI or Codex CLI.

Installation

pip install octaverse

Usage

# Initialize workspace
octaverse init

# Create a new epic
octaverse new-epic "My Project"

# Add tasks
octaverse add-task epic-001 collector "Data collection task"
octaverse add-role-tasks epic-001 "Feature implementation"

# Check status
octaverse status epic-001

# Run tasks (parallel mode)
octaverse run epic-001

# Run tasks (sequential mode)
octaverse run epic-001 --sequential

# Configure
octaverse config --show
octaverse config --tool claude --max-parallel 4

License

MIT

About

A minimal orchestration skeleton that uses filesystem state storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages