view /docs/plugin-authoring
Author and publish plugins
Author and publish plugins
Section titled “Author and publish plugins”First-party source lives in
ohtoe02/ohtools-plugins.
Installable metadata lives in the curated
ohtoe02/ohtools-plugin-catalog.
Plugins may implement protocol v1 directly in Go. The planned
ohtools-plugin-build toolchain packages strict declarative YAML and sealed
assets into a standalone static executable without changing the host protocol.
Publication order
Section titled “Publication order”- Test and publish immutable plugin binary assets.
- Record exact URL, size, SHA-256, manifest, description, and minimum host version in a catalog pull request.
- Run secretless catalog validation and sandboxed manifest inspection.
- Publish the next monotonically increasing signed snapshot.
- Verify the released host against
releases/latestin a restricted non-root container.
Never reuse a tag, replace a release asset, decrease a catalog sequence, or publish placeholder plugins.