prosemeter
v0.5.1
Published
Deterministic scoring + feedback-loop layer for prose — batteries-included bundle and CLI
Maintainers
Readme
prosemeter
Deterministic scoring + feedback-loop layer for prose — batteries-included bundle and CLI
Part of prosemeter — a deterministic scoring and feedback-loop layer for prose. See the main README for the full picture: the agent loop, profiles, the CLI, and the MCP server.
Install
pnpm add prosemeterExports
The root export is free of Node built-ins, so score bundles for the browser:
import { score, compareBaseline, checkConvergence } from "prosemeter"Baseline persistence reads and writes files, so it lives on its own subpath:
import { loadBaseline, saveBaseline } from "prosemeter/baseline"License
MIT
