@rulvar/evals 1.226.0 → 1.227.0

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.
Files changed (2) hide show
  1. package/dist/index.js +6 -6
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -3399,10 +3399,10 @@ const SCENARIOS = [
3399
3399
  },
3400
3400
  {
3401
3401
  name: "validator-guidance-conflict",
3402
- doctrine: "the evidence-grade reason names the SAFE composition against its cited-value sibling (RV2202): the c3 trap finish repairs in ONE round by moving the run id into its own sentence, with cited-value never rejecting; the third subscription run burned both repairs between the two verdicts",
3402
+ doctrine: "the evidence-grade reason names the SAFE composition against its cited-value sibling and names the run id it wants written (RV2202, RV2501, RV2502): the c3 trap finish repairs in ONE round by carrying THIS run's own id in the graded sentence, beside a source citation, with cited-value reading that id as identity and never rejecting; the third subscription run burned both repairs between the two verdicts, and the 1.226.0 comparison run burned both again on an id no artifact pattern could match",
3403
3403
  async run() {
3404
- const TRAP_FINISH = "The reserve fold is live-observed under sustained load. The engine seals the journal at settle (README.md:3).";
3405
- const FIXED_FINISH = "The reserve fold is live-observed under sustained load in run 01ARZ3NDEKTSV4RRFFQ69G5FAV. The engine seals the journal at settle (README.md:3).";
3404
+ const TRAP_FINISH = "The reserve fold is live-observed under sustained load. The engine seals the journal at settle (`README.md:3`).";
3405
+ const FIXED_FINISH = "The reserve fold is live-observed under sustained load in run `fault-guidance-conflict`, where the engine seals the journal at settle (`README.md:3`).";
3406
3406
  const calls = [];
3407
3407
  let finishAttempts = 0;
3408
3408
  const adapter = {
@@ -3453,14 +3453,14 @@ const SCENARIOS = [
3453
3453
  const entries = await store.load("fault-guidance-conflict");
3454
3454
  const repairRequest = calls[1];
3455
3455
  const repairBytes = JSON.stringify(repairRequest?.messages ?? []);
3456
- const guidanceQuoted = repairBytes.includes("SEPARATE sentence") && repairBytes.includes("run id");
3457
- const citedValueNamed = repairBytes.includes("cited-value one");
3456
+ const guidanceQuoted = repairBytes.includes("write this run's id fault-guidance-conflict") && repairBytes.includes("may share a sentence with a source citation");
3457
+ const citedValueNamed = repairBytes.includes("cited-value reads a run id as identity");
3458
3458
  const decisionsText = JSON.stringify(entries.filter((entry) => entry.kind === "decision").map((entry) => entry.value ?? null));
3459
3459
  const citedValueRejected = decisionsText.includes("\"cited-value\"") ? decisionsText.includes("not present inside the cited window") : false;
3460
3460
  return {
3461
3461
  observation: {
3462
3462
  matched: outcome.status === "ok" && outcome.value === FIXED_FINISH && finishAttempts === 2 && guidanceQuoted && citedValueNamed && !citedValueRejected,
3463
- detail: `run '${outcome.status}' after ${String(finishAttempts)} finish attempt(s); the repair exchange quoted the safe composition (SEPARATE sentence + run id: ${String(guidanceQuoted)}) and named the cited-value trade (${String(citedValueNamed)}); cited-value rejected=${String(citedValueRejected)}; final result carries the separate-sentence run id: ${String(outcome.value === FIXED_FINISH)}`
3463
+ detail: `run '${outcome.status}' after ${String(finishAttempts)} finish attempt(s); the repair exchange named the run id and the shared-sentence composition (${String(guidanceQuoted)}) and named the identity reading (${String(citedValueNamed)}); cited-value rejected=${String(citedValueRejected)}; final result carries this run's own id beside the citation in the graded sentence: ${String(outcome.value === FIXED_FINISH)}`
3464
3464
  },
3465
3465
  artifacts: [
3466
3466
  jsonArtifact("outcome.json", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rulvar/evals",
3
- "version": "1.226.0",
3
+ "version": "1.227.0",
4
4
  "description": "Rulvar evals: eval cases, golden outputs, rubric and judge graders, matrix sweeps, canary fingerprint.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -22,11 +22,11 @@
22
22
  "access": "public"
23
23
  },
24
24
  "dependencies": {
25
- "@rulvar/anthropic": "1.226.0",
26
- "@rulvar/core": "1.226.0",
27
- "@rulvar/openai": "1.226.0",
28
- "@rulvar/plan": "1.226.0",
29
- "@rulvar/testing": "1.226.0"
25
+ "@rulvar/anthropic": "1.227.0",
26
+ "@rulvar/core": "1.227.0",
27
+ "@rulvar/plan": "1.227.0",
28
+ "@rulvar/openai": "1.227.0",
29
+ "@rulvar/testing": "1.227.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.20.1",