Date: 2026-08-28
Repository: MSKazemi/idkmesh
The user asked the project to continue development of the public IDKMesh repository.
The original Phase B2 first-five pilot had already been burned because its frozen v0.2 evaluator plans used semantic fragments where deterministic patch verifier v0.1.1 required exact full added-line equality.
Task 001 itself was solved as real repository work in PR #153. The burned pilot kept:
9c53bb4069a5db1c0688dbbe7a8f028540cbf7c2;sha256:4fdec8a2768e32dc223b218ed70aec3a67aefcd87c64b72c5675c9921a4eab5c;PR #164 then introduced EvaluatorPlan v0.3 / verifier 0.2.0 added-line substring semantics without changing v0.2 / verifier 0.1.1 exact-line meaning.
Closed diagnostic PR #158 preserved a more important calibration fact:
Issue #157 was therefore reopened. Added-substring presence alone could not be treated as sufficient evidence for the successor security task.
During this continuation, an experimental PR #170 was created to introduce an added+removed transformation contract and calibrate it against the real Task 001 source.
The real calibration was eventually made scientifically clean by separating:
A successful experimental run on #170 (33194220134) established the intended real matrix:
straightforward fix:
transition verifier -> passed / accept_candidate
outside-path behavior -> all four cases rejected
inert decoy:
transition verifier -> failed / reject_candidate
outside-path behavior -> all four cases accepted
That successful run also retained replayable generated evidence as a workflow artifact.
Before #170 could be integrated, concurrent PR #171 independently merged the same core idea in a cleaner canonical implementation:
EvaluatorPlan v0.4
-> deterministic-patch-verifier 0.3.0
-> required added-line substrings
+ required removed-line substrings
PR #171 merged as c60549c43232231c724fe3aaaac1f08a26998cbe and included synthetic correct-vs-Goodhart calibration fixtures, version-preserving routing, Phase 0 tests, and explicit language that v0.4 remains a static proxy rather than behavioral proof.
The correct convergence decision was therefore not to merge #170 wholesale. Its duplicate schema/verifier/runner implementation was superseded by #171.
A new branch was created from current main:
experiment/task001-v04-real-calibration
It reuses the canonical v0.4 implementation from #171 and adds only the stronger repository-specific calibration layer.
verification/fixtures/task001-real-transition-calibration-evaluator-plan-v0.4.json
is a new post-burn calibration object bound to the original Task 001 WorkUnit/source. It requires:
added substring: resolve_repo_file(args.cohort
removed substring: (ROOT / args.cohort).resolve()
It does not replace or mutate the old frozen evaluator.
tools/task001_real_transition_calibration.py
performs the following:
9c53bb4069a5db1c0688dbbe7a8f028540cbf7c2;tools/benchmark_cohort.py;results/.The outside-path cohort fixture is deliberately self-contained from files that existed at the frozen source SHA. This avoids a confounder where an escaped path might return nonzero only because later benchmark-control files did not yet exist in the old checkout.
.github/workflows/task001-real-transition-calibration.yml
uses two separate read-only checkouts:
It persists no checkout credentials, uses no repository secrets, publishes the calibration summary, and retains generated evidence as an artifact.
docs/research/TASK001_REAL_V04_CALIBRATION.md
makes the evidence hierarchy explicit:
static added+removed transition proxy
+ separate task-specific behavioral evidence
!= automatic correctness oracle
!= automatic integration authority
The clean branch must reproduce the real matrix using the canonical merged v0.4 verifier:
straightforward:
verifier 0.3.0 -> passed / accept_candidate
removed match -> 1/1
behavior -> all four unsafe paths rejected
decoy:
verifier 0.3.0 -> failed / reject_candidate
removed match -> 0/1
behavior -> all four vulnerable outside paths accepted
Both VerificationResults must bind the exact new calibration-plan digest and semantic mode added_and_removed_line_substring_all.
The Benchmark Cohort validator had independently been made schema-version-aware for EvaluatorPlan v0.2 and v0.3. After the real v0.4 calibration is green, the next bounded infrastructure step is to teach Benchmark Cohort v0.1 to validate/index public EvaluatorPlan v0.4 without weakening exact digest/provenance checks.
Only after that should a new successor Phase B2 cohort be frozen. Task 001 is already known and must not be represented as untouched held-out evidence.
No work in this continuation grants:
The real calibration candidates are post-burn experiment objects, not benchmark outcomes.