@vekuro/cline-cluster-rules
v0.1.0
Published
Cluster doctrine plugin for Cline; stub release pending v2 typed-state hook ports.
Maintainers
Readme
@vekuro/cline-cluster-rules
Cluster doctrine plugin scaffold for Cline.
This package is the TypeScript plugin lane for the Vekuro cluster's Cline
integration. Version 0.1.0 is intentionally a stub release: it registers the
plugin name and a placeholder beforeRun hook, but it does not carry the v1
cluster guards.
Install
From npm, using the docs-canonical prefix form:
cline plugin install npm:@vekuro/cline-cluster-rulesOr using the CLI's explicit npm flag:
cline plugin install @vekuro/cline-cluster-rules --npmFor local development:
cline plugin install ./cline/plugin-srcScope
The v1 guards ship through the shell-script hook lane at
cluster-config/cline/hooks/.
This package exists for future v2 typed-state hooks where the SDK plugin lane is the right fit:
beforeModelfor model request mutation.afterToolfor postcondition checks with typed tool result access.onEventfor runtime-event listeners.
SDK peer types are not pinned in this stub package. The future v2 port should select and pin the canonical Cline SDK package/version when it starts using typed SDK state directly.
Development
npm install
npm test
npm run buildThe build emits CommonJS JavaScript and declarations into dist/, which is the
path referenced by the package cline.plugins[] manifest entry.
Plan Ancestry
Created for binary-sauteeing-summit plan v2026.06.14.6,
Workstream C.2: TS plugin scaffold.
