Skip to content

Releases: KyaniteLabs/Epoch

v0.2.5

Choose a tag to compare

@simongonzalezdc simongonzalezdc released this 10 May 03:24
ab117b2

Patch release for Epoch. Includes the telemetry-calibration remediation release line and adds npm package MCP Registry metadata required for registry validation.\n\nPublished artifacts:\n- npm: @kyanitelabs/epoch@0.2.5\n- MCP Registry server: io.github.KyaniteLabs/Epoch\n\nVerification:\n- GitHub Release workflow 25618654687 passed, including npm publish and MCP Registry publish.

v0.2.2

Choose a tag to compare

@simongonzalezdc simongonzalezdc released this 07 May 18:28
646885d

Summary

  • Adds telemetry endpoint configuration and manual submission commands.
  • Adds a signed local POST /v1/telemetry receiver that records aggregate receipt metadata only.
  • Fixes first-submit signing/persistence and exact queued-record cutoff after lastSubmissionAt.
  • Aligns README, TELEMETRY, llms docs, AGENTS, and package version with the 0.2.2 release.

Verification

  • Release workflow passed: install, typecheck, test, build, and npm publish.
  • npm latest is now @kyanitelabs/epoch@0.2.2.
  • PR #45 CI passed: Typecheck/build/test and agent-law.
  • Local full suite before merge: 937 tests passed.
  • Live temporary receiver smoke accepted a signed submission and wrote a receipt without raw records.

Install

claude mcp add epoch -- npx @kyanitelabs/epoch

v0.2.1

Choose a tag to compare

@simongonzalezdc simongonzalezdc released this 07 May 18:14
bd6abb1

Summary\n- Publishes Epoch under the canonical @kyanitelabs/epoch npm package identity.\n- Aligns README, site install snippets, LLM discovery docs, package metadata, AGENTS identity, and CHANGELOG with the live package.\n- Keeps release workflow metadata aligned with npm trusted publishing.\n\n## Install\nbash\nclaude mcp add epoch -- npx @kyanitelabs/epoch\n\n\n## Verification\n- npm latest: @kyanitelabs/epoch@0.2.1\n- PR #43 CI passed and merged.\n- PR #44 CI passed and merged.\n\n## Release note\nDo not republish 0.2.1; future telemetry receiver/status work needs a new version bump.

v0.2.0

Choose a tag to compare

@simongonzalezdc simongonzalezdc released this 10 May 06:24

What's Changed

  • Expanded to 24 structured tools across 6 layers
  • Added feedback loop surface with feedbackToken, pending estimates, batch recording
  • AI-native reference baselines, complexity-aware correction factors
  • Token-cost outputs across all estimation tools
  • MdAPE as primary accuracy metric (outlier-robust)
  • ESM tsup build pipeline
  • Substantially raised test coverage across all surfaces

Full Changelog: v0.1.15...v0.2.0

v0.1.2

v0.1.2 Pre-release
Pre-release

Choose a tag to compare

@simongonzalezdc simongonzalezdc released this 10 May 06:24

What's Changed

  • Fixed division-by-zero in PERT variance, COCOMO effort, Monte Carlo triangular sample
  • Fixed rate limiter unbounded Map growth
  • Fixed MCP/CLI schema drift (PERT units, model field, velocity validation)
  • HTTP graceful shutdown with telemetry flush
  • 22 telemetry tests, 3 edge-case tests added
  • Test count: 357 → 544, coverage: 80% → 90%

Full Changelog: v0.1.1...v0.1.2

v0.1.1

v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@simongonzalezdc simongonzalezdc released this 10 May 06:24

What's Changed

  • Added record_actual and get_pending_estimates tools
  • Estimation feedback loop with self-improving correction factors
  • Developer profile correction across MCP, CLI, HTTP
  • Division-by-zero fixes in PERT, COCOMO, Monte Carlo, telemetry
  • NaN/Infinity output guards on estimation results
  • Atomic file writes for reference database
  • Tool count: 19 → 21

Full Changelog: v0.1.0...v0.1.1