Documentation Index
Fetch the complete documentation index at: https://docs.zenable.io/llms.txt
Use this file to discover all available pages before exploring further.
Quick Install
See the CLI command reference for more options.
opencode.json) and a managed plugin (in your OpenCode plugin/ directory) that runs Zenable’s conformance checks throughout your coding session.
Advanced: Manual MCP Configuration
Advanced: Manual MCP Configuration
The below is a minimal example. Consider using the quick install command to handle this automatically.
mcp key with "type": "remote" for streamable-HTTP servers. See OpenCode’s MCP docs for the full schema.Global
Place the following in~/.config/opencode/opencode.json:Project
Place the same configuration inopencode.json at your repository root.How the hooks-equivalent works
How the hooks-equivalent works
OpenCode’s documented extensibility surface is the plugin system.
zenable install opencode writes a managed plugin file (at ~/.config/opencode/plugin/zenable.ts for global installs or .opencode/plugin/zenable.ts for project installs) that integrates Zenable’s governance, guardrails, and observability across your coding sessions.The plugin file is fully managed — every zenable install / zenable sync rewrites it. If you want to add your own OpenCode plugins, drop a separate file alongside it; OpenCode loads every *.ts / *.js under the plugin directory.