Skip to content

Commit a7b459a

Browse files
authored
Update minimal.json
1 parent 04bae7a commit a7b459a

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

workflows/minimal.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
22
"id": "minimal",
3-
"name": "minimal",
3+
"name": "AWO-aligned Minimal Workflow",
44
"version": "0.1.0",
5-
"objectives": ["Demonstrate CRI run structure with no external dependencies."],
5+
"objectives": ["Demonstrate AWO-aligned claims and falsification tuple."],
66
"inputs": [{ "path": "workflows/minimal.json", "role": "config" }],
7-
"claims": [{
8-
"id": "claim_baseline_traceability",
9-
"statement": "CRI produces a self-contained run folder with manifest and gate templates.",
10-
"falsification": {
11-
"dataset": "run directory contents",
12-
"procedure": "check presence of manifest.json, reports/validate.json, and gates/*.md",
13-
"metric": { "name": "files_present", "target": 3, "tolerance": 0, "units": "count" }
7+
"claims": [
8+
{
9+
"id": "claim_traceability",
10+
"statement": "CRI produces a self-contained run folder with manifest and gate templates.",
11+
"falsification": {
12+
"dataset": "run directory contents",
13+
"procedure": "after commit, check presence of run_manifest.json, SHA256SUMS.txt, and gates/*.md",
14+
"metric": { "name": "files_present", "target": 3, "tolerance": 0, "units": "count" }
15+
}
1416
}
15-
}],
17+
],
1618
"steps": [
1719
{ "id": "ingest", "type": "ingest", "uses": ["workflows/minimal.json"], "produces": ["manifest.json"] },
1820
{ "id": "validate", "type": "evaluate", "uses": ["schemas/workflow.schema.json"], "produces": ["reports/validate.json"] },

0 commit comments

Comments
 (0)