Skip to content

Commit bd1d700

Browse files
committed
planning: add issue add-model-id-to-test-results-schema to 2.1
add fully-qualified model ID to test-results schema for cache invalidation
1 parent ad07033 commit bd1d700

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"status" : "open"
3+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Plan
2+
3+
## Goal
4+
5+
Add fully-qualified model ID to test-results schema so cached SPRT results are invalidated when the
6+
model changes.
7+
8+
## Pre-conditions
9+
10+
(none)
11+
12+
## Post-conditions
13+
14+
- [ ] Both skills results.json and rules test-results.json schemas include a fully-qualified model ID field (e.g., claude-haiku-4-5-20251001)
15+
- [ ] Tests passing for schema validation
16+
- [ ] Mismatch between stored model ID and current model ID is detectable and triggers re-validation
17+
- [ ] No regressions in existing test infrastructure
18+
- [ ] E2E verification: store a test result with model ID, change the model, verify the cached result is flagged as stale

0 commit comments

Comments
 (0)