@aicek/core
v0.1.0
Published
AICEK configuration intelligence engine — detection, classification, health scoring, token estimation, and recommendations. Pure functions, zero CLI dependencies.
Maintainers
Readme
@aicek/core
The configuration intelligence engine behind AICEK.
Pure functions, zero CLI dependencies:
import { detect, classify, score, recommend } from "@aicek/core";- detect — build a normalized
ConfigInventoryfrom a project - classify — decide where each instruction should live, and why
- score — a deterministic 0–100 health score across five pillars
- recommend — fixes with estimated token savings and health gains
Every number is an estimate labeled with a confidence level. Determinism is guaranteed: identical input → byte-identical score and reasons.
Pre-release. See PRD.md and docs/methodology.md.
