Skip to content

Latest commit

 

History

History

README.md

ACE - Handbook Integration OpenCode

OpenCode provider integration for ACE handbook skills and workflows.

ACE Logo

Gem Version Ruby License: MIT

Works with: Claude Code, Codex CLI, OpenCode, Gemini CLI, pi-agent, and more.

ace-handbook ace-handbook-integration-opencode provides OpenCode-focused handbook manifests and projection artifacts so that canonical ACE skills invoked from OpenCode resolve to the correct provider entrypoints while preserving shared semantics from ace-handbook.

Use Cases

Run ACE workflows from OpenCode integrations - keep canonical skill intent while targeting OpenCode entrypoints, so agents running under OpenCode get the same behavior as any other provider.

Adapt quickly to provider-specific layouts - update projection assets inside this package instead of rewriting handbook logic, keeping changes isolated from ace-handbook canonical definitions.

Keep provider layers small - isolate integration glue from core handbook behavior with a focused set of manifests and projection assets.

Testing

This package is fast-only in the ACE testing model.

  • Deterministic test coverage lives under test/fast/.
  • This migration does not introduce test/feat/ or test/e2e/ for this package.

Verification commands:

  • ace-test ace-handbook-integration-opencode
  • ace-test ace-handbook-integration-opencode all

Part of ACE