Skip to content

Commit 1c3172e

Browse files
sjarmakclaude
andcommitted
chore: mark US-001 complete, update progress
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent db3c828 commit 1c3172e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

ralph-mcp-unique/prd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"python3 -c \"import json; json.load(open('schemas/use_case_registry.schema.json'))\" succeeds"
6464
],
6565
"priority": 1,
66-
"passes": false,
66+
"passes": true,
6767
"notes": "Key change from v1: mcp_suite field maps to the 10 ccb_mcp_* suites (not the 8 SDLC suites). Added deepsearch_relevant flag and test_ratio to oracle_check_types for Category I tasks."
6868
},
6969
{

ralph-mcp-unique/progress.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,18 @@
2626
- The ralph-eval PRD (15 stories) is a good model for story structure
2727
- Repo-set fixtures must verify SG indexing before committing
2828
---
29+
[2026-02-20 18:57:07 UTC] Ralph start | tool=claude | max_iterations=20 | timeout_sec=900
30+
[2026-02-20 18:57:07 UTC] Iteration 1 started
31+
32+
## 2026-02-20 - US-001: Use Case Registry JSON schema
33+
- Created `schemas/use_case_registry.schema.json` (JSON Schema draft 2020-12)
34+
- Defines all required fields: use_case_id (1-100), category (A-J), title, customer_prompt, mcp_suite (10 ccb_mcp_* suites), task_family
35+
- Optional fields: mcp_unique, mcp_capabilities_required (9 MCP tool enums), oracle_type (incl tbd), oracle_check_types (7 types incl test_ratio), repo_set_id, difficulty, estimated_repos_needed, deepsearch_relevant
36+
- Optional GTM objects: salesforce_flags, gong_evidence
37+
- All 7 acceptance criteria verified programmatically
38+
- Files changed: `schemas/use_case_registry.schema.json` (new)
39+
- **Learnings for future iterations:**
40+
- Follow existing schema patterns in `schemas/` (draft 2020-12, $id, $defs)
41+
- additionalProperties: false on entries catches typos early
42+
- 'tbd' oracle_type needed for stub categories (C, F, G, H, I, J)
43+
---

0 commit comments

Comments
 (0)