@velo-ai/omp
v0.0.14
Published
OMP plugin for the ctl control plane: governance hook + skills. Pure integration package — install ctl separately (cargo install, or a GitHub release); the hook resolves it via CTL_BIN, ~/.cargo/bin, then PATH.
Maintainers
Readme
@velo-ai/omp
OMP plugin for the ctl control plane: the governance pre-hook and the
control-plane skills. Pure integration package — it does not bundle the
ctl binary.
Generated file — do not edit. This package is produced from the canonical
.omp/source byctl skills sync. Edit.omp/(and the generator insrc/infrastructure/omp_plugin.rs) instead; CI fails ifnpm-omp/drifts.
Install
- Install
ctlitself:cargo install --path .from the ctl repo, or download a binary from the GitHub releases page. The hook resolves it via the one blessed chain CTL_BIN →~/.cargo/bin→ PATH — setCTL_BINto pin a specific binary.ctl init --platform omppinsCTL_BINinto~/.omp/agent/.envautomatically (OMP merges that file into its process env at startup), so resolution does not depend on which shell launchedomp. - Install the plugin. The extension hook only loads for npm-installed or
linked plugins (not for
omp plugin install github:…marketplace installs):
# Local development against this repo's generated package:
omp plugin link ./npm-omp
# Or, once published:
npm i @velo-ai/omp