@hiveai/core 0.13.1 → 0.13.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -553,7 +553,7 @@ declare function summarizeImpact(scores: ImpactScore[]): ImpactSummary;
|
|
|
553
553
|
* A rigorous, model-free, repeatable evaluation of hAIve's core promise: surfacing
|
|
554
554
|
* the right knowledge and guardrails at the right moment. Unlike the agent benchmark
|
|
555
555
|
* (which parses human-written reports), this is deterministic and CI-runnable — it
|
|
556
|
-
* produces a
|
|
556
|
+
* produces a numeric quality score from labeled cases, so a regression in ranking or
|
|
557
557
|
* sensor coverage fails the build instead of silently degrading every agent session.
|
|
558
558
|
*
|
|
559
559
|
* Two case families:
|