Skip to content

v1.4.1

Choose a tag to compare

@ignaden ignaden released this 22 Jul 19:00

Added

  • Faithfulness grading in enrichponens trace enrich now grades each goal's definition of
    done (GOAL_FAITHFULNESS_v0_1), not just its progress: met (required criteria resolved from the
    trace's own evidence) vs certified (a reviewer other than the doer approved the criteria, every
    intent clause is covered, and the definition is not weakly specified), plus weakly_specified and
    uncovered_clauses per goal. The trace summary gains goals_met / goals_certified /
    goals_weakly_specified counts.
  • Faithfulness gate in trace check — the checker reports each goal's met/certified status and,
    under --strict, fails on the deficiencies the agent controls: a weakly-specified definition
    (nothing proved or policy-checked backs "done") or an uncovered intent clause. "Met but not
    certified" is surfaced as a warning — certification needs a human, so it is never a hard failure.