@mc-and-his-agents/loom-installer 0.1.78 → 0.1.79

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.
Files changed (59) hide show
  1. package/package.json +1 -1
  2. package/payload/manifest.json +117 -117
  3. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  4. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +86 -2
  5. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  6. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  7. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +86 -2
  8. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  9. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  10. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +86 -2
  11. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  12. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  13. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +86 -2
  14. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  15. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  16. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +86 -2
  17. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  18. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  19. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +86 -2
  20. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  21. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  22. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +86 -2
  23. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  24. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  25. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +86 -2
  26. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  27. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  28. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +86 -2
  29. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  30. package/payload/plugin/loom/skills/shared/references/harness/review-execution.md +25 -0
  31. package/payload/plugin/loom/skills/shared/scripts/loom_check.py +86 -2
  32. package/payload/plugin/loom/skills/shared/scripts/loom_flow.py +163 -1
  33. package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  34. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +86 -2
  35. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  36. package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  37. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +86 -2
  38. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  39. package/payload/skills/loom-init/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  40. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +86 -2
  41. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  42. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  43. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +86 -2
  44. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  45. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  46. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +86 -2
  47. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  48. package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  49. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +86 -2
  50. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  51. package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  52. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +86 -2
  53. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  54. package/payload/skills/loom-review/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  55. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +86 -2
  56. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py +163 -1
  57. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/review-execution.md +25 -0
  58. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +86 -2
  59. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py +163 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mc-and-his-agents/loom-installer",
3
- "version": "0.1.78",
3
+ "version": "0.1.79",
4
4
  "description": "Node installer for Loom plugin and single-skill installation surfaces.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -2,12 +2,12 @@
2
2
  "schema_version": "loom-installer-payload/v1",
3
3
  "loom_version": "v0.6.0",
4
4
  "source_repository": "https://github.com/MC-and-his-Agents/Loom",
5
- "source_commit": "504099084c921d48ea0026609a10014c126f118b",
5
+ "source_commit": "6ec1e597c9b2295cbf205af7d2deebb3efb0f308",
6
6
  "source_ref": "main",
7
- "built_at": "2026-05-09T02:30:05+08:00",
7
+ "built_at": "2026-05-09T03:16:44+08:00",
8
8
  "version_context": {
9
9
  "repo_version": "v0.6.0",
10
- "installer_package_version": "0.1.78",
10
+ "installer_package_version": "0.1.79",
11
11
  "plugin_surface_version": "0.4.0",
12
12
  "host_adapter_version": "1.0.0",
13
13
  "skills_registry_version": "1.4.0",
@@ -672,8 +672,8 @@
672
672
  },
673
673
  {
674
674
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/review-execution.md",
675
- "bytes": 8176,
676
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
675
+ "bytes": 9507,
676
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
677
677
  },
678
678
  {
679
679
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -762,13 +762,13 @@
762
762
  },
763
763
  {
764
764
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py",
765
- "bytes": 518004,
766
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
765
+ "bytes": 523155,
766
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
767
767
  },
768
768
  {
769
769
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py",
770
- "bytes": 419479,
771
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
770
+ "bytes": 427882,
771
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
772
772
  },
773
773
  {
774
774
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py",
@@ -1362,8 +1362,8 @@
1362
1362
  },
1363
1363
  {
1364
1364
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/review-execution.md",
1365
- "bytes": 8176,
1366
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
1365
+ "bytes": 9507,
1366
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
1367
1367
  },
1368
1368
  {
1369
1369
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -1452,13 +1452,13 @@
1452
1452
  },
1453
1453
  {
1454
1454
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py",
1455
- "bytes": 518004,
1456
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
1455
+ "bytes": 523155,
1456
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
1457
1457
  },
1458
1458
  {
1459
1459
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py",
1460
- "bytes": 419479,
1461
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
1460
+ "bytes": 427882,
1461
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
1462
1462
  },
1463
1463
  {
1464
1464
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py",
@@ -2052,8 +2052,8 @@
2052
2052
  },
2053
2053
  {
2054
2054
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/review-execution.md",
2055
- "bytes": 8176,
2056
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
2055
+ "bytes": 9507,
2056
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
2057
2057
  },
2058
2058
  {
2059
2059
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -2142,13 +2142,13 @@
2142
2142
  },
2143
2143
  {
2144
2144
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py",
2145
- "bytes": 518004,
2146
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
2145
+ "bytes": 523155,
2146
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
2147
2147
  },
2148
2148
  {
2149
2149
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py",
2150
- "bytes": 419479,
2151
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
2150
+ "bytes": 427882,
2151
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
2152
2152
  },
2153
2153
  {
2154
2154
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_init.py",
@@ -2747,8 +2747,8 @@
2747
2747
  },
2748
2748
  {
2749
2749
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/review-execution.md",
2750
- "bytes": 8176,
2751
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
2750
+ "bytes": 9507,
2751
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
2752
2752
  },
2753
2753
  {
2754
2754
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -2837,13 +2837,13 @@
2837
2837
  },
2838
2838
  {
2839
2839
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py",
2840
- "bytes": 518004,
2841
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
2840
+ "bytes": 523155,
2841
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
2842
2842
  },
2843
2843
  {
2844
2844
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py",
2845
- "bytes": 419479,
2846
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
2845
+ "bytes": 427882,
2846
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
2847
2847
  },
2848
2848
  {
2849
2849
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py",
@@ -3437,8 +3437,8 @@
3437
3437
  },
3438
3438
  {
3439
3439
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/review-execution.md",
3440
- "bytes": 8176,
3441
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
3440
+ "bytes": 9507,
3441
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
3442
3442
  },
3443
3443
  {
3444
3444
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -3527,13 +3527,13 @@
3527
3527
  },
3528
3528
  {
3529
3529
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py",
3530
- "bytes": 518004,
3531
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
3530
+ "bytes": 523155,
3531
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
3532
3532
  },
3533
3533
  {
3534
3534
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py",
3535
- "bytes": 419479,
3536
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
3535
+ "bytes": 427882,
3536
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
3537
3537
  },
3538
3538
  {
3539
3539
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py",
@@ -4127,8 +4127,8 @@
4127
4127
  },
4128
4128
  {
4129
4129
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/review-execution.md",
4130
- "bytes": 8176,
4131
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
4130
+ "bytes": 9507,
4131
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
4132
4132
  },
4133
4133
  {
4134
4134
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -4217,13 +4217,13 @@
4217
4217
  },
4218
4218
  {
4219
4219
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py",
4220
- "bytes": 518004,
4221
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
4220
+ "bytes": 523155,
4221
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
4222
4222
  },
4223
4223
  {
4224
4224
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py",
4225
- "bytes": 419479,
4226
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
4225
+ "bytes": 427882,
4226
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
4227
4227
  },
4228
4228
  {
4229
4229
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py",
@@ -4817,8 +4817,8 @@
4817
4817
  },
4818
4818
  {
4819
4819
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/review-execution.md",
4820
- "bytes": 8176,
4821
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
4820
+ "bytes": 9507,
4821
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
4822
4822
  },
4823
4823
  {
4824
4824
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -4907,13 +4907,13 @@
4907
4907
  },
4908
4908
  {
4909
4909
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py",
4910
- "bytes": 518004,
4911
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
4910
+ "bytes": 523155,
4911
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
4912
4912
  },
4913
4913
  {
4914
4914
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py",
4915
- "bytes": 419479,
4916
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
4915
+ "bytes": 427882,
4916
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
4917
4917
  },
4918
4918
  {
4919
4919
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py",
@@ -5507,8 +5507,8 @@
5507
5507
  },
5508
5508
  {
5509
5509
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/review-execution.md",
5510
- "bytes": 8176,
5511
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
5510
+ "bytes": 9507,
5511
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
5512
5512
  },
5513
5513
  {
5514
5514
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -5597,13 +5597,13 @@
5597
5597
  },
5598
5598
  {
5599
5599
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py",
5600
- "bytes": 518004,
5601
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
5600
+ "bytes": 523155,
5601
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
5602
5602
  },
5603
5603
  {
5604
5604
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py",
5605
- "bytes": 419479,
5606
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
5605
+ "bytes": 427882,
5606
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
5607
5607
  },
5608
5608
  {
5609
5609
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_init.py",
@@ -6197,8 +6197,8 @@
6197
6197
  },
6198
6198
  {
6199
6199
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/review-execution.md",
6200
- "bytes": 8176,
6201
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
6200
+ "bytes": 9507,
6201
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
6202
6202
  },
6203
6203
  {
6204
6204
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -6287,13 +6287,13 @@
6287
6287
  },
6288
6288
  {
6289
6289
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py",
6290
- "bytes": 518004,
6291
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
6290
+ "bytes": 523155,
6291
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
6292
6292
  },
6293
6293
  {
6294
6294
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py",
6295
- "bytes": 419479,
6296
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
6295
+ "bytes": 427882,
6296
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
6297
6297
  },
6298
6298
  {
6299
6299
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py",
@@ -6602,8 +6602,8 @@
6602
6602
  },
6603
6603
  {
6604
6604
  "path": "plugin/loom/skills/shared/references/harness/review-execution.md",
6605
- "bytes": 8176,
6606
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
6605
+ "bytes": 9507,
6606
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
6607
6607
  },
6608
6608
  {
6609
6609
  "path": "plugin/loom/skills/shared/references/harness/runtime-state.md",
@@ -6692,13 +6692,13 @@
6692
6692
  },
6693
6693
  {
6694
6694
  "path": "plugin/loom/skills/shared/scripts/loom_check.py",
6695
- "bytes": 518004,
6696
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
6695
+ "bytes": 523155,
6696
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
6697
6697
  },
6698
6698
  {
6699
6699
  "path": "plugin/loom/skills/shared/scripts/loom_flow.py",
6700
- "bytes": 419479,
6701
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
6700
+ "bytes": 427882,
6701
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
6702
6702
  },
6703
6703
  {
6704
6704
  "path": "plugin/loom/skills/shared/scripts/loom_init.py",
@@ -7257,8 +7257,8 @@
7257
7257
  },
7258
7258
  {
7259
7259
  "path": "skills/loom-adopt/.loom-runtime/shared/references/harness/review-execution.md",
7260
- "bytes": 8176,
7261
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
7260
+ "bytes": 9507,
7261
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
7262
7262
  },
7263
7263
  {
7264
7264
  "path": "skills/loom-adopt/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -7347,13 +7347,13 @@
7347
7347
  },
7348
7348
  {
7349
7349
  "path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py",
7350
- "bytes": 518004,
7351
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
7350
+ "bytes": 523155,
7351
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
7352
7352
  },
7353
7353
  {
7354
7354
  "path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py",
7355
- "bytes": 419479,
7356
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
7355
+ "bytes": 427882,
7356
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
7357
7357
  },
7358
7358
  {
7359
7359
  "path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py",
@@ -7947,8 +7947,8 @@
7947
7947
  },
7948
7948
  {
7949
7949
  "path": "skills/loom-handoff/.loom-runtime/shared/references/harness/review-execution.md",
7950
- "bytes": 8176,
7951
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
7950
+ "bytes": 9507,
7951
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
7952
7952
  },
7953
7953
  {
7954
7954
  "path": "skills/loom-handoff/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -8037,13 +8037,13 @@
8037
8037
  },
8038
8038
  {
8039
8039
  "path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py",
8040
- "bytes": 518004,
8041
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
8040
+ "bytes": 523155,
8041
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
8042
8042
  },
8043
8043
  {
8044
8044
  "path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py",
8045
- "bytes": 419479,
8046
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
8045
+ "bytes": 427882,
8046
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
8047
8047
  },
8048
8048
  {
8049
8049
  "path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py",
@@ -8637,8 +8637,8 @@
8637
8637
  },
8638
8638
  {
8639
8639
  "path": "skills/loom-init/.loom-runtime/shared/references/harness/review-execution.md",
8640
- "bytes": 8176,
8641
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
8640
+ "bytes": 9507,
8641
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
8642
8642
  },
8643
8643
  {
8644
8644
  "path": "skills/loom-init/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -8727,13 +8727,13 @@
8727
8727
  },
8728
8728
  {
8729
8729
  "path": "skills/loom-init/.loom-runtime/shared/scripts/loom_check.py",
8730
- "bytes": 518004,
8731
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
8730
+ "bytes": 523155,
8731
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
8732
8732
  },
8733
8733
  {
8734
8734
  "path": "skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py",
8735
- "bytes": 419479,
8736
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
8735
+ "bytes": 427882,
8736
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
8737
8737
  },
8738
8738
  {
8739
8739
  "path": "skills/loom-init/.loom-runtime/shared/scripts/loom_init.py",
@@ -9332,8 +9332,8 @@
9332
9332
  },
9333
9333
  {
9334
9334
  "path": "skills/loom-merge-ready/.loom-runtime/shared/references/harness/review-execution.md",
9335
- "bytes": 8176,
9336
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
9335
+ "bytes": 9507,
9336
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
9337
9337
  },
9338
9338
  {
9339
9339
  "path": "skills/loom-merge-ready/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -9422,13 +9422,13 @@
9422
9422
  },
9423
9423
  {
9424
9424
  "path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py",
9425
- "bytes": 518004,
9426
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
9425
+ "bytes": 523155,
9426
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
9427
9427
  },
9428
9428
  {
9429
9429
  "path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py",
9430
- "bytes": 419479,
9431
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
9430
+ "bytes": 427882,
9431
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
9432
9432
  },
9433
9433
  {
9434
9434
  "path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py",
@@ -10022,8 +10022,8 @@
10022
10022
  },
10023
10023
  {
10024
10024
  "path": "skills/loom-pre-review/.loom-runtime/shared/references/harness/review-execution.md",
10025
- "bytes": 8176,
10026
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
10025
+ "bytes": 9507,
10026
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
10027
10027
  },
10028
10028
  {
10029
10029
  "path": "skills/loom-pre-review/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -10112,13 +10112,13 @@
10112
10112
  },
10113
10113
  {
10114
10114
  "path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py",
10115
- "bytes": 518004,
10116
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
10115
+ "bytes": 523155,
10116
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
10117
10117
  },
10118
10118
  {
10119
10119
  "path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py",
10120
- "bytes": 419479,
10121
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
10120
+ "bytes": 427882,
10121
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
10122
10122
  },
10123
10123
  {
10124
10124
  "path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py",
@@ -10712,8 +10712,8 @@
10712
10712
  },
10713
10713
  {
10714
10714
  "path": "skills/loom-resume/.loom-runtime/shared/references/harness/review-execution.md",
10715
- "bytes": 8176,
10716
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
10715
+ "bytes": 9507,
10716
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
10717
10717
  },
10718
10718
  {
10719
10719
  "path": "skills/loom-resume/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -10802,13 +10802,13 @@
10802
10802
  },
10803
10803
  {
10804
10804
  "path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py",
10805
- "bytes": 518004,
10806
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
10805
+ "bytes": 523155,
10806
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
10807
10807
  },
10808
10808
  {
10809
10809
  "path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py",
10810
- "bytes": 419479,
10811
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
10810
+ "bytes": 427882,
10811
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
10812
10812
  },
10813
10813
  {
10814
10814
  "path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py",
@@ -11402,8 +11402,8 @@
11402
11402
  },
11403
11403
  {
11404
11404
  "path": "skills/loom-retire/.loom-runtime/shared/references/harness/review-execution.md",
11405
- "bytes": 8176,
11406
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
11405
+ "bytes": 9507,
11406
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
11407
11407
  },
11408
11408
  {
11409
11409
  "path": "skills/loom-retire/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -11492,13 +11492,13 @@
11492
11492
  },
11493
11493
  {
11494
11494
  "path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py",
11495
- "bytes": 518004,
11496
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
11495
+ "bytes": 523155,
11496
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
11497
11497
  },
11498
11498
  {
11499
11499
  "path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py",
11500
- "bytes": 419479,
11501
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
11500
+ "bytes": 427882,
11501
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
11502
11502
  },
11503
11503
  {
11504
11504
  "path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py",
@@ -12092,8 +12092,8 @@
12092
12092
  },
12093
12093
  {
12094
12094
  "path": "skills/loom-review/.loom-runtime/shared/references/harness/review-execution.md",
12095
- "bytes": 8176,
12096
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
12095
+ "bytes": 9507,
12096
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
12097
12097
  },
12098
12098
  {
12099
12099
  "path": "skills/loom-review/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -12182,13 +12182,13 @@
12182
12182
  },
12183
12183
  {
12184
12184
  "path": "skills/loom-review/.loom-runtime/shared/scripts/loom_check.py",
12185
- "bytes": 518004,
12186
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
12185
+ "bytes": 523155,
12186
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
12187
12187
  },
12188
12188
  {
12189
12189
  "path": "skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py",
12190
- "bytes": 419479,
12191
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
12190
+ "bytes": 427882,
12191
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
12192
12192
  },
12193
12193
  {
12194
12194
  "path": "skills/loom-review/.loom-runtime/shared/scripts/loom_init.py",
@@ -12782,8 +12782,8 @@
12782
12782
  },
12783
12783
  {
12784
12784
  "path": "skills/loom-spec-review/.loom-runtime/shared/references/harness/review-execution.md",
12785
- "bytes": 8176,
12786
- "sha256": "4890fc04cb55b035af441505c7fa89a2148355f284c5d9416ed6c9fb948f352f"
12785
+ "bytes": 9507,
12786
+ "sha256": "e62e582a52a7b000eeaa0c97aa159f2b951c27b7ae9a7b0070be2377a46c0940"
12787
12787
  },
12788
12788
  {
12789
12789
  "path": "skills/loom-spec-review/.loom-runtime/shared/references/harness/runtime-state.md",
@@ -12872,13 +12872,13 @@
12872
12872
  },
12873
12873
  {
12874
12874
  "path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py",
12875
- "bytes": 518004,
12876
- "sha256": "e2a0d80f3b095780cf8a17a4fff5c61287ef2bfe737345b48016a54245d31de8"
12875
+ "bytes": 523155,
12876
+ "sha256": "f761cf04db50733f4193355de05d1de523093bb236d6e24c20e59e5562a8ad75"
12877
12877
  },
12878
12878
  {
12879
12879
  "path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py",
12880
- "bytes": 419479,
12881
- "sha256": "08035cff99ba0ba1875653344e60801148bde1c2c99ebff0e1d0eed7a57696d2"
12880
+ "bytes": 427882,
12881
+ "sha256": "cc7dfa79b7ba0c573b9441ba08928129e8210ffe07337a8bf5239fb39fdf47ff"
12882
12882
  },
12883
12883
  {
12884
12884
  "path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py",
@@ -88,6 +88,31 @@ Resolved profile 必须同时出现在:
88
88
  - `.loom/runtime/review/<item>/<head>/engine-metadata.json`
89
89
  - `review_record_input.engine_profile`
90
90
 
91
+ ### 2.2 Review context pack
92
+
93
+ `review run` 必须在调用 engine 前写入 MVP context pack,schema 为 `loom-review-context-pack/v1`。context pack 是输入证据,不是第二份 review truth。
94
+
95
+ Context pack 至少包含:
96
+
97
+ - `item_id`
98
+ - `review_path`
99
+ - `current_head`
100
+ - `validation_summary`
101
+ - `history_available`
102
+ - `recent_findings`
103
+ - `repeated_blocker_signal`
104
+
105
+ `recent_findings` 从可读的历史 review record 与 `.loom/runtime/review/<item>/*/normalized-findings.json` 投影而来,只保留 finding id、summary、severity、disposition、reviewed head、validation summary 和 source locator。
106
+
107
+ `repeated_blocker_signal` 的 schema 为 `loom-repeated-blocker-signal/v1`。它在 v0.8.0 中只作为 advisory evidence:
108
+
109
+ - `result = present` 表示至少两个 block finding 共享 repeat key
110
+ - `result = absent` 表示当前可用历史中未发现重复 blocker
111
+ - `enforcement = advisory` 表示本批不把重复 blocker 自动升级成 merge gate blocker
112
+ - `candidates[]` 必须列出 repeat key、count、source locators、summary 和 recommended action
113
+
114
+ Prompt 必须消费 context pack,并要求 reviewer 将 finding 分类为 `new`、`unresolved` 或 `repeated/root-cause candidate`。历史不可用时,context pack 仍必须存在并标明 `history_available = false`,不得猜测历史结论。
115
+
91
116
  ## 3. review record 最小字段
92
117
 
93
118
  review record 至少应包含: