@mc-and-his-agents/loom-installer 0.1.26 → 0.1.28
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/package.json +1 -1
- package/payload/manifest.json +172 -122
- package/payload/plugin/loom/skills/shared/references/adoption/deep-existing-repo-default.md +19 -4
- package/payload/plugin/loom/skills/shared/references/adoption/external-runtime-companion-contract.md +110 -0
- package/payload/plugin/loom/skills/shared/references/harness/runtime-state.md +14 -0
- package/payload/plugin/loom/skills/shared/scripts/governance_surface.py +53 -0
- package/payload/plugin/loom/skills/shared/scripts/loom_check.py +128 -0
- package/payload/plugin/loom/skills/shared/scripts/loom_flow.py +5 -0
- package/payload/plugin/loom/skills/shared/scripts/loom_init.py +2 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +19 -4
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md +110 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/runtime-state.md +14 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py +53 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +128 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py +5 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py +2 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +19 -4
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md +110 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/runtime-state.md +14 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py +53 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +128 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py +5 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py +2 -0
- package/payload/skills/loom-init/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +19 -4
- package/payload/skills/loom-init/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md +110 -0
- package/payload/skills/loom-init/.loom-runtime/shared/references/harness/runtime-state.md +14 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py +53 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +128 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py +5 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_init.py +2 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +19 -4
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md +110 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/runtime-state.md +14 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py +53 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +128 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py +5 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py +2 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +19 -4
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md +110 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/runtime-state.md +14 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py +53 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +128 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py +5 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py +2 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +19 -4
- package/payload/skills/loom-resume/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md +110 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/runtime-state.md +14 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py +53 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +128 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py +5 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py +2 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +19 -4
- package/payload/skills/loom-retire/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md +110 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/runtime-state.md +14 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py +53 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +128 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py +5 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py +2 -0
- package/payload/skills/loom-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +19 -4
- package/payload/skills/loom-review/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md +110 -0
- package/payload/skills/loom-review/.loom-runtime/shared/references/harness/runtime-state.md +14 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py +53 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +128 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py +5 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_init.py +2 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +19 -4
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md +110 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/runtime-state.md +14 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py +53 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +128 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py +5 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py +2 -0
package/package.json
CHANGED
package/payload/manifest.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"schema_version": "loom-installer-payload/v1",
|
|
3
3
|
"loom_version": "0.4.0",
|
|
4
4
|
"source_repository": "https://github.com/MC-and-his-Agents/Loom",
|
|
5
|
-
"source_commit": "
|
|
5
|
+
"source_commit": "da62e14fb59e95ab0c8b862d4d39f884d8c44ac7",
|
|
6
6
|
"source_ref": "main",
|
|
7
|
-
"built_at": "2026-04-27T00:
|
|
7
|
+
"built_at": "2026-04-27T00:52:37+08:00",
|
|
8
8
|
"runtime": {
|
|
9
9
|
"python_minimum": "3.10",
|
|
10
10
|
"python_recommended": "3.11+"
|
|
@@ -408,8 +408,13 @@
|
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
410
|
"path": "plugin/loom/skills/shared/references/adoption/deep-existing-repo-default.md",
|
|
411
|
-
"bytes":
|
|
412
|
-
"sha256": "
|
|
411
|
+
"bytes": 3365,
|
|
412
|
+
"sha256": "a1a9f4e9d97db6a0b0e0b6f8c097b64b6e5122e35a08b1759fa343ffca667a0c"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"path": "plugin/loom/skills/shared/references/adoption/external-runtime-companion-contract.md",
|
|
416
|
+
"bytes": 3860,
|
|
417
|
+
"sha256": "814773c73c875472b6c5dc5e078268f5266bec105e14ca4bb94da9a55db978ac"
|
|
413
418
|
},
|
|
414
419
|
{
|
|
415
420
|
"path": "plugin/loom/skills/shared/references/adoption/github-profile-upgrade.md",
|
|
@@ -563,8 +568,8 @@
|
|
|
563
568
|
},
|
|
564
569
|
{
|
|
565
570
|
"path": "plugin/loom/skills/shared/references/harness/runtime-state.md",
|
|
566
|
-
"bytes":
|
|
567
|
-
"sha256": "
|
|
571
|
+
"bytes": 3416,
|
|
572
|
+
"sha256": "b53b5ce340f54dd25f15d68f5a637d8ea55ca8420d843031b3ed61cd1be43593"
|
|
568
573
|
},
|
|
569
574
|
{
|
|
570
575
|
"path": "plugin/loom/skills/shared/references/harness/status-surface-contract.md",
|
|
@@ -623,23 +628,23 @@
|
|
|
623
628
|
},
|
|
624
629
|
{
|
|
625
630
|
"path": "plugin/loom/skills/shared/scripts/governance_surface.py",
|
|
626
|
-
"bytes":
|
|
627
|
-
"sha256": "
|
|
631
|
+
"bytes": 56137,
|
|
632
|
+
"sha256": "2f873ee4ddd170af4a835da24bafa59f6e5561ee74360faf71e98e8480100a72"
|
|
628
633
|
},
|
|
629
634
|
{
|
|
630
635
|
"path": "plugin/loom/skills/shared/scripts/loom_check.py",
|
|
631
|
-
"bytes":
|
|
632
|
-
"sha256": "
|
|
636
|
+
"bytes": 297968,
|
|
637
|
+
"sha256": "8a5ee386532ac7772563ced89cb644ffb1eb00087d7c77ee1a661de88ce717b3"
|
|
633
638
|
},
|
|
634
639
|
{
|
|
635
640
|
"path": "plugin/loom/skills/shared/scripts/loom_flow.py",
|
|
636
|
-
"bytes":
|
|
637
|
-
"sha256": "
|
|
641
|
+
"bytes": 296657,
|
|
642
|
+
"sha256": "7d4f476d8117a6b9d264a71f8300f229bf511dd9e1fb2b29636990c16c6d197d"
|
|
638
643
|
},
|
|
639
644
|
{
|
|
640
645
|
"path": "plugin/loom/skills/shared/scripts/loom_init.py",
|
|
641
|
-
"bytes":
|
|
642
|
-
"sha256": "
|
|
646
|
+
"bytes": 85311,
|
|
647
|
+
"sha256": "8fc0f350f55fa068b4b69854fb81f3b45fbace5bf384f900a63aeb9adfd87c1b"
|
|
643
648
|
},
|
|
644
649
|
{
|
|
645
650
|
"path": "plugin/loom/skills/shared/scripts/loom_status.py",
|
|
@@ -993,8 +998,13 @@
|
|
|
993
998
|
},
|
|
994
999
|
{
|
|
995
1000
|
"path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
996
|
-
"bytes":
|
|
997
|
-
"sha256": "
|
|
1001
|
+
"bytes": 3365,
|
|
1002
|
+
"sha256": "a1a9f4e9d97db6a0b0e0b6f8c097b64b6e5122e35a08b1759fa343ffca667a0c"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
1006
|
+
"bytes": 3860,
|
|
1007
|
+
"sha256": "814773c73c875472b6c5dc5e078268f5266bec105e14ca4bb94da9a55db978ac"
|
|
998
1008
|
},
|
|
999
1009
|
{
|
|
1000
1010
|
"path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/github-profile-upgrade.md",
|
|
@@ -1148,8 +1158,8 @@
|
|
|
1148
1158
|
},
|
|
1149
1159
|
{
|
|
1150
1160
|
"path": "skills/loom-adopt/.loom-runtime/shared/references/harness/runtime-state.md",
|
|
1151
|
-
"bytes":
|
|
1152
|
-
"sha256": "
|
|
1161
|
+
"bytes": 3416,
|
|
1162
|
+
"sha256": "b53b5ce340f54dd25f15d68f5a637d8ea55ca8420d843031b3ed61cd1be43593"
|
|
1153
1163
|
},
|
|
1154
1164
|
{
|
|
1155
1165
|
"path": "skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface-contract.md",
|
|
@@ -1208,23 +1218,23 @@
|
|
|
1208
1218
|
},
|
|
1209
1219
|
{
|
|
1210
1220
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py",
|
|
1211
|
-
"bytes":
|
|
1212
|
-
"sha256": "
|
|
1221
|
+
"bytes": 56137,
|
|
1222
|
+
"sha256": "2f873ee4ddd170af4a835da24bafa59f6e5561ee74360faf71e98e8480100a72"
|
|
1213
1223
|
},
|
|
1214
1224
|
{
|
|
1215
1225
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py",
|
|
1216
|
-
"bytes":
|
|
1217
|
-
"sha256": "
|
|
1226
|
+
"bytes": 297968,
|
|
1227
|
+
"sha256": "8a5ee386532ac7772563ced89cb644ffb1eb00087d7c77ee1a661de88ce717b3"
|
|
1218
1228
|
},
|
|
1219
1229
|
{
|
|
1220
1230
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py",
|
|
1221
|
-
"bytes":
|
|
1222
|
-
"sha256": "
|
|
1231
|
+
"bytes": 296657,
|
|
1232
|
+
"sha256": "7d4f476d8117a6b9d264a71f8300f229bf511dd9e1fb2b29636990c16c6d197d"
|
|
1223
1233
|
},
|
|
1224
1234
|
{
|
|
1225
1235
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py",
|
|
1226
|
-
"bytes":
|
|
1227
|
-
"sha256": "
|
|
1236
|
+
"bytes": 85311,
|
|
1237
|
+
"sha256": "8fc0f350f55fa068b4b69854fb81f3b45fbace5bf384f900a63aeb9adfd87c1b"
|
|
1228
1238
|
},
|
|
1229
1239
|
{
|
|
1230
1240
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -1608,8 +1618,13 @@
|
|
|
1608
1618
|
},
|
|
1609
1619
|
{
|
|
1610
1620
|
"path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
1611
|
-
"bytes":
|
|
1612
|
-
"sha256": "
|
|
1621
|
+
"bytes": 3365,
|
|
1622
|
+
"sha256": "a1a9f4e9d97db6a0b0e0b6f8c097b64b6e5122e35a08b1759fa343ffca667a0c"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
1626
|
+
"bytes": 3860,
|
|
1627
|
+
"sha256": "814773c73c875472b6c5dc5e078268f5266bec105e14ca4bb94da9a55db978ac"
|
|
1613
1628
|
},
|
|
1614
1629
|
{
|
|
1615
1630
|
"path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/github-profile-upgrade.md",
|
|
@@ -1763,8 +1778,8 @@
|
|
|
1763
1778
|
},
|
|
1764
1779
|
{
|
|
1765
1780
|
"path": "skills/loom-handoff/.loom-runtime/shared/references/harness/runtime-state.md",
|
|
1766
|
-
"bytes":
|
|
1767
|
-
"sha256": "
|
|
1781
|
+
"bytes": 3416,
|
|
1782
|
+
"sha256": "b53b5ce340f54dd25f15d68f5a637d8ea55ca8420d843031b3ed61cd1be43593"
|
|
1768
1783
|
},
|
|
1769
1784
|
{
|
|
1770
1785
|
"path": "skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface-contract.md",
|
|
@@ -1823,23 +1838,23 @@
|
|
|
1823
1838
|
},
|
|
1824
1839
|
{
|
|
1825
1840
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py",
|
|
1826
|
-
"bytes":
|
|
1827
|
-
"sha256": "
|
|
1841
|
+
"bytes": 56137,
|
|
1842
|
+
"sha256": "2f873ee4ddd170af4a835da24bafa59f6e5561ee74360faf71e98e8480100a72"
|
|
1828
1843
|
},
|
|
1829
1844
|
{
|
|
1830
1845
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py",
|
|
1831
|
-
"bytes":
|
|
1832
|
-
"sha256": "
|
|
1846
|
+
"bytes": 297968,
|
|
1847
|
+
"sha256": "8a5ee386532ac7772563ced89cb644ffb1eb00087d7c77ee1a661de88ce717b3"
|
|
1833
1848
|
},
|
|
1834
1849
|
{
|
|
1835
1850
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py",
|
|
1836
|
-
"bytes":
|
|
1837
|
-
"sha256": "
|
|
1851
|
+
"bytes": 296657,
|
|
1852
|
+
"sha256": "7d4f476d8117a6b9d264a71f8300f229bf511dd9e1fb2b29636990c16c6d197d"
|
|
1838
1853
|
},
|
|
1839
1854
|
{
|
|
1840
1855
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py",
|
|
1841
|
-
"bytes":
|
|
1842
|
-
"sha256": "
|
|
1856
|
+
"bytes": 85311,
|
|
1857
|
+
"sha256": "8fc0f350f55fa068b4b69854fb81f3b45fbace5bf384f900a63aeb9adfd87c1b"
|
|
1843
1858
|
},
|
|
1844
1859
|
{
|
|
1845
1860
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -2223,8 +2238,13 @@
|
|
|
2223
2238
|
},
|
|
2224
2239
|
{
|
|
2225
2240
|
"path": "skills/loom-init/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
2226
|
-
"bytes":
|
|
2227
|
-
"sha256": "
|
|
2241
|
+
"bytes": 3365,
|
|
2242
|
+
"sha256": "a1a9f4e9d97db6a0b0e0b6f8c097b64b6e5122e35a08b1759fa343ffca667a0c"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"path": "skills/loom-init/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
2246
|
+
"bytes": 3860,
|
|
2247
|
+
"sha256": "814773c73c875472b6c5dc5e078268f5266bec105e14ca4bb94da9a55db978ac"
|
|
2228
2248
|
},
|
|
2229
2249
|
{
|
|
2230
2250
|
"path": "skills/loom-init/.loom-runtime/shared/references/adoption/github-profile-upgrade.md",
|
|
@@ -2378,8 +2398,8 @@
|
|
|
2378
2398
|
},
|
|
2379
2399
|
{
|
|
2380
2400
|
"path": "skills/loom-init/.loom-runtime/shared/references/harness/runtime-state.md",
|
|
2381
|
-
"bytes":
|
|
2382
|
-
"sha256": "
|
|
2401
|
+
"bytes": 3416,
|
|
2402
|
+
"sha256": "b53b5ce340f54dd25f15d68f5a637d8ea55ca8420d843031b3ed61cd1be43593"
|
|
2383
2403
|
},
|
|
2384
2404
|
{
|
|
2385
2405
|
"path": "skills/loom-init/.loom-runtime/shared/references/harness/status-surface-contract.md",
|
|
@@ -2438,23 +2458,23 @@
|
|
|
2438
2458
|
},
|
|
2439
2459
|
{
|
|
2440
2460
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py",
|
|
2441
|
-
"bytes":
|
|
2442
|
-
"sha256": "
|
|
2461
|
+
"bytes": 56137,
|
|
2462
|
+
"sha256": "2f873ee4ddd170af4a835da24bafa59f6e5561ee74360faf71e98e8480100a72"
|
|
2443
2463
|
},
|
|
2444
2464
|
{
|
|
2445
2465
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/loom_check.py",
|
|
2446
|
-
"bytes":
|
|
2447
|
-
"sha256": "
|
|
2466
|
+
"bytes": 297968,
|
|
2467
|
+
"sha256": "8a5ee386532ac7772563ced89cb644ffb1eb00087d7c77ee1a661de88ce717b3"
|
|
2448
2468
|
},
|
|
2449
2469
|
{
|
|
2450
2470
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py",
|
|
2451
|
-
"bytes":
|
|
2452
|
-
"sha256": "
|
|
2471
|
+
"bytes": 296657,
|
|
2472
|
+
"sha256": "7d4f476d8117a6b9d264a71f8300f229bf511dd9e1fb2b29636990c16c6d197d"
|
|
2453
2473
|
},
|
|
2454
2474
|
{
|
|
2455
2475
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/loom_init.py",
|
|
2456
|
-
"bytes":
|
|
2457
|
-
"sha256": "
|
|
2476
|
+
"bytes": 85311,
|
|
2477
|
+
"sha256": "8fc0f350f55fa068b4b69854fb81f3b45fbace5bf384f900a63aeb9adfd87c1b"
|
|
2458
2478
|
},
|
|
2459
2479
|
{
|
|
2460
2480
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -2843,8 +2863,13 @@
|
|
|
2843
2863
|
},
|
|
2844
2864
|
{
|
|
2845
2865
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
2846
|
-
"bytes":
|
|
2847
|
-
"sha256": "
|
|
2866
|
+
"bytes": 3365,
|
|
2867
|
+
"sha256": "a1a9f4e9d97db6a0b0e0b6f8c097b64b6e5122e35a08b1759fa343ffca667a0c"
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
2871
|
+
"bytes": 3860,
|
|
2872
|
+
"sha256": "814773c73c875472b6c5dc5e078268f5266bec105e14ca4bb94da9a55db978ac"
|
|
2848
2873
|
},
|
|
2849
2874
|
{
|
|
2850
2875
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/github-profile-upgrade.md",
|
|
@@ -2998,8 +3023,8 @@
|
|
|
2998
3023
|
},
|
|
2999
3024
|
{
|
|
3000
3025
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/references/harness/runtime-state.md",
|
|
3001
|
-
"bytes":
|
|
3002
|
-
"sha256": "
|
|
3026
|
+
"bytes": 3416,
|
|
3027
|
+
"sha256": "b53b5ce340f54dd25f15d68f5a637d8ea55ca8420d843031b3ed61cd1be43593"
|
|
3003
3028
|
},
|
|
3004
3029
|
{
|
|
3005
3030
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface-contract.md",
|
|
@@ -3058,23 +3083,23 @@
|
|
|
3058
3083
|
},
|
|
3059
3084
|
{
|
|
3060
3085
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py",
|
|
3061
|
-
"bytes":
|
|
3062
|
-
"sha256": "
|
|
3086
|
+
"bytes": 56137,
|
|
3087
|
+
"sha256": "2f873ee4ddd170af4a835da24bafa59f6e5561ee74360faf71e98e8480100a72"
|
|
3063
3088
|
},
|
|
3064
3089
|
{
|
|
3065
3090
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py",
|
|
3066
|
-
"bytes":
|
|
3067
|
-
"sha256": "
|
|
3091
|
+
"bytes": 297968,
|
|
3092
|
+
"sha256": "8a5ee386532ac7772563ced89cb644ffb1eb00087d7c77ee1a661de88ce717b3"
|
|
3068
3093
|
},
|
|
3069
3094
|
{
|
|
3070
3095
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py",
|
|
3071
|
-
"bytes":
|
|
3072
|
-
"sha256": "
|
|
3096
|
+
"bytes": 296657,
|
|
3097
|
+
"sha256": "7d4f476d8117a6b9d264a71f8300f229bf511dd9e1fb2b29636990c16c6d197d"
|
|
3073
3098
|
},
|
|
3074
3099
|
{
|
|
3075
3100
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py",
|
|
3076
|
-
"bytes":
|
|
3077
|
-
"sha256": "
|
|
3101
|
+
"bytes": 85311,
|
|
3102
|
+
"sha256": "8fc0f350f55fa068b4b69854fb81f3b45fbace5bf384f900a63aeb9adfd87c1b"
|
|
3078
3103
|
},
|
|
3079
3104
|
{
|
|
3080
3105
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -3458,8 +3483,13 @@
|
|
|
3458
3483
|
},
|
|
3459
3484
|
{
|
|
3460
3485
|
"path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
3461
|
-
"bytes":
|
|
3462
|
-
"sha256": "
|
|
3486
|
+
"bytes": 3365,
|
|
3487
|
+
"sha256": "a1a9f4e9d97db6a0b0e0b6f8c097b64b6e5122e35a08b1759fa343ffca667a0c"
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
3491
|
+
"bytes": 3860,
|
|
3492
|
+
"sha256": "814773c73c875472b6c5dc5e078268f5266bec105e14ca4bb94da9a55db978ac"
|
|
3463
3493
|
},
|
|
3464
3494
|
{
|
|
3465
3495
|
"path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/github-profile-upgrade.md",
|
|
@@ -3613,8 +3643,8 @@
|
|
|
3613
3643
|
},
|
|
3614
3644
|
{
|
|
3615
3645
|
"path": "skills/loom-pre-review/.loom-runtime/shared/references/harness/runtime-state.md",
|
|
3616
|
-
"bytes":
|
|
3617
|
-
"sha256": "
|
|
3646
|
+
"bytes": 3416,
|
|
3647
|
+
"sha256": "b53b5ce340f54dd25f15d68f5a637d8ea55ca8420d843031b3ed61cd1be43593"
|
|
3618
3648
|
},
|
|
3619
3649
|
{
|
|
3620
3650
|
"path": "skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface-contract.md",
|
|
@@ -3673,23 +3703,23 @@
|
|
|
3673
3703
|
},
|
|
3674
3704
|
{
|
|
3675
3705
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py",
|
|
3676
|
-
"bytes":
|
|
3677
|
-
"sha256": "
|
|
3706
|
+
"bytes": 56137,
|
|
3707
|
+
"sha256": "2f873ee4ddd170af4a835da24bafa59f6e5561ee74360faf71e98e8480100a72"
|
|
3678
3708
|
},
|
|
3679
3709
|
{
|
|
3680
3710
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py",
|
|
3681
|
-
"bytes":
|
|
3682
|
-
"sha256": "
|
|
3711
|
+
"bytes": 297968,
|
|
3712
|
+
"sha256": "8a5ee386532ac7772563ced89cb644ffb1eb00087d7c77ee1a661de88ce717b3"
|
|
3683
3713
|
},
|
|
3684
3714
|
{
|
|
3685
3715
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py",
|
|
3686
|
-
"bytes":
|
|
3687
|
-
"sha256": "
|
|
3716
|
+
"bytes": 296657,
|
|
3717
|
+
"sha256": "7d4f476d8117a6b9d264a71f8300f229bf511dd9e1fb2b29636990c16c6d197d"
|
|
3688
3718
|
},
|
|
3689
3719
|
{
|
|
3690
3720
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py",
|
|
3691
|
-
"bytes":
|
|
3692
|
-
"sha256": "
|
|
3721
|
+
"bytes": 85311,
|
|
3722
|
+
"sha256": "8fc0f350f55fa068b4b69854fb81f3b45fbace5bf384f900a63aeb9adfd87c1b"
|
|
3693
3723
|
},
|
|
3694
3724
|
{
|
|
3695
3725
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -4073,8 +4103,13 @@
|
|
|
4073
4103
|
},
|
|
4074
4104
|
{
|
|
4075
4105
|
"path": "skills/loom-resume/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
4076
|
-
"bytes":
|
|
4077
|
-
"sha256": "
|
|
4106
|
+
"bytes": 3365,
|
|
4107
|
+
"sha256": "a1a9f4e9d97db6a0b0e0b6f8c097b64b6e5122e35a08b1759fa343ffca667a0c"
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"path": "skills/loom-resume/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
4111
|
+
"bytes": 3860,
|
|
4112
|
+
"sha256": "814773c73c875472b6c5dc5e078268f5266bec105e14ca4bb94da9a55db978ac"
|
|
4078
4113
|
},
|
|
4079
4114
|
{
|
|
4080
4115
|
"path": "skills/loom-resume/.loom-runtime/shared/references/adoption/github-profile-upgrade.md",
|
|
@@ -4228,8 +4263,8 @@
|
|
|
4228
4263
|
},
|
|
4229
4264
|
{
|
|
4230
4265
|
"path": "skills/loom-resume/.loom-runtime/shared/references/harness/runtime-state.md",
|
|
4231
|
-
"bytes":
|
|
4232
|
-
"sha256": "
|
|
4266
|
+
"bytes": 3416,
|
|
4267
|
+
"sha256": "b53b5ce340f54dd25f15d68f5a637d8ea55ca8420d843031b3ed61cd1be43593"
|
|
4233
4268
|
},
|
|
4234
4269
|
{
|
|
4235
4270
|
"path": "skills/loom-resume/.loom-runtime/shared/references/harness/status-surface-contract.md",
|
|
@@ -4288,23 +4323,23 @@
|
|
|
4288
4323
|
},
|
|
4289
4324
|
{
|
|
4290
4325
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py",
|
|
4291
|
-
"bytes":
|
|
4292
|
-
"sha256": "
|
|
4326
|
+
"bytes": 56137,
|
|
4327
|
+
"sha256": "2f873ee4ddd170af4a835da24bafa59f6e5561ee74360faf71e98e8480100a72"
|
|
4293
4328
|
},
|
|
4294
4329
|
{
|
|
4295
4330
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py",
|
|
4296
|
-
"bytes":
|
|
4297
|
-
"sha256": "
|
|
4331
|
+
"bytes": 297968,
|
|
4332
|
+
"sha256": "8a5ee386532ac7772563ced89cb644ffb1eb00087d7c77ee1a661de88ce717b3"
|
|
4298
4333
|
},
|
|
4299
4334
|
{
|
|
4300
4335
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py",
|
|
4301
|
-
"bytes":
|
|
4302
|
-
"sha256": "
|
|
4336
|
+
"bytes": 296657,
|
|
4337
|
+
"sha256": "7d4f476d8117a6b9d264a71f8300f229bf511dd9e1fb2b29636990c16c6d197d"
|
|
4303
4338
|
},
|
|
4304
4339
|
{
|
|
4305
4340
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py",
|
|
4306
|
-
"bytes":
|
|
4307
|
-
"sha256": "
|
|
4341
|
+
"bytes": 85311,
|
|
4342
|
+
"sha256": "8fc0f350f55fa068b4b69854fb81f3b45fbace5bf384f900a63aeb9adfd87c1b"
|
|
4308
4343
|
},
|
|
4309
4344
|
{
|
|
4310
4345
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -4688,8 +4723,13 @@
|
|
|
4688
4723
|
},
|
|
4689
4724
|
{
|
|
4690
4725
|
"path": "skills/loom-retire/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
4691
|
-
"bytes":
|
|
4692
|
-
"sha256": "
|
|
4726
|
+
"bytes": 3365,
|
|
4727
|
+
"sha256": "a1a9f4e9d97db6a0b0e0b6f8c097b64b6e5122e35a08b1759fa343ffca667a0c"
|
|
4728
|
+
},
|
|
4729
|
+
{
|
|
4730
|
+
"path": "skills/loom-retire/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
4731
|
+
"bytes": 3860,
|
|
4732
|
+
"sha256": "814773c73c875472b6c5dc5e078268f5266bec105e14ca4bb94da9a55db978ac"
|
|
4693
4733
|
},
|
|
4694
4734
|
{
|
|
4695
4735
|
"path": "skills/loom-retire/.loom-runtime/shared/references/adoption/github-profile-upgrade.md",
|
|
@@ -4843,8 +4883,8 @@
|
|
|
4843
4883
|
},
|
|
4844
4884
|
{
|
|
4845
4885
|
"path": "skills/loom-retire/.loom-runtime/shared/references/harness/runtime-state.md",
|
|
4846
|
-
"bytes":
|
|
4847
|
-
"sha256": "
|
|
4886
|
+
"bytes": 3416,
|
|
4887
|
+
"sha256": "b53b5ce340f54dd25f15d68f5a637d8ea55ca8420d843031b3ed61cd1be43593"
|
|
4848
4888
|
},
|
|
4849
4889
|
{
|
|
4850
4890
|
"path": "skills/loom-retire/.loom-runtime/shared/references/harness/status-surface-contract.md",
|
|
@@ -4903,23 +4943,23 @@
|
|
|
4903
4943
|
},
|
|
4904
4944
|
{
|
|
4905
4945
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py",
|
|
4906
|
-
"bytes":
|
|
4907
|
-
"sha256": "
|
|
4946
|
+
"bytes": 56137,
|
|
4947
|
+
"sha256": "2f873ee4ddd170af4a835da24bafa59f6e5561ee74360faf71e98e8480100a72"
|
|
4908
4948
|
},
|
|
4909
4949
|
{
|
|
4910
4950
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py",
|
|
4911
|
-
"bytes":
|
|
4912
|
-
"sha256": "
|
|
4951
|
+
"bytes": 297968,
|
|
4952
|
+
"sha256": "8a5ee386532ac7772563ced89cb644ffb1eb00087d7c77ee1a661de88ce717b3"
|
|
4913
4953
|
},
|
|
4914
4954
|
{
|
|
4915
4955
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py",
|
|
4916
|
-
"bytes":
|
|
4917
|
-
"sha256": "
|
|
4956
|
+
"bytes": 296657,
|
|
4957
|
+
"sha256": "7d4f476d8117a6b9d264a71f8300f229bf511dd9e1fb2b29636990c16c6d197d"
|
|
4918
4958
|
},
|
|
4919
4959
|
{
|
|
4920
4960
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py",
|
|
4921
|
-
"bytes":
|
|
4922
|
-
"sha256": "
|
|
4961
|
+
"bytes": 85311,
|
|
4962
|
+
"sha256": "8fc0f350f55fa068b4b69854fb81f3b45fbace5bf384f900a63aeb9adfd87c1b"
|
|
4923
4963
|
},
|
|
4924
4964
|
{
|
|
4925
4965
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -5303,8 +5343,13 @@
|
|
|
5303
5343
|
},
|
|
5304
5344
|
{
|
|
5305
5345
|
"path": "skills/loom-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
5306
|
-
"bytes":
|
|
5307
|
-
"sha256": "
|
|
5346
|
+
"bytes": 3365,
|
|
5347
|
+
"sha256": "a1a9f4e9d97db6a0b0e0b6f8c097b64b6e5122e35a08b1759fa343ffca667a0c"
|
|
5348
|
+
},
|
|
5349
|
+
{
|
|
5350
|
+
"path": "skills/loom-review/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
5351
|
+
"bytes": 3860,
|
|
5352
|
+
"sha256": "814773c73c875472b6c5dc5e078268f5266bec105e14ca4bb94da9a55db978ac"
|
|
5308
5353
|
},
|
|
5309
5354
|
{
|
|
5310
5355
|
"path": "skills/loom-review/.loom-runtime/shared/references/adoption/github-profile-upgrade.md",
|
|
@@ -5458,8 +5503,8 @@
|
|
|
5458
5503
|
},
|
|
5459
5504
|
{
|
|
5460
5505
|
"path": "skills/loom-review/.loom-runtime/shared/references/harness/runtime-state.md",
|
|
5461
|
-
"bytes":
|
|
5462
|
-
"sha256": "
|
|
5506
|
+
"bytes": 3416,
|
|
5507
|
+
"sha256": "b53b5ce340f54dd25f15d68f5a637d8ea55ca8420d843031b3ed61cd1be43593"
|
|
5463
5508
|
},
|
|
5464
5509
|
{
|
|
5465
5510
|
"path": "skills/loom-review/.loom-runtime/shared/references/harness/status-surface-contract.md",
|
|
@@ -5518,23 +5563,23 @@
|
|
|
5518
5563
|
},
|
|
5519
5564
|
{
|
|
5520
5565
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py",
|
|
5521
|
-
"bytes":
|
|
5522
|
-
"sha256": "
|
|
5566
|
+
"bytes": 56137,
|
|
5567
|
+
"sha256": "2f873ee4ddd170af4a835da24bafa59f6e5561ee74360faf71e98e8480100a72"
|
|
5523
5568
|
},
|
|
5524
5569
|
{
|
|
5525
5570
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/loom_check.py",
|
|
5526
|
-
"bytes":
|
|
5527
|
-
"sha256": "
|
|
5571
|
+
"bytes": 297968,
|
|
5572
|
+
"sha256": "8a5ee386532ac7772563ced89cb644ffb1eb00087d7c77ee1a661de88ce717b3"
|
|
5528
5573
|
},
|
|
5529
5574
|
{
|
|
5530
5575
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py",
|
|
5531
|
-
"bytes":
|
|
5532
|
-
"sha256": "
|
|
5576
|
+
"bytes": 296657,
|
|
5577
|
+
"sha256": "7d4f476d8117a6b9d264a71f8300f229bf511dd9e1fb2b29636990c16c6d197d"
|
|
5533
5578
|
},
|
|
5534
5579
|
{
|
|
5535
5580
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/loom_init.py",
|
|
5536
|
-
"bytes":
|
|
5537
|
-
"sha256": "
|
|
5581
|
+
"bytes": 85311,
|
|
5582
|
+
"sha256": "8fc0f350f55fa068b4b69854fb81f3b45fbace5bf384f900a63aeb9adfd87c1b"
|
|
5538
5583
|
},
|
|
5539
5584
|
{
|
|
5540
5585
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -5918,8 +5963,13 @@
|
|
|
5918
5963
|
},
|
|
5919
5964
|
{
|
|
5920
5965
|
"path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
5921
|
-
"bytes":
|
|
5922
|
-
"sha256": "
|
|
5966
|
+
"bytes": 3365,
|
|
5967
|
+
"sha256": "a1a9f4e9d97db6a0b0e0b6f8c097b64b6e5122e35a08b1759fa343ffca667a0c"
|
|
5968
|
+
},
|
|
5969
|
+
{
|
|
5970
|
+
"path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
5971
|
+
"bytes": 3860,
|
|
5972
|
+
"sha256": "814773c73c875472b6c5dc5e078268f5266bec105e14ca4bb94da9a55db978ac"
|
|
5923
5973
|
},
|
|
5924
5974
|
{
|
|
5925
5975
|
"path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/github-profile-upgrade.md",
|
|
@@ -6073,8 +6123,8 @@
|
|
|
6073
6123
|
},
|
|
6074
6124
|
{
|
|
6075
6125
|
"path": "skills/loom-spec-review/.loom-runtime/shared/references/harness/runtime-state.md",
|
|
6076
|
-
"bytes":
|
|
6077
|
-
"sha256": "
|
|
6126
|
+
"bytes": 3416,
|
|
6127
|
+
"sha256": "b53b5ce340f54dd25f15d68f5a637d8ea55ca8420d843031b3ed61cd1be43593"
|
|
6078
6128
|
},
|
|
6079
6129
|
{
|
|
6080
6130
|
"path": "skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface-contract.md",
|
|
@@ -6133,23 +6183,23 @@
|
|
|
6133
6183
|
},
|
|
6134
6184
|
{
|
|
6135
6185
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py",
|
|
6136
|
-
"bytes":
|
|
6137
|
-
"sha256": "
|
|
6186
|
+
"bytes": 56137,
|
|
6187
|
+
"sha256": "2f873ee4ddd170af4a835da24bafa59f6e5561ee74360faf71e98e8480100a72"
|
|
6138
6188
|
},
|
|
6139
6189
|
{
|
|
6140
6190
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py",
|
|
6141
|
-
"bytes":
|
|
6142
|
-
"sha256": "
|
|
6191
|
+
"bytes": 297968,
|
|
6192
|
+
"sha256": "8a5ee386532ac7772563ced89cb644ffb1eb00087d7c77ee1a661de88ce717b3"
|
|
6143
6193
|
},
|
|
6144
6194
|
{
|
|
6145
6195
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py",
|
|
6146
|
-
"bytes":
|
|
6147
|
-
"sha256": "
|
|
6196
|
+
"bytes": 296657,
|
|
6197
|
+
"sha256": "7d4f476d8117a6b9d264a71f8300f229bf511dd9e1fb2b29636990c16c6d197d"
|
|
6148
6198
|
},
|
|
6149
6199
|
{
|
|
6150
6200
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py",
|
|
6151
|
-
"bytes":
|
|
6152
|
-
"sha256": "
|
|
6201
|
+
"bytes": 85311,
|
|
6202
|
+
"sha256": "8fc0f350f55fa068b4b69854fb81f3b45fbace5bf384f900a63aeb9adfd87c1b"
|
|
6153
6203
|
},
|
|
6154
6204
|
{
|
|
6155
6205
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
本文件定义 Loom 面向成熟既有治理重仓的默认接入策略。
|
|
4
4
|
|
|
5
|
-
它不替代
|
|
5
|
+
它不替代 [lightweight-retrofit-default.md](./lightweight-retrofit-default.md),而是作为 `complex-existing` 下的保守 attach path,服务已经拥有稳定根规则、统一验证入口与沉重 repo-specific gates 的仓库。
|
|
6
6
|
|
|
7
7
|
## 1. 适用场景
|
|
8
8
|
|
|
9
9
|
当目标仓库同时满足以下条件时,默认采用本策略:
|
|
10
10
|
|
|
11
|
-
- 属于既有仓库,且 `loom-init` 判断仍为
|
|
12
|
-
-
|
|
11
|
+
- 属于既有仓库,且 `loom-init` 判断仍为 `complex-existing`
|
|
12
|
+
- 已有清晰的根级边界文档,例如 `AGENTS.md`、`WORKFLOW.md` 或等价根规则
|
|
13
13
|
- 已有统一的仓库级验证入口
|
|
14
14
|
- 已出现 `merge_review_semantic_overload`
|
|
15
15
|
- 当前复杂度主要来自 review / guardian 负载、repo-specific gates、retained host actions 或 repo-native carriers,而不是 Loom 缺少 recovery/status carriers
|
|
@@ -44,6 +44,8 @@
|
|
|
44
44
|
- 保留 repo-native carriers
|
|
45
45
|
- 只追加 Loom-owned attach metadata 与 companion 入口
|
|
46
46
|
|
|
47
|
+
换句话说,Loom 这一步接管的是入口与读面,不是宿主动作底层实现。
|
|
48
|
+
|
|
47
49
|
## 5. 默认不装配
|
|
48
50
|
|
|
49
51
|
第一轮默认不装配:
|
|
@@ -60,5 +62,18 @@
|
|
|
60
62
|
|
|
61
63
|
- 当前仓库需要 Loom-owned recovery carrier 承接多轮执行停点
|
|
62
64
|
- repo-native carriers 无法稳定承接 recovery / review / closeout 真相
|
|
63
|
-
- companion 之外还需要 Loom-owned
|
|
65
|
+
- companion 之外还需要 Loom-owned status surface 承接统一读面
|
|
64
66
|
- repo-local attach 入口已经稳定,但下一轮需要 typed machine contract、interop 或 shadow parity
|
|
67
|
+
|
|
68
|
+
## 7. Attach-only 之后的 external runtime 路径
|
|
69
|
+
|
|
70
|
+
成熟既有仓库第一轮可以继续提交 vendored `.loom/bin`,因为它提供可审计 runtime provenance。
|
|
71
|
+
|
|
72
|
+
只有在以下条件满足后,才应考虑 de-vendor:
|
|
73
|
+
|
|
74
|
+
- `.loom/companion` 与 `interop.json` 已稳定
|
|
75
|
+
- `runtime-state`、`governance-profile status`、`runtime-parity validate`、`shadow-parity` 都能读取同一治理载体
|
|
76
|
+
- external runtime locator 已按 [external-runtime-companion-contract.md](./external-runtime-companion-contract.md) 版本化声明
|
|
77
|
+
- rollback 能回到 vendored `.loom/bin` 或重新 bootstrap
|
|
78
|
+
|
|
79
|
+
de-vendor 不得删除 repo-owned residue,也不得替代 guardian、integration contract、release / sprint 等仓库私有规则。
|