Quick Install
See the CLI command reference for more options.
zenable install pi writes a managed Pi extension that runs Zenable’s conformance checks throughout your coding session.
How the hooks-equivalent works
How the hooks-equivalent works
Pi’s documented extensibility surface is its extension API (
pi.on(...) event handlers). zenable install pi writes a managed extension file (at ~/.pi/agent/extensions/zenable.ts for global installs, or .pi/extensions/zenable.ts for project installs) that checkpoints your work as you go and runs a Zenable conformance review when the agent finishes a turn.The extension file is fully managed — every zenable install / zenable sync rewrites it. If you want to add your own Pi extensions, drop a separate file alongside it; Pi loads every *.ts under the extensions directory.