@oiap/exporter-opencode
v0.3.0
Published
OpenCode target exporter for Open Interoperable Agent Plugins.
Readme
@oiap/exporter-opencode
OpenCode target exporter for Open Interoperable Agent Plugins.
The exporter renders project-local OpenCode configuration and companion assets:
opencode.jsonfor schema, instruction references, MCP servers, and permissions.AGENTS.mdand.opencode/instructions/for project rules..opencode/skills/for native Agent Skills..opencode/commands/for slash command prompt templates..opencode/agents/for custom primary/subagent prompt files..opencode/plugins/oiap-hooks.jsfor plugin hooks backed by the OIAP generated runtime.
Most authors should use the CLI:
bun run oiap build ./oiap.plugin.ts --target opencode --out ./build/opencodeThe output is a bundle artifact only. It does not install files into a user's global OpenCode config directory or enable host-managed settings.
