@gobing-ai/spur 0.3.55 → 0.3.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -3
- package/config/corpus-baseline.json +2521 -49
- package/config/rules/strict/runtime-boundaries.yaml +3 -0
- package/config/rules/surface/check-cli-surface.yaml +1 -0
- package/config/workflow-composition-baseline.json +241 -22
- package/package.json +1 -1
- package/plugins/sp/agents/expert-spur.md +3 -0
- package/plugins/sp/commands/dev-idea.md +7 -19
- package/plugins/sp/plugin.json +1 -1
- package/plugins/sp/scripts/task-size-precheck.ts +11 -6
- package/plugins/sp/skills/dogfood-testing/references/monitor-ledger.md +4 -4
- package/plugins/sp/skills/dogfood-testing/references/report-template.md +4 -2
- package/plugins/sp/skills/issue-finding/SKILL.md +23 -11
- package/plugins/sp/skills/spur-cli/SKILL.md +23 -15
- package/plugins/sp/skills/spur-cli/references/agent.md +5 -0
- package/plugins/sp/skills/spur-cli/references/builder.md +49 -0
- package/plugins/sp/skills/spur-cli/references/features.md +6 -1
- package/plugins/sp/skills/spur-cli/references/message.md +5 -0
- package/plugins/sp/skills/spur-cli/references/rules.md +5 -0
- package/plugins/sp/skills/spur-cli/references/self.md +101 -0
- package/plugins/sp/skills/spur-cli/references/tasks.md +6 -1
- package/plugins/sp/skills/spur-cli/references/team.md +5 -0
- package/plugins/sp/skills/spur-cli/references/workflows.md +40 -0
- package/plugins/sp/skills/spur-dev/references/dev-operations.md +9 -8
- package/plugins/sp/skills/spur-dev/references/execution-batch.md +19 -0
- package/plugins/sp/skills/spur-dev/references/inline-pipeline-driver.md +27 -5
- package/spur.js +1546 -314
|
@@ -33,6 +33,14 @@
|
|
|
33
33
|
"reason": "Linked task lacks a PASS verdict with MET requirement — verification pending, see note § L4.scenario-unverified.",
|
|
34
34
|
"since": "2026-08-17"
|
|
35
35
|
},
|
|
36
|
+
{
|
|
37
|
+
"kind": "feature",
|
|
38
|
+
"id": "D3",
|
|
39
|
+
"code": "L4.dogfood-missing",
|
|
40
|
+
"severity": "warning",
|
|
41
|
+
"reason": "feature touches workflow infra but predates the dogfood artifact requirement; artifact not backfilled",
|
|
42
|
+
"since": "2026-08-21"
|
|
43
|
+
},
|
|
36
44
|
{
|
|
37
45
|
"kind": "feature",
|
|
38
46
|
"id": "E2",
|
|
@@ -287,6 +295,14 @@
|
|
|
287
295
|
"reason": "Linked task lacks a PASS verdict with MET requirement — verification pending, see note § L4.scenario-unverified.",
|
|
288
296
|
"since": "2026-08-17"
|
|
289
297
|
},
|
|
298
|
+
{
|
|
299
|
+
"kind": "feature",
|
|
300
|
+
"id": "I6",
|
|
301
|
+
"code": "L2.heading-level",
|
|
302
|
+
"severity": "warning",
|
|
303
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
304
|
+
"since": "2026-08-21"
|
|
305
|
+
},
|
|
290
306
|
{
|
|
291
307
|
"kind": "feature",
|
|
292
308
|
"id": "I7",
|
|
@@ -421,6 +437,14 @@
|
|
|
421
437
|
"reason": "Gate postdates the task: closed before the terminal-status section matrix, and no verdict artifact exists to record from — see note § L3.required-section-placeholder.",
|
|
422
438
|
"since": "2026-08-17"
|
|
423
439
|
},
|
|
440
|
+
{
|
|
441
|
+
"kind": "task",
|
|
442
|
+
"id": "0001",
|
|
443
|
+
"code": "L3.requirements-checkbox",
|
|
444
|
+
"severity": "warning",
|
|
445
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
446
|
+
"since": "2026-08-21"
|
|
447
|
+
},
|
|
424
448
|
{
|
|
425
449
|
"kind": "task",
|
|
426
450
|
"id": "0001",
|
|
@@ -482,6 +506,14 @@
|
|
|
482
506
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
483
507
|
"since": "2026-08-17"
|
|
484
508
|
},
|
|
509
|
+
{
|
|
510
|
+
"kind": "task",
|
|
511
|
+
"id": "0002",
|
|
512
|
+
"code": "L3.requirements-checkbox",
|
|
513
|
+
"severity": "warning",
|
|
514
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
515
|
+
"since": "2026-08-21"
|
|
516
|
+
},
|
|
485
517
|
{
|
|
486
518
|
"kind": "task",
|
|
487
519
|
"id": "0002",
|
|
@@ -536,6 +568,14 @@
|
|
|
536
568
|
"reason": "Plan is prose; predates ordered-checklist enforcement — see note § L3.plan-format.",
|
|
537
569
|
"since": "2026-08-17"
|
|
538
570
|
},
|
|
571
|
+
{
|
|
572
|
+
"kind": "task",
|
|
573
|
+
"id": "0003",
|
|
574
|
+
"code": "L3.requirements-checkbox",
|
|
575
|
+
"severity": "warning",
|
|
576
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
577
|
+
"since": "2026-08-21"
|
|
578
|
+
},
|
|
539
579
|
{
|
|
540
580
|
"kind": "task",
|
|
541
581
|
"id": "0003",
|
|
@@ -581,6 +621,14 @@
|
|
|
581
621
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
582
622
|
"since": "2026-08-17"
|
|
583
623
|
},
|
|
624
|
+
{
|
|
625
|
+
"kind": "task",
|
|
626
|
+
"id": "0004",
|
|
627
|
+
"code": "L2.heading-level",
|
|
628
|
+
"severity": "warning",
|
|
629
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
630
|
+
"since": "2026-08-21"
|
|
631
|
+
},
|
|
584
632
|
{
|
|
585
633
|
"kind": "task",
|
|
586
634
|
"id": "0004",
|
|
@@ -1352,6 +1400,14 @@
|
|
|
1352
1400
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
1353
1401
|
"since": "2026-08-17"
|
|
1354
1402
|
},
|
|
1403
|
+
{
|
|
1404
|
+
"kind": "task",
|
|
1405
|
+
"id": "0021",
|
|
1406
|
+
"code": "L2.heading-level",
|
|
1407
|
+
"severity": "warning",
|
|
1408
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
1409
|
+
"since": "2026-08-21"
|
|
1410
|
+
},
|
|
1355
1411
|
{
|
|
1356
1412
|
"kind": "task",
|
|
1357
1413
|
"id": "0021",
|
|
@@ -2037,6 +2093,14 @@
|
|
|
2037
2093
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2038
2094
|
"since": "2026-08-17"
|
|
2039
2095
|
},
|
|
2096
|
+
{
|
|
2097
|
+
"kind": "task",
|
|
2098
|
+
"id": "0036",
|
|
2099
|
+
"code": "L3.requirements-checkbox",
|
|
2100
|
+
"severity": "warning",
|
|
2101
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2102
|
+
"since": "2026-08-21"
|
|
2103
|
+
},
|
|
2040
2104
|
{
|
|
2041
2105
|
"kind": "task",
|
|
2042
2106
|
"id": "0036",
|
|
@@ -2243,6 +2307,14 @@
|
|
|
2243
2307
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2244
2308
|
"since": "2026-08-17"
|
|
2245
2309
|
},
|
|
2310
|
+
{
|
|
2311
|
+
"kind": "task",
|
|
2312
|
+
"id": "0040",
|
|
2313
|
+
"code": "L2.heading-level",
|
|
2314
|
+
"severity": "warning",
|
|
2315
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2316
|
+
"since": "2026-08-21"
|
|
2317
|
+
},
|
|
2246
2318
|
{
|
|
2247
2319
|
"kind": "task",
|
|
2248
2320
|
"id": "0040",
|
|
@@ -2296,6 +2368,14 @@
|
|
|
2296
2368
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2297
2369
|
"since": "2026-08-17"
|
|
2298
2370
|
},
|
|
2371
|
+
{
|
|
2372
|
+
"kind": "task",
|
|
2373
|
+
"id": "0041",
|
|
2374
|
+
"code": "L3.requirements-checkbox",
|
|
2375
|
+
"severity": "warning",
|
|
2376
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2377
|
+
"since": "2026-08-21"
|
|
2378
|
+
},
|
|
2299
2379
|
{
|
|
2300
2380
|
"kind": "task",
|
|
2301
2381
|
"id": "0041",
|
|
@@ -2318,6 +2398,14 @@
|
|
|
2318
2398
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2319
2399
|
"since": "2026-08-17"
|
|
2320
2400
|
},
|
|
2401
|
+
{
|
|
2402
|
+
"kind": "task",
|
|
2403
|
+
"id": "0042",
|
|
2404
|
+
"code": "L3.requirements-checkbox",
|
|
2405
|
+
"severity": "warning",
|
|
2406
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2407
|
+
"since": "2026-08-21"
|
|
2408
|
+
},
|
|
2321
2409
|
{
|
|
2322
2410
|
"kind": "task",
|
|
2323
2411
|
"id": "0042",
|
|
@@ -2340,6 +2428,14 @@
|
|
|
2340
2428
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2341
2429
|
"since": "2026-08-17"
|
|
2342
2430
|
},
|
|
2431
|
+
{
|
|
2432
|
+
"kind": "task",
|
|
2433
|
+
"id": "0043",
|
|
2434
|
+
"code": "L2.heading-level",
|
|
2435
|
+
"severity": "warning",
|
|
2436
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2437
|
+
"since": "2026-08-21"
|
|
2438
|
+
},
|
|
2343
2439
|
{
|
|
2344
2440
|
"kind": "task",
|
|
2345
2441
|
"id": "0043",
|
|
@@ -2377,6 +2473,14 @@
|
|
|
2377
2473
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2378
2474
|
"since": "2026-08-17"
|
|
2379
2475
|
},
|
|
2476
|
+
{
|
|
2477
|
+
"kind": "task",
|
|
2478
|
+
"id": "0044",
|
|
2479
|
+
"code": "L2.heading-level",
|
|
2480
|
+
"severity": "warning",
|
|
2481
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2482
|
+
"since": "2026-08-21"
|
|
2483
|
+
},
|
|
2380
2484
|
{
|
|
2381
2485
|
"kind": "task",
|
|
2382
2486
|
"id": "0044",
|
|
@@ -2414,6 +2518,14 @@
|
|
|
2414
2518
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2415
2519
|
"since": "2026-08-17"
|
|
2416
2520
|
},
|
|
2521
|
+
{
|
|
2522
|
+
"kind": "task",
|
|
2523
|
+
"id": "0045",
|
|
2524
|
+
"code": "L3.requirements-checkbox",
|
|
2525
|
+
"severity": "warning",
|
|
2526
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2527
|
+
"since": "2026-08-21"
|
|
2528
|
+
},
|
|
2417
2529
|
{
|
|
2418
2530
|
"kind": "task",
|
|
2419
2531
|
"id": "0045",
|
|
@@ -2452,6 +2564,14 @@
|
|
|
2452
2564
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2453
2565
|
"since": "2026-08-17"
|
|
2454
2566
|
},
|
|
2567
|
+
{
|
|
2568
|
+
"kind": "task",
|
|
2569
|
+
"id": "0046",
|
|
2570
|
+
"code": "L3.requirements-checkbox",
|
|
2571
|
+
"severity": "warning",
|
|
2572
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2573
|
+
"since": "2026-08-21"
|
|
2574
|
+
},
|
|
2455
2575
|
{
|
|
2456
2576
|
"kind": "task",
|
|
2457
2577
|
"id": "0046",
|
|
@@ -2489,6 +2609,14 @@
|
|
|
2489
2609
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2490
2610
|
"since": "2026-08-17"
|
|
2491
2611
|
},
|
|
2612
|
+
{
|
|
2613
|
+
"kind": "task",
|
|
2614
|
+
"id": "0047",
|
|
2615
|
+
"code": "L3.requirements-checkbox",
|
|
2616
|
+
"severity": "warning",
|
|
2617
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2618
|
+
"since": "2026-08-21"
|
|
2619
|
+
},
|
|
2492
2620
|
{
|
|
2493
2621
|
"kind": "task",
|
|
2494
2622
|
"id": "0047",
|
|
@@ -2518,6 +2646,14 @@
|
|
|
2518
2646
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2519
2647
|
"since": "2026-08-17"
|
|
2520
2648
|
},
|
|
2649
|
+
{
|
|
2650
|
+
"kind": "task",
|
|
2651
|
+
"id": "0048",
|
|
2652
|
+
"code": "L3.requirements-checkbox",
|
|
2653
|
+
"severity": "warning",
|
|
2654
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2655
|
+
"since": "2026-08-21"
|
|
2656
|
+
},
|
|
2521
2657
|
{
|
|
2522
2658
|
"kind": "task",
|
|
2523
2659
|
"id": "0048",
|
|
@@ -2547,6 +2683,14 @@
|
|
|
2547
2683
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2548
2684
|
"since": "2026-08-17"
|
|
2549
2685
|
},
|
|
2686
|
+
{
|
|
2687
|
+
"kind": "task",
|
|
2688
|
+
"id": "0049",
|
|
2689
|
+
"code": "L3.requirements-checkbox",
|
|
2690
|
+
"severity": "warning",
|
|
2691
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2692
|
+
"since": "2026-08-21"
|
|
2693
|
+
},
|
|
2550
2694
|
{
|
|
2551
2695
|
"kind": "task",
|
|
2552
2696
|
"id": "0049",
|
|
@@ -2569,6 +2713,14 @@
|
|
|
2569
2713
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2570
2714
|
"since": "2026-08-17"
|
|
2571
2715
|
},
|
|
2716
|
+
{
|
|
2717
|
+
"kind": "task",
|
|
2718
|
+
"id": "0050",
|
|
2719
|
+
"code": "L3.requirements-checkbox",
|
|
2720
|
+
"severity": "warning",
|
|
2721
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2722
|
+
"since": "2026-08-21"
|
|
2723
|
+
},
|
|
2572
2724
|
{
|
|
2573
2725
|
"kind": "task",
|
|
2574
2726
|
"id": "0050",
|
|
@@ -2598,6 +2750,14 @@
|
|
|
2598
2750
|
"reason": "Gate postdates the task: the section matrix gained this required section after close — see note § L2.missing-required-section.",
|
|
2599
2751
|
"since": "2026-08-17"
|
|
2600
2752
|
},
|
|
2753
|
+
{
|
|
2754
|
+
"kind": "task",
|
|
2755
|
+
"id": "0051",
|
|
2756
|
+
"code": "L3.requirements-checkbox",
|
|
2757
|
+
"severity": "warning",
|
|
2758
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2759
|
+
"since": "2026-08-21"
|
|
2760
|
+
},
|
|
2601
2761
|
{
|
|
2602
2762
|
"kind": "task",
|
|
2603
2763
|
"id": "0051",
|
|
@@ -2620,6 +2780,14 @@
|
|
|
2620
2780
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2621
2781
|
"since": "2026-08-17"
|
|
2622
2782
|
},
|
|
2783
|
+
{
|
|
2784
|
+
"kind": "task",
|
|
2785
|
+
"id": "0052",
|
|
2786
|
+
"code": "L3.requirements-checkbox",
|
|
2787
|
+
"severity": "warning",
|
|
2788
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2789
|
+
"since": "2026-08-21"
|
|
2790
|
+
},
|
|
2623
2791
|
{
|
|
2624
2792
|
"kind": "task",
|
|
2625
2793
|
"id": "0052",
|
|
@@ -2642,6 +2810,14 @@
|
|
|
2642
2810
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2643
2811
|
"since": "2026-08-17"
|
|
2644
2812
|
},
|
|
2813
|
+
{
|
|
2814
|
+
"kind": "task",
|
|
2815
|
+
"id": "0053",
|
|
2816
|
+
"code": "L3.requirements-checkbox",
|
|
2817
|
+
"severity": "warning",
|
|
2818
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2819
|
+
"since": "2026-08-21"
|
|
2820
|
+
},
|
|
2645
2821
|
{
|
|
2646
2822
|
"kind": "task",
|
|
2647
2823
|
"id": "0053",
|
|
@@ -2671,6 +2847,14 @@
|
|
|
2671
2847
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2672
2848
|
"since": "2026-08-17"
|
|
2673
2849
|
},
|
|
2850
|
+
{
|
|
2851
|
+
"kind": "task",
|
|
2852
|
+
"id": "0054",
|
|
2853
|
+
"code": "L3.requirements-checkbox",
|
|
2854
|
+
"severity": "warning",
|
|
2855
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2856
|
+
"since": "2026-08-21"
|
|
2857
|
+
},
|
|
2674
2858
|
{
|
|
2675
2859
|
"kind": "task",
|
|
2676
2860
|
"id": "0054",
|
|
@@ -2708,6 +2892,14 @@
|
|
|
2708
2892
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2709
2893
|
"since": "2026-08-17"
|
|
2710
2894
|
},
|
|
2895
|
+
{
|
|
2896
|
+
"kind": "task",
|
|
2897
|
+
"id": "0055",
|
|
2898
|
+
"code": "L3.requirements-checkbox",
|
|
2899
|
+
"severity": "warning",
|
|
2900
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2901
|
+
"since": "2026-08-21"
|
|
2902
|
+
},
|
|
2711
2903
|
{
|
|
2712
2904
|
"kind": "task",
|
|
2713
2905
|
"id": "0055",
|
|
@@ -2745,6 +2937,14 @@
|
|
|
2745
2937
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2746
2938
|
"since": "2026-08-17"
|
|
2747
2939
|
},
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "task",
|
|
2942
|
+
"id": "0056",
|
|
2943
|
+
"code": "L3.requirements-checkbox",
|
|
2944
|
+
"severity": "warning",
|
|
2945
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2946
|
+
"since": "2026-08-21"
|
|
2947
|
+
},
|
|
2748
2948
|
{
|
|
2749
2949
|
"kind": "task",
|
|
2750
2950
|
"id": "0056",
|
|
@@ -2774,6 +2974,14 @@
|
|
|
2774
2974
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2775
2975
|
"since": "2026-08-17"
|
|
2776
2976
|
},
|
|
2977
|
+
{
|
|
2978
|
+
"kind": "task",
|
|
2979
|
+
"id": "0057",
|
|
2980
|
+
"code": "L3.requirements-checkbox",
|
|
2981
|
+
"severity": "warning",
|
|
2982
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
2983
|
+
"since": "2026-08-21"
|
|
2984
|
+
},
|
|
2777
2985
|
{
|
|
2778
2986
|
"kind": "task",
|
|
2779
2987
|
"id": "0057",
|
|
@@ -2811,6 +3019,14 @@
|
|
|
2811
3019
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2812
3020
|
"since": "2026-08-17"
|
|
2813
3021
|
},
|
|
3022
|
+
{
|
|
3023
|
+
"kind": "task",
|
|
3024
|
+
"id": "0058",
|
|
3025
|
+
"code": "L3.requirements-checkbox",
|
|
3026
|
+
"severity": "warning",
|
|
3027
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3028
|
+
"since": "2026-08-21"
|
|
3029
|
+
},
|
|
2814
3030
|
{
|
|
2815
3031
|
"kind": "task",
|
|
2816
3032
|
"id": "0058",
|
|
@@ -2848,6 +3064,14 @@
|
|
|
2848
3064
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2849
3065
|
"since": "2026-08-17"
|
|
2850
3066
|
},
|
|
3067
|
+
{
|
|
3068
|
+
"kind": "task",
|
|
3069
|
+
"id": "0059",
|
|
3070
|
+
"code": "L3.requirements-checkbox",
|
|
3071
|
+
"severity": "warning",
|
|
3072
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3073
|
+
"since": "2026-08-21"
|
|
3074
|
+
},
|
|
2851
3075
|
{
|
|
2852
3076
|
"kind": "task",
|
|
2853
3077
|
"id": "0059",
|
|
@@ -2885,6 +3109,14 @@
|
|
|
2885
3109
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2886
3110
|
"since": "2026-08-17"
|
|
2887
3111
|
},
|
|
3112
|
+
{
|
|
3113
|
+
"kind": "task",
|
|
3114
|
+
"id": "0060",
|
|
3115
|
+
"code": "L3.requirements-checkbox",
|
|
3116
|
+
"severity": "warning",
|
|
3117
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3118
|
+
"since": "2026-08-21"
|
|
3119
|
+
},
|
|
2888
3120
|
{
|
|
2889
3121
|
"kind": "task",
|
|
2890
3122
|
"id": "0060",
|
|
@@ -2914,6 +3146,14 @@
|
|
|
2914
3146
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2915
3147
|
"since": "2026-08-17"
|
|
2916
3148
|
},
|
|
3149
|
+
{
|
|
3150
|
+
"kind": "task",
|
|
3151
|
+
"id": "0061",
|
|
3152
|
+
"code": "L3.requirements-checkbox",
|
|
3153
|
+
"severity": "warning",
|
|
3154
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3155
|
+
"since": "2026-08-21"
|
|
3156
|
+
},
|
|
2917
3157
|
{
|
|
2918
3158
|
"kind": "task",
|
|
2919
3159
|
"id": "0061",
|
|
@@ -2943,6 +3183,14 @@
|
|
|
2943
3183
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2944
3184
|
"since": "2026-08-17"
|
|
2945
3185
|
},
|
|
3186
|
+
{
|
|
3187
|
+
"kind": "task",
|
|
3188
|
+
"id": "0062",
|
|
3189
|
+
"code": "L3.requirements-checkbox",
|
|
3190
|
+
"severity": "warning",
|
|
3191
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3192
|
+
"since": "2026-08-21"
|
|
3193
|
+
},
|
|
2946
3194
|
{
|
|
2947
3195
|
"kind": "task",
|
|
2948
3196
|
"id": "0062",
|
|
@@ -2980,6 +3228,14 @@
|
|
|
2980
3228
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
2981
3229
|
"since": "2026-08-17"
|
|
2982
3230
|
},
|
|
3231
|
+
{
|
|
3232
|
+
"kind": "task",
|
|
3233
|
+
"id": "0063",
|
|
3234
|
+
"code": "L3.requirements-checkbox",
|
|
3235
|
+
"severity": "warning",
|
|
3236
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3237
|
+
"since": "2026-08-21"
|
|
3238
|
+
},
|
|
2983
3239
|
{
|
|
2984
3240
|
"kind": "task",
|
|
2985
3241
|
"id": "0063",
|
|
@@ -3017,6 +3273,14 @@
|
|
|
3017
3273
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3018
3274
|
"since": "2026-08-17"
|
|
3019
3275
|
},
|
|
3276
|
+
{
|
|
3277
|
+
"kind": "task",
|
|
3278
|
+
"id": "0064",
|
|
3279
|
+
"code": "L3.requirements-checkbox",
|
|
3280
|
+
"severity": "warning",
|
|
3281
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3282
|
+
"since": "2026-08-21"
|
|
3283
|
+
},
|
|
3020
3284
|
{
|
|
3021
3285
|
"kind": "task",
|
|
3022
3286
|
"id": "0064",
|
|
@@ -3046,6 +3310,14 @@
|
|
|
3046
3310
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3047
3311
|
"since": "2026-08-17"
|
|
3048
3312
|
},
|
|
3313
|
+
{
|
|
3314
|
+
"kind": "task",
|
|
3315
|
+
"id": "0065",
|
|
3316
|
+
"code": "L3.requirements-checkbox",
|
|
3317
|
+
"severity": "warning",
|
|
3318
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3319
|
+
"since": "2026-08-21"
|
|
3320
|
+
},
|
|
3049
3321
|
{
|
|
3050
3322
|
"kind": "task",
|
|
3051
3323
|
"id": "0065",
|
|
@@ -3083,6 +3355,14 @@
|
|
|
3083
3355
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3084
3356
|
"since": "2026-08-17"
|
|
3085
3357
|
},
|
|
3358
|
+
{
|
|
3359
|
+
"kind": "task",
|
|
3360
|
+
"id": "0066",
|
|
3361
|
+
"code": "L3.requirements-checkbox",
|
|
3362
|
+
"severity": "warning",
|
|
3363
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3364
|
+
"since": "2026-08-21"
|
|
3365
|
+
},
|
|
3086
3366
|
{
|
|
3087
3367
|
"kind": "task",
|
|
3088
3368
|
"id": "0066",
|
|
@@ -3120,6 +3400,14 @@
|
|
|
3120
3400
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3121
3401
|
"since": "2026-08-17"
|
|
3122
3402
|
},
|
|
3403
|
+
{
|
|
3404
|
+
"kind": "task",
|
|
3405
|
+
"id": "0067",
|
|
3406
|
+
"code": "L3.requirements-checkbox",
|
|
3407
|
+
"severity": "warning",
|
|
3408
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3409
|
+
"since": "2026-08-21"
|
|
3410
|
+
},
|
|
3123
3411
|
{
|
|
3124
3412
|
"kind": "task",
|
|
3125
3413
|
"id": "0067",
|
|
@@ -3150,6 +3438,14 @@
|
|
|
3150
3438
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3151
3439
|
"since": "2026-08-17"
|
|
3152
3440
|
},
|
|
3441
|
+
{
|
|
3442
|
+
"kind": "task",
|
|
3443
|
+
"id": "0068",
|
|
3444
|
+
"code": "L3.requirements-checkbox",
|
|
3445
|
+
"severity": "warning",
|
|
3446
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3447
|
+
"since": "2026-08-21"
|
|
3448
|
+
},
|
|
3153
3449
|
{
|
|
3154
3450
|
"kind": "task",
|
|
3155
3451
|
"id": "0068",
|
|
@@ -3188,6 +3484,14 @@
|
|
|
3188
3484
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3189
3485
|
"since": "2026-08-17"
|
|
3190
3486
|
},
|
|
3487
|
+
{
|
|
3488
|
+
"kind": "task",
|
|
3489
|
+
"id": "0069",
|
|
3490
|
+
"code": "L3.requirements-checkbox",
|
|
3491
|
+
"severity": "warning",
|
|
3492
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3493
|
+
"since": "2026-08-21"
|
|
3494
|
+
},
|
|
3191
3495
|
{
|
|
3192
3496
|
"kind": "task",
|
|
3193
3497
|
"id": "0069",
|
|
@@ -3217,6 +3521,14 @@
|
|
|
3217
3521
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3218
3522
|
"since": "2026-08-17"
|
|
3219
3523
|
},
|
|
3524
|
+
{
|
|
3525
|
+
"kind": "task",
|
|
3526
|
+
"id": "0070",
|
|
3527
|
+
"code": "L3.requirements-checkbox",
|
|
3528
|
+
"severity": "warning",
|
|
3529
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3530
|
+
"since": "2026-08-21"
|
|
3531
|
+
},
|
|
3220
3532
|
{
|
|
3221
3533
|
"kind": "task",
|
|
3222
3534
|
"id": "0070",
|
|
@@ -3270,6 +3582,14 @@
|
|
|
3270
3582
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3271
3583
|
"since": "2026-08-17"
|
|
3272
3584
|
},
|
|
3585
|
+
{
|
|
3586
|
+
"kind": "task",
|
|
3587
|
+
"id": "0072",
|
|
3588
|
+
"code": "L3.requirements-checkbox",
|
|
3589
|
+
"severity": "warning",
|
|
3590
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3591
|
+
"since": "2026-08-21"
|
|
3592
|
+
},
|
|
3273
3593
|
{
|
|
3274
3594
|
"kind": "task",
|
|
3275
3595
|
"id": "0072",
|
|
@@ -3377,6 +3697,14 @@
|
|
|
3377
3697
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3378
3698
|
"since": "2026-08-17"
|
|
3379
3699
|
},
|
|
3700
|
+
{
|
|
3701
|
+
"kind": "task",
|
|
3702
|
+
"id": "0075",
|
|
3703
|
+
"code": "L2.heading-level",
|
|
3704
|
+
"severity": "warning",
|
|
3705
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3706
|
+
"since": "2026-08-21"
|
|
3707
|
+
},
|
|
3380
3708
|
{
|
|
3381
3709
|
"kind": "task",
|
|
3382
3710
|
"id": "0075",
|
|
@@ -3430,6 +3758,14 @@
|
|
|
3430
3758
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3431
3759
|
"since": "2026-08-17"
|
|
3432
3760
|
},
|
|
3761
|
+
{
|
|
3762
|
+
"kind": "task",
|
|
3763
|
+
"id": "0076",
|
|
3764
|
+
"code": "L2.heading-level",
|
|
3765
|
+
"severity": "warning",
|
|
3766
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3767
|
+
"since": "2026-08-21"
|
|
3768
|
+
},
|
|
3433
3769
|
{
|
|
3434
3770
|
"kind": "task",
|
|
3435
3771
|
"id": "0076",
|
|
@@ -3595,6 +3931,14 @@
|
|
|
3595
3931
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3596
3932
|
"since": "2026-08-17"
|
|
3597
3933
|
},
|
|
3934
|
+
{
|
|
3935
|
+
"kind": "task",
|
|
3936
|
+
"id": "0080",
|
|
3937
|
+
"code": "L2.heading-level",
|
|
3938
|
+
"severity": "warning",
|
|
3939
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3940
|
+
"since": "2026-08-21"
|
|
3941
|
+
},
|
|
3598
3942
|
{
|
|
3599
3943
|
"kind": "task",
|
|
3600
3944
|
"id": "0080",
|
|
@@ -3640,6 +3984,14 @@
|
|
|
3640
3984
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3641
3985
|
"since": "2026-08-17"
|
|
3642
3986
|
},
|
|
3987
|
+
{
|
|
3988
|
+
"kind": "task",
|
|
3989
|
+
"id": "0081",
|
|
3990
|
+
"code": "L2.heading-level",
|
|
3991
|
+
"severity": "warning",
|
|
3992
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
3993
|
+
"since": "2026-08-21"
|
|
3994
|
+
},
|
|
3643
3995
|
{
|
|
3644
3996
|
"kind": "task",
|
|
3645
3997
|
"id": "0081",
|
|
@@ -3693,6 +4045,14 @@
|
|
|
3693
4045
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3694
4046
|
"since": "2026-08-17"
|
|
3695
4047
|
},
|
|
4048
|
+
{
|
|
4049
|
+
"kind": "task",
|
|
4050
|
+
"id": "0082",
|
|
4051
|
+
"code": "L2.heading-level",
|
|
4052
|
+
"severity": "warning",
|
|
4053
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
4054
|
+
"since": "2026-08-21"
|
|
4055
|
+
},
|
|
3696
4056
|
{
|
|
3697
4057
|
"kind": "task",
|
|
3698
4058
|
"id": "0082",
|
|
@@ -3730,6 +4090,14 @@
|
|
|
3730
4090
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3731
4091
|
"since": "2026-08-17"
|
|
3732
4092
|
},
|
|
4093
|
+
{
|
|
4094
|
+
"kind": "task",
|
|
4095
|
+
"id": "0083",
|
|
4096
|
+
"code": "L2.heading-level",
|
|
4097
|
+
"severity": "warning",
|
|
4098
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
4099
|
+
"since": "2026-08-21"
|
|
4100
|
+
},
|
|
3733
4101
|
{
|
|
3734
4102
|
"kind": "task",
|
|
3735
4103
|
"id": "0083",
|
|
@@ -3760,6 +4128,14 @@
|
|
|
3760
4128
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3761
4129
|
"since": "2026-08-17"
|
|
3762
4130
|
},
|
|
4131
|
+
{
|
|
4132
|
+
"kind": "task",
|
|
4133
|
+
"id": "0084",
|
|
4134
|
+
"code": "L2.heading-level",
|
|
4135
|
+
"severity": "warning",
|
|
4136
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
4137
|
+
"since": "2026-08-21"
|
|
4138
|
+
},
|
|
3763
4139
|
{
|
|
3764
4140
|
"kind": "task",
|
|
3765
4141
|
"id": "0084",
|
|
@@ -3896,6 +4272,14 @@
|
|
|
3896
4272
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
3897
4273
|
"since": "2026-08-17"
|
|
3898
4274
|
},
|
|
4275
|
+
{
|
|
4276
|
+
"kind": "task",
|
|
4277
|
+
"id": "0087",
|
|
4278
|
+
"code": "L2.heading-level",
|
|
4279
|
+
"severity": "warning",
|
|
4280
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
4281
|
+
"since": "2026-08-21"
|
|
4282
|
+
},
|
|
3899
4283
|
{
|
|
3900
4284
|
"kind": "task",
|
|
3901
4285
|
"id": "0087",
|
|
@@ -4035,6 +4419,14 @@
|
|
|
4035
4419
|
"reason": "Gate postdates the task: the section matrix gained this required section after close — see note § L2.missing-required-section.",
|
|
4036
4420
|
"since": "2026-08-17"
|
|
4037
4421
|
},
|
|
4422
|
+
{
|
|
4423
|
+
"kind": "task",
|
|
4424
|
+
"id": "0091",
|
|
4425
|
+
"code": "L2.section-order",
|
|
4426
|
+
"severity": "warning",
|
|
4427
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
4428
|
+
"since": "2026-08-21"
|
|
4429
|
+
},
|
|
4038
4430
|
{
|
|
4039
4431
|
"kind": "task",
|
|
4040
4432
|
"id": "0091",
|
|
@@ -4126,6 +4518,22 @@
|
|
|
4126
4518
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
4127
4519
|
"since": "2026-08-17"
|
|
4128
4520
|
},
|
|
4521
|
+
{
|
|
4522
|
+
"kind": "task",
|
|
4523
|
+
"id": "0094",
|
|
4524
|
+
"code": "L2.heading-level",
|
|
4525
|
+
"severity": "warning",
|
|
4526
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
4527
|
+
"since": "2026-08-21"
|
|
4528
|
+
},
|
|
4529
|
+
{
|
|
4530
|
+
"kind": "task",
|
|
4531
|
+
"id": "0094",
|
|
4532
|
+
"code": "L2.section-order",
|
|
4533
|
+
"severity": "warning",
|
|
4534
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
4535
|
+
"since": "2026-08-21"
|
|
4536
|
+
},
|
|
4129
4537
|
{
|
|
4130
4538
|
"kind": "task",
|
|
4131
4539
|
"id": "0094",
|
|
@@ -4160,8 +4568,16 @@
|
|
|
4160
4568
|
{
|
|
4161
4569
|
"kind": "task",
|
|
4162
4570
|
"id": "0095",
|
|
4163
|
-
"code": "
|
|
4164
|
-
"
|
|
4571
|
+
"code": "L2.section-order",
|
|
4572
|
+
"severity": "warning",
|
|
4573
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
4574
|
+
"since": "2026-08-21"
|
|
4575
|
+
},
|
|
4576
|
+
{
|
|
4577
|
+
"kind": "task",
|
|
4578
|
+
"id": "0095",
|
|
4579
|
+
"code": "L3.review-priority-table",
|
|
4580
|
+
"reason": "Gate postdates the task: Review carries the older prose-verdict form — see note § L3.review-priority-table.",
|
|
4165
4581
|
"since": "2026-08-17"
|
|
4166
4582
|
},
|
|
4167
4583
|
{
|
|
@@ -4188,6 +4604,14 @@
|
|
|
4188
4604
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
4189
4605
|
"since": "2026-08-17"
|
|
4190
4606
|
},
|
|
4607
|
+
{
|
|
4608
|
+
"kind": "task",
|
|
4609
|
+
"id": "0096",
|
|
4610
|
+
"code": "L2.section-order",
|
|
4611
|
+
"severity": "warning",
|
|
4612
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
4613
|
+
"since": "2026-08-21"
|
|
4614
|
+
},
|
|
4191
4615
|
{
|
|
4192
4616
|
"kind": "task",
|
|
4193
4617
|
"id": "0096",
|
|
@@ -4227,6 +4651,14 @@
|
|
|
4227
4651
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
4228
4652
|
"since": "2026-08-17"
|
|
4229
4653
|
},
|
|
4654
|
+
{
|
|
4655
|
+
"kind": "task",
|
|
4656
|
+
"id": "0097",
|
|
4657
|
+
"code": "L2.heading-level",
|
|
4658
|
+
"severity": "warning",
|
|
4659
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
4660
|
+
"since": "2026-08-21"
|
|
4661
|
+
},
|
|
4230
4662
|
{
|
|
4231
4663
|
"kind": "task",
|
|
4232
4664
|
"id": "0097",
|
|
@@ -4342,6 +4774,14 @@
|
|
|
4342
4774
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
4343
4775
|
"since": "2026-08-17"
|
|
4344
4776
|
},
|
|
4777
|
+
{
|
|
4778
|
+
"kind": "task",
|
|
4779
|
+
"id": "0100",
|
|
4780
|
+
"code": "L2.heading-level",
|
|
4781
|
+
"severity": "warning",
|
|
4782
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
4783
|
+
"since": "2026-08-21"
|
|
4784
|
+
},
|
|
4345
4785
|
{
|
|
4346
4786
|
"kind": "task",
|
|
4347
4787
|
"id": "0100",
|
|
@@ -4850,6 +5290,14 @@
|
|
|
4850
5290
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
4851
5291
|
"since": "2026-08-17"
|
|
4852
5292
|
},
|
|
5293
|
+
{
|
|
5294
|
+
"kind": "task",
|
|
5295
|
+
"id": "0117",
|
|
5296
|
+
"code": "L2.section-order",
|
|
5297
|
+
"severity": "warning",
|
|
5298
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
5299
|
+
"since": "2026-08-21"
|
|
5300
|
+
},
|
|
4853
5301
|
{
|
|
4854
5302
|
"kind": "task",
|
|
4855
5303
|
"id": "0117",
|
|
@@ -5032,6 +5480,22 @@
|
|
|
5032
5480
|
"reason": "Done tasks carry unflipped planning checkboxes; flipping post-close rewrites history — remediation is separate work, see note § L3.unchecked-checklist.",
|
|
5033
5481
|
"since": "2026-08-17"
|
|
5034
5482
|
},
|
|
5483
|
+
{
|
|
5484
|
+
"kind": "task",
|
|
5485
|
+
"id": "0126",
|
|
5486
|
+
"code": "L2.section-order",
|
|
5487
|
+
"severity": "warning",
|
|
5488
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
5489
|
+
"since": "2026-08-21"
|
|
5490
|
+
},
|
|
5491
|
+
{
|
|
5492
|
+
"kind": "task",
|
|
5493
|
+
"id": "0126",
|
|
5494
|
+
"code": "L3.requirements-checkbox",
|
|
5495
|
+
"severity": "warning",
|
|
5496
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
5497
|
+
"since": "2026-08-21"
|
|
5498
|
+
},
|
|
5035
5499
|
{
|
|
5036
5500
|
"kind": "task",
|
|
5037
5501
|
"id": "0126",
|
|
@@ -5213,6 +5677,14 @@
|
|
|
5213
5677
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
5214
5678
|
"since": "2026-08-17"
|
|
5215
5679
|
},
|
|
5680
|
+
{
|
|
5681
|
+
"kind": "task",
|
|
5682
|
+
"id": "0133",
|
|
5683
|
+
"code": "L3.requirements-checkbox",
|
|
5684
|
+
"severity": "warning",
|
|
5685
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
5686
|
+
"since": "2026-08-21"
|
|
5687
|
+
},
|
|
5216
5688
|
{
|
|
5217
5689
|
"kind": "task",
|
|
5218
5690
|
"id": "0133",
|
|
@@ -5624,6 +6096,14 @@
|
|
|
5624
6096
|
"reason": "Legacy section usage: tasks predate the per-variant/status section matrix; sections like \"Artifacts\"/\"Findings\" were legal at close — see note § L2.disallowed-section.",
|
|
5625
6097
|
"since": "2026-08-17"
|
|
5626
6098
|
},
|
|
6099
|
+
{
|
|
6100
|
+
"kind": "task",
|
|
6101
|
+
"id": "0147",
|
|
6102
|
+
"code": "L2.section-order",
|
|
6103
|
+
"severity": "warning",
|
|
6104
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6105
|
+
"since": "2026-08-21"
|
|
6106
|
+
},
|
|
5627
6107
|
{
|
|
5628
6108
|
"kind": "task",
|
|
5629
6109
|
"id": "0147",
|
|
@@ -5695,6 +6175,14 @@
|
|
|
5695
6175
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
5696
6176
|
"since": "2026-08-18"
|
|
5697
6177
|
},
|
|
6178
|
+
{
|
|
6179
|
+
"kind": "task",
|
|
6180
|
+
"id": "0151",
|
|
6181
|
+
"code": "L2.section-order",
|
|
6182
|
+
"severity": "warning",
|
|
6183
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6184
|
+
"since": "2026-08-21"
|
|
6185
|
+
},
|
|
5698
6186
|
{
|
|
5699
6187
|
"kind": "task",
|
|
5700
6188
|
"id": "0151",
|
|
@@ -5719,6 +6207,14 @@
|
|
|
5719
6207
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
5720
6208
|
"since": "2026-08-17"
|
|
5721
6209
|
},
|
|
6210
|
+
{
|
|
6211
|
+
"kind": "task",
|
|
6212
|
+
"id": "0152",
|
|
6213
|
+
"code": "L3.requirements-checkbox",
|
|
6214
|
+
"severity": "warning",
|
|
6215
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6216
|
+
"since": "2026-08-21"
|
|
6217
|
+
},
|
|
5722
6218
|
{
|
|
5723
6219
|
"kind": "task",
|
|
5724
6220
|
"id": "0152",
|
|
@@ -6022,6 +6518,14 @@
|
|
|
6022
6518
|
"reason": "Task predates DD-07 feature_id requirement or was authored unlinked — see note § L4.missing-feature-id.",
|
|
6023
6519
|
"since": "2026-08-17"
|
|
6024
6520
|
},
|
|
6521
|
+
{
|
|
6522
|
+
"kind": "task",
|
|
6523
|
+
"id": "0164",
|
|
6524
|
+
"code": "L3.requirements-checkbox",
|
|
6525
|
+
"severity": "warning",
|
|
6526
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6527
|
+
"since": "2026-08-21"
|
|
6528
|
+
},
|
|
6025
6529
|
{
|
|
6026
6530
|
"kind": "task",
|
|
6027
6531
|
"id": "0164",
|
|
@@ -6038,6 +6542,14 @@
|
|
|
6038
6542
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
6039
6543
|
"since": "2026-08-18"
|
|
6040
6544
|
},
|
|
6545
|
+
{
|
|
6546
|
+
"kind": "task",
|
|
6547
|
+
"id": "0165",
|
|
6548
|
+
"code": "L3.requirements-checkbox",
|
|
6549
|
+
"severity": "warning",
|
|
6550
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6551
|
+
"since": "2026-08-21"
|
|
6552
|
+
},
|
|
6041
6553
|
{
|
|
6042
6554
|
"kind": "task",
|
|
6043
6555
|
"id": "0165",
|
|
@@ -6107,6 +6619,22 @@
|
|
|
6107
6619
|
"reason": "Gate postdates the task: closed before the terminal-status section matrix, and no verdict artifact exists to record from — see note § L3.required-section-placeholder.",
|
|
6108
6620
|
"since": "2026-08-17"
|
|
6109
6621
|
},
|
|
6622
|
+
{
|
|
6623
|
+
"kind": "task",
|
|
6624
|
+
"id": "0167",
|
|
6625
|
+
"code": "L3.requirements-checkbox",
|
|
6626
|
+
"severity": "warning",
|
|
6627
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6628
|
+
"since": "2026-08-21"
|
|
6629
|
+
},
|
|
6630
|
+
{
|
|
6631
|
+
"kind": "task",
|
|
6632
|
+
"id": "0168",
|
|
6633
|
+
"code": "L3.requirements-checkbox",
|
|
6634
|
+
"severity": "warning",
|
|
6635
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6636
|
+
"since": "2026-08-21"
|
|
6637
|
+
},
|
|
6110
6638
|
{
|
|
6111
6639
|
"kind": "task",
|
|
6112
6640
|
"id": "0168",
|
|
@@ -6123,6 +6651,14 @@
|
|
|
6123
6651
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
6124
6652
|
"since": "2026-08-17"
|
|
6125
6653
|
},
|
|
6654
|
+
{
|
|
6655
|
+
"kind": "task",
|
|
6656
|
+
"id": "0169",
|
|
6657
|
+
"code": "L3.requirements-checkbox",
|
|
6658
|
+
"severity": "warning",
|
|
6659
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6660
|
+
"since": "2026-08-21"
|
|
6661
|
+
},
|
|
6126
6662
|
{
|
|
6127
6663
|
"kind": "task",
|
|
6128
6664
|
"id": "0169",
|
|
@@ -6139,6 +6675,14 @@
|
|
|
6139
6675
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
6140
6676
|
"since": "2026-08-17"
|
|
6141
6677
|
},
|
|
6678
|
+
{
|
|
6679
|
+
"kind": "task",
|
|
6680
|
+
"id": "0170",
|
|
6681
|
+
"code": "L3.requirements-checkbox",
|
|
6682
|
+
"severity": "warning",
|
|
6683
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6684
|
+
"since": "2026-08-21"
|
|
6685
|
+
},
|
|
6142
6686
|
{
|
|
6143
6687
|
"kind": "task",
|
|
6144
6688
|
"id": "0170",
|
|
@@ -6147,6 +6691,14 @@
|
|
|
6147
6691
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
6148
6692
|
"since": "2026-08-18"
|
|
6149
6693
|
},
|
|
6694
|
+
{
|
|
6695
|
+
"kind": "task",
|
|
6696
|
+
"id": "0171",
|
|
6697
|
+
"code": "L3.requirements-checkbox",
|
|
6698
|
+
"severity": "warning",
|
|
6699
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6700
|
+
"since": "2026-08-21"
|
|
6701
|
+
},
|
|
6150
6702
|
{
|
|
6151
6703
|
"kind": "task",
|
|
6152
6704
|
"id": "0171",
|
|
@@ -6163,6 +6715,14 @@
|
|
|
6163
6715
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
6164
6716
|
"since": "2026-08-17"
|
|
6165
6717
|
},
|
|
6718
|
+
{
|
|
6719
|
+
"kind": "task",
|
|
6720
|
+
"id": "0172",
|
|
6721
|
+
"code": "L3.requirements-checkbox",
|
|
6722
|
+
"severity": "warning",
|
|
6723
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6724
|
+
"since": "2026-08-21"
|
|
6725
|
+
},
|
|
6166
6726
|
{
|
|
6167
6727
|
"kind": "task",
|
|
6168
6728
|
"id": "0172",
|
|
@@ -6171,6 +6731,14 @@
|
|
|
6171
6731
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
6172
6732
|
"since": "2026-08-18"
|
|
6173
6733
|
},
|
|
6734
|
+
{
|
|
6735
|
+
"kind": "task",
|
|
6736
|
+
"id": "0173",
|
|
6737
|
+
"code": "L3.requirements-checkbox",
|
|
6738
|
+
"severity": "warning",
|
|
6739
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6740
|
+
"since": "2026-08-21"
|
|
6741
|
+
},
|
|
6174
6742
|
{
|
|
6175
6743
|
"kind": "task",
|
|
6176
6744
|
"id": "0173",
|
|
@@ -6187,6 +6755,14 @@
|
|
|
6187
6755
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
6188
6756
|
"since": "2026-08-17"
|
|
6189
6757
|
},
|
|
6758
|
+
{
|
|
6759
|
+
"kind": "task",
|
|
6760
|
+
"id": "0174",
|
|
6761
|
+
"code": "L3.requirements-checkbox",
|
|
6762
|
+
"severity": "warning",
|
|
6763
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6764
|
+
"since": "2026-08-21"
|
|
6765
|
+
},
|
|
6190
6766
|
{
|
|
6191
6767
|
"kind": "task",
|
|
6192
6768
|
"id": "0174",
|
|
@@ -6203,6 +6779,14 @@
|
|
|
6203
6779
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
6204
6780
|
"since": "2026-08-17"
|
|
6205
6781
|
},
|
|
6782
|
+
{
|
|
6783
|
+
"kind": "task",
|
|
6784
|
+
"id": "0175",
|
|
6785
|
+
"code": "L3.requirements-checkbox",
|
|
6786
|
+
"severity": "warning",
|
|
6787
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6788
|
+
"since": "2026-08-21"
|
|
6789
|
+
},
|
|
6206
6790
|
{
|
|
6207
6791
|
"kind": "task",
|
|
6208
6792
|
"id": "0175",
|
|
@@ -6256,6 +6840,14 @@
|
|
|
6256
6840
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
6257
6841
|
"since": "2026-08-17"
|
|
6258
6842
|
},
|
|
6843
|
+
{
|
|
6844
|
+
"kind": "task",
|
|
6845
|
+
"id": "0177",
|
|
6846
|
+
"code": "L3.requirements-checkbox",
|
|
6847
|
+
"severity": "warning",
|
|
6848
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6849
|
+
"since": "2026-08-21"
|
|
6850
|
+
},
|
|
6259
6851
|
{
|
|
6260
6852
|
"kind": "task",
|
|
6261
6853
|
"id": "0177",
|
|
@@ -6272,6 +6864,14 @@
|
|
|
6272
6864
|
"reason": "Task predates DD-07 feature_id requirement or was authored unlinked — see note § L4.missing-feature-id.",
|
|
6273
6865
|
"since": "2026-08-17"
|
|
6274
6866
|
},
|
|
6867
|
+
{
|
|
6868
|
+
"kind": "task",
|
|
6869
|
+
"id": "0178",
|
|
6870
|
+
"code": "L3.requirements-checkbox",
|
|
6871
|
+
"severity": "warning",
|
|
6872
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6873
|
+
"since": "2026-08-21"
|
|
6874
|
+
},
|
|
6275
6875
|
{
|
|
6276
6876
|
"kind": "task",
|
|
6277
6877
|
"id": "0178",
|
|
@@ -6288,6 +6888,14 @@
|
|
|
6288
6888
|
"reason": "Task predates DD-07 feature_id requirement or was authored unlinked — see note § L4.missing-feature-id.",
|
|
6289
6889
|
"since": "2026-08-17"
|
|
6290
6890
|
},
|
|
6891
|
+
{
|
|
6892
|
+
"kind": "task",
|
|
6893
|
+
"id": "0179",
|
|
6894
|
+
"code": "L3.requirements-checkbox",
|
|
6895
|
+
"severity": "warning",
|
|
6896
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6897
|
+
"since": "2026-08-21"
|
|
6898
|
+
},
|
|
6291
6899
|
{
|
|
6292
6900
|
"kind": "task",
|
|
6293
6901
|
"id": "0179",
|
|
@@ -6311,6 +6919,14 @@
|
|
|
6311
6919
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
6312
6920
|
"since": "2026-08-17"
|
|
6313
6921
|
},
|
|
6922
|
+
{
|
|
6923
|
+
"kind": "task",
|
|
6924
|
+
"id": "0180",
|
|
6925
|
+
"code": "L3.requirements-checkbox",
|
|
6926
|
+
"severity": "warning",
|
|
6927
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6928
|
+
"since": "2026-08-21"
|
|
6929
|
+
},
|
|
6314
6930
|
{
|
|
6315
6931
|
"kind": "task",
|
|
6316
6932
|
"id": "0180",
|
|
@@ -6342,6 +6958,14 @@
|
|
|
6342
6958
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
6343
6959
|
"since": "2026-08-17"
|
|
6344
6960
|
},
|
|
6961
|
+
{
|
|
6962
|
+
"kind": "task",
|
|
6963
|
+
"id": "0181",
|
|
6964
|
+
"code": "L3.requirements-checkbox",
|
|
6965
|
+
"severity": "warning",
|
|
6966
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6967
|
+
"since": "2026-08-21"
|
|
6968
|
+
},
|
|
6345
6969
|
{
|
|
6346
6970
|
"kind": "task",
|
|
6347
6971
|
"id": "0181",
|
|
@@ -6366,6 +6990,14 @@
|
|
|
6366
6990
|
"reason": "Task predates DD-07 feature_id requirement or was authored unlinked — see note § L4.missing-feature-id.",
|
|
6367
6991
|
"since": "2026-08-17"
|
|
6368
6992
|
},
|
|
6993
|
+
{
|
|
6994
|
+
"kind": "task",
|
|
6995
|
+
"id": "0182",
|
|
6996
|
+
"code": "L3.requirements-checkbox",
|
|
6997
|
+
"severity": "warning",
|
|
6998
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
6999
|
+
"since": "2026-08-21"
|
|
7000
|
+
},
|
|
6369
7001
|
{
|
|
6370
7002
|
"kind": "task",
|
|
6371
7003
|
"id": "0182",
|
|
@@ -6397,6 +7029,14 @@
|
|
|
6397
7029
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
6398
7030
|
"since": "2026-08-17"
|
|
6399
7031
|
},
|
|
7032
|
+
{
|
|
7033
|
+
"kind": "task",
|
|
7034
|
+
"id": "0183",
|
|
7035
|
+
"code": "L3.requirements-checkbox",
|
|
7036
|
+
"severity": "warning",
|
|
7037
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7038
|
+
"since": "2026-08-21"
|
|
7039
|
+
},
|
|
6400
7040
|
{
|
|
6401
7041
|
"kind": "task",
|
|
6402
7042
|
"id": "0183",
|
|
@@ -6412,6 +7052,14 @@
|
|
|
6412
7052
|
"reason": "Task predates DD-07 feature_id requirement or was authored unlinked — see note § L4.missing-feature-id.",
|
|
6413
7053
|
"since": "2026-08-17"
|
|
6414
7054
|
},
|
|
7055
|
+
{
|
|
7056
|
+
"kind": "task",
|
|
7057
|
+
"id": "0184",
|
|
7058
|
+
"code": "L3.requirements-checkbox",
|
|
7059
|
+
"severity": "warning",
|
|
7060
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7061
|
+
"since": "2026-08-21"
|
|
7062
|
+
},
|
|
6415
7063
|
{
|
|
6416
7064
|
"kind": "task",
|
|
6417
7065
|
"id": "0184",
|
|
@@ -6436,6 +7084,14 @@
|
|
|
6436
7084
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
6437
7085
|
"since": "2026-08-17"
|
|
6438
7086
|
},
|
|
7087
|
+
{
|
|
7088
|
+
"kind": "task",
|
|
7089
|
+
"id": "0185",
|
|
7090
|
+
"code": "L3.requirements-checkbox",
|
|
7091
|
+
"severity": "warning",
|
|
7092
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7093
|
+
"since": "2026-08-21"
|
|
7094
|
+
},
|
|
6439
7095
|
{
|
|
6440
7096
|
"kind": "task",
|
|
6441
7097
|
"id": "0185",
|
|
@@ -6467,6 +7123,14 @@
|
|
|
6467
7123
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
6468
7124
|
"since": "2026-08-17"
|
|
6469
7125
|
},
|
|
7126
|
+
{
|
|
7127
|
+
"kind": "task",
|
|
7128
|
+
"id": "0186",
|
|
7129
|
+
"code": "L3.requirements-checkbox",
|
|
7130
|
+
"severity": "warning",
|
|
7131
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7132
|
+
"since": "2026-08-21"
|
|
7133
|
+
},
|
|
6470
7134
|
{
|
|
6471
7135
|
"kind": "task",
|
|
6472
7136
|
"id": "0186",
|
|
@@ -6506,6 +7170,14 @@
|
|
|
6506
7170
|
"reason": "Prerequisite is blocked; readiness correctly false — see note § L4.readiness-blocked.",
|
|
6507
7171
|
"since": "2026-08-17"
|
|
6508
7172
|
},
|
|
7173
|
+
{
|
|
7174
|
+
"kind": "task",
|
|
7175
|
+
"id": "0187",
|
|
7176
|
+
"code": "L3.requirements-checkbox",
|
|
7177
|
+
"severity": "warning",
|
|
7178
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7179
|
+
"since": "2026-08-21"
|
|
7180
|
+
},
|
|
6509
7181
|
{
|
|
6510
7182
|
"kind": "task",
|
|
6511
7183
|
"id": "0187",
|
|
@@ -6903,6 +7575,14 @@
|
|
|
6903
7575
|
"reason": "Done tasks carry unflipped planning checkboxes; flipping post-close rewrites history — remediation is separate work, see note § L3.unchecked-checklist.",
|
|
6904
7576
|
"since": "2026-08-17"
|
|
6905
7577
|
},
|
|
7578
|
+
{
|
|
7579
|
+
"kind": "task",
|
|
7580
|
+
"id": "0211",
|
|
7581
|
+
"code": "L3.requirements-checkbox",
|
|
7582
|
+
"severity": "warning",
|
|
7583
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7584
|
+
"since": "2026-08-21"
|
|
7585
|
+
},
|
|
6906
7586
|
{
|
|
6907
7587
|
"kind": "task",
|
|
6908
7588
|
"id": "0211",
|
|
@@ -6927,6 +7607,22 @@
|
|
|
6927
7607
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
6928
7608
|
"since": "2026-08-17"
|
|
6929
7609
|
},
|
|
7610
|
+
{
|
|
7611
|
+
"kind": "task",
|
|
7612
|
+
"id": "0212",
|
|
7613
|
+
"code": "L2.section-order",
|
|
7614
|
+
"severity": "warning",
|
|
7615
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7616
|
+
"since": "2026-08-21"
|
|
7617
|
+
},
|
|
7618
|
+
{
|
|
7619
|
+
"kind": "task",
|
|
7620
|
+
"id": "0212",
|
|
7621
|
+
"code": "L3.requirements-checkbox",
|
|
7622
|
+
"severity": "warning",
|
|
7623
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7624
|
+
"since": "2026-08-21"
|
|
7625
|
+
},
|
|
6930
7626
|
{
|
|
6931
7627
|
"kind": "task",
|
|
6932
7628
|
"id": "0212",
|
|
@@ -6943,6 +7639,22 @@
|
|
|
6943
7639
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
6944
7640
|
"since": "2026-08-17"
|
|
6945
7641
|
},
|
|
7642
|
+
{
|
|
7643
|
+
"kind": "task",
|
|
7644
|
+
"id": "0213",
|
|
7645
|
+
"code": "L2.section-order",
|
|
7646
|
+
"severity": "warning",
|
|
7647
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7648
|
+
"since": "2026-08-21"
|
|
7649
|
+
},
|
|
7650
|
+
{
|
|
7651
|
+
"kind": "task",
|
|
7652
|
+
"id": "0213",
|
|
7653
|
+
"code": "L3.requirements-checkbox",
|
|
7654
|
+
"severity": "warning",
|
|
7655
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7656
|
+
"since": "2026-08-21"
|
|
7657
|
+
},
|
|
6946
7658
|
{
|
|
6947
7659
|
"kind": "task",
|
|
6948
7660
|
"id": "0213",
|
|
@@ -7096,6 +7808,14 @@
|
|
|
7096
7808
|
"reason": "Gate postdates the task: the section matrix gained this required section after close — see note § L2.missing-required-section.",
|
|
7097
7809
|
"since": "2026-08-17"
|
|
7098
7810
|
},
|
|
7811
|
+
{
|
|
7812
|
+
"kind": "task",
|
|
7813
|
+
"id": "0221",
|
|
7814
|
+
"code": "L3.requirements-checkbox",
|
|
7815
|
+
"severity": "warning",
|
|
7816
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7817
|
+
"since": "2026-08-21"
|
|
7818
|
+
},
|
|
7099
7819
|
{
|
|
7100
7820
|
"kind": "task",
|
|
7101
7821
|
"id": "0221",
|
|
@@ -7120,6 +7840,14 @@
|
|
|
7120
7840
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
7121
7841
|
"since": "2026-08-17"
|
|
7122
7842
|
},
|
|
7843
|
+
{
|
|
7844
|
+
"kind": "task",
|
|
7845
|
+
"id": "0222",
|
|
7846
|
+
"code": "L3.requirements-checkbox",
|
|
7847
|
+
"severity": "warning",
|
|
7848
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7849
|
+
"since": "2026-08-21"
|
|
7850
|
+
},
|
|
7123
7851
|
{
|
|
7124
7852
|
"kind": "task",
|
|
7125
7853
|
"id": "0222",
|
|
@@ -7135,6 +7863,14 @@
|
|
|
7135
7863
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
7136
7864
|
"since": "2026-08-18"
|
|
7137
7865
|
},
|
|
7866
|
+
{
|
|
7867
|
+
"kind": "task",
|
|
7868
|
+
"id": "0223",
|
|
7869
|
+
"code": "L3.requirements-checkbox",
|
|
7870
|
+
"severity": "warning",
|
|
7871
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7872
|
+
"since": "2026-08-21"
|
|
7873
|
+
},
|
|
7138
7874
|
{
|
|
7139
7875
|
"kind": "task",
|
|
7140
7876
|
"id": "0223",
|
|
@@ -7150,6 +7886,14 @@
|
|
|
7150
7886
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
7151
7887
|
"since": "2026-08-18"
|
|
7152
7888
|
},
|
|
7889
|
+
{
|
|
7890
|
+
"kind": "task",
|
|
7891
|
+
"id": "0224",
|
|
7892
|
+
"code": "L3.requirements-checkbox",
|
|
7893
|
+
"severity": "warning",
|
|
7894
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7895
|
+
"since": "2026-08-21"
|
|
7896
|
+
},
|
|
7153
7897
|
{
|
|
7154
7898
|
"kind": "task",
|
|
7155
7899
|
"id": "0224",
|
|
@@ -7165,6 +7909,22 @@
|
|
|
7165
7909
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
7166
7910
|
"since": "2026-08-18"
|
|
7167
7911
|
},
|
|
7912
|
+
{
|
|
7913
|
+
"kind": "task",
|
|
7914
|
+
"id": "0225",
|
|
7915
|
+
"code": "L3.requirements-checkbox",
|
|
7916
|
+
"severity": "warning",
|
|
7917
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7918
|
+
"since": "2026-08-21"
|
|
7919
|
+
},
|
|
7920
|
+
{
|
|
7921
|
+
"kind": "task",
|
|
7922
|
+
"id": "0226",
|
|
7923
|
+
"code": "L3.requirements-checkbox",
|
|
7924
|
+
"severity": "warning",
|
|
7925
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7926
|
+
"since": "2026-08-21"
|
|
7927
|
+
},
|
|
7168
7928
|
{
|
|
7169
7929
|
"kind": "task",
|
|
7170
7930
|
"id": "0226",
|
|
@@ -7173,6 +7933,14 @@
|
|
|
7173
7933
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
7174
7934
|
"since": "2026-08-18"
|
|
7175
7935
|
},
|
|
7936
|
+
{
|
|
7937
|
+
"kind": "task",
|
|
7938
|
+
"id": "0227",
|
|
7939
|
+
"code": "L3.requirements-checkbox",
|
|
7940
|
+
"severity": "warning",
|
|
7941
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7942
|
+
"since": "2026-08-21"
|
|
7943
|
+
},
|
|
7176
7944
|
{
|
|
7177
7945
|
"kind": "task",
|
|
7178
7946
|
"id": "0227",
|
|
@@ -7196,6 +7964,14 @@
|
|
|
7196
7964
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
7197
7965
|
"since": "2026-08-18"
|
|
7198
7966
|
},
|
|
7967
|
+
{
|
|
7968
|
+
"kind": "task",
|
|
7969
|
+
"id": "0228",
|
|
7970
|
+
"code": "L3.requirements-checkbox",
|
|
7971
|
+
"severity": "warning",
|
|
7972
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7973
|
+
"since": "2026-08-21"
|
|
7974
|
+
},
|
|
7199
7975
|
{
|
|
7200
7976
|
"kind": "task",
|
|
7201
7977
|
"id": "0228",
|
|
@@ -7212,6 +7988,14 @@
|
|
|
7212
7988
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
7213
7989
|
"since": "2026-08-17"
|
|
7214
7990
|
},
|
|
7991
|
+
{
|
|
7992
|
+
"kind": "task",
|
|
7993
|
+
"id": "0229",
|
|
7994
|
+
"code": "L3.requirements-checkbox",
|
|
7995
|
+
"severity": "warning",
|
|
7996
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
7997
|
+
"since": "2026-08-21"
|
|
7998
|
+
},
|
|
7215
7999
|
{
|
|
7216
8000
|
"kind": "task",
|
|
7217
8001
|
"id": "0229",
|
|
@@ -7227,6 +8011,14 @@
|
|
|
7227
8011
|
"reason": "Gate postdates the task: closed before the terminal-status section matrix, and no verdict artifact exists to record from — see note § L3.required-section-placeholder.",
|
|
7228
8012
|
"since": "2026-08-17"
|
|
7229
8013
|
},
|
|
8014
|
+
{
|
|
8015
|
+
"kind": "task",
|
|
8016
|
+
"id": "0230",
|
|
8017
|
+
"code": "L3.requirements-checkbox",
|
|
8018
|
+
"severity": "warning",
|
|
8019
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8020
|
+
"since": "2026-08-21"
|
|
8021
|
+
},
|
|
7230
8022
|
{
|
|
7231
8023
|
"kind": "task",
|
|
7232
8024
|
"id": "0230",
|
|
@@ -7243,6 +8035,14 @@
|
|
|
7243
8035
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
7244
8036
|
"since": "2026-08-18"
|
|
7245
8037
|
},
|
|
8038
|
+
{
|
|
8039
|
+
"kind": "task",
|
|
8040
|
+
"id": "0231",
|
|
8041
|
+
"code": "L3.requirements-checkbox",
|
|
8042
|
+
"severity": "warning",
|
|
8043
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8044
|
+
"since": "2026-08-21"
|
|
8045
|
+
},
|
|
7246
8046
|
{
|
|
7247
8047
|
"kind": "task",
|
|
7248
8048
|
"id": "0231",
|
|
@@ -7311,6 +8111,14 @@
|
|
|
7311
8111
|
"reason": "Task predates DD-07 feature_id requirement or was authored unlinked — see note § L4.missing-feature-id.",
|
|
7312
8112
|
"since": "2026-08-17"
|
|
7313
8113
|
},
|
|
8114
|
+
{
|
|
8115
|
+
"kind": "task",
|
|
8116
|
+
"id": "0233",
|
|
8117
|
+
"code": "L3.requirements-checkbox",
|
|
8118
|
+
"severity": "warning",
|
|
8119
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8120
|
+
"since": "2026-08-21"
|
|
8121
|
+
},
|
|
7314
8122
|
{
|
|
7315
8123
|
"kind": "task",
|
|
7316
8124
|
"id": "0233",
|
|
@@ -7334,6 +8142,14 @@
|
|
|
7334
8142
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
7335
8143
|
"since": "2026-08-17"
|
|
7336
8144
|
},
|
|
8145
|
+
{
|
|
8146
|
+
"kind": "task",
|
|
8147
|
+
"id": "0234",
|
|
8148
|
+
"code": "L3.requirements-checkbox",
|
|
8149
|
+
"severity": "warning",
|
|
8150
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8151
|
+
"since": "2026-08-21"
|
|
8152
|
+
},
|
|
7337
8153
|
{
|
|
7338
8154
|
"kind": "task",
|
|
7339
8155
|
"id": "0234",
|
|
@@ -7349,6 +8165,14 @@
|
|
|
7349
8165
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
7350
8166
|
"since": "2026-08-18"
|
|
7351
8167
|
},
|
|
8168
|
+
{
|
|
8169
|
+
"kind": "task",
|
|
8170
|
+
"id": "0235",
|
|
8171
|
+
"code": "L3.requirements-checkbox",
|
|
8172
|
+
"severity": "warning",
|
|
8173
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8174
|
+
"since": "2026-08-21"
|
|
8175
|
+
},
|
|
7352
8176
|
{
|
|
7353
8177
|
"kind": "task",
|
|
7354
8178
|
"id": "0235",
|
|
@@ -7379,6 +8203,14 @@
|
|
|
7379
8203
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
7380
8204
|
"since": "2026-08-17"
|
|
7381
8205
|
},
|
|
8206
|
+
{
|
|
8207
|
+
"kind": "task",
|
|
8208
|
+
"id": "0236",
|
|
8209
|
+
"code": "L3.requirements-checkbox",
|
|
8210
|
+
"severity": "warning",
|
|
8211
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8212
|
+
"since": "2026-08-21"
|
|
8213
|
+
},
|
|
7382
8214
|
{
|
|
7383
8215
|
"kind": "task",
|
|
7384
8216
|
"id": "0236",
|
|
@@ -7409,6 +8241,14 @@
|
|
|
7409
8241
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
7410
8242
|
"since": "2026-08-17"
|
|
7411
8243
|
},
|
|
8244
|
+
{
|
|
8245
|
+
"kind": "task",
|
|
8246
|
+
"id": "0237",
|
|
8247
|
+
"code": "L3.requirements-checkbox",
|
|
8248
|
+
"severity": "warning",
|
|
8249
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8250
|
+
"since": "2026-08-21"
|
|
8251
|
+
},
|
|
7412
8252
|
{
|
|
7413
8253
|
"kind": "task",
|
|
7414
8254
|
"id": "0237",
|
|
@@ -7439,6 +8279,14 @@
|
|
|
7439
8279
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
7440
8280
|
"since": "2026-08-17"
|
|
7441
8281
|
},
|
|
8282
|
+
{
|
|
8283
|
+
"kind": "task",
|
|
8284
|
+
"id": "0238",
|
|
8285
|
+
"code": "L3.requirements-checkbox",
|
|
8286
|
+
"severity": "warning",
|
|
8287
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8288
|
+
"since": "2026-08-21"
|
|
8289
|
+
},
|
|
7442
8290
|
{
|
|
7443
8291
|
"kind": "task",
|
|
7444
8292
|
"id": "0238",
|
|
@@ -7462,6 +8310,14 @@
|
|
|
7462
8310
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
7463
8311
|
"since": "2026-08-17"
|
|
7464
8312
|
},
|
|
8313
|
+
{
|
|
8314
|
+
"kind": "task",
|
|
8315
|
+
"id": "0239",
|
|
8316
|
+
"code": "L3.requirements-checkbox",
|
|
8317
|
+
"severity": "warning",
|
|
8318
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8319
|
+
"since": "2026-08-21"
|
|
8320
|
+
},
|
|
7465
8321
|
{
|
|
7466
8322
|
"kind": "task",
|
|
7467
8323
|
"id": "0239",
|
|
@@ -7478,6 +8334,14 @@
|
|
|
7478
8334
|
"reason": "Design section placeholder-only; intent captured in the task body instead — see note § L4.design-placeholder.",
|
|
7479
8335
|
"since": "2026-08-17"
|
|
7480
8336
|
},
|
|
8337
|
+
{
|
|
8338
|
+
"kind": "task",
|
|
8339
|
+
"id": "0240",
|
|
8340
|
+
"code": "L3.requirements-checkbox",
|
|
8341
|
+
"severity": "warning",
|
|
8342
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8343
|
+
"since": "2026-08-21"
|
|
8344
|
+
},
|
|
7481
8345
|
{
|
|
7482
8346
|
"kind": "task",
|
|
7483
8347
|
"id": "0240",
|
|
@@ -7502,6 +8366,14 @@
|
|
|
7502
8366
|
"reason": "Task predates DD-07 feature_id requirement or was authored unlinked — see note § L4.missing-feature-id.",
|
|
7503
8367
|
"since": "2026-08-17"
|
|
7504
8368
|
},
|
|
8369
|
+
{
|
|
8370
|
+
"kind": "task",
|
|
8371
|
+
"id": "0241",
|
|
8372
|
+
"code": "L3.requirements-checkbox",
|
|
8373
|
+
"severity": "warning",
|
|
8374
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8375
|
+
"since": "2026-08-21"
|
|
8376
|
+
},
|
|
7505
8377
|
{
|
|
7506
8378
|
"kind": "task",
|
|
7507
8379
|
"id": "0241",
|
|
@@ -7526,6 +8398,14 @@
|
|
|
7526
8398
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
7527
8399
|
"since": "2026-08-17"
|
|
7528
8400
|
},
|
|
8401
|
+
{
|
|
8402
|
+
"kind": "task",
|
|
8403
|
+
"id": "0242",
|
|
8404
|
+
"code": "L3.requirements-checkbox",
|
|
8405
|
+
"severity": "warning",
|
|
8406
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8407
|
+
"since": "2026-08-21"
|
|
8408
|
+
},
|
|
7529
8409
|
{
|
|
7530
8410
|
"kind": "task",
|
|
7531
8411
|
"id": "0242",
|
|
@@ -7582,6 +8462,14 @@
|
|
|
7582
8462
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
7583
8463
|
"since": "2026-08-17"
|
|
7584
8464
|
},
|
|
8465
|
+
{
|
|
8466
|
+
"kind": "task",
|
|
8467
|
+
"id": "0244",
|
|
8468
|
+
"code": "L3.requirements-checkbox",
|
|
8469
|
+
"severity": "warning",
|
|
8470
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8471
|
+
"since": "2026-08-21"
|
|
8472
|
+
},
|
|
7585
8473
|
{
|
|
7586
8474
|
"kind": "task",
|
|
7587
8475
|
"id": "0244",
|
|
@@ -7724,6 +8612,14 @@
|
|
|
7724
8612
|
"reason": "Gate postdates the task: closed before the terminal-status section matrix, and no verdict artifact exists to record from — see note § L3.required-section-placeholder.",
|
|
7725
8613
|
"since": "2026-08-17"
|
|
7726
8614
|
},
|
|
8615
|
+
{
|
|
8616
|
+
"kind": "task",
|
|
8617
|
+
"id": "0250",
|
|
8618
|
+
"code": "L3.requirements-checkbox",
|
|
8619
|
+
"severity": "warning",
|
|
8620
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8621
|
+
"since": "2026-08-21"
|
|
8622
|
+
},
|
|
7727
8623
|
{
|
|
7728
8624
|
"kind": "task",
|
|
7729
8625
|
"id": "0250",
|
|
@@ -7746,6 +8642,14 @@
|
|
|
7746
8642
|
"reason": "Gate postdates the task: closed before the terminal-status section matrix, and no verdict artifact exists to record from — see note § L3.required-section-placeholder.",
|
|
7747
8643
|
"since": "2026-08-17"
|
|
7748
8644
|
},
|
|
8645
|
+
{
|
|
8646
|
+
"kind": "task",
|
|
8647
|
+
"id": "0251",
|
|
8648
|
+
"code": "L3.requirements-checkbox",
|
|
8649
|
+
"severity": "warning",
|
|
8650
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8651
|
+
"since": "2026-08-21"
|
|
8652
|
+
},
|
|
7749
8653
|
{
|
|
7750
8654
|
"kind": "task",
|
|
7751
8655
|
"id": "0251",
|
|
@@ -7769,6 +8673,14 @@
|
|
|
7769
8673
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
7770
8674
|
"since": "2026-08-17"
|
|
7771
8675
|
},
|
|
8676
|
+
{
|
|
8677
|
+
"kind": "task",
|
|
8678
|
+
"id": "0252",
|
|
8679
|
+
"code": "L3.requirements-checkbox",
|
|
8680
|
+
"severity": "warning",
|
|
8681
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8682
|
+
"since": "2026-08-21"
|
|
8683
|
+
},
|
|
7772
8684
|
{
|
|
7773
8685
|
"kind": "task",
|
|
7774
8686
|
"id": "0252",
|
|
@@ -7784,6 +8696,14 @@
|
|
|
7784
8696
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
7785
8697
|
"since": "2026-08-17"
|
|
7786
8698
|
},
|
|
8699
|
+
{
|
|
8700
|
+
"kind": "task",
|
|
8701
|
+
"id": "0253",
|
|
8702
|
+
"code": "L3.requirements-checkbox",
|
|
8703
|
+
"severity": "warning",
|
|
8704
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8705
|
+
"since": "2026-08-21"
|
|
8706
|
+
},
|
|
7787
8707
|
{
|
|
7788
8708
|
"kind": "task",
|
|
7789
8709
|
"id": "0253",
|
|
@@ -7800,6 +8720,22 @@
|
|
|
7800
8720
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
7801
8721
|
"since": "2026-08-17"
|
|
7802
8722
|
},
|
|
8723
|
+
{
|
|
8724
|
+
"kind": "task",
|
|
8725
|
+
"id": "0254",
|
|
8726
|
+
"code": "L3.requirements-checkbox",
|
|
8727
|
+
"severity": "warning",
|
|
8728
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8729
|
+
"since": "2026-08-21"
|
|
8730
|
+
},
|
|
8731
|
+
{
|
|
8732
|
+
"kind": "task",
|
|
8733
|
+
"id": "0255",
|
|
8734
|
+
"code": "L3.requirements-checkbox",
|
|
8735
|
+
"severity": "warning",
|
|
8736
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8737
|
+
"since": "2026-08-21"
|
|
8738
|
+
},
|
|
7803
8739
|
{
|
|
7804
8740
|
"kind": "task",
|
|
7805
8741
|
"id": "0255",
|
|
@@ -7808,6 +8744,14 @@
|
|
|
7808
8744
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
7809
8745
|
"since": "2026-08-18"
|
|
7810
8746
|
},
|
|
8747
|
+
{
|
|
8748
|
+
"kind": "task",
|
|
8749
|
+
"id": "0256",
|
|
8750
|
+
"code": "L3.requirements-checkbox",
|
|
8751
|
+
"severity": "warning",
|
|
8752
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8753
|
+
"since": "2026-08-21"
|
|
8754
|
+
},
|
|
7811
8755
|
{
|
|
7812
8756
|
"kind": "task",
|
|
7813
8757
|
"id": "0256",
|
|
@@ -7816,6 +8760,14 @@
|
|
|
7816
8760
|
"reason": "Closed before the numeric coverage-claim requirement existed — see note § L3.testing-coverage.",
|
|
7817
8761
|
"since": "2026-08-17"
|
|
7818
8762
|
},
|
|
8763
|
+
{
|
|
8764
|
+
"kind": "task",
|
|
8765
|
+
"id": "0257",
|
|
8766
|
+
"code": "L3.requirements-checkbox",
|
|
8767
|
+
"severity": "warning",
|
|
8768
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8769
|
+
"since": "2026-08-21"
|
|
8770
|
+
},
|
|
7819
8771
|
{
|
|
7820
8772
|
"kind": "task",
|
|
7821
8773
|
"id": "0257",
|
|
@@ -7824,6 +8776,14 @@
|
|
|
7824
8776
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
7825
8777
|
"since": "2026-08-18"
|
|
7826
8778
|
},
|
|
8779
|
+
{
|
|
8780
|
+
"kind": "task",
|
|
8781
|
+
"id": "0258",
|
|
8782
|
+
"code": "L3.requirements-checkbox",
|
|
8783
|
+
"severity": "warning",
|
|
8784
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8785
|
+
"since": "2026-08-21"
|
|
8786
|
+
},
|
|
7827
8787
|
{
|
|
7828
8788
|
"kind": "task",
|
|
7829
8789
|
"id": "0258",
|
|
@@ -7832,6 +8792,14 @@
|
|
|
7832
8792
|
"reason": "Closed before the numeric coverage-claim requirement existed — see note § L3.testing-coverage.",
|
|
7833
8793
|
"since": "2026-08-17"
|
|
7834
8794
|
},
|
|
8795
|
+
{
|
|
8796
|
+
"kind": "task",
|
|
8797
|
+
"id": "0259",
|
|
8798
|
+
"code": "L3.requirements-checkbox",
|
|
8799
|
+
"severity": "warning",
|
|
8800
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8801
|
+
"since": "2026-08-21"
|
|
8802
|
+
},
|
|
7835
8803
|
{
|
|
7836
8804
|
"kind": "task",
|
|
7837
8805
|
"id": "0259",
|
|
@@ -7840,6 +8808,14 @@
|
|
|
7840
8808
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
7841
8809
|
"since": "2026-08-18"
|
|
7842
8810
|
},
|
|
8811
|
+
{
|
|
8812
|
+
"kind": "task",
|
|
8813
|
+
"id": "0260",
|
|
8814
|
+
"code": "L3.requirements-checkbox",
|
|
8815
|
+
"severity": "warning",
|
|
8816
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8817
|
+
"since": "2026-08-21"
|
|
8818
|
+
},
|
|
7843
8819
|
{
|
|
7844
8820
|
"kind": "task",
|
|
7845
8821
|
"id": "0260",
|
|
@@ -7856,6 +8832,14 @@
|
|
|
7856
8832
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
7857
8833
|
"since": "2026-08-17"
|
|
7858
8834
|
},
|
|
8835
|
+
{
|
|
8836
|
+
"kind": "task",
|
|
8837
|
+
"id": "0261",
|
|
8838
|
+
"code": "L3.requirements-checkbox",
|
|
8839
|
+
"severity": "warning",
|
|
8840
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8841
|
+
"since": "2026-08-21"
|
|
8842
|
+
},
|
|
7859
8843
|
{
|
|
7860
8844
|
"kind": "task",
|
|
7861
8845
|
"id": "0261",
|
|
@@ -7872,6 +8856,14 @@
|
|
|
7872
8856
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
7873
8857
|
"since": "2026-08-17"
|
|
7874
8858
|
},
|
|
8859
|
+
{
|
|
8860
|
+
"kind": "task",
|
|
8861
|
+
"id": "0262",
|
|
8862
|
+
"code": "L3.requirements-checkbox",
|
|
8863
|
+
"severity": "warning",
|
|
8864
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8865
|
+
"since": "2026-08-21"
|
|
8866
|
+
},
|
|
7875
8867
|
{
|
|
7876
8868
|
"kind": "task",
|
|
7877
8869
|
"id": "0262",
|
|
@@ -7888,6 +8880,14 @@
|
|
|
7888
8880
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
7889
8881
|
"since": "2026-08-17"
|
|
7890
8882
|
},
|
|
8883
|
+
{
|
|
8884
|
+
"kind": "task",
|
|
8885
|
+
"id": "0263",
|
|
8886
|
+
"code": "L3.requirements-checkbox",
|
|
8887
|
+
"severity": "warning",
|
|
8888
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8889
|
+
"since": "2026-08-21"
|
|
8890
|
+
},
|
|
7891
8891
|
{
|
|
7892
8892
|
"kind": "task",
|
|
7893
8893
|
"id": "0263",
|
|
@@ -7904,6 +8904,14 @@
|
|
|
7904
8904
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
7905
8905
|
"since": "2026-08-17"
|
|
7906
8906
|
},
|
|
8907
|
+
{
|
|
8908
|
+
"kind": "task",
|
|
8909
|
+
"id": "0264",
|
|
8910
|
+
"code": "L3.requirements-checkbox",
|
|
8911
|
+
"severity": "warning",
|
|
8912
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8913
|
+
"since": "2026-08-21"
|
|
8914
|
+
},
|
|
7907
8915
|
{
|
|
7908
8916
|
"kind": "task",
|
|
7909
8917
|
"id": "0264",
|
|
@@ -7912,6 +8920,14 @@
|
|
|
7912
8920
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
7913
8921
|
"since": "2026-08-18"
|
|
7914
8922
|
},
|
|
8923
|
+
{
|
|
8924
|
+
"kind": "task",
|
|
8925
|
+
"id": "0265",
|
|
8926
|
+
"code": "L3.requirements-checkbox",
|
|
8927
|
+
"severity": "warning",
|
|
8928
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8929
|
+
"since": "2026-08-21"
|
|
8930
|
+
},
|
|
7915
8931
|
{
|
|
7916
8932
|
"kind": "task",
|
|
7917
8933
|
"id": "0265",
|
|
@@ -7936,6 +8952,14 @@
|
|
|
7936
8952
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
7937
8953
|
"since": "2026-08-17"
|
|
7938
8954
|
},
|
|
8955
|
+
{
|
|
8956
|
+
"kind": "task",
|
|
8957
|
+
"id": "0266",
|
|
8958
|
+
"code": "L3.requirements-checkbox",
|
|
8959
|
+
"severity": "warning",
|
|
8960
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8961
|
+
"since": "2026-08-21"
|
|
8962
|
+
},
|
|
7939
8963
|
{
|
|
7940
8964
|
"kind": "task",
|
|
7941
8965
|
"id": "0266",
|
|
@@ -7960,6 +8984,14 @@
|
|
|
7960
8984
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
7961
8985
|
"since": "2026-08-17"
|
|
7962
8986
|
},
|
|
8987
|
+
{
|
|
8988
|
+
"kind": "task",
|
|
8989
|
+
"id": "0267",
|
|
8990
|
+
"code": "L3.requirements-checkbox",
|
|
8991
|
+
"severity": "warning",
|
|
8992
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
8993
|
+
"since": "2026-08-21"
|
|
8994
|
+
},
|
|
7963
8995
|
{
|
|
7964
8996
|
"kind": "task",
|
|
7965
8997
|
"id": "0267",
|
|
@@ -7976,6 +9008,14 @@
|
|
|
7976
9008
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
7977
9009
|
"since": "2026-08-17"
|
|
7978
9010
|
},
|
|
9011
|
+
{
|
|
9012
|
+
"kind": "task",
|
|
9013
|
+
"id": "0268",
|
|
9014
|
+
"code": "L3.requirements-checkbox",
|
|
9015
|
+
"severity": "warning",
|
|
9016
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9017
|
+
"since": "2026-08-21"
|
|
9018
|
+
},
|
|
7979
9019
|
{
|
|
7980
9020
|
"kind": "task",
|
|
7981
9021
|
"id": "0268",
|
|
@@ -8000,6 +9040,14 @@
|
|
|
8000
9040
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
8001
9041
|
"since": "2026-08-17"
|
|
8002
9042
|
},
|
|
9043
|
+
{
|
|
9044
|
+
"kind": "task",
|
|
9045
|
+
"id": "0269",
|
|
9046
|
+
"code": "L3.requirements-checkbox",
|
|
9047
|
+
"severity": "warning",
|
|
9048
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9049
|
+
"since": "2026-08-21"
|
|
9050
|
+
},
|
|
8003
9051
|
{
|
|
8004
9052
|
"kind": "task",
|
|
8005
9053
|
"id": "0269",
|
|
@@ -8160,6 +9208,14 @@
|
|
|
8160
9208
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8161
9209
|
"since": "2026-08-17"
|
|
8162
9210
|
},
|
|
9211
|
+
{
|
|
9212
|
+
"kind": "task",
|
|
9213
|
+
"id": "0280",
|
|
9214
|
+
"code": "L3.requirements-checkbox",
|
|
9215
|
+
"severity": "warning",
|
|
9216
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9217
|
+
"since": "2026-08-21"
|
|
9218
|
+
},
|
|
8163
9219
|
{
|
|
8164
9220
|
"kind": "task",
|
|
8165
9221
|
"id": "0280",
|
|
@@ -8176,6 +9232,14 @@
|
|
|
8176
9232
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8177
9233
|
"since": "2026-08-17"
|
|
8178
9234
|
},
|
|
9235
|
+
{
|
|
9236
|
+
"kind": "task",
|
|
9237
|
+
"id": "0281",
|
|
9238
|
+
"code": "L3.requirements-checkbox",
|
|
9239
|
+
"severity": "warning",
|
|
9240
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9241
|
+
"since": "2026-08-21"
|
|
9242
|
+
},
|
|
8179
9243
|
{
|
|
8180
9244
|
"kind": "task",
|
|
8181
9245
|
"id": "0281",
|
|
@@ -8184,6 +9248,14 @@
|
|
|
8184
9248
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8185
9249
|
"since": "2026-08-17"
|
|
8186
9250
|
},
|
|
9251
|
+
{
|
|
9252
|
+
"kind": "task",
|
|
9253
|
+
"id": "0282",
|
|
9254
|
+
"code": "L3.requirements-checkbox",
|
|
9255
|
+
"severity": "warning",
|
|
9256
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9257
|
+
"since": "2026-08-21"
|
|
9258
|
+
},
|
|
8187
9259
|
{
|
|
8188
9260
|
"kind": "task",
|
|
8189
9261
|
"id": "0282",
|
|
@@ -8208,6 +9280,14 @@
|
|
|
8208
9280
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
8209
9281
|
"since": "2026-08-17"
|
|
8210
9282
|
},
|
|
9283
|
+
{
|
|
9284
|
+
"kind": "task",
|
|
9285
|
+
"id": "0283",
|
|
9286
|
+
"code": "L3.requirements-checkbox",
|
|
9287
|
+
"severity": "warning",
|
|
9288
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9289
|
+
"since": "2026-08-21"
|
|
9290
|
+
},
|
|
8211
9291
|
{
|
|
8212
9292
|
"kind": "task",
|
|
8213
9293
|
"id": "0283",
|
|
@@ -8232,6 +9312,14 @@
|
|
|
8232
9312
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
8233
9313
|
"since": "2026-08-17"
|
|
8234
9314
|
},
|
|
9315
|
+
{
|
|
9316
|
+
"kind": "task",
|
|
9317
|
+
"id": "0284",
|
|
9318
|
+
"code": "L3.requirements-checkbox",
|
|
9319
|
+
"severity": "warning",
|
|
9320
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9321
|
+
"since": "2026-08-21"
|
|
9322
|
+
},
|
|
8235
9323
|
{
|
|
8236
9324
|
"kind": "task",
|
|
8237
9325
|
"id": "0284",
|
|
@@ -8240,6 +9328,14 @@
|
|
|
8240
9328
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8241
9329
|
"since": "2026-08-17"
|
|
8242
9330
|
},
|
|
9331
|
+
{
|
|
9332
|
+
"kind": "task",
|
|
9333
|
+
"id": "0285",
|
|
9334
|
+
"code": "L3.requirements-checkbox",
|
|
9335
|
+
"severity": "warning",
|
|
9336
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9337
|
+
"since": "2026-08-21"
|
|
9338
|
+
},
|
|
8243
9339
|
{
|
|
8244
9340
|
"kind": "task",
|
|
8245
9341
|
"id": "0285",
|
|
@@ -8256,6 +9352,14 @@
|
|
|
8256
9352
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8257
9353
|
"since": "2026-08-17"
|
|
8258
9354
|
},
|
|
9355
|
+
{
|
|
9356
|
+
"kind": "task",
|
|
9357
|
+
"id": "0286",
|
|
9358
|
+
"code": "L3.requirements-checkbox",
|
|
9359
|
+
"severity": "warning",
|
|
9360
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9361
|
+
"since": "2026-08-21"
|
|
9362
|
+
},
|
|
8259
9363
|
{
|
|
8260
9364
|
"kind": "task",
|
|
8261
9365
|
"id": "0286",
|
|
@@ -8272,6 +9376,14 @@
|
|
|
8272
9376
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8273
9377
|
"since": "2026-08-17"
|
|
8274
9378
|
},
|
|
9379
|
+
{
|
|
9380
|
+
"kind": "task",
|
|
9381
|
+
"id": "0287",
|
|
9382
|
+
"code": "L3.requirements-checkbox",
|
|
9383
|
+
"severity": "warning",
|
|
9384
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9385
|
+
"since": "2026-08-21"
|
|
9386
|
+
},
|
|
8275
9387
|
{
|
|
8276
9388
|
"kind": "task",
|
|
8277
9389
|
"id": "0287",
|
|
@@ -8288,6 +9400,14 @@
|
|
|
8288
9400
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8289
9401
|
"since": "2026-08-17"
|
|
8290
9402
|
},
|
|
9403
|
+
{
|
|
9404
|
+
"kind": "task",
|
|
9405
|
+
"id": "0288",
|
|
9406
|
+
"code": "L3.requirements-checkbox",
|
|
9407
|
+
"severity": "warning",
|
|
9408
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9409
|
+
"since": "2026-08-21"
|
|
9410
|
+
},
|
|
8291
9411
|
{
|
|
8292
9412
|
"kind": "task",
|
|
8293
9413
|
"id": "0288",
|
|
@@ -8304,6 +9424,14 @@
|
|
|
8304
9424
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8305
9425
|
"since": "2026-08-17"
|
|
8306
9426
|
},
|
|
9427
|
+
{
|
|
9428
|
+
"kind": "task",
|
|
9429
|
+
"id": "0289",
|
|
9430
|
+
"code": "L3.requirements-checkbox",
|
|
9431
|
+
"severity": "warning",
|
|
9432
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9433
|
+
"since": "2026-08-21"
|
|
9434
|
+
},
|
|
8307
9435
|
{
|
|
8308
9436
|
"kind": "task",
|
|
8309
9437
|
"id": "0289",
|
|
@@ -8320,6 +9448,14 @@
|
|
|
8320
9448
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8321
9449
|
"since": "2026-08-17"
|
|
8322
9450
|
},
|
|
9451
|
+
{
|
|
9452
|
+
"kind": "task",
|
|
9453
|
+
"id": "0290",
|
|
9454
|
+
"code": "L3.requirements-checkbox",
|
|
9455
|
+
"severity": "warning",
|
|
9456
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9457
|
+
"since": "2026-08-21"
|
|
9458
|
+
},
|
|
8323
9459
|
{
|
|
8324
9460
|
"kind": "task",
|
|
8325
9461
|
"id": "0290",
|
|
@@ -8336,6 +9472,14 @@
|
|
|
8336
9472
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8337
9473
|
"since": "2026-08-17"
|
|
8338
9474
|
},
|
|
9475
|
+
{
|
|
9476
|
+
"kind": "task",
|
|
9477
|
+
"id": "0291",
|
|
9478
|
+
"code": "L3.requirements-checkbox",
|
|
9479
|
+
"severity": "warning",
|
|
9480
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9481
|
+
"since": "2026-08-21"
|
|
9482
|
+
},
|
|
8339
9483
|
{
|
|
8340
9484
|
"kind": "task",
|
|
8341
9485
|
"id": "0291",
|
|
@@ -8352,6 +9496,14 @@
|
|
|
8352
9496
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8353
9497
|
"since": "2026-08-17"
|
|
8354
9498
|
},
|
|
9499
|
+
{
|
|
9500
|
+
"kind": "task",
|
|
9501
|
+
"id": "0292",
|
|
9502
|
+
"code": "L3.requirements-checkbox",
|
|
9503
|
+
"severity": "warning",
|
|
9504
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9505
|
+
"since": "2026-08-21"
|
|
9506
|
+
},
|
|
8355
9507
|
{
|
|
8356
9508
|
"kind": "task",
|
|
8357
9509
|
"id": "0292",
|
|
@@ -8368,6 +9520,14 @@
|
|
|
8368
9520
|
"reason": "Design section placeholder-only; intent captured in the task body instead — see note § L4.design-placeholder.",
|
|
8369
9521
|
"since": "2026-08-17"
|
|
8370
9522
|
},
|
|
9523
|
+
{
|
|
9524
|
+
"kind": "task",
|
|
9525
|
+
"id": "0293",
|
|
9526
|
+
"code": "L3.requirements-checkbox",
|
|
9527
|
+
"severity": "warning",
|
|
9528
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9529
|
+
"since": "2026-08-21"
|
|
9530
|
+
},
|
|
8371
9531
|
{
|
|
8372
9532
|
"kind": "task",
|
|
8373
9533
|
"id": "0293",
|
|
@@ -8431,6 +9591,14 @@
|
|
|
8431
9591
|
"reason": "Task predates DD-07 feature_id requirement or was authored unlinked — see note § L4.missing-feature-id.",
|
|
8432
9592
|
"since": "2026-08-17"
|
|
8433
9593
|
},
|
|
9594
|
+
{
|
|
9595
|
+
"kind": "task",
|
|
9596
|
+
"id": "0296",
|
|
9597
|
+
"code": "L3.requirements-checkbox",
|
|
9598
|
+
"severity": "warning",
|
|
9599
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9600
|
+
"since": "2026-08-21"
|
|
9601
|
+
},
|
|
8434
9602
|
{
|
|
8435
9603
|
"kind": "task",
|
|
8436
9604
|
"id": "0296",
|
|
@@ -8455,6 +9623,14 @@
|
|
|
8455
9623
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8456
9624
|
"since": "2026-08-17"
|
|
8457
9625
|
},
|
|
9626
|
+
{
|
|
9627
|
+
"kind": "task",
|
|
9628
|
+
"id": "0297",
|
|
9629
|
+
"code": "L3.requirements-checkbox",
|
|
9630
|
+
"severity": "warning",
|
|
9631
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9632
|
+
"since": "2026-08-21"
|
|
9633
|
+
},
|
|
8458
9634
|
{
|
|
8459
9635
|
"kind": "task",
|
|
8460
9636
|
"id": "0297",
|
|
@@ -8501,6 +9677,14 @@
|
|
|
8501
9677
|
"reason": "Task predates DD-07 feature_id requirement or was authored unlinked — see note § L4.missing-feature-id.",
|
|
8502
9678
|
"since": "2026-08-17"
|
|
8503
9679
|
},
|
|
9680
|
+
{
|
|
9681
|
+
"kind": "task",
|
|
9682
|
+
"id": "0299",
|
|
9683
|
+
"code": "L3.requirements-checkbox",
|
|
9684
|
+
"severity": "warning",
|
|
9685
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9686
|
+
"since": "2026-08-21"
|
|
9687
|
+
},
|
|
8504
9688
|
{
|
|
8505
9689
|
"kind": "task",
|
|
8506
9690
|
"id": "0299",
|
|
@@ -8509,6 +9693,14 @@
|
|
|
8509
9693
|
"reason": "Task predates DD-07 feature_id requirement or was authored unlinked — see note § L4.missing-feature-id.",
|
|
8510
9694
|
"since": "2026-08-17"
|
|
8511
9695
|
},
|
|
9696
|
+
{
|
|
9697
|
+
"kind": "task",
|
|
9698
|
+
"id": "0300",
|
|
9699
|
+
"code": "L3.requirements-checkbox",
|
|
9700
|
+
"severity": "warning",
|
|
9701
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9702
|
+
"since": "2026-08-21"
|
|
9703
|
+
},
|
|
8512
9704
|
{
|
|
8513
9705
|
"kind": "task",
|
|
8514
9706
|
"id": "0300",
|
|
@@ -8532,6 +9724,14 @@
|
|
|
8532
9724
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
8533
9725
|
"since": "2026-08-17"
|
|
8534
9726
|
},
|
|
9727
|
+
{
|
|
9728
|
+
"kind": "task",
|
|
9729
|
+
"id": "0301",
|
|
9730
|
+
"code": "L3.requirements-checkbox",
|
|
9731
|
+
"severity": "warning",
|
|
9732
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9733
|
+
"since": "2026-08-21"
|
|
9734
|
+
},
|
|
8535
9735
|
{
|
|
8536
9736
|
"kind": "task",
|
|
8537
9737
|
"id": "0301",
|
|
@@ -8555,6 +9755,14 @@
|
|
|
8555
9755
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
8556
9756
|
"since": "2026-08-17"
|
|
8557
9757
|
},
|
|
9758
|
+
{
|
|
9759
|
+
"kind": "task",
|
|
9760
|
+
"id": "0302",
|
|
9761
|
+
"code": "L3.requirements-checkbox",
|
|
9762
|
+
"severity": "warning",
|
|
9763
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9764
|
+
"since": "2026-08-21"
|
|
9765
|
+
},
|
|
8558
9766
|
{
|
|
8559
9767
|
"kind": "task",
|
|
8560
9768
|
"id": "0302",
|
|
@@ -8563,6 +9771,14 @@
|
|
|
8563
9771
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8564
9772
|
"since": "2026-08-17"
|
|
8565
9773
|
},
|
|
9774
|
+
{
|
|
9775
|
+
"kind": "task",
|
|
9776
|
+
"id": "0303",
|
|
9777
|
+
"code": "L3.requirements-checkbox",
|
|
9778
|
+
"severity": "warning",
|
|
9779
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9780
|
+
"since": "2026-08-21"
|
|
9781
|
+
},
|
|
8566
9782
|
{
|
|
8567
9783
|
"kind": "task",
|
|
8568
9784
|
"id": "0303",
|
|
@@ -8587,6 +9803,14 @@
|
|
|
8587
9803
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
8588
9804
|
"since": "2026-08-17"
|
|
8589
9805
|
},
|
|
9806
|
+
{
|
|
9807
|
+
"kind": "task",
|
|
9808
|
+
"id": "0304",
|
|
9809
|
+
"code": "L3.requirements-checkbox",
|
|
9810
|
+
"severity": "warning",
|
|
9811
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9812
|
+
"since": "2026-08-21"
|
|
9813
|
+
},
|
|
8590
9814
|
{
|
|
8591
9815
|
"kind": "task",
|
|
8592
9816
|
"id": "0304",
|
|
@@ -8606,8 +9830,16 @@
|
|
|
8606
9830
|
{
|
|
8607
9831
|
"kind": "task",
|
|
8608
9832
|
"id": "0305",
|
|
8609
|
-
"code": "
|
|
8610
|
-
"severity": "
|
|
9833
|
+
"code": "L3.requirements-checkbox",
|
|
9834
|
+
"severity": "warning",
|
|
9835
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9836
|
+
"since": "2026-08-21"
|
|
9837
|
+
},
|
|
9838
|
+
{
|
|
9839
|
+
"kind": "task",
|
|
9840
|
+
"id": "0305",
|
|
9841
|
+
"code": "L4.anchor-subject-mismatch",
|
|
9842
|
+
"severity": "error",
|
|
8611
9843
|
"reason": "Accumulated anchor drift surfaced by task 0583's content-matching rule: the cited lines resolve and are in bounds but no longer name the requirement row's subject, because a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives. Held at WARNING severity — promotion to error would fail the per-task `--strict-core` done-gate for 332 of 586 tasks, and that gate does not consult this baseline.",
|
|
8612
9844
|
"since": "2026-08-18"
|
|
8613
9845
|
},
|
|
@@ -8619,6 +9851,14 @@
|
|
|
8619
9851
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8620
9852
|
"since": "2026-08-17"
|
|
8621
9853
|
},
|
|
9854
|
+
{
|
|
9855
|
+
"kind": "task",
|
|
9856
|
+
"id": "0306",
|
|
9857
|
+
"code": "L3.requirements-checkbox",
|
|
9858
|
+
"severity": "warning",
|
|
9859
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9860
|
+
"since": "2026-08-21"
|
|
9861
|
+
},
|
|
8622
9862
|
{
|
|
8623
9863
|
"kind": "task",
|
|
8624
9864
|
"id": "0306",
|
|
@@ -8627,6 +9867,14 @@
|
|
|
8627
9867
|
"reason": "Accumulated anchor drift surfaced by task 0583's content-matching rule: the cited lines resolve and are in bounds but no longer name the requirement row's subject, because a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives. Held at WARNING severity — promotion to error would fail the per-task `--strict-core` done-gate for 332 of 586 tasks, and that gate does not consult this baseline.",
|
|
8628
9868
|
"since": "2026-08-18"
|
|
8629
9869
|
},
|
|
9870
|
+
{
|
|
9871
|
+
"kind": "task",
|
|
9872
|
+
"id": "0307",
|
|
9873
|
+
"code": "L3.requirements-checkbox",
|
|
9874
|
+
"severity": "warning",
|
|
9875
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9876
|
+
"since": "2026-08-21"
|
|
9877
|
+
},
|
|
8630
9878
|
{
|
|
8631
9879
|
"kind": "task",
|
|
8632
9880
|
"id": "0307",
|
|
@@ -8635,6 +9883,14 @@
|
|
|
8635
9883
|
"reason": "Accumulated anchor drift surfaced by task 0583's content-matching rule: the cited lines resolve and are in bounds but no longer name the requirement row's subject, because a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives. Held at WARNING severity — promotion to error would fail the per-task `--strict-core` done-gate for 332 of 586 tasks, and that gate does not consult this baseline.",
|
|
8636
9884
|
"since": "2026-08-18"
|
|
8637
9885
|
},
|
|
9886
|
+
{
|
|
9887
|
+
"kind": "task",
|
|
9888
|
+
"id": "0308",
|
|
9889
|
+
"code": "L3.requirements-checkbox",
|
|
9890
|
+
"severity": "warning",
|
|
9891
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9892
|
+
"since": "2026-08-21"
|
|
9893
|
+
},
|
|
8638
9894
|
{
|
|
8639
9895
|
"kind": "task",
|
|
8640
9896
|
"id": "0308",
|
|
@@ -8651,6 +9907,14 @@
|
|
|
8651
9907
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8652
9908
|
"since": "2026-08-17"
|
|
8653
9909
|
},
|
|
9910
|
+
{
|
|
9911
|
+
"kind": "task",
|
|
9912
|
+
"id": "0309",
|
|
9913
|
+
"code": "L3.requirements-checkbox",
|
|
9914
|
+
"severity": "warning",
|
|
9915
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9916
|
+
"since": "2026-08-21"
|
|
9917
|
+
},
|
|
8654
9918
|
{
|
|
8655
9919
|
"kind": "task",
|
|
8656
9920
|
"id": "0309",
|
|
@@ -8682,6 +9946,14 @@
|
|
|
8682
9946
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8683
9947
|
"since": "2026-08-17"
|
|
8684
9948
|
},
|
|
9949
|
+
{
|
|
9950
|
+
"kind": "task",
|
|
9951
|
+
"id": "0311",
|
|
9952
|
+
"code": "L3.requirements-checkbox",
|
|
9953
|
+
"severity": "warning",
|
|
9954
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9955
|
+
"since": "2026-08-21"
|
|
9956
|
+
},
|
|
8685
9957
|
{
|
|
8686
9958
|
"kind": "task",
|
|
8687
9959
|
"id": "0311",
|
|
@@ -8698,6 +9970,14 @@
|
|
|
8698
9970
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8699
9971
|
"since": "2026-08-17"
|
|
8700
9972
|
},
|
|
9973
|
+
{
|
|
9974
|
+
"kind": "task",
|
|
9975
|
+
"id": "0312",
|
|
9976
|
+
"code": "L3.requirements-checkbox",
|
|
9977
|
+
"severity": "warning",
|
|
9978
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9979
|
+
"since": "2026-08-21"
|
|
9980
|
+
},
|
|
8701
9981
|
{
|
|
8702
9982
|
"kind": "task",
|
|
8703
9983
|
"id": "0312",
|
|
@@ -8706,6 +9986,14 @@
|
|
|
8706
9986
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
8707
9987
|
"since": "2026-08-18"
|
|
8708
9988
|
},
|
|
9989
|
+
{
|
|
9990
|
+
"kind": "task",
|
|
9991
|
+
"id": "0313",
|
|
9992
|
+
"code": "L3.requirements-checkbox",
|
|
9993
|
+
"severity": "warning",
|
|
9994
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
9995
|
+
"since": "2026-08-21"
|
|
9996
|
+
},
|
|
8709
9997
|
{
|
|
8710
9998
|
"kind": "task",
|
|
8711
9999
|
"id": "0313",
|
|
@@ -8722,6 +10010,14 @@
|
|
|
8722
10010
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8723
10011
|
"since": "2026-08-17"
|
|
8724
10012
|
},
|
|
10013
|
+
{
|
|
10014
|
+
"kind": "task",
|
|
10015
|
+
"id": "0314",
|
|
10016
|
+
"code": "L3.requirements-checkbox",
|
|
10017
|
+
"severity": "warning",
|
|
10018
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10019
|
+
"since": "2026-08-21"
|
|
10020
|
+
},
|
|
8725
10021
|
{
|
|
8726
10022
|
"kind": "task",
|
|
8727
10023
|
"id": "0314",
|
|
@@ -8752,6 +10048,14 @@
|
|
|
8752
10048
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
8753
10049
|
"since": "2026-08-17"
|
|
8754
10050
|
},
|
|
10051
|
+
{
|
|
10052
|
+
"kind": "task",
|
|
10053
|
+
"id": "0315",
|
|
10054
|
+
"code": "L3.requirements-checkbox",
|
|
10055
|
+
"severity": "warning",
|
|
10056
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10057
|
+
"since": "2026-08-21"
|
|
10058
|
+
},
|
|
8755
10059
|
{
|
|
8756
10060
|
"kind": "task",
|
|
8757
10061
|
"id": "0315",
|
|
@@ -8768,6 +10072,14 @@
|
|
|
8768
10072
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
8769
10073
|
"since": "2026-08-17"
|
|
8770
10074
|
},
|
|
10075
|
+
{
|
|
10076
|
+
"kind": "task",
|
|
10077
|
+
"id": "0316",
|
|
10078
|
+
"code": "L3.requirements-checkbox",
|
|
10079
|
+
"severity": "warning",
|
|
10080
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10081
|
+
"since": "2026-08-21"
|
|
10082
|
+
},
|
|
8771
10083
|
{
|
|
8772
10084
|
"kind": "task",
|
|
8773
10085
|
"id": "0316",
|
|
@@ -8784,6 +10096,14 @@
|
|
|
8784
10096
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
8785
10097
|
"since": "2026-08-17"
|
|
8786
10098
|
},
|
|
10099
|
+
{
|
|
10100
|
+
"kind": "task",
|
|
10101
|
+
"id": "0317",
|
|
10102
|
+
"code": "L3.requirements-checkbox",
|
|
10103
|
+
"severity": "warning",
|
|
10104
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10105
|
+
"since": "2026-08-21"
|
|
10106
|
+
},
|
|
8787
10107
|
{
|
|
8788
10108
|
"kind": "task",
|
|
8789
10109
|
"id": "0317",
|
|
@@ -8800,6 +10120,14 @@
|
|
|
8800
10120
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
8801
10121
|
"since": "2026-08-17"
|
|
8802
10122
|
},
|
|
10123
|
+
{
|
|
10124
|
+
"kind": "task",
|
|
10125
|
+
"id": "0318",
|
|
10126
|
+
"code": "L3.requirements-checkbox",
|
|
10127
|
+
"severity": "warning",
|
|
10128
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10129
|
+
"since": "2026-08-21"
|
|
10130
|
+
},
|
|
8803
10131
|
{
|
|
8804
10132
|
"kind": "task",
|
|
8805
10133
|
"id": "0318",
|
|
@@ -8816,6 +10144,14 @@
|
|
|
8816
10144
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
8817
10145
|
"since": "2026-08-17"
|
|
8818
10146
|
},
|
|
10147
|
+
{
|
|
10148
|
+
"kind": "task",
|
|
10149
|
+
"id": "0319",
|
|
10150
|
+
"code": "L3.requirements-checkbox",
|
|
10151
|
+
"severity": "warning",
|
|
10152
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10153
|
+
"since": "2026-08-21"
|
|
10154
|
+
},
|
|
8819
10155
|
{
|
|
8820
10156
|
"kind": "task",
|
|
8821
10157
|
"id": "0319",
|
|
@@ -8832,6 +10168,14 @@
|
|
|
8832
10168
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
8833
10169
|
"since": "2026-08-17"
|
|
8834
10170
|
},
|
|
10171
|
+
{
|
|
10172
|
+
"kind": "task",
|
|
10173
|
+
"id": "0320",
|
|
10174
|
+
"code": "L3.requirements-checkbox",
|
|
10175
|
+
"severity": "warning",
|
|
10176
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10177
|
+
"since": "2026-08-21"
|
|
10178
|
+
},
|
|
8835
10179
|
{
|
|
8836
10180
|
"kind": "task",
|
|
8837
10181
|
"id": "0320",
|
|
@@ -8848,6 +10192,14 @@
|
|
|
8848
10192
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
8849
10193
|
"since": "2026-08-17"
|
|
8850
10194
|
},
|
|
10195
|
+
{
|
|
10196
|
+
"kind": "task",
|
|
10197
|
+
"id": "0321",
|
|
10198
|
+
"code": "L3.requirements-checkbox",
|
|
10199
|
+
"severity": "warning",
|
|
10200
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10201
|
+
"since": "2026-08-21"
|
|
10202
|
+
},
|
|
8851
10203
|
{
|
|
8852
10204
|
"kind": "task",
|
|
8853
10205
|
"id": "0321",
|
|
@@ -8929,6 +10281,14 @@
|
|
|
8929
10281
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
8930
10282
|
"since": "2026-08-17"
|
|
8931
10283
|
},
|
|
10284
|
+
{
|
|
10285
|
+
"kind": "task",
|
|
10286
|
+
"id": "0325",
|
|
10287
|
+
"code": "L3.requirements-checkbox",
|
|
10288
|
+
"severity": "warning",
|
|
10289
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10290
|
+
"since": "2026-08-21"
|
|
10291
|
+
},
|
|
8932
10292
|
{
|
|
8933
10293
|
"kind": "task",
|
|
8934
10294
|
"id": "0325",
|
|
@@ -8944,6 +10304,14 @@
|
|
|
8944
10304
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
8945
10305
|
"since": "2026-08-17"
|
|
8946
10306
|
},
|
|
10307
|
+
{
|
|
10308
|
+
"kind": "task",
|
|
10309
|
+
"id": "0326",
|
|
10310
|
+
"code": "L3.requirements-checkbox",
|
|
10311
|
+
"severity": "warning",
|
|
10312
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10313
|
+
"since": "2026-08-21"
|
|
10314
|
+
},
|
|
8947
10315
|
{
|
|
8948
10316
|
"kind": "task",
|
|
8949
10317
|
"id": "0326",
|
|
@@ -8959,6 +10327,14 @@
|
|
|
8959
10327
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
8960
10328
|
"since": "2026-08-17"
|
|
8961
10329
|
},
|
|
10330
|
+
{
|
|
10331
|
+
"kind": "task",
|
|
10332
|
+
"id": "0327",
|
|
10333
|
+
"code": "L3.requirements-checkbox",
|
|
10334
|
+
"severity": "warning",
|
|
10335
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10336
|
+
"since": "2026-08-21"
|
|
10337
|
+
},
|
|
8962
10338
|
{
|
|
8963
10339
|
"kind": "task",
|
|
8964
10340
|
"id": "0327",
|
|
@@ -8974,6 +10350,14 @@
|
|
|
8974
10350
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
8975
10351
|
"since": "2026-08-17"
|
|
8976
10352
|
},
|
|
10353
|
+
{
|
|
10354
|
+
"kind": "task",
|
|
10355
|
+
"id": "0328",
|
|
10356
|
+
"code": "L3.requirements-checkbox",
|
|
10357
|
+
"severity": "warning",
|
|
10358
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10359
|
+
"since": "2026-08-21"
|
|
10360
|
+
},
|
|
8977
10361
|
{
|
|
8978
10362
|
"kind": "task",
|
|
8979
10363
|
"id": "0328",
|
|
@@ -8997,6 +10381,14 @@
|
|
|
8997
10381
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
8998
10382
|
"since": "2026-08-17"
|
|
8999
10383
|
},
|
|
10384
|
+
{
|
|
10385
|
+
"kind": "task",
|
|
10386
|
+
"id": "0329",
|
|
10387
|
+
"code": "L3.requirements-checkbox",
|
|
10388
|
+
"severity": "warning",
|
|
10389
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10390
|
+
"since": "2026-08-21"
|
|
10391
|
+
},
|
|
9000
10392
|
{
|
|
9001
10393
|
"kind": "task",
|
|
9002
10394
|
"id": "0329",
|
|
@@ -9012,6 +10404,14 @@
|
|
|
9012
10404
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
9013
10405
|
"since": "2026-08-17"
|
|
9014
10406
|
},
|
|
10407
|
+
{
|
|
10408
|
+
"kind": "task",
|
|
10409
|
+
"id": "0330",
|
|
10410
|
+
"code": "L3.requirements-checkbox",
|
|
10411
|
+
"severity": "warning",
|
|
10412
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10413
|
+
"since": "2026-08-21"
|
|
10414
|
+
},
|
|
9015
10415
|
{
|
|
9016
10416
|
"kind": "task",
|
|
9017
10417
|
"id": "0330",
|
|
@@ -9027,6 +10427,14 @@
|
|
|
9027
10427
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
9028
10428
|
"since": "2026-08-17"
|
|
9029
10429
|
},
|
|
10430
|
+
{
|
|
10431
|
+
"kind": "task",
|
|
10432
|
+
"id": "0331",
|
|
10433
|
+
"code": "L3.requirements-checkbox",
|
|
10434
|
+
"severity": "warning",
|
|
10435
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10436
|
+
"since": "2026-08-21"
|
|
10437
|
+
},
|
|
9030
10438
|
{
|
|
9031
10439
|
"kind": "task",
|
|
9032
10440
|
"id": "0331",
|
|
@@ -9035,6 +10443,14 @@
|
|
|
9035
10443
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
9036
10444
|
"since": "2026-08-18"
|
|
9037
10445
|
},
|
|
10446
|
+
{
|
|
10447
|
+
"kind": "task",
|
|
10448
|
+
"id": "0332",
|
|
10449
|
+
"code": "L3.requirements-checkbox",
|
|
10450
|
+
"severity": "warning",
|
|
10451
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10452
|
+
"since": "2026-08-21"
|
|
10453
|
+
},
|
|
9038
10454
|
{
|
|
9039
10455
|
"kind": "task",
|
|
9040
10456
|
"id": "0332",
|
|
@@ -9051,6 +10467,14 @@
|
|
|
9051
10467
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
9052
10468
|
"since": "2026-08-17"
|
|
9053
10469
|
},
|
|
10470
|
+
{
|
|
10471
|
+
"kind": "task",
|
|
10472
|
+
"id": "0333",
|
|
10473
|
+
"code": "L3.requirements-checkbox",
|
|
10474
|
+
"severity": "warning",
|
|
10475
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10476
|
+
"since": "2026-08-21"
|
|
10477
|
+
},
|
|
9054
10478
|
{
|
|
9055
10479
|
"kind": "task",
|
|
9056
10480
|
"id": "0333",
|
|
@@ -9067,6 +10491,14 @@
|
|
|
9067
10491
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
9068
10492
|
"since": "2026-08-17"
|
|
9069
10493
|
},
|
|
10494
|
+
{
|
|
10495
|
+
"kind": "task",
|
|
10496
|
+
"id": "0334",
|
|
10497
|
+
"code": "L3.requirements-checkbox",
|
|
10498
|
+
"severity": "warning",
|
|
10499
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10500
|
+
"since": "2026-08-21"
|
|
10501
|
+
},
|
|
9070
10502
|
{
|
|
9071
10503
|
"kind": "task",
|
|
9072
10504
|
"id": "0334",
|
|
@@ -9083,6 +10515,14 @@
|
|
|
9083
10515
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
9084
10516
|
"since": "2026-08-17"
|
|
9085
10517
|
},
|
|
10518
|
+
{
|
|
10519
|
+
"kind": "task",
|
|
10520
|
+
"id": "0335",
|
|
10521
|
+
"code": "L3.requirements-checkbox",
|
|
10522
|
+
"severity": "warning",
|
|
10523
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10524
|
+
"since": "2026-08-21"
|
|
10525
|
+
},
|
|
9086
10526
|
{
|
|
9087
10527
|
"kind": "task",
|
|
9088
10528
|
"id": "0335",
|
|
@@ -9091,6 +10531,14 @@
|
|
|
9091
10531
|
"reason": "Accumulated anchor drift surfaced by task 0583's content-matching rule: the cited lines resolve and are in bounds but no longer name the requirement row's subject, because a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives. Held at WARNING severity — promotion to error would fail the per-task `--strict-core` done-gate for 332 of 586 tasks, and that gate does not consult this baseline.",
|
|
9092
10532
|
"since": "2026-08-18"
|
|
9093
10533
|
},
|
|
10534
|
+
{
|
|
10535
|
+
"kind": "task",
|
|
10536
|
+
"id": "0336",
|
|
10537
|
+
"code": "L3.requirements-checkbox",
|
|
10538
|
+
"severity": "warning",
|
|
10539
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10540
|
+
"since": "2026-08-21"
|
|
10541
|
+
},
|
|
9094
10542
|
{
|
|
9095
10543
|
"kind": "task",
|
|
9096
10544
|
"id": "0336",
|
|
@@ -9137,6 +10585,14 @@
|
|
|
9137
10585
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9138
10586
|
"since": "2026-08-17"
|
|
9139
10587
|
},
|
|
10588
|
+
{
|
|
10589
|
+
"kind": "task",
|
|
10590
|
+
"id": "0339",
|
|
10591
|
+
"code": "L3.requirements-checkbox",
|
|
10592
|
+
"severity": "warning",
|
|
10593
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10594
|
+
"since": "2026-08-21"
|
|
10595
|
+
},
|
|
9140
10596
|
{
|
|
9141
10597
|
"kind": "task",
|
|
9142
10598
|
"id": "0339",
|
|
@@ -9145,6 +10601,14 @@
|
|
|
9145
10601
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
9146
10602
|
"since": "2026-08-18"
|
|
9147
10603
|
},
|
|
10604
|
+
{
|
|
10605
|
+
"kind": "task",
|
|
10606
|
+
"id": "0340",
|
|
10607
|
+
"code": "L3.requirements-checkbox",
|
|
10608
|
+
"severity": "warning",
|
|
10609
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10610
|
+
"since": "2026-08-21"
|
|
10611
|
+
},
|
|
9148
10612
|
{
|
|
9149
10613
|
"kind": "task",
|
|
9150
10614
|
"id": "0340",
|
|
@@ -9161,6 +10625,22 @@
|
|
|
9161
10625
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9162
10626
|
"since": "2026-08-17"
|
|
9163
10627
|
},
|
|
10628
|
+
{
|
|
10629
|
+
"kind": "task",
|
|
10630
|
+
"id": "0341",
|
|
10631
|
+
"code": "L3.requirements-checkbox",
|
|
10632
|
+
"severity": "warning",
|
|
10633
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10634
|
+
"since": "2026-08-21"
|
|
10635
|
+
},
|
|
10636
|
+
{
|
|
10637
|
+
"kind": "task",
|
|
10638
|
+
"id": "0342",
|
|
10639
|
+
"code": "L3.requirements-checkbox",
|
|
10640
|
+
"severity": "warning",
|
|
10641
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10642
|
+
"since": "2026-08-21"
|
|
10643
|
+
},
|
|
9164
10644
|
{
|
|
9165
10645
|
"kind": "task",
|
|
9166
10646
|
"id": "0342",
|
|
@@ -9184,6 +10664,14 @@
|
|
|
9184
10664
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
9185
10665
|
"since": "2026-08-17"
|
|
9186
10666
|
},
|
|
10667
|
+
{
|
|
10668
|
+
"kind": "task",
|
|
10669
|
+
"id": "0343",
|
|
10670
|
+
"code": "L3.requirements-checkbox",
|
|
10671
|
+
"severity": "warning",
|
|
10672
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10673
|
+
"since": "2026-08-21"
|
|
10674
|
+
},
|
|
9187
10675
|
{
|
|
9188
10676
|
"kind": "task",
|
|
9189
10677
|
"id": "0343",
|
|
@@ -9200,6 +10688,14 @@
|
|
|
9200
10688
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
9201
10689
|
"since": "2026-08-17"
|
|
9202
10690
|
},
|
|
10691
|
+
{
|
|
10692
|
+
"kind": "task",
|
|
10693
|
+
"id": "0344",
|
|
10694
|
+
"code": "L3.requirements-checkbox",
|
|
10695
|
+
"severity": "warning",
|
|
10696
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10697
|
+
"since": "2026-08-21"
|
|
10698
|
+
},
|
|
9203
10699
|
{
|
|
9204
10700
|
"kind": "task",
|
|
9205
10701
|
"id": "0344",
|
|
@@ -9215,6 +10711,14 @@
|
|
|
9215
10711
|
"reason": "Gate postdates the task: AC was not required at close, and several are spike/meta/brainstorm tasks — see note § L3.ac-empty.",
|
|
9216
10712
|
"since": "2026-08-17"
|
|
9217
10713
|
},
|
|
10714
|
+
{
|
|
10715
|
+
"kind": "task",
|
|
10716
|
+
"id": "0345",
|
|
10717
|
+
"code": "L3.requirements-checkbox",
|
|
10718
|
+
"severity": "warning",
|
|
10719
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10720
|
+
"since": "2026-08-21"
|
|
10721
|
+
},
|
|
9218
10722
|
{
|
|
9219
10723
|
"kind": "task",
|
|
9220
10724
|
"id": "0345",
|
|
@@ -9222,6 +10726,14 @@
|
|
|
9222
10726
|
"reason": "Gate postdates the task: Solution is pre-citation narrative — see note § L3.solution-file-line.",
|
|
9223
10727
|
"since": "2026-08-17"
|
|
9224
10728
|
},
|
|
10729
|
+
{
|
|
10730
|
+
"kind": "task",
|
|
10731
|
+
"id": "0346",
|
|
10732
|
+
"code": "L3.requirements-checkbox",
|
|
10733
|
+
"severity": "warning",
|
|
10734
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10735
|
+
"since": "2026-08-21"
|
|
10736
|
+
},
|
|
9225
10737
|
{
|
|
9226
10738
|
"kind": "task",
|
|
9227
10739
|
"id": "0346",
|
|
@@ -9230,6 +10742,14 @@
|
|
|
9230
10742
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
9231
10743
|
"since": "2026-08-18"
|
|
9232
10744
|
},
|
|
10745
|
+
{
|
|
10746
|
+
"kind": "task",
|
|
10747
|
+
"id": "0347",
|
|
10748
|
+
"code": "L3.requirements-checkbox",
|
|
10749
|
+
"severity": "warning",
|
|
10750
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10751
|
+
"since": "2026-08-21"
|
|
10752
|
+
},
|
|
9233
10753
|
{
|
|
9234
10754
|
"kind": "task",
|
|
9235
10755
|
"id": "0347",
|
|
@@ -9238,6 +10758,14 @@
|
|
|
9238
10758
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
9239
10759
|
"since": "2026-08-18"
|
|
9240
10760
|
},
|
|
10761
|
+
{
|
|
10762
|
+
"kind": "task",
|
|
10763
|
+
"id": "0348",
|
|
10764
|
+
"code": "L3.requirements-checkbox",
|
|
10765
|
+
"severity": "warning",
|
|
10766
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10767
|
+
"since": "2026-08-21"
|
|
10768
|
+
},
|
|
9241
10769
|
{
|
|
9242
10770
|
"kind": "task",
|
|
9243
10771
|
"id": "0348",
|
|
@@ -9254,6 +10782,14 @@
|
|
|
9254
10782
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
9255
10783
|
"since": "2026-08-17"
|
|
9256
10784
|
},
|
|
10785
|
+
{
|
|
10786
|
+
"kind": "task",
|
|
10787
|
+
"id": "0349",
|
|
10788
|
+
"code": "L3.requirements-checkbox",
|
|
10789
|
+
"severity": "warning",
|
|
10790
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10791
|
+
"since": "2026-08-21"
|
|
10792
|
+
},
|
|
9257
10793
|
{
|
|
9258
10794
|
"kind": "task",
|
|
9259
10795
|
"id": "0349",
|
|
@@ -9270,6 +10806,14 @@
|
|
|
9270
10806
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
9271
10807
|
"since": "2026-08-17"
|
|
9272
10808
|
},
|
|
10809
|
+
{
|
|
10810
|
+
"kind": "task",
|
|
10811
|
+
"id": "0350",
|
|
10812
|
+
"code": "L3.requirements-checkbox",
|
|
10813
|
+
"severity": "warning",
|
|
10814
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10815
|
+
"since": "2026-08-21"
|
|
10816
|
+
},
|
|
9273
10817
|
{
|
|
9274
10818
|
"kind": "task",
|
|
9275
10819
|
"id": "0350",
|
|
@@ -9286,6 +10830,22 @@
|
|
|
9286
10830
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
9287
10831
|
"since": "2026-08-17"
|
|
9288
10832
|
},
|
|
10833
|
+
{
|
|
10834
|
+
"kind": "task",
|
|
10835
|
+
"id": "0351",
|
|
10836
|
+
"code": "L3.requirements-checkbox",
|
|
10837
|
+
"severity": "warning",
|
|
10838
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10839
|
+
"since": "2026-08-21"
|
|
10840
|
+
},
|
|
10841
|
+
{
|
|
10842
|
+
"kind": "task",
|
|
10843
|
+
"id": "0352",
|
|
10844
|
+
"code": "L3.requirements-checkbox",
|
|
10845
|
+
"severity": "warning",
|
|
10846
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10847
|
+
"since": "2026-08-21"
|
|
10848
|
+
},
|
|
9289
10849
|
{
|
|
9290
10850
|
"kind": "task",
|
|
9291
10851
|
"id": "0352",
|
|
@@ -9302,6 +10862,14 @@
|
|
|
9302
10862
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
9303
10863
|
"since": "2026-08-17"
|
|
9304
10864
|
},
|
|
10865
|
+
{
|
|
10866
|
+
"kind": "task",
|
|
10867
|
+
"id": "0353",
|
|
10868
|
+
"code": "L3.requirements-checkbox",
|
|
10869
|
+
"severity": "warning",
|
|
10870
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10871
|
+
"since": "2026-08-21"
|
|
10872
|
+
},
|
|
9305
10873
|
{
|
|
9306
10874
|
"kind": "task",
|
|
9307
10875
|
"id": "0353",
|
|
@@ -9318,6 +10886,14 @@
|
|
|
9318
10886
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
9319
10887
|
"since": "2026-08-17"
|
|
9320
10888
|
},
|
|
10889
|
+
{
|
|
10890
|
+
"kind": "task",
|
|
10891
|
+
"id": "0354",
|
|
10892
|
+
"code": "L3.requirements-checkbox",
|
|
10893
|
+
"severity": "warning",
|
|
10894
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10895
|
+
"since": "2026-08-21"
|
|
10896
|
+
},
|
|
9321
10897
|
{
|
|
9322
10898
|
"kind": "task",
|
|
9323
10899
|
"id": "0354",
|
|
@@ -9334,6 +10910,14 @@
|
|
|
9334
10910
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
9335
10911
|
"since": "2026-08-17"
|
|
9336
10912
|
},
|
|
10913
|
+
{
|
|
10914
|
+
"kind": "task",
|
|
10915
|
+
"id": "0355",
|
|
10916
|
+
"code": "L3.requirements-checkbox",
|
|
10917
|
+
"severity": "warning",
|
|
10918
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10919
|
+
"since": "2026-08-21"
|
|
10920
|
+
},
|
|
9337
10921
|
{
|
|
9338
10922
|
"kind": "task",
|
|
9339
10923
|
"id": "0355",
|
|
@@ -9342,6 +10926,14 @@
|
|
|
9342
10926
|
"reason": "Accumulated anchor drift surfaced by task 0583's content-matching rule: the cited lines resolve and are in bounds but no longer name the requirement row's subject, because a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives. Held at WARNING severity — promotion to error would fail the per-task `--strict-core` done-gate for 332 of 586 tasks, and that gate does not consult this baseline.",
|
|
9343
10927
|
"since": "2026-08-18"
|
|
9344
10928
|
},
|
|
10929
|
+
{
|
|
10930
|
+
"kind": "task",
|
|
10931
|
+
"id": "0356",
|
|
10932
|
+
"code": "L3.requirements-checkbox",
|
|
10933
|
+
"severity": "warning",
|
|
10934
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10935
|
+
"since": "2026-08-21"
|
|
10936
|
+
},
|
|
9345
10937
|
{
|
|
9346
10938
|
"kind": "task",
|
|
9347
10939
|
"id": "0356",
|
|
@@ -9350,6 +10942,14 @@
|
|
|
9350
10942
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9351
10943
|
"since": "2026-08-17"
|
|
9352
10944
|
},
|
|
10945
|
+
{
|
|
10946
|
+
"kind": "task",
|
|
10947
|
+
"id": "0357",
|
|
10948
|
+
"code": "L3.requirements-checkbox",
|
|
10949
|
+
"severity": "warning",
|
|
10950
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10951
|
+
"since": "2026-08-21"
|
|
10952
|
+
},
|
|
9353
10953
|
{
|
|
9354
10954
|
"kind": "task",
|
|
9355
10955
|
"id": "0357",
|
|
@@ -9358,6 +10958,14 @@
|
|
|
9358
10958
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9359
10959
|
"since": "2026-08-17"
|
|
9360
10960
|
},
|
|
10961
|
+
{
|
|
10962
|
+
"kind": "task",
|
|
10963
|
+
"id": "0358",
|
|
10964
|
+
"code": "L3.requirements-checkbox",
|
|
10965
|
+
"severity": "warning",
|
|
10966
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10967
|
+
"since": "2026-08-21"
|
|
10968
|
+
},
|
|
9361
10969
|
{
|
|
9362
10970
|
"kind": "task",
|
|
9363
10971
|
"id": "0358",
|
|
@@ -9366,6 +10974,14 @@
|
|
|
9366
10974
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9367
10975
|
"since": "2026-08-17"
|
|
9368
10976
|
},
|
|
10977
|
+
{
|
|
10978
|
+
"kind": "task",
|
|
10979
|
+
"id": "0359",
|
|
10980
|
+
"code": "L3.requirements-checkbox",
|
|
10981
|
+
"severity": "warning",
|
|
10982
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10983
|
+
"since": "2026-08-21"
|
|
10984
|
+
},
|
|
9369
10985
|
{
|
|
9370
10986
|
"kind": "task",
|
|
9371
10987
|
"id": "0359",
|
|
@@ -9374,6 +10990,14 @@
|
|
|
9374
10990
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9375
10991
|
"since": "2026-08-17"
|
|
9376
10992
|
},
|
|
10993
|
+
{
|
|
10994
|
+
"kind": "task",
|
|
10995
|
+
"id": "0360",
|
|
10996
|
+
"code": "L3.requirements-checkbox",
|
|
10997
|
+
"severity": "warning",
|
|
10998
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
10999
|
+
"since": "2026-08-21"
|
|
11000
|
+
},
|
|
9377
11001
|
{
|
|
9378
11002
|
"kind": "task",
|
|
9379
11003
|
"id": "0360",
|
|
@@ -9398,6 +11022,14 @@
|
|
|
9398
11022
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9399
11023
|
"since": "2026-08-17"
|
|
9400
11024
|
},
|
|
11025
|
+
{
|
|
11026
|
+
"kind": "task",
|
|
11027
|
+
"id": "0361",
|
|
11028
|
+
"code": "L3.requirements-checkbox",
|
|
11029
|
+
"severity": "warning",
|
|
11030
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11031
|
+
"since": "2026-08-21"
|
|
11032
|
+
},
|
|
9401
11033
|
{
|
|
9402
11034
|
"kind": "task",
|
|
9403
11035
|
"id": "0361",
|
|
@@ -9414,6 +11046,14 @@
|
|
|
9414
11046
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9415
11047
|
"since": "2026-08-17"
|
|
9416
11048
|
},
|
|
11049
|
+
{
|
|
11050
|
+
"kind": "task",
|
|
11051
|
+
"id": "0362",
|
|
11052
|
+
"code": "L3.requirements-checkbox",
|
|
11053
|
+
"severity": "warning",
|
|
11054
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11055
|
+
"since": "2026-08-21"
|
|
11056
|
+
},
|
|
9417
11057
|
{
|
|
9418
11058
|
"kind": "task",
|
|
9419
11059
|
"id": "0362",
|
|
@@ -9430,6 +11070,14 @@
|
|
|
9430
11070
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9431
11071
|
"since": "2026-08-17"
|
|
9432
11072
|
},
|
|
11073
|
+
{
|
|
11074
|
+
"kind": "task",
|
|
11075
|
+
"id": "0363",
|
|
11076
|
+
"code": "L3.requirements-checkbox",
|
|
11077
|
+
"severity": "warning",
|
|
11078
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11079
|
+
"since": "2026-08-21"
|
|
11080
|
+
},
|
|
9433
11081
|
{
|
|
9434
11082
|
"kind": "task",
|
|
9435
11083
|
"id": "0363",
|
|
@@ -9446,6 +11094,14 @@
|
|
|
9446
11094
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9447
11095
|
"since": "2026-08-17"
|
|
9448
11096
|
},
|
|
11097
|
+
{
|
|
11098
|
+
"kind": "task",
|
|
11099
|
+
"id": "0364",
|
|
11100
|
+
"code": "L3.requirements-checkbox",
|
|
11101
|
+
"severity": "warning",
|
|
11102
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11103
|
+
"since": "2026-08-21"
|
|
11104
|
+
},
|
|
9449
11105
|
{
|
|
9450
11106
|
"kind": "task",
|
|
9451
11107
|
"id": "0364",
|
|
@@ -9462,6 +11118,14 @@
|
|
|
9462
11118
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
9463
11119
|
"since": "2026-08-17"
|
|
9464
11120
|
},
|
|
11121
|
+
{
|
|
11122
|
+
"kind": "task",
|
|
11123
|
+
"id": "0365",
|
|
11124
|
+
"code": "L3.requirements-checkbox",
|
|
11125
|
+
"severity": "warning",
|
|
11126
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11127
|
+
"since": "2026-08-21"
|
|
11128
|
+
},
|
|
9465
11129
|
{
|
|
9466
11130
|
"kind": "task",
|
|
9467
11131
|
"id": "0365",
|
|
@@ -9470,6 +11134,14 @@
|
|
|
9470
11134
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
9471
11135
|
"since": "2026-08-18"
|
|
9472
11136
|
},
|
|
11137
|
+
{
|
|
11138
|
+
"kind": "task",
|
|
11139
|
+
"id": "0366",
|
|
11140
|
+
"code": "L3.requirements-checkbox",
|
|
11141
|
+
"severity": "warning",
|
|
11142
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11143
|
+
"since": "2026-08-21"
|
|
11144
|
+
},
|
|
9473
11145
|
{
|
|
9474
11146
|
"kind": "task",
|
|
9475
11147
|
"id": "0366",
|
|
@@ -9589,6 +11261,14 @@
|
|
|
9589
11261
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
9590
11262
|
"since": "2026-08-18"
|
|
9591
11263
|
},
|
|
11264
|
+
{
|
|
11265
|
+
"kind": "task",
|
|
11266
|
+
"id": "0380",
|
|
11267
|
+
"code": "L3.requirements-checkbox",
|
|
11268
|
+
"severity": "warning",
|
|
11269
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11270
|
+
"since": "2026-08-21"
|
|
11271
|
+
},
|
|
9592
11272
|
{
|
|
9593
11273
|
"kind": "task",
|
|
9594
11274
|
"id": "0380",
|
|
@@ -9597,6 +11277,14 @@
|
|
|
9597
11277
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
9598
11278
|
"since": "2026-08-18"
|
|
9599
11279
|
},
|
|
11280
|
+
{
|
|
11281
|
+
"kind": "task",
|
|
11282
|
+
"id": "0381",
|
|
11283
|
+
"code": "L3.requirements-checkbox",
|
|
11284
|
+
"severity": "warning",
|
|
11285
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11286
|
+
"since": "2026-08-21"
|
|
11287
|
+
},
|
|
9600
11288
|
{
|
|
9601
11289
|
"kind": "task",
|
|
9602
11290
|
"id": "0381",
|
|
@@ -9605,6 +11293,14 @@
|
|
|
9605
11293
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
9606
11294
|
"since": "2026-08-18"
|
|
9607
11295
|
},
|
|
11296
|
+
{
|
|
11297
|
+
"kind": "task",
|
|
11298
|
+
"id": "0382",
|
|
11299
|
+
"code": "L3.requirements-checkbox",
|
|
11300
|
+
"severity": "warning",
|
|
11301
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11302
|
+
"since": "2026-08-21"
|
|
11303
|
+
},
|
|
9608
11304
|
{
|
|
9609
11305
|
"kind": "task",
|
|
9610
11306
|
"id": "0382",
|
|
@@ -9613,6 +11309,14 @@
|
|
|
9613
11309
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
9614
11310
|
"since": "2026-08-18"
|
|
9615
11311
|
},
|
|
11312
|
+
{
|
|
11313
|
+
"kind": "task",
|
|
11314
|
+
"id": "0383",
|
|
11315
|
+
"code": "L3.requirements-checkbox",
|
|
11316
|
+
"severity": "warning",
|
|
11317
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11318
|
+
"since": "2026-08-21"
|
|
11319
|
+
},
|
|
9616
11320
|
{
|
|
9617
11321
|
"kind": "task",
|
|
9618
11322
|
"id": "0383",
|
|
@@ -9629,6 +11333,14 @@
|
|
|
9629
11333
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
9630
11334
|
"since": "2026-08-17"
|
|
9631
11335
|
},
|
|
11336
|
+
{
|
|
11337
|
+
"kind": "task",
|
|
11338
|
+
"id": "0384",
|
|
11339
|
+
"code": "L3.requirements-checkbox",
|
|
11340
|
+
"severity": "warning",
|
|
11341
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11342
|
+
"since": "2026-08-21"
|
|
11343
|
+
},
|
|
9632
11344
|
{
|
|
9633
11345
|
"kind": "task",
|
|
9634
11346
|
"id": "0385",
|
|
@@ -9677,6 +11389,14 @@
|
|
|
9677
11389
|
"reason": "Done tasks carry unflipped planning checkboxes; flipping post-close rewrites history — remediation is separate work, see note § L3.unchecked-checklist.",
|
|
9678
11390
|
"since": "2026-08-17"
|
|
9679
11391
|
},
|
|
11392
|
+
{
|
|
11393
|
+
"kind": "task",
|
|
11394
|
+
"id": "0389",
|
|
11395
|
+
"code": "L3.requirements-checkbox",
|
|
11396
|
+
"severity": "warning",
|
|
11397
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11398
|
+
"since": "2026-08-21"
|
|
11399
|
+
},
|
|
9680
11400
|
{
|
|
9681
11401
|
"kind": "task",
|
|
9682
11402
|
"id": "0389",
|
|
@@ -9701,6 +11421,14 @@
|
|
|
9701
11421
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9702
11422
|
"since": "2026-08-17"
|
|
9703
11423
|
},
|
|
11424
|
+
{
|
|
11425
|
+
"kind": "task",
|
|
11426
|
+
"id": "0390",
|
|
11427
|
+
"code": "L3.requirements-checkbox",
|
|
11428
|
+
"severity": "warning",
|
|
11429
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11430
|
+
"since": "2026-08-21"
|
|
11431
|
+
},
|
|
9704
11432
|
{
|
|
9705
11433
|
"kind": "task",
|
|
9706
11434
|
"id": "0390",
|
|
@@ -9725,6 +11453,14 @@
|
|
|
9725
11453
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9726
11454
|
"since": "2026-08-17"
|
|
9727
11455
|
},
|
|
11456
|
+
{
|
|
11457
|
+
"kind": "task",
|
|
11458
|
+
"id": "0391",
|
|
11459
|
+
"code": "L3.requirements-checkbox",
|
|
11460
|
+
"severity": "warning",
|
|
11461
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11462
|
+
"since": "2026-08-21"
|
|
11463
|
+
},
|
|
9728
11464
|
{
|
|
9729
11465
|
"kind": "task",
|
|
9730
11466
|
"id": "0391",
|
|
@@ -9749,6 +11485,14 @@
|
|
|
9749
11485
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9750
11486
|
"since": "2026-08-17"
|
|
9751
11487
|
},
|
|
11488
|
+
{
|
|
11489
|
+
"kind": "task",
|
|
11490
|
+
"id": "0392",
|
|
11491
|
+
"code": "L3.requirements-checkbox",
|
|
11492
|
+
"severity": "warning",
|
|
11493
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11494
|
+
"since": "2026-08-21"
|
|
11495
|
+
},
|
|
9752
11496
|
{
|
|
9753
11497
|
"kind": "task",
|
|
9754
11498
|
"id": "0392",
|
|
@@ -9773,6 +11517,14 @@
|
|
|
9773
11517
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9774
11518
|
"since": "2026-08-17"
|
|
9775
11519
|
},
|
|
11520
|
+
{
|
|
11521
|
+
"kind": "task",
|
|
11522
|
+
"id": "0393",
|
|
11523
|
+
"code": "L3.requirements-checkbox",
|
|
11524
|
+
"severity": "warning",
|
|
11525
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11526
|
+
"since": "2026-08-21"
|
|
11527
|
+
},
|
|
9776
11528
|
{
|
|
9777
11529
|
"kind": "task",
|
|
9778
11530
|
"id": "0393",
|
|
@@ -9797,6 +11549,14 @@
|
|
|
9797
11549
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9798
11550
|
"since": "2026-08-17"
|
|
9799
11551
|
},
|
|
11552
|
+
{
|
|
11553
|
+
"kind": "task",
|
|
11554
|
+
"id": "0394",
|
|
11555
|
+
"code": "L3.requirements-checkbox",
|
|
11556
|
+
"severity": "warning",
|
|
11557
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11558
|
+
"since": "2026-08-21"
|
|
11559
|
+
},
|
|
9800
11560
|
{
|
|
9801
11561
|
"kind": "task",
|
|
9802
11562
|
"id": "0394",
|
|
@@ -9813,6 +11573,14 @@
|
|
|
9813
11573
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9814
11574
|
"since": "2026-08-17"
|
|
9815
11575
|
},
|
|
11576
|
+
{
|
|
11577
|
+
"kind": "task",
|
|
11578
|
+
"id": "0395",
|
|
11579
|
+
"code": "L3.requirements-checkbox",
|
|
11580
|
+
"severity": "warning",
|
|
11581
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11582
|
+
"since": "2026-08-21"
|
|
11583
|
+
},
|
|
9816
11584
|
{
|
|
9817
11585
|
"kind": "task",
|
|
9818
11586
|
"id": "0395",
|
|
@@ -9821,6 +11589,14 @@
|
|
|
9821
11589
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9822
11590
|
"since": "2026-08-17"
|
|
9823
11591
|
},
|
|
11592
|
+
{
|
|
11593
|
+
"kind": "task",
|
|
11594
|
+
"id": "0396",
|
|
11595
|
+
"code": "L3.requirements-checkbox",
|
|
11596
|
+
"severity": "warning",
|
|
11597
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11598
|
+
"since": "2026-08-21"
|
|
11599
|
+
},
|
|
9824
11600
|
{
|
|
9825
11601
|
"kind": "task",
|
|
9826
11602
|
"id": "0396",
|
|
@@ -9845,6 +11621,14 @@
|
|
|
9845
11621
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9846
11622
|
"since": "2026-08-17"
|
|
9847
11623
|
},
|
|
11624
|
+
{
|
|
11625
|
+
"kind": "task",
|
|
11626
|
+
"id": "0397",
|
|
11627
|
+
"code": "L3.requirements-checkbox",
|
|
11628
|
+
"severity": "warning",
|
|
11629
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11630
|
+
"since": "2026-08-21"
|
|
11631
|
+
},
|
|
9848
11632
|
{
|
|
9849
11633
|
"kind": "task",
|
|
9850
11634
|
"id": "0397",
|
|
@@ -9869,6 +11653,14 @@
|
|
|
9869
11653
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9870
11654
|
"since": "2026-08-17"
|
|
9871
11655
|
},
|
|
11656
|
+
{
|
|
11657
|
+
"kind": "task",
|
|
11658
|
+
"id": "0398",
|
|
11659
|
+
"code": "L3.requirements-checkbox",
|
|
11660
|
+
"severity": "warning",
|
|
11661
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11662
|
+
"since": "2026-08-21"
|
|
11663
|
+
},
|
|
9872
11664
|
{
|
|
9873
11665
|
"kind": "task",
|
|
9874
11666
|
"id": "0398",
|
|
@@ -9885,6 +11677,14 @@
|
|
|
9885
11677
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
9886
11678
|
"since": "2026-08-18"
|
|
9887
11679
|
},
|
|
11680
|
+
{
|
|
11681
|
+
"kind": "task",
|
|
11682
|
+
"id": "0399",
|
|
11683
|
+
"code": "L3.requirements-checkbox",
|
|
11684
|
+
"severity": "warning",
|
|
11685
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11686
|
+
"since": "2026-08-21"
|
|
11687
|
+
},
|
|
9888
11688
|
{
|
|
9889
11689
|
"kind": "task",
|
|
9890
11690
|
"id": "0399",
|
|
@@ -9917,6 +11717,14 @@
|
|
|
9917
11717
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9918
11718
|
"since": "2026-08-17"
|
|
9919
11719
|
},
|
|
11720
|
+
{
|
|
11721
|
+
"kind": "task",
|
|
11722
|
+
"id": "0400",
|
|
11723
|
+
"code": "L3.requirements-checkbox",
|
|
11724
|
+
"severity": "warning",
|
|
11725
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11726
|
+
"since": "2026-08-21"
|
|
11727
|
+
},
|
|
9920
11728
|
{
|
|
9921
11729
|
"kind": "task",
|
|
9922
11730
|
"id": "0400",
|
|
@@ -9933,6 +11741,14 @@
|
|
|
9933
11741
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9934
11742
|
"since": "2026-08-17"
|
|
9935
11743
|
},
|
|
11744
|
+
{
|
|
11745
|
+
"kind": "task",
|
|
11746
|
+
"id": "0401",
|
|
11747
|
+
"code": "L3.requirements-checkbox",
|
|
11748
|
+
"severity": "warning",
|
|
11749
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11750
|
+
"since": "2026-08-21"
|
|
11751
|
+
},
|
|
9936
11752
|
{
|
|
9937
11753
|
"kind": "task",
|
|
9938
11754
|
"id": "0401",
|
|
@@ -9965,6 +11781,14 @@
|
|
|
9965
11781
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9966
11782
|
"since": "2026-08-17"
|
|
9967
11783
|
},
|
|
11784
|
+
{
|
|
11785
|
+
"kind": "task",
|
|
11786
|
+
"id": "0402",
|
|
11787
|
+
"code": "L3.requirements-checkbox",
|
|
11788
|
+
"severity": "warning",
|
|
11789
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11790
|
+
"since": "2026-08-21"
|
|
11791
|
+
},
|
|
9968
11792
|
{
|
|
9969
11793
|
"kind": "task",
|
|
9970
11794
|
"id": "0402",
|
|
@@ -9981,6 +11805,14 @@
|
|
|
9981
11805
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9982
11806
|
"since": "2026-08-17"
|
|
9983
11807
|
},
|
|
11808
|
+
{
|
|
11809
|
+
"kind": "task",
|
|
11810
|
+
"id": "0403",
|
|
11811
|
+
"code": "L3.requirements-checkbox",
|
|
11812
|
+
"severity": "warning",
|
|
11813
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11814
|
+
"since": "2026-08-21"
|
|
11815
|
+
},
|
|
9984
11816
|
{
|
|
9985
11817
|
"kind": "task",
|
|
9986
11818
|
"id": "0403",
|
|
@@ -9997,6 +11829,14 @@
|
|
|
9997
11829
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
9998
11830
|
"since": "2026-08-17"
|
|
9999
11831
|
},
|
|
11832
|
+
{
|
|
11833
|
+
"kind": "task",
|
|
11834
|
+
"id": "0404",
|
|
11835
|
+
"code": "L3.requirements-checkbox",
|
|
11836
|
+
"severity": "warning",
|
|
11837
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11838
|
+
"since": "2026-08-21"
|
|
11839
|
+
},
|
|
10000
11840
|
{
|
|
10001
11841
|
"kind": "task",
|
|
10002
11842
|
"id": "0404",
|
|
@@ -10021,6 +11861,14 @@
|
|
|
10021
11861
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10022
11862
|
"since": "2026-08-17"
|
|
10023
11863
|
},
|
|
11864
|
+
{
|
|
11865
|
+
"kind": "task",
|
|
11866
|
+
"id": "0405",
|
|
11867
|
+
"code": "L3.requirements-checkbox",
|
|
11868
|
+
"severity": "warning",
|
|
11869
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11870
|
+
"since": "2026-08-21"
|
|
11871
|
+
},
|
|
10024
11872
|
{
|
|
10025
11873
|
"kind": "task",
|
|
10026
11874
|
"id": "0405",
|
|
@@ -10037,6 +11885,14 @@
|
|
|
10037
11885
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10038
11886
|
"since": "2026-08-17"
|
|
10039
11887
|
},
|
|
11888
|
+
{
|
|
11889
|
+
"kind": "task",
|
|
11890
|
+
"id": "0406",
|
|
11891
|
+
"code": "L3.requirements-checkbox",
|
|
11892
|
+
"severity": "warning",
|
|
11893
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11894
|
+
"since": "2026-08-21"
|
|
11895
|
+
},
|
|
10040
11896
|
{
|
|
10041
11897
|
"kind": "task",
|
|
10042
11898
|
"id": "0406",
|
|
@@ -10061,6 +11917,14 @@
|
|
|
10061
11917
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10062
11918
|
"since": "2026-08-17"
|
|
10063
11919
|
},
|
|
11920
|
+
{
|
|
11921
|
+
"kind": "task",
|
|
11922
|
+
"id": "0407",
|
|
11923
|
+
"code": "L3.requirements-checkbox",
|
|
11924
|
+
"severity": "warning",
|
|
11925
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11926
|
+
"since": "2026-08-21"
|
|
11927
|
+
},
|
|
10064
11928
|
{
|
|
10065
11929
|
"kind": "task",
|
|
10066
11930
|
"id": "0407",
|
|
@@ -10085,6 +11949,14 @@
|
|
|
10085
11949
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10086
11950
|
"since": "2026-08-17"
|
|
10087
11951
|
},
|
|
11952
|
+
{
|
|
11953
|
+
"kind": "task",
|
|
11954
|
+
"id": "0408",
|
|
11955
|
+
"code": "L3.requirements-checkbox",
|
|
11956
|
+
"severity": "warning",
|
|
11957
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11958
|
+
"since": "2026-08-21"
|
|
11959
|
+
},
|
|
10088
11960
|
{
|
|
10089
11961
|
"kind": "task",
|
|
10090
11962
|
"id": "0408",
|
|
@@ -10101,6 +11973,14 @@
|
|
|
10101
11973
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10102
11974
|
"since": "2026-08-17"
|
|
10103
11975
|
},
|
|
11976
|
+
{
|
|
11977
|
+
"kind": "task",
|
|
11978
|
+
"id": "0410",
|
|
11979
|
+
"code": "L3.requirements-checkbox",
|
|
11980
|
+
"severity": "warning",
|
|
11981
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11982
|
+
"since": "2026-08-21"
|
|
11983
|
+
},
|
|
10104
11984
|
{
|
|
10105
11985
|
"kind": "task",
|
|
10106
11986
|
"id": "0410",
|
|
@@ -10109,6 +11989,14 @@
|
|
|
10109
11989
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
10110
11990
|
"since": "2026-08-18"
|
|
10111
11991
|
},
|
|
11992
|
+
{
|
|
11993
|
+
"kind": "task",
|
|
11994
|
+
"id": "0411",
|
|
11995
|
+
"code": "L3.requirements-checkbox",
|
|
11996
|
+
"severity": "warning",
|
|
11997
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
11998
|
+
"since": "2026-08-21"
|
|
11999
|
+
},
|
|
10112
12000
|
{
|
|
10113
12001
|
"kind": "task",
|
|
10114
12002
|
"id": "0411",
|
|
@@ -10152,18 +12040,18 @@
|
|
|
10152
12040
|
{
|
|
10153
12041
|
"kind": "task",
|
|
10154
12042
|
"id": "0413",
|
|
10155
|
-
"code": "
|
|
10156
|
-
"severity": "
|
|
10157
|
-
"reason": "
|
|
10158
|
-
"since": "2026-08-
|
|
12043
|
+
"code": "L3.requirements-checkbox",
|
|
12044
|
+
"severity": "warning",
|
|
12045
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12046
|
+
"since": "2026-08-21"
|
|
10159
12047
|
},
|
|
10160
12048
|
{
|
|
10161
12049
|
"kind": "task",
|
|
10162
12050
|
"id": "0413",
|
|
10163
|
-
"code": "L4.
|
|
10164
|
-
"severity": "
|
|
10165
|
-
"reason": "
|
|
10166
|
-
"since": "2026-08-
|
|
12051
|
+
"code": "L4.anchor-subject-mismatch",
|
|
12052
|
+
"severity": "error",
|
|
12053
|
+
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
12054
|
+
"since": "2026-08-18"
|
|
10167
12055
|
},
|
|
10168
12056
|
{
|
|
10169
12057
|
"kind": "task",
|
|
@@ -10205,6 +12093,14 @@
|
|
|
10205
12093
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10206
12094
|
"since": "2026-08-17"
|
|
10207
12095
|
},
|
|
12096
|
+
{
|
|
12097
|
+
"kind": "task",
|
|
12098
|
+
"id": "0415",
|
|
12099
|
+
"code": "L3.requirements-checkbox",
|
|
12100
|
+
"severity": "warning",
|
|
12101
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12102
|
+
"since": "2026-08-21"
|
|
12103
|
+
},
|
|
10208
12104
|
{
|
|
10209
12105
|
"kind": "task",
|
|
10210
12106
|
"id": "0415",
|
|
@@ -10245,6 +12141,14 @@
|
|
|
10245
12141
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10246
12142
|
"since": "2026-08-17"
|
|
10247
12143
|
},
|
|
12144
|
+
{
|
|
12145
|
+
"kind": "task",
|
|
12146
|
+
"id": "0417",
|
|
12147
|
+
"code": "L3.requirements-checkbox",
|
|
12148
|
+
"severity": "warning",
|
|
12149
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12150
|
+
"since": "2026-08-21"
|
|
12151
|
+
},
|
|
10248
12152
|
{
|
|
10249
12153
|
"kind": "task",
|
|
10250
12154
|
"id": "0417",
|
|
@@ -10261,6 +12165,14 @@
|
|
|
10261
12165
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
10262
12166
|
"since": "2026-08-18"
|
|
10263
12167
|
},
|
|
12168
|
+
{
|
|
12169
|
+
"kind": "task",
|
|
12170
|
+
"id": "0418",
|
|
12171
|
+
"code": "L3.requirements-checkbox",
|
|
12172
|
+
"severity": "warning",
|
|
12173
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12174
|
+
"since": "2026-08-21"
|
|
12175
|
+
},
|
|
10264
12176
|
{
|
|
10265
12177
|
"kind": "task",
|
|
10266
12178
|
"id": "0418",
|
|
@@ -10277,6 +12189,14 @@
|
|
|
10277
12189
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
10278
12190
|
"since": "2026-08-18"
|
|
10279
12191
|
},
|
|
12192
|
+
{
|
|
12193
|
+
"kind": "task",
|
|
12194
|
+
"id": "0419",
|
|
12195
|
+
"code": "L3.requirements-checkbox",
|
|
12196
|
+
"severity": "warning",
|
|
12197
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12198
|
+
"since": "2026-08-21"
|
|
12199
|
+
},
|
|
10280
12200
|
{
|
|
10281
12201
|
"kind": "task",
|
|
10282
12202
|
"id": "0419",
|
|
@@ -10309,6 +12229,22 @@
|
|
|
10309
12229
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
10310
12230
|
"since": "2026-08-18"
|
|
10311
12231
|
},
|
|
12232
|
+
{
|
|
12233
|
+
"kind": "task",
|
|
12234
|
+
"id": "0422",
|
|
12235
|
+
"code": "L2.heading-level",
|
|
12236
|
+
"severity": "warning",
|
|
12237
|
+
"reason": "Canonical section heading at the wrong markdown level — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12238
|
+
"since": "2026-08-21"
|
|
12239
|
+
},
|
|
12240
|
+
{
|
|
12241
|
+
"kind": "task",
|
|
12242
|
+
"id": "0422",
|
|
12243
|
+
"code": "L2.section-order",
|
|
12244
|
+
"severity": "warning",
|
|
12245
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12246
|
+
"since": "2026-08-21"
|
|
12247
|
+
},
|
|
10312
12248
|
{
|
|
10313
12249
|
"kind": "task",
|
|
10314
12250
|
"id": "0422",
|
|
@@ -10477,6 +12413,14 @@
|
|
|
10477
12413
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
10478
12414
|
"since": "2026-08-18"
|
|
10479
12415
|
},
|
|
12416
|
+
{
|
|
12417
|
+
"kind": "task",
|
|
12418
|
+
"id": "0437",
|
|
12419
|
+
"code": "L3.requirements-checkbox",
|
|
12420
|
+
"severity": "warning",
|
|
12421
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12422
|
+
"since": "2026-08-21"
|
|
12423
|
+
},
|
|
10480
12424
|
{
|
|
10481
12425
|
"kind": "task",
|
|
10482
12426
|
"id": "0437",
|
|
@@ -10493,6 +12437,14 @@
|
|
|
10493
12437
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10494
12438
|
"since": "2026-08-17"
|
|
10495
12439
|
},
|
|
12440
|
+
{
|
|
12441
|
+
"kind": "task",
|
|
12442
|
+
"id": "0438",
|
|
12443
|
+
"code": "L3.requirements-checkbox",
|
|
12444
|
+
"severity": "warning",
|
|
12445
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12446
|
+
"since": "2026-08-21"
|
|
12447
|
+
},
|
|
10496
12448
|
{
|
|
10497
12449
|
"kind": "task",
|
|
10498
12450
|
"id": "0438",
|
|
@@ -10509,6 +12461,14 @@
|
|
|
10509
12461
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10510
12462
|
"since": "2026-08-17"
|
|
10511
12463
|
},
|
|
12464
|
+
{
|
|
12465
|
+
"kind": "task",
|
|
12466
|
+
"id": "0439",
|
|
12467
|
+
"code": "L3.requirements-checkbox",
|
|
12468
|
+
"severity": "warning",
|
|
12469
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12470
|
+
"since": "2026-08-21"
|
|
12471
|
+
},
|
|
10512
12472
|
{
|
|
10513
12473
|
"kind": "task",
|
|
10514
12474
|
"id": "0439",
|
|
@@ -10525,6 +12485,14 @@
|
|
|
10525
12485
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10526
12486
|
"since": "2026-08-17"
|
|
10527
12487
|
},
|
|
12488
|
+
{
|
|
12489
|
+
"kind": "task",
|
|
12490
|
+
"id": "0440",
|
|
12491
|
+
"code": "L3.requirements-checkbox",
|
|
12492
|
+
"severity": "warning",
|
|
12493
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12494
|
+
"since": "2026-08-21"
|
|
12495
|
+
},
|
|
10528
12496
|
{
|
|
10529
12497
|
"kind": "task",
|
|
10530
12498
|
"id": "0440",
|
|
@@ -10541,6 +12509,14 @@
|
|
|
10541
12509
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10542
12510
|
"since": "2026-08-17"
|
|
10543
12511
|
},
|
|
12512
|
+
{
|
|
12513
|
+
"kind": "task",
|
|
12514
|
+
"id": "0441",
|
|
12515
|
+
"code": "L3.requirements-checkbox",
|
|
12516
|
+
"severity": "warning",
|
|
12517
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12518
|
+
"since": "2026-08-21"
|
|
12519
|
+
},
|
|
10544
12520
|
{
|
|
10545
12521
|
"kind": "task",
|
|
10546
12522
|
"id": "0441",
|
|
@@ -10557,6 +12533,14 @@
|
|
|
10557
12533
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10558
12534
|
"since": "2026-08-17"
|
|
10559
12535
|
},
|
|
12536
|
+
{
|
|
12537
|
+
"kind": "task",
|
|
12538
|
+
"id": "0442",
|
|
12539
|
+
"code": "L3.requirements-checkbox",
|
|
12540
|
+
"severity": "warning",
|
|
12541
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12542
|
+
"since": "2026-08-21"
|
|
12543
|
+
},
|
|
10560
12544
|
{
|
|
10561
12545
|
"kind": "task",
|
|
10562
12546
|
"id": "0442",
|
|
@@ -10573,6 +12557,14 @@
|
|
|
10573
12557
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10574
12558
|
"since": "2026-08-17"
|
|
10575
12559
|
},
|
|
12560
|
+
{
|
|
12561
|
+
"kind": "task",
|
|
12562
|
+
"id": "0443",
|
|
12563
|
+
"code": "L3.requirements-checkbox",
|
|
12564
|
+
"severity": "warning",
|
|
12565
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12566
|
+
"since": "2026-08-21"
|
|
12567
|
+
},
|
|
10576
12568
|
{
|
|
10577
12569
|
"kind": "task",
|
|
10578
12570
|
"id": "0443",
|
|
@@ -10589,6 +12581,14 @@
|
|
|
10589
12581
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10590
12582
|
"since": "2026-08-17"
|
|
10591
12583
|
},
|
|
12584
|
+
{
|
|
12585
|
+
"kind": "task",
|
|
12586
|
+
"id": "0444",
|
|
12587
|
+
"code": "L3.requirements-checkbox",
|
|
12588
|
+
"severity": "warning",
|
|
12589
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12590
|
+
"since": "2026-08-21"
|
|
12591
|
+
},
|
|
10592
12592
|
{
|
|
10593
12593
|
"kind": "task",
|
|
10594
12594
|
"id": "0444",
|
|
@@ -10605,6 +12605,14 @@
|
|
|
10605
12605
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10606
12606
|
"since": "2026-08-17"
|
|
10607
12607
|
},
|
|
12608
|
+
{
|
|
12609
|
+
"kind": "task",
|
|
12610
|
+
"id": "0445",
|
|
12611
|
+
"code": "L3.requirements-checkbox",
|
|
12612
|
+
"severity": "warning",
|
|
12613
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12614
|
+
"since": "2026-08-21"
|
|
12615
|
+
},
|
|
10608
12616
|
{
|
|
10609
12617
|
"kind": "task",
|
|
10610
12618
|
"id": "0445",
|
|
@@ -10621,6 +12629,14 @@
|
|
|
10621
12629
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10622
12630
|
"since": "2026-08-17"
|
|
10623
12631
|
},
|
|
12632
|
+
{
|
|
12633
|
+
"kind": "task",
|
|
12634
|
+
"id": "0446",
|
|
12635
|
+
"code": "L3.requirements-checkbox",
|
|
12636
|
+
"severity": "warning",
|
|
12637
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12638
|
+
"since": "2026-08-21"
|
|
12639
|
+
},
|
|
10624
12640
|
{
|
|
10625
12641
|
"kind": "task",
|
|
10626
12642
|
"id": "0446",
|
|
@@ -10637,6 +12653,14 @@
|
|
|
10637
12653
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10638
12654
|
"since": "2026-08-17"
|
|
10639
12655
|
},
|
|
12656
|
+
{
|
|
12657
|
+
"kind": "task",
|
|
12658
|
+
"id": "0447",
|
|
12659
|
+
"code": "L3.requirements-checkbox",
|
|
12660
|
+
"severity": "warning",
|
|
12661
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12662
|
+
"since": "2026-08-21"
|
|
12663
|
+
},
|
|
10640
12664
|
{
|
|
10641
12665
|
"kind": "task",
|
|
10642
12666
|
"id": "0447",
|
|
@@ -10645,6 +12669,14 @@
|
|
|
10645
12669
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
10646
12670
|
"since": "2026-08-18"
|
|
10647
12671
|
},
|
|
12672
|
+
{
|
|
12673
|
+
"kind": "task",
|
|
12674
|
+
"id": "0448",
|
|
12675
|
+
"code": "L3.requirements-checkbox",
|
|
12676
|
+
"severity": "warning",
|
|
12677
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12678
|
+
"since": "2026-08-21"
|
|
12679
|
+
},
|
|
10648
12680
|
{
|
|
10649
12681
|
"kind": "task",
|
|
10650
12682
|
"id": "0448",
|
|
@@ -10653,6 +12685,14 @@
|
|
|
10653
12685
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
10654
12686
|
"since": "2026-08-18"
|
|
10655
12687
|
},
|
|
12688
|
+
{
|
|
12689
|
+
"kind": "task",
|
|
12690
|
+
"id": "0449",
|
|
12691
|
+
"code": "L3.requirements-checkbox",
|
|
12692
|
+
"severity": "warning",
|
|
12693
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12694
|
+
"since": "2026-08-21"
|
|
12695
|
+
},
|
|
10656
12696
|
{
|
|
10657
12697
|
"kind": "task",
|
|
10658
12698
|
"id": "0449",
|
|
@@ -10661,6 +12701,14 @@
|
|
|
10661
12701
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
10662
12702
|
"since": "2026-08-18"
|
|
10663
12703
|
},
|
|
12704
|
+
{
|
|
12705
|
+
"kind": "task",
|
|
12706
|
+
"id": "0450",
|
|
12707
|
+
"code": "L3.requirements-checkbox",
|
|
12708
|
+
"severity": "warning",
|
|
12709
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12710
|
+
"since": "2026-08-21"
|
|
12711
|
+
},
|
|
10664
12712
|
{
|
|
10665
12713
|
"kind": "task",
|
|
10666
12714
|
"id": "0450",
|
|
@@ -10706,12 +12754,83 @@
|
|
|
10706
12754
|
"id": "0453",
|
|
10707
12755
|
"code": "L3.requirements-format",
|
|
10708
12756
|
"severity": "warning",
|
|
10709
|
-
"reason": "Requirements written as prose or P-items before R-numbered enforcement — see note § L3.requirements-format.",
|
|
10710
|
-
"since": "2026-08-17"
|
|
12757
|
+
"reason": "Requirements written as prose or P-items before R-numbered enforcement — see note § L3.requirements-format.",
|
|
12758
|
+
"since": "2026-08-17"
|
|
12759
|
+
},
|
|
12760
|
+
{
|
|
12761
|
+
"kind": "task",
|
|
12762
|
+
"id": "0453",
|
|
12763
|
+
"code": "L4.anchor-subject-mismatch",
|
|
12764
|
+
"severity": "error",
|
|
12765
|
+
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
12766
|
+
"since": "2026-08-18"
|
|
12767
|
+
},
|
|
12768
|
+
{
|
|
12769
|
+
"kind": "task",
|
|
12770
|
+
"id": "0454",
|
|
12771
|
+
"code": "L3.requirements-format",
|
|
12772
|
+
"severity": "warning",
|
|
12773
|
+
"reason": "Requirements written as prose or P-items before R-numbered enforcement — see note § L3.requirements-format.",
|
|
12774
|
+
"since": "2026-08-17"
|
|
12775
|
+
},
|
|
12776
|
+
{
|
|
12777
|
+
"kind": "task",
|
|
12778
|
+
"id": "0454",
|
|
12779
|
+
"code": "L3.solution-file-line",
|
|
12780
|
+
"reason": "Gate postdates the task: Solution is pre-citation narrative — see note § L3.solution-file-line.",
|
|
12781
|
+
"since": "2026-08-17"
|
|
12782
|
+
},
|
|
12783
|
+
{
|
|
12784
|
+
"kind": "task",
|
|
12785
|
+
"id": "0454",
|
|
12786
|
+
"code": "L4.missing-feature-id",
|
|
12787
|
+
"severity": "warning",
|
|
12788
|
+
"reason": "Task predates DD-07 feature_id requirement or was authored unlinked — see note § L4.missing-feature-id.",
|
|
12789
|
+
"since": "2026-08-17"
|
|
12790
|
+
},
|
|
12791
|
+
{
|
|
12792
|
+
"kind": "task",
|
|
12793
|
+
"id": "0455",
|
|
12794
|
+
"code": "L3.requirements-checkbox",
|
|
12795
|
+
"severity": "warning",
|
|
12796
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12797
|
+
"since": "2026-08-21"
|
|
12798
|
+
},
|
|
12799
|
+
{
|
|
12800
|
+
"kind": "task",
|
|
12801
|
+
"id": "0455",
|
|
12802
|
+
"code": "L4.anchor-subject-mismatch",
|
|
12803
|
+
"severity": "error",
|
|
12804
|
+
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
12805
|
+
"since": "2026-08-18"
|
|
12806
|
+
},
|
|
12807
|
+
{
|
|
12808
|
+
"kind": "task",
|
|
12809
|
+
"id": "0455",
|
|
12810
|
+
"code": "L4.stale-line-anchor",
|
|
12811
|
+
"severity": "warning",
|
|
12812
|
+
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
12813
|
+
"since": "2026-08-17"
|
|
12814
|
+
},
|
|
12815
|
+
{
|
|
12816
|
+
"kind": "task",
|
|
12817
|
+
"id": "0456",
|
|
12818
|
+
"code": "L3.requirements-checkbox",
|
|
12819
|
+
"severity": "warning",
|
|
12820
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12821
|
+
"since": "2026-08-21"
|
|
12822
|
+
},
|
|
12823
|
+
{
|
|
12824
|
+
"kind": "task",
|
|
12825
|
+
"id": "0457",
|
|
12826
|
+
"code": "L3.requirements-checkbox",
|
|
12827
|
+
"severity": "warning",
|
|
12828
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12829
|
+
"since": "2026-08-21"
|
|
10711
12830
|
},
|
|
10712
12831
|
{
|
|
10713
12832
|
"kind": "task",
|
|
10714
|
-
"id": "
|
|
12833
|
+
"id": "0457",
|
|
10715
12834
|
"code": "L4.anchor-subject-mismatch",
|
|
10716
12835
|
"severity": "error",
|
|
10717
12836
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
@@ -10719,50 +12838,51 @@
|
|
|
10719
12838
|
},
|
|
10720
12839
|
{
|
|
10721
12840
|
"kind": "task",
|
|
10722
|
-
"id": "
|
|
10723
|
-
"code": "L3.requirements-
|
|
12841
|
+
"id": "0458",
|
|
12842
|
+
"code": "L3.requirements-checkbox",
|
|
10724
12843
|
"severity": "warning",
|
|
10725
|
-
"reason": "
|
|
10726
|
-
"since": "2026-08-
|
|
12844
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12845
|
+
"since": "2026-08-21"
|
|
10727
12846
|
},
|
|
10728
12847
|
{
|
|
10729
12848
|
"kind": "task",
|
|
10730
|
-
"id": "
|
|
10731
|
-
"code": "L3.
|
|
10732
|
-
"
|
|
10733
|
-
"
|
|
12849
|
+
"id": "0459",
|
|
12850
|
+
"code": "L3.requirements-checkbox",
|
|
12851
|
+
"severity": "warning",
|
|
12852
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12853
|
+
"since": "2026-08-21"
|
|
10734
12854
|
},
|
|
10735
12855
|
{
|
|
10736
12856
|
"kind": "task",
|
|
10737
|
-
"id": "
|
|
10738
|
-
"code": "
|
|
12857
|
+
"id": "0460",
|
|
12858
|
+
"code": "L3.requirements-checkbox",
|
|
10739
12859
|
"severity": "warning",
|
|
10740
|
-
"reason": "
|
|
10741
|
-
"since": "2026-08-
|
|
12860
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12861
|
+
"since": "2026-08-21"
|
|
10742
12862
|
},
|
|
10743
12863
|
{
|
|
10744
12864
|
"kind": "task",
|
|
10745
|
-
"id": "
|
|
10746
|
-
"code": "
|
|
10747
|
-
"severity": "
|
|
10748
|
-
"reason": "
|
|
10749
|
-
"since": "2026-08-
|
|
12865
|
+
"id": "0461",
|
|
12866
|
+
"code": "L3.requirements-checkbox",
|
|
12867
|
+
"severity": "warning",
|
|
12868
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12869
|
+
"since": "2026-08-21"
|
|
10750
12870
|
},
|
|
10751
12871
|
{
|
|
10752
12872
|
"kind": "task",
|
|
10753
|
-
"id": "
|
|
10754
|
-
"code": "
|
|
12873
|
+
"id": "0462",
|
|
12874
|
+
"code": "L3.requirements-checkbox",
|
|
10755
12875
|
"severity": "warning",
|
|
10756
|
-
"reason": "
|
|
10757
|
-
"since": "2026-08-
|
|
12876
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12877
|
+
"since": "2026-08-21"
|
|
10758
12878
|
},
|
|
10759
12879
|
{
|
|
10760
12880
|
"kind": "task",
|
|
10761
|
-
"id": "
|
|
10762
|
-
"code": "
|
|
10763
|
-
"severity": "
|
|
10764
|
-
"reason": "
|
|
10765
|
-
"since": "2026-08-
|
|
12881
|
+
"id": "0463",
|
|
12882
|
+
"code": "L3.requirements-checkbox",
|
|
12883
|
+
"severity": "warning",
|
|
12884
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12885
|
+
"since": "2026-08-21"
|
|
10766
12886
|
},
|
|
10767
12887
|
{
|
|
10768
12888
|
"kind": "task",
|
|
@@ -10780,6 +12900,14 @@
|
|
|
10780
12900
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
10781
12901
|
"since": "2026-08-17"
|
|
10782
12902
|
},
|
|
12903
|
+
{
|
|
12904
|
+
"kind": "task",
|
|
12905
|
+
"id": "0464",
|
|
12906
|
+
"code": "L3.requirements-checkbox",
|
|
12907
|
+
"severity": "warning",
|
|
12908
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12909
|
+
"since": "2026-08-21"
|
|
12910
|
+
},
|
|
10783
12911
|
{
|
|
10784
12912
|
"kind": "task",
|
|
10785
12913
|
"id": "0464",
|
|
@@ -10820,6 +12948,14 @@
|
|
|
10820
12948
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
10821
12949
|
"since": "2026-08-18"
|
|
10822
12950
|
},
|
|
12951
|
+
{
|
|
12952
|
+
"kind": "task",
|
|
12953
|
+
"id": "0467",
|
|
12954
|
+
"code": "L3.requirements-checkbox",
|
|
12955
|
+
"severity": "warning",
|
|
12956
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12957
|
+
"since": "2026-08-21"
|
|
12958
|
+
},
|
|
10823
12959
|
{
|
|
10824
12960
|
"kind": "task",
|
|
10825
12961
|
"id": "0467",
|
|
@@ -10844,6 +12980,14 @@
|
|
|
10844
12980
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
10845
12981
|
"since": "2026-08-17"
|
|
10846
12982
|
},
|
|
12983
|
+
{
|
|
12984
|
+
"kind": "task",
|
|
12985
|
+
"id": "0468",
|
|
12986
|
+
"code": "L2.section-order",
|
|
12987
|
+
"severity": "warning",
|
|
12988
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
12989
|
+
"since": "2026-08-21"
|
|
12990
|
+
},
|
|
10847
12991
|
{
|
|
10848
12992
|
"kind": "task",
|
|
10849
12993
|
"id": "0468",
|
|
@@ -10860,6 +13004,14 @@
|
|
|
10860
13004
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
10861
13005
|
"since": "2026-08-17"
|
|
10862
13006
|
},
|
|
13007
|
+
{
|
|
13008
|
+
"kind": "task",
|
|
13009
|
+
"id": "0469",
|
|
13010
|
+
"code": "L3.requirements-checkbox",
|
|
13011
|
+
"severity": "warning",
|
|
13012
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13013
|
+
"since": "2026-08-21"
|
|
13014
|
+
},
|
|
10863
13015
|
{
|
|
10864
13016
|
"kind": "task",
|
|
10865
13017
|
"id": "0469",
|
|
@@ -10868,6 +13020,14 @@
|
|
|
10868
13020
|
"reason": "Done tasks carry unflipped planning checkboxes; flipping post-close rewrites history — remediation is separate work, see note § L3.unchecked-checklist.",
|
|
10869
13021
|
"since": "2026-08-17"
|
|
10870
13022
|
},
|
|
13023
|
+
{
|
|
13024
|
+
"kind": "task",
|
|
13025
|
+
"id": "0470",
|
|
13026
|
+
"code": "L3.requirements-checkbox",
|
|
13027
|
+
"severity": "warning",
|
|
13028
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13029
|
+
"since": "2026-08-21"
|
|
13030
|
+
},
|
|
10871
13031
|
{
|
|
10872
13032
|
"kind": "task",
|
|
10873
13033
|
"id": "0470",
|
|
@@ -10876,6 +13036,14 @@
|
|
|
10876
13036
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
10877
13037
|
"since": "2026-08-18"
|
|
10878
13038
|
},
|
|
13039
|
+
{
|
|
13040
|
+
"kind": "task",
|
|
13041
|
+
"id": "0471",
|
|
13042
|
+
"code": "L3.requirements-checkbox",
|
|
13043
|
+
"severity": "warning",
|
|
13044
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13045
|
+
"since": "2026-08-21"
|
|
13046
|
+
},
|
|
10879
13047
|
{
|
|
10880
13048
|
"kind": "task",
|
|
10881
13049
|
"id": "0471",
|
|
@@ -10884,6 +13052,14 @@
|
|
|
10884
13052
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
10885
13053
|
"since": "2026-08-18"
|
|
10886
13054
|
},
|
|
13055
|
+
{
|
|
13056
|
+
"kind": "task",
|
|
13057
|
+
"id": "0472",
|
|
13058
|
+
"code": "L3.requirements-checkbox",
|
|
13059
|
+
"severity": "warning",
|
|
13060
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13061
|
+
"since": "2026-08-21"
|
|
13062
|
+
},
|
|
10887
13063
|
{
|
|
10888
13064
|
"kind": "task",
|
|
10889
13065
|
"id": "0472",
|
|
@@ -10908,6 +13084,14 @@
|
|
|
10908
13084
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10909
13085
|
"since": "2026-08-17"
|
|
10910
13086
|
},
|
|
13087
|
+
{
|
|
13088
|
+
"kind": "task",
|
|
13089
|
+
"id": "0473",
|
|
13090
|
+
"code": "L3.requirements-checkbox",
|
|
13091
|
+
"severity": "warning",
|
|
13092
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13093
|
+
"since": "2026-08-21"
|
|
13094
|
+
},
|
|
10911
13095
|
{
|
|
10912
13096
|
"kind": "task",
|
|
10913
13097
|
"id": "0473",
|
|
@@ -10940,6 +13124,14 @@
|
|
|
10940
13124
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
10941
13125
|
"since": "2026-08-17"
|
|
10942
13126
|
},
|
|
13127
|
+
{
|
|
13128
|
+
"kind": "task",
|
|
13129
|
+
"id": "0474",
|
|
13130
|
+
"code": "L3.requirements-checkbox",
|
|
13131
|
+
"severity": "warning",
|
|
13132
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13133
|
+
"since": "2026-08-21"
|
|
13134
|
+
},
|
|
10943
13135
|
{
|
|
10944
13136
|
"kind": "task",
|
|
10945
13137
|
"id": "0474",
|
|
@@ -10956,6 +13148,14 @@
|
|
|
10956
13148
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
10957
13149
|
"since": "2026-08-18"
|
|
10958
13150
|
},
|
|
13151
|
+
{
|
|
13152
|
+
"kind": "task",
|
|
13153
|
+
"id": "0475",
|
|
13154
|
+
"code": "L3.requirements-checkbox",
|
|
13155
|
+
"severity": "warning",
|
|
13156
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13157
|
+
"since": "2026-08-21"
|
|
13158
|
+
},
|
|
10959
13159
|
{
|
|
10960
13160
|
"kind": "task",
|
|
10961
13161
|
"id": "0475",
|
|
@@ -10996,6 +13196,14 @@
|
|
|
10996
13196
|
"reason": "Some requirements lack AC scenarios; adding them post-close rewrites verdict history — see note § L3.ac-requirement-coverage.",
|
|
10997
13197
|
"since": "2026-08-17"
|
|
10998
13198
|
},
|
|
13199
|
+
{
|
|
13200
|
+
"kind": "task",
|
|
13201
|
+
"id": "0476",
|
|
13202
|
+
"code": "L3.requirements-checkbox",
|
|
13203
|
+
"severity": "warning",
|
|
13204
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13205
|
+
"since": "2026-08-21"
|
|
13206
|
+
},
|
|
10999
13207
|
{
|
|
11000
13208
|
"kind": "task",
|
|
11001
13209
|
"id": "0476",
|
|
@@ -11180,6 +13388,14 @@
|
|
|
11180
13388
|
"reason": "Task predates DD-07 feature_id requirement or was authored unlinked — see note § L4.missing-feature-id.",
|
|
11181
13389
|
"since": "2026-08-17"
|
|
11182
13390
|
},
|
|
13391
|
+
{
|
|
13392
|
+
"kind": "task",
|
|
13393
|
+
"id": "0489",
|
|
13394
|
+
"code": "L3.requirements-checkbox",
|
|
13395
|
+
"severity": "warning",
|
|
13396
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13397
|
+
"since": "2026-08-21"
|
|
13398
|
+
},
|
|
11183
13399
|
{
|
|
11184
13400
|
"kind": "task",
|
|
11185
13401
|
"id": "0489",
|
|
@@ -11188,6 +13404,14 @@
|
|
|
11188
13404
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
11189
13405
|
"since": "2026-08-17"
|
|
11190
13406
|
},
|
|
13407
|
+
{
|
|
13408
|
+
"kind": "task",
|
|
13409
|
+
"id": "0490",
|
|
13410
|
+
"code": "L3.requirements-checkbox",
|
|
13411
|
+
"severity": "warning",
|
|
13412
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13413
|
+
"since": "2026-08-21"
|
|
13414
|
+
},
|
|
11191
13415
|
{
|
|
11192
13416
|
"kind": "task",
|
|
11193
13417
|
"id": "0490",
|
|
@@ -11204,6 +13428,22 @@
|
|
|
11204
13428
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
11205
13429
|
"since": "2026-08-17"
|
|
11206
13430
|
},
|
|
13431
|
+
{
|
|
13432
|
+
"kind": "task",
|
|
13433
|
+
"id": "0491",
|
|
13434
|
+
"code": "L3.requirements-checkbox",
|
|
13435
|
+
"severity": "warning",
|
|
13436
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13437
|
+
"since": "2026-08-21"
|
|
13438
|
+
},
|
|
13439
|
+
{
|
|
13440
|
+
"kind": "task",
|
|
13441
|
+
"id": "0492",
|
|
13442
|
+
"code": "L3.requirements-checkbox",
|
|
13443
|
+
"severity": "warning",
|
|
13444
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13445
|
+
"since": "2026-08-21"
|
|
13446
|
+
},
|
|
11207
13447
|
{
|
|
11208
13448
|
"kind": "task",
|
|
11209
13449
|
"id": "0492",
|
|
@@ -11220,6 +13460,14 @@
|
|
|
11220
13460
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
11221
13461
|
"since": "2026-08-17"
|
|
11222
13462
|
},
|
|
13463
|
+
{
|
|
13464
|
+
"kind": "task",
|
|
13465
|
+
"id": "0493",
|
|
13466
|
+
"code": "L3.requirements-checkbox",
|
|
13467
|
+
"severity": "warning",
|
|
13468
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13469
|
+
"since": "2026-08-21"
|
|
13470
|
+
},
|
|
11223
13471
|
{
|
|
11224
13472
|
"kind": "task",
|
|
11225
13473
|
"id": "0493",
|
|
@@ -11228,6 +13476,14 @@
|
|
|
11228
13476
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
11229
13477
|
"since": "2026-08-18"
|
|
11230
13478
|
},
|
|
13479
|
+
{
|
|
13480
|
+
"kind": "task",
|
|
13481
|
+
"id": "0494",
|
|
13482
|
+
"code": "L3.requirements-checkbox",
|
|
13483
|
+
"severity": "warning",
|
|
13484
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13485
|
+
"since": "2026-08-21"
|
|
13486
|
+
},
|
|
11231
13487
|
{
|
|
11232
13488
|
"kind": "task",
|
|
11233
13489
|
"id": "0494",
|
|
@@ -11244,6 +13500,14 @@
|
|
|
11244
13500
|
"reason": "Anchor written with an incomplete path; qualification migration (task 0583) owns the mechanical repair — see note § L4.stale-line-anchor.",
|
|
11245
13501
|
"since": "2026-08-17"
|
|
11246
13502
|
},
|
|
13503
|
+
{
|
|
13504
|
+
"kind": "task",
|
|
13505
|
+
"id": "0495",
|
|
13506
|
+
"code": "L3.requirements-checkbox",
|
|
13507
|
+
"severity": "warning",
|
|
13508
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13509
|
+
"since": "2026-08-21"
|
|
13510
|
+
},
|
|
11247
13511
|
{
|
|
11248
13512
|
"kind": "task",
|
|
11249
13513
|
"id": "0495",
|
|
@@ -11276,6 +13540,14 @@
|
|
|
11276
13540
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
11277
13541
|
"since": "2026-08-17"
|
|
11278
13542
|
},
|
|
13543
|
+
{
|
|
13544
|
+
"kind": "task",
|
|
13545
|
+
"id": "0497",
|
|
13546
|
+
"code": "L3.requirements-checkbox",
|
|
13547
|
+
"severity": "warning",
|
|
13548
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13549
|
+
"since": "2026-08-21"
|
|
13550
|
+
},
|
|
11279
13551
|
{
|
|
11280
13552
|
"kind": "task",
|
|
11281
13553
|
"id": "0497",
|
|
@@ -11284,6 +13556,14 @@
|
|
|
11284
13556
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
11285
13557
|
"since": "2026-08-18"
|
|
11286
13558
|
},
|
|
13559
|
+
{
|
|
13560
|
+
"kind": "task",
|
|
13561
|
+
"id": "0498",
|
|
13562
|
+
"code": "L3.requirements-checkbox",
|
|
13563
|
+
"severity": "warning",
|
|
13564
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
13565
|
+
"since": "2026-08-21"
|
|
13566
|
+
},
|
|
11287
13567
|
{
|
|
11288
13568
|
"kind": "task",
|
|
11289
13569
|
"id": "0498",
|
|
@@ -11444,6 +13724,14 @@
|
|
|
11444
13724
|
"reason": "Done tasks carry unflipped planning checkboxes; flipping post-close rewrites history — remediation is separate work, see note § L3.unchecked-checklist.",
|
|
11445
13725
|
"since": "2026-08-17"
|
|
11446
13726
|
},
|
|
13727
|
+
{
|
|
13728
|
+
"kind": "task",
|
|
13729
|
+
"id": "0513",
|
|
13730
|
+
"code": "L4.anchor-subject-mismatch",
|
|
13731
|
+
"severity": "error",
|
|
13732
|
+
"reason": "post-done drift; SKILL.md:64 anchor cited for both plugins/sp test rows, subject tokens not in window",
|
|
13733
|
+
"since": "2026-08-21"
|
|
13734
|
+
},
|
|
11447
13735
|
{
|
|
11448
13736
|
"kind": "task",
|
|
11449
13737
|
"id": "0513",
|
|
@@ -11836,6 +14124,14 @@
|
|
|
11836
14124
|
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
11837
14125
|
"since": "2026-08-18"
|
|
11838
14126
|
},
|
|
14127
|
+
{
|
|
14128
|
+
"kind": "task",
|
|
14129
|
+
"id": "0555",
|
|
14130
|
+
"code": "L4.anchor-subject-mismatch",
|
|
14131
|
+
"severity": "error",
|
|
14132
|
+
"reason": "post-done drift; history-service.ts:500/:1021 windows shifted by later edits",
|
|
14133
|
+
"since": "2026-08-21"
|
|
14134
|
+
},
|
|
11839
14135
|
{
|
|
11840
14136
|
"kind": "task",
|
|
11841
14137
|
"id": "0556",
|
|
@@ -12028,14 +14324,6 @@
|
|
|
12028
14324
|
"reason": "DD-09 subset rule postdates AC authorship; the AC-altitude carve-out (ADR-062 / task 0584) dissolves most of these — see note § L4.uncovered-task-scenario.",
|
|
12029
14325
|
"since": "2026-08-17"
|
|
12030
14326
|
},
|
|
12031
|
-
{
|
|
12032
|
-
"kind": "task",
|
|
12033
|
-
"id": "0570",
|
|
12034
|
-
"code": "L4.anchor-subject-mismatch",
|
|
12035
|
-
"severity": "error",
|
|
12036
|
-
"reason": "Accumulated anchor drift, surfaced for the first time by task 0583's content-matching rule. The cited lines resolve and are in bounds, but no longer name the requirement row's subject — a later task edited the file and pushed the anchor onto unrelated code. Spot-verified true positives (an import block cited for a component's hooks; a severity-parsing block cited for `runL4Rollup`). Repairing 1,300+ historical citations is its own campaign; the rule ships at warning severity until then (0583 R6).",
|
|
12037
|
-
"since": "2026-08-18"
|
|
12038
|
-
},
|
|
12039
14327
|
{
|
|
12040
14328
|
"kind": "task",
|
|
12041
14329
|
"id": "0571",
|
|
@@ -12172,6 +14460,14 @@
|
|
|
12172
14460
|
"reason": "Accumulated anchor drift, surfaced by promotion of anchor-subject matching rule following later file edits.",
|
|
12173
14461
|
"since": "2026-08-18"
|
|
12174
14462
|
},
|
|
14463
|
+
{
|
|
14464
|
+
"kind": "task",
|
|
14465
|
+
"id": "0586",
|
|
14466
|
+
"code": "L4.anchor-subject-mismatch",
|
|
14467
|
+
"severity": "error",
|
|
14468
|
+
"reason": "post-done drift; .spur/config.yaml:211-212 and 04_DESIGN.md:1374 anchors predate config growth",
|
|
14469
|
+
"since": "2026-08-21"
|
|
14470
|
+
},
|
|
12175
14471
|
{
|
|
12176
14472
|
"kind": "task",
|
|
12177
14473
|
"id": "0587",
|
|
@@ -12211,6 +14507,182 @@
|
|
|
12211
14507
|
"severity": "warning",
|
|
12212
14508
|
"reason": "DD-09 subset rule: 0590's AC are parser-behaviour checks for a verdict-tooling defect, an altitude below feature H1's shipping scenarios — see note § L4.uncovered-task-scenario and the ADR-062 AC-altitude carve-out.",
|
|
12213
14509
|
"since": "2026-08-18"
|
|
14510
|
+
},
|
|
14511
|
+
{
|
|
14512
|
+
"kind": "task",
|
|
14513
|
+
"id": "0591",
|
|
14514
|
+
"code": "L3.requirements-checkbox",
|
|
14515
|
+
"severity": "warning",
|
|
14516
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
14517
|
+
"since": "2026-08-21"
|
|
14518
|
+
},
|
|
14519
|
+
{
|
|
14520
|
+
"kind": "task",
|
|
14521
|
+
"id": "0592",
|
|
14522
|
+
"code": "L3.requirements-checkbox",
|
|
14523
|
+
"severity": "warning",
|
|
14524
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
14525
|
+
"since": "2026-08-21"
|
|
14526
|
+
},
|
|
14527
|
+
{
|
|
14528
|
+
"kind": "task",
|
|
14529
|
+
"id": "0593",
|
|
14530
|
+
"code": "L3.requirements-checkbox",
|
|
14531
|
+
"severity": "warning",
|
|
14532
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
14533
|
+
"since": "2026-08-21"
|
|
14534
|
+
},
|
|
14535
|
+
{
|
|
14536
|
+
"kind": "task",
|
|
14537
|
+
"id": "0594",
|
|
14538
|
+
"code": "L3.requirements-checkbox",
|
|
14539
|
+
"severity": "warning",
|
|
14540
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
14541
|
+
"since": "2026-08-21"
|
|
14542
|
+
},
|
|
14543
|
+
{
|
|
14544
|
+
"kind": "task",
|
|
14545
|
+
"id": "0595",
|
|
14546
|
+
"code": "L3.requirements-checkbox",
|
|
14547
|
+
"severity": "warning",
|
|
14548
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
14549
|
+
"since": "2026-08-21"
|
|
14550
|
+
},
|
|
14551
|
+
{
|
|
14552
|
+
"kind": "task",
|
|
14553
|
+
"id": "0596",
|
|
14554
|
+
"code": "L3.requirements-checkbox",
|
|
14555
|
+
"severity": "warning",
|
|
14556
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
14557
|
+
"since": "2026-08-21"
|
|
14558
|
+
},
|
|
14559
|
+
{
|
|
14560
|
+
"kind": "task",
|
|
14561
|
+
"id": "0597",
|
|
14562
|
+
"code": "L3.requirements-checkbox",
|
|
14563
|
+
"severity": "warning",
|
|
14564
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
14565
|
+
"since": "2026-08-21"
|
|
14566
|
+
},
|
|
14567
|
+
{
|
|
14568
|
+
"kind": "task",
|
|
14569
|
+
"id": "0598",
|
|
14570
|
+
"code": "L3.requirements-checkbox",
|
|
14571
|
+
"severity": "warning",
|
|
14572
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
14573
|
+
"since": "2026-08-21"
|
|
14574
|
+
},
|
|
14575
|
+
{
|
|
14576
|
+
"kind": "task",
|
|
14577
|
+
"id": "0599",
|
|
14578
|
+
"code": "L3.requirements-checkbox",
|
|
14579
|
+
"severity": "warning",
|
|
14580
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
14581
|
+
"since": "2026-08-21"
|
|
14582
|
+
},
|
|
14583
|
+
{
|
|
14584
|
+
"kind": "task",
|
|
14585
|
+
"id": "0600",
|
|
14586
|
+
"code": "L3.requirements-checkbox",
|
|
14587
|
+
"severity": "warning",
|
|
14588
|
+
"reason": "R-item(s) written without the [ ] checkbox marker — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
14589
|
+
"since": "2026-08-21"
|
|
14590
|
+
},
|
|
14591
|
+
{
|
|
14592
|
+
"kind": "task",
|
|
14593
|
+
"id": "0601",
|
|
14594
|
+
"code": "L4.anchor-subject-mismatch",
|
|
14595
|
+
"severity": "error",
|
|
14596
|
+
"reason": "post-done drift; SystemEventsTab.tsx:509 and workflow-service.ts:855/:1142 windows shifted",
|
|
14597
|
+
"since": "2026-08-21"
|
|
14598
|
+
},
|
|
14599
|
+
{
|
|
14600
|
+
"kind": "task",
|
|
14601
|
+
"id": "0603",
|
|
14602
|
+
"code": "L4.anchor-subject-mismatch",
|
|
14603
|
+
"severity": "error",
|
|
14604
|
+
"reason": "post-done evidence drift; anchors predate 0614 doc/code shifts (ADR renumbering, composition-baseline edits); composition-baseline.ts:202 and workflow-service.ts:170 windows shifted",
|
|
14605
|
+
"since": "2026-08-21"
|
|
14606
|
+
},
|
|
14607
|
+
{
|
|
14608
|
+
"kind": "task",
|
|
14609
|
+
"id": "0604",
|
|
14610
|
+
"code": "L4.anchor-subject-mismatch",
|
|
14611
|
+
"severity": "error",
|
|
14612
|
+
"reason": "post-done evidence drift; anchors predate 0614 doc/code shifts (ADR renumbering, composition-baseline edits); 00_ADR.md:930/:1013 workflow-list lines moved by ADR-069 amendment",
|
|
14613
|
+
"since": "2026-08-21"
|
|
14614
|
+
},
|
|
14615
|
+
{
|
|
14616
|
+
"kind": "task",
|
|
14617
|
+
"id": "0606",
|
|
14618
|
+
"code": "L4.anchor-subject-mismatch",
|
|
14619
|
+
"severity": "error",
|
|
14620
|
+
"reason": "post-done evidence drift; anchors predate 0614 doc/code shifts (ADR renumbering, composition-baseline edits); eval-pipeline.ts:528 / composition-baseline.ts:316 / 00_ADR.md:930 rows",
|
|
14621
|
+
"since": "2026-08-21"
|
|
14622
|
+
},
|
|
14623
|
+
{
|
|
14624
|
+
"kind": "task",
|
|
14625
|
+
"id": "0607",
|
|
14626
|
+
"code": "L4.anchor-subject-mismatch",
|
|
14627
|
+
"severity": "error",
|
|
14628
|
+
"reason": "post-done evidence drift; anchors predate 0614 doc/code shifts (ADR renumbering, composition-baseline edits); eval-pipeline.ts:98/:133/:330 and workflow-composition-baseline.json:437 renumbered",
|
|
14629
|
+
"since": "2026-08-21"
|
|
14630
|
+
},
|
|
14631
|
+
{
|
|
14632
|
+
"kind": "task",
|
|
14633
|
+
"id": "0608",
|
|
14634
|
+
"code": "L4.anchor-subject-mismatch",
|
|
14635
|
+
"severity": "error",
|
|
14636
|
+
"reason": "post-done evidence drift; anchors predate 0614 doc/code shifts (ADR renumbering, composition-baseline edits); workflow-composition-baseline.json:268-272 canonical rewrite changed the cited window",
|
|
14637
|
+
"since": "2026-08-21"
|
|
14638
|
+
},
|
|
14639
|
+
{
|
|
14640
|
+
"kind": "task",
|
|
14641
|
+
"id": "0610",
|
|
14642
|
+
"code": "L4.anchor-subject-mismatch",
|
|
14643
|
+
"severity": "error",
|
|
14644
|
+
"reason": "post-done drift; eval-pipeline.ts:205 lines (node_modules symlink) do not name row subject",
|
|
14645
|
+
"since": "2026-08-21"
|
|
14646
|
+
},
|
|
14647
|
+
{
|
|
14648
|
+
"kind": "task",
|
|
14649
|
+
"id": "0622",
|
|
14650
|
+
"code": "L2.section-order",
|
|
14651
|
+
"severity": "warning",
|
|
14652
|
+
"reason": "Canonical sections out of the domain order — pre-existing structural debt; repair with `spur task check --fix` (task 0619).",
|
|
14653
|
+
"since": "2026-08-21"
|
|
14654
|
+
},
|
|
14655
|
+
{
|
|
14656
|
+
"kind": "task",
|
|
14657
|
+
"id": "0622",
|
|
14658
|
+
"code": "L3.unchecked-checklist",
|
|
14659
|
+
"severity": "warning",
|
|
14660
|
+
"reason": "done task retains 6 unchecked boxes; historical ship state, not re-openable in this batch",
|
|
14661
|
+
"since": "2026-08-21"
|
|
14662
|
+
},
|
|
14663
|
+
{
|
|
14664
|
+
"kind": "task",
|
|
14665
|
+
"id": "0622",
|
|
14666
|
+
"code": "L4.uncovered-task-scenario",
|
|
14667
|
+
"severity": "warning",
|
|
14668
|
+
"reason": "task scenarios sit at finer altitude than feature D3 AC; DD-09 subset rule fires — pre-existing, feature AC not extended",
|
|
14669
|
+
"since": "2026-08-21"
|
|
14670
|
+
},
|
|
14671
|
+
{
|
|
14672
|
+
"kind": "task",
|
|
14673
|
+
"id": "0623",
|
|
14674
|
+
"code": "L4.missing-feature-id",
|
|
14675
|
+
"severity": "warning",
|
|
14676
|
+
"reason": "pre-existing task without feature link; backfill tracked outside batch A3",
|
|
14677
|
+
"since": "2026-08-21"
|
|
14678
|
+
},
|
|
14679
|
+
{
|
|
14680
|
+
"kind": "task",
|
|
14681
|
+
"id": "0624",
|
|
14682
|
+
"code": "L4.uncovered-task-scenario",
|
|
14683
|
+
"severity": "warning",
|
|
14684
|
+
"reason": "task scenarios sit at finer altitude than feature E5 AC; DD-09 subset rule fires — pre-existing, feature AC not extended",
|
|
14685
|
+
"since": "2026-08-21"
|
|
12214
14686
|
}
|
|
12215
14687
|
]
|
|
12216
14688
|
}
|