@addforce/governor-core
v0.4.17
Published
The Governor decision engine: repo indexing, file inference, difficulty/criticality scoring, model ranking, and outcome measurement. Pure logic, no IO channels, WASM-only parsing — the engine behind @addforce/governor.
Maintainers
Readme
@addforce/governor-core
The decision engine behind @addforce/governor:
repo indexing, git-history scanning, file inference, difficulty/criticality scoring, model
ranking, and outcome measurement. Pure logic, no IO channels, no LLM calls, no network request —
WASM-only parsing (web-tree-sitter) with the grammars and the sentence-embedding model vendored
in, so nothing downloads at install or run time.
You almost certainly want @addforce/governor instead — this package is its engine dependency,
installed automatically alongside it. Install this directly only if you're building a new adapter
(a channel other than the MCP server or the Claude Code hook) on top of the same engine.
Licensed under PolyForm Shield 1.0.0 — see LICENSE in this package, or the
project README for what that means in
plain language.
Full docs, architecture, and the quickstart live in the main repository.
