Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.39 KB

File metadata and controls

43 lines (33 loc) · 1.39 KB

Oh My OpenCode Documentation

AI Agent Orchestration Plugin for OpenCode - Multi-agent workflows, parallel execution, and production-grade reliability.

Local Development

bundle install
bundle exec jekyll serve

Open http://localhost:4000 in your browser.

Deploy to GitHub Pages

  1. Push this repository to GitHub
  2. Go to Settings > Pages
  3. Set Source to "GitHub Actions"
  4. The site will be deployed automatically

Structure

docs/
├── index.md                 # Home page
├── getting-started/         # Installation & configuration
├── architecture/            # Core plugin architecture
├── agents/                  # Multi-agent system
├── tools/                   # LSP, AST-Grep, etc.
├── background-execution/    # Parallel execution
├── reliability/             # Error recovery & validation
├── hooks/                   # Lifecycle hooks
├── mcp/                     # MCP integration
├── compatibility/           # Claude Code compatibility
├── automation/              # GitHub Actions
├── advanced/                # Experimental features
├── development/             # Build & CI/CD
└── reference/               # API reference

Credits

Documentation generated from DeepWiki for oh-my-opencode.