Skip to content

Releases: kritonapp/results-engine

v1.0.0 — first public release

Choose a tag to compare

@benediktvaldez benediktvaldez released this 12 Jun 00:32

First public release of the Kriton results engine: the pure, deterministic scoring and ranking maths the Kriton app consumes in production.

  • computeResults over a neutral, PII-free contract; FUNCTION_LIB_VERSION = 1.0.0
  • Aggregators (simple/weighted/median/trimmed mean, Z-score normalisation), Bradley-Terry, approval, tiebreak chains
  • Typed-AST formula language with a fixed function registry — no code execution, ever
  • Zero runtime dependencies (stats primitives vendored and proven byte-identical to simple-statistics 7.9.0)
  • Synthetic example corpus + demo CLI; verify recomputes an exported result snapshot and asserts a bit-for-bit match
  • Published with npm provenance: the artifact is verifiably built from this source by GitHub Actions