test grouping

This commit is contained in:
Dobromir Popov
2026-07-11 22:11:21 +03:00
parent c195b5ce78
commit 7d259d7c9b
9 changed files with 1424 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "Model-agnostic Node capability admission",
"branchName": "ralph/node-capability-admission",
"description": "Make a Node prove its selected Model Artifact, Shard, and execution recipe work before it becomes routable. Qwen3.6 is only an opt-in development fixture; the implementation and protocol are model-agnostic.",
"branchName": "ralph/node-capability-admission",
"userStories": [
{
"id": "NCA-001",
@@ -36,7 +36,9 @@
"priority": 2,
"passes": false,
"notes": "Source issue: .scratch/node-capability-admission/issues/02-doctor-real-forward.md",
"dependsOn": ["NCA-001"]
"dependsOn": [
"NCA-001"
]
},
{
"id": "NCA-003",
@@ -53,7 +55,10 @@
"priority": 3,
"passes": false,
"notes": "Source issue: .scratch/node-capability-admission/issues/03-fail-closed-startup-admission.md",
"dependsOn": ["NCA-001", "NCA-002"]
"dependsOn": [
"NCA-001",
"NCA-002"
]
},
{
"id": "NCA-004",
@@ -72,7 +77,10 @@
"priority": 4,
"passes": false,
"notes": "Source issue: .scratch/node-capability-admission/issues/04-tracker-validated-capability-routing.md",
"dependsOn": ["NCA-001", "NCA-003"]
"dependsOn": [
"NCA-001",
"NCA-003"
]
},
{
"id": "NCA-005",
@@ -89,7 +97,13 @@
"priority": 5,
"passes": false,
"notes": "Source issue: .scratch/node-capability-admission/issues/05-docs-hardware-lane-contract.md",
"dependsOn": ["NCA-002", "NCA-004"]
"dependsOn": [
"NCA-002",
"NCA-004"
]
}
]
}
],
"metadata": {
"updatedAt": "2026-07-11T19:02:57.532Z"
}
}