@mstar-harness/engine
v3.6.3
Published
Morning Star Harness Workflow Engine — deterministic workflow enforcement library (path, status, lease, dispatch, sdd, iteration, lint gates).
Readme
@mstar-harness/engine
Morning Star (启明星) harness engine — deterministic library for harness checks (version, path, status, lease, validation), shared by the installer CLI and the OpenCode plugin.
Install
npm install @mstar-harness/engineUsage
import { readHarnessVersion } from "@mstar-harness/engine";
const version = readHarnessVersion(); // "1.8.8" — monorepo root package.jsonScope
- Importable library only — no
bin; the CLI (@mstar-harness/cli) wraps engine functions as thinmstar …subcommands. - Dependencies:
node:*only (zero external runtime deps — all validators hand-rolled; ajv and zod were pruned as phantom dependencies). - Skill prose stays authoritative; engine exports are the machine-checkable mirror of the rules the
mstar-*skills state.
License
MIT — see LICENSE.
