Add custom evaluation matrices and pack-bound result v2 #125
Labels
No labels
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agent-compose#125
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Outcome
Support complete profile-owned evaluation matrices and bind every newly written
evaluation result to the exact canonical pack it scored.
Parent: #114
Run contract: #115
This issue is the sole implementation owner of
agent-compose.evaluation-result.v2. Issue #109 consumes the format when itrefreshes stored baselines.
Evaluation matrices
merge individual fields.
prompts, bundle model classes, rubric references, and review metadata.
Result format v2
evaluation pack.
personality definitions, copy contract, protocol, review rule, prompts, and
rubrics after canonical encoding.
scores.
Dependencies
Acceptance
references, malformed matrices, digest drift, and v1 compatibility.
ward exec testandward exec smokepass.mainand closes this issue.Landed on canonical main through
daa9996, completing the evaluation slice begun by earlier commits. Complete custom matrices now replace generic run protocol, review rule, and arbitrary cases as one unit. Roles without one retain the generic fallback, while legacy prompt-only assets remain readable. New result writes select evaluation-result.v2 with a deterministic full-pack digest. Tests prove v1 compatibility and rejection after role or personality prose drift. ward exec test and ward exec smoke passed.