@mc-and-his-agents/loom-installer 0.1.57 → 0.1.58
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 +152 -102
- package/payload/plugin/loom/skills/install-layout.json +1 -0
- package/payload/plugin/loom/skills/shared/references/harness/workspace-profile.md +19 -0
- package/payload/plugin/loom/skills/shared/scripts/governance_surface.py +88 -0
- package/payload/plugin/loom/skills/shared/scripts/loom_check.py +44 -0
- package/payload/plugin/loom/skills/shared/scripts/loom_flow.py +41 -0
- package/payload/plugin/loom/skills/shared/scripts/loom_status.py +2 -0
- package/payload/skills/loom-adopt/.loom-runtime/install-layout.json +1 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/workspace-profile.md +19 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py +88 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +44 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py +41 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py +2 -0
- package/payload/skills/loom-handoff/.loom-runtime/install-layout.json +1 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/workspace-profile.md +19 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py +88 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +44 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py +41 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py +2 -0
- package/payload/skills/loom-init/.loom-runtime/install-layout.json +1 -0
- package/payload/skills/loom-init/.loom-runtime/shared/references/harness/workspace-profile.md +19 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py +88 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +44 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py +41 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_status.py +2 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/install-layout.json +1 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/workspace-profile.md +19 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py +88 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +44 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py +41 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py +2 -0
- package/payload/skills/loom-pre-review/.loom-runtime/install-layout.json +1 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/workspace-profile.md +19 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py +88 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +44 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py +41 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py +2 -0
- package/payload/skills/loom-resume/.loom-runtime/install-layout.json +1 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/workspace-profile.md +19 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py +88 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +44 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py +41 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py +2 -0
- package/payload/skills/loom-retire/.loom-runtime/install-layout.json +1 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/workspace-profile.md +19 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py +88 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +44 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py +41 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py +2 -0
- package/payload/skills/loom-review/.loom-runtime/install-layout.json +1 -0
- package/payload/skills/loom-review/.loom-runtime/shared/references/harness/workspace-profile.md +19 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py +88 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +44 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py +41 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_status.py +2 -0
- package/payload/skills/loom-spec-review/.loom-runtime/install-layout.json +1 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/workspace-profile.md +19 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py +88 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +44 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py +41 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.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": "2dd1bec7d151b3e5aea2404127bf3ccd79367982",
|
|
6
6
|
"source_ref": "main",
|
|
7
|
-
"built_at": "2026-04-
|
|
7
|
+
"built_at": "2026-04-29T19:01:31+08:00",
|
|
8
8
|
"runtime": {
|
|
9
9
|
"python_minimum": "3.10",
|
|
10
10
|
"python_recommended": "3.11+"
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "plugin/loom/skills/install-layout.json",
|
|
86
|
-
"bytes":
|
|
87
|
-
"sha256": "
|
|
86
|
+
"bytes": 4468,
|
|
87
|
+
"sha256": "cb484c3b3a1684b4f3d38efad8d9107086384d79a12f2c6ad907127dd1f0f4c3"
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"path": "plugin/loom/skills/loom-adopt/agents/openai.yaml",
|
|
@@ -601,6 +601,11 @@
|
|
|
601
601
|
"bytes": 1692,
|
|
602
602
|
"sha256": "8bea0fa99fea497cd6141ce790201bd231f5cec1dc5a04a3d456729cbd58aa2c"
|
|
603
603
|
},
|
|
604
|
+
{
|
|
605
|
+
"path": "plugin/loom/skills/shared/references/harness/workspace-profile.md",
|
|
606
|
+
"bytes": 775,
|
|
607
|
+
"sha256": "bd1c3bd02576f349688e4c6299bd53cb4a90fd774eba67d1678e822e666005de"
|
|
608
|
+
},
|
|
604
609
|
{
|
|
605
610
|
"path": "plugin/loom/skills/shared/references/templates/implementation-contract-template.md",
|
|
606
611
|
"bytes": 1037,
|
|
@@ -633,18 +638,18 @@
|
|
|
633
638
|
},
|
|
634
639
|
{
|
|
635
640
|
"path": "plugin/loom/skills/shared/scripts/governance_surface.py",
|
|
636
|
-
"bytes":
|
|
637
|
-
"sha256": "
|
|
641
|
+
"bytes": 64781,
|
|
642
|
+
"sha256": "ef6757f6aa1e2e1615858ab755b00aae49f711b9f8c47f80bc3bd4539cd38a33"
|
|
638
643
|
},
|
|
639
644
|
{
|
|
640
645
|
"path": "plugin/loom/skills/shared/scripts/loom_check.py",
|
|
641
|
-
"bytes":
|
|
642
|
-
"sha256": "
|
|
646
|
+
"bytes": 404228,
|
|
647
|
+
"sha256": "271a4d11844e45f8e343138107c315bde22edc697b22547907d6a9316457e2d5"
|
|
643
648
|
},
|
|
644
649
|
{
|
|
645
650
|
"path": "plugin/loom/skills/shared/scripts/loom_flow.py",
|
|
646
|
-
"bytes":
|
|
647
|
-
"sha256": "
|
|
651
|
+
"bytes": 374648,
|
|
652
|
+
"sha256": "5f15aa05f534809bac6f83997da51c96a1d324a4ee99ea62611bfb08ae393016"
|
|
648
653
|
},
|
|
649
654
|
{
|
|
650
655
|
"path": "plugin/loom/skills/shared/scripts/loom_init.py",
|
|
@@ -653,8 +658,8 @@
|
|
|
653
658
|
},
|
|
654
659
|
{
|
|
655
660
|
"path": "plugin/loom/skills/shared/scripts/loom_status.py",
|
|
656
|
-
"bytes":
|
|
657
|
-
"sha256": "
|
|
661
|
+
"bytes": 19783,
|
|
662
|
+
"sha256": "e5d76b6958b6129b1ba92843e2515ce0d90b293bb586f544e4ffa6e766c4e362"
|
|
658
663
|
},
|
|
659
664
|
{
|
|
660
665
|
"path": "plugin/loom/skills/shared/scripts/runtime_paths.py",
|
|
@@ -678,8 +683,8 @@
|
|
|
678
683
|
},
|
|
679
684
|
{
|
|
680
685
|
"path": "skills/loom-adopt/.loom-runtime/install-layout.json",
|
|
681
|
-
"bytes":
|
|
682
|
-
"sha256": "
|
|
686
|
+
"bytes": 4468,
|
|
687
|
+
"sha256": "cb484c3b3a1684b4f3d38efad8d9107086384d79a12f2c6ad907127dd1f0f4c3"
|
|
683
688
|
},
|
|
684
689
|
{
|
|
685
690
|
"path": "skills/loom-adopt/.loom-runtime/loom-adopt/agents/openai.yaml",
|
|
@@ -1196,6 +1201,11 @@
|
|
|
1196
1201
|
"bytes": 1692,
|
|
1197
1202
|
"sha256": "8bea0fa99fea497cd6141ce790201bd231f5cec1dc5a04a3d456729cbd58aa2c"
|
|
1198
1203
|
},
|
|
1204
|
+
{
|
|
1205
|
+
"path": "skills/loom-adopt/.loom-runtime/shared/references/harness/workspace-profile.md",
|
|
1206
|
+
"bytes": 775,
|
|
1207
|
+
"sha256": "bd1c3bd02576f349688e4c6299bd53cb4a90fd774eba67d1678e822e666005de"
|
|
1208
|
+
},
|
|
1199
1209
|
{
|
|
1200
1210
|
"path": "skills/loom-adopt/.loom-runtime/shared/references/templates/implementation-contract-template.md",
|
|
1201
1211
|
"bytes": 1037,
|
|
@@ -1228,18 +1238,18 @@
|
|
|
1228
1238
|
},
|
|
1229
1239
|
{
|
|
1230
1240
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py",
|
|
1231
|
-
"bytes":
|
|
1232
|
-
"sha256": "
|
|
1241
|
+
"bytes": 64781,
|
|
1242
|
+
"sha256": "ef6757f6aa1e2e1615858ab755b00aae49f711b9f8c47f80bc3bd4539cd38a33"
|
|
1233
1243
|
},
|
|
1234
1244
|
{
|
|
1235
1245
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py",
|
|
1236
|
-
"bytes":
|
|
1237
|
-
"sha256": "
|
|
1246
|
+
"bytes": 404228,
|
|
1247
|
+
"sha256": "271a4d11844e45f8e343138107c315bde22edc697b22547907d6a9316457e2d5"
|
|
1238
1248
|
},
|
|
1239
1249
|
{
|
|
1240
1250
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py",
|
|
1241
|
-
"bytes":
|
|
1242
|
-
"sha256": "
|
|
1251
|
+
"bytes": 374648,
|
|
1252
|
+
"sha256": "5f15aa05f534809bac6f83997da51c96a1d324a4ee99ea62611bfb08ae393016"
|
|
1243
1253
|
},
|
|
1244
1254
|
{
|
|
1245
1255
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py",
|
|
@@ -1248,8 +1258,8 @@
|
|
|
1248
1258
|
},
|
|
1249
1259
|
{
|
|
1250
1260
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py",
|
|
1251
|
-
"bytes":
|
|
1252
|
-
"sha256": "
|
|
1261
|
+
"bytes": 19783,
|
|
1262
|
+
"sha256": "e5d76b6958b6129b1ba92843e2515ce0d90b293bb586f544e4ffa6e766c4e362"
|
|
1253
1263
|
},
|
|
1254
1264
|
{
|
|
1255
1265
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/runtime_paths.py",
|
|
@@ -1303,8 +1313,8 @@
|
|
|
1303
1313
|
},
|
|
1304
1314
|
{
|
|
1305
1315
|
"path": "skills/loom-handoff/.loom-runtime/install-layout.json",
|
|
1306
|
-
"bytes":
|
|
1307
|
-
"sha256": "
|
|
1316
|
+
"bytes": 4468,
|
|
1317
|
+
"sha256": "cb484c3b3a1684b4f3d38efad8d9107086384d79a12f2c6ad907127dd1f0f4c3"
|
|
1308
1318
|
},
|
|
1309
1319
|
{
|
|
1310
1320
|
"path": "skills/loom-handoff/.loom-runtime/loom-adopt/agents/openai.yaml",
|
|
@@ -1821,6 +1831,11 @@
|
|
|
1821
1831
|
"bytes": 1692,
|
|
1822
1832
|
"sha256": "8bea0fa99fea497cd6141ce790201bd231f5cec1dc5a04a3d456729cbd58aa2c"
|
|
1823
1833
|
},
|
|
1834
|
+
{
|
|
1835
|
+
"path": "skills/loom-handoff/.loom-runtime/shared/references/harness/workspace-profile.md",
|
|
1836
|
+
"bytes": 775,
|
|
1837
|
+
"sha256": "bd1c3bd02576f349688e4c6299bd53cb4a90fd774eba67d1678e822e666005de"
|
|
1838
|
+
},
|
|
1824
1839
|
{
|
|
1825
1840
|
"path": "skills/loom-handoff/.loom-runtime/shared/references/templates/implementation-contract-template.md",
|
|
1826
1841
|
"bytes": 1037,
|
|
@@ -1853,18 +1868,18 @@
|
|
|
1853
1868
|
},
|
|
1854
1869
|
{
|
|
1855
1870
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py",
|
|
1856
|
-
"bytes":
|
|
1857
|
-
"sha256": "
|
|
1871
|
+
"bytes": 64781,
|
|
1872
|
+
"sha256": "ef6757f6aa1e2e1615858ab755b00aae49f711b9f8c47f80bc3bd4539cd38a33"
|
|
1858
1873
|
},
|
|
1859
1874
|
{
|
|
1860
1875
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py",
|
|
1861
|
-
"bytes":
|
|
1862
|
-
"sha256": "
|
|
1876
|
+
"bytes": 404228,
|
|
1877
|
+
"sha256": "271a4d11844e45f8e343138107c315bde22edc697b22547907d6a9316457e2d5"
|
|
1863
1878
|
},
|
|
1864
1879
|
{
|
|
1865
1880
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py",
|
|
1866
|
-
"bytes":
|
|
1867
|
-
"sha256": "
|
|
1881
|
+
"bytes": 374648,
|
|
1882
|
+
"sha256": "5f15aa05f534809bac6f83997da51c96a1d324a4ee99ea62611bfb08ae393016"
|
|
1868
1883
|
},
|
|
1869
1884
|
{
|
|
1870
1885
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py",
|
|
@@ -1873,8 +1888,8 @@
|
|
|
1873
1888
|
},
|
|
1874
1889
|
{
|
|
1875
1890
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py",
|
|
1876
|
-
"bytes":
|
|
1877
|
-
"sha256": "
|
|
1891
|
+
"bytes": 19783,
|
|
1892
|
+
"sha256": "e5d76b6958b6129b1ba92843e2515ce0d90b293bb586f544e4ffa6e766c4e362"
|
|
1878
1893
|
},
|
|
1879
1894
|
{
|
|
1880
1895
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/runtime_paths.py",
|
|
@@ -1928,8 +1943,8 @@
|
|
|
1928
1943
|
},
|
|
1929
1944
|
{
|
|
1930
1945
|
"path": "skills/loom-init/.loom-runtime/install-layout.json",
|
|
1931
|
-
"bytes":
|
|
1932
|
-
"sha256": "
|
|
1946
|
+
"bytes": 4468,
|
|
1947
|
+
"sha256": "cb484c3b3a1684b4f3d38efad8d9107086384d79a12f2c6ad907127dd1f0f4c3"
|
|
1933
1948
|
},
|
|
1934
1949
|
{
|
|
1935
1950
|
"path": "skills/loom-init/.loom-runtime/loom-adopt/agents/openai.yaml",
|
|
@@ -2446,6 +2461,11 @@
|
|
|
2446
2461
|
"bytes": 1692,
|
|
2447
2462
|
"sha256": "8bea0fa99fea497cd6141ce790201bd231f5cec1dc5a04a3d456729cbd58aa2c"
|
|
2448
2463
|
},
|
|
2464
|
+
{
|
|
2465
|
+
"path": "skills/loom-init/.loom-runtime/shared/references/harness/workspace-profile.md",
|
|
2466
|
+
"bytes": 775,
|
|
2467
|
+
"sha256": "bd1c3bd02576f349688e4c6299bd53cb4a90fd774eba67d1678e822e666005de"
|
|
2468
|
+
},
|
|
2449
2469
|
{
|
|
2450
2470
|
"path": "skills/loom-init/.loom-runtime/shared/references/templates/implementation-contract-template.md",
|
|
2451
2471
|
"bytes": 1037,
|
|
@@ -2478,18 +2498,18 @@
|
|
|
2478
2498
|
},
|
|
2479
2499
|
{
|
|
2480
2500
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py",
|
|
2481
|
-
"bytes":
|
|
2482
|
-
"sha256": "
|
|
2501
|
+
"bytes": 64781,
|
|
2502
|
+
"sha256": "ef6757f6aa1e2e1615858ab755b00aae49f711b9f8c47f80bc3bd4539cd38a33"
|
|
2483
2503
|
},
|
|
2484
2504
|
{
|
|
2485
2505
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/loom_check.py",
|
|
2486
|
-
"bytes":
|
|
2487
|
-
"sha256": "
|
|
2506
|
+
"bytes": 404228,
|
|
2507
|
+
"sha256": "271a4d11844e45f8e343138107c315bde22edc697b22547907d6a9316457e2d5"
|
|
2488
2508
|
},
|
|
2489
2509
|
{
|
|
2490
2510
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py",
|
|
2491
|
-
"bytes":
|
|
2492
|
-
"sha256": "
|
|
2511
|
+
"bytes": 374648,
|
|
2512
|
+
"sha256": "5f15aa05f534809bac6f83997da51c96a1d324a4ee99ea62611bfb08ae393016"
|
|
2493
2513
|
},
|
|
2494
2514
|
{
|
|
2495
2515
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/loom_init.py",
|
|
@@ -2498,8 +2518,8 @@
|
|
|
2498
2518
|
},
|
|
2499
2519
|
{
|
|
2500
2520
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/loom_status.py",
|
|
2501
|
-
"bytes":
|
|
2502
|
-
"sha256": "
|
|
2521
|
+
"bytes": 19783,
|
|
2522
|
+
"sha256": "e5d76b6958b6129b1ba92843e2515ce0d90b293bb586f544e4ffa6e766c4e362"
|
|
2503
2523
|
},
|
|
2504
2524
|
{
|
|
2505
2525
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/runtime_paths.py",
|
|
@@ -2558,8 +2578,8 @@
|
|
|
2558
2578
|
},
|
|
2559
2579
|
{
|
|
2560
2580
|
"path": "skills/loom-merge-ready/.loom-runtime/install-layout.json",
|
|
2561
|
-
"bytes":
|
|
2562
|
-
"sha256": "
|
|
2581
|
+
"bytes": 4468,
|
|
2582
|
+
"sha256": "cb484c3b3a1684b4f3d38efad8d9107086384d79a12f2c6ad907127dd1f0f4c3"
|
|
2563
2583
|
},
|
|
2564
2584
|
{
|
|
2565
2585
|
"path": "skills/loom-merge-ready/.loom-runtime/loom-adopt/agents/openai.yaml",
|
|
@@ -3076,6 +3096,11 @@
|
|
|
3076
3096
|
"bytes": 1692,
|
|
3077
3097
|
"sha256": "8bea0fa99fea497cd6141ce790201bd231f5cec1dc5a04a3d456729cbd58aa2c"
|
|
3078
3098
|
},
|
|
3099
|
+
{
|
|
3100
|
+
"path": "skills/loom-merge-ready/.loom-runtime/shared/references/harness/workspace-profile.md",
|
|
3101
|
+
"bytes": 775,
|
|
3102
|
+
"sha256": "bd1c3bd02576f349688e4c6299bd53cb4a90fd774eba67d1678e822e666005de"
|
|
3103
|
+
},
|
|
3079
3104
|
{
|
|
3080
3105
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/references/templates/implementation-contract-template.md",
|
|
3081
3106
|
"bytes": 1037,
|
|
@@ -3108,18 +3133,18 @@
|
|
|
3108
3133
|
},
|
|
3109
3134
|
{
|
|
3110
3135
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py",
|
|
3111
|
-
"bytes":
|
|
3112
|
-
"sha256": "
|
|
3136
|
+
"bytes": 64781,
|
|
3137
|
+
"sha256": "ef6757f6aa1e2e1615858ab755b00aae49f711b9f8c47f80bc3bd4539cd38a33"
|
|
3113
3138
|
},
|
|
3114
3139
|
{
|
|
3115
3140
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py",
|
|
3116
|
-
"bytes":
|
|
3117
|
-
"sha256": "
|
|
3141
|
+
"bytes": 404228,
|
|
3142
|
+
"sha256": "271a4d11844e45f8e343138107c315bde22edc697b22547907d6a9316457e2d5"
|
|
3118
3143
|
},
|
|
3119
3144
|
{
|
|
3120
3145
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py",
|
|
3121
|
-
"bytes":
|
|
3122
|
-
"sha256": "
|
|
3146
|
+
"bytes": 374648,
|
|
3147
|
+
"sha256": "5f15aa05f534809bac6f83997da51c96a1d324a4ee99ea62611bfb08ae393016"
|
|
3123
3148
|
},
|
|
3124
3149
|
{
|
|
3125
3150
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py",
|
|
@@ -3128,8 +3153,8 @@
|
|
|
3128
3153
|
},
|
|
3129
3154
|
{
|
|
3130
3155
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py",
|
|
3131
|
-
"bytes":
|
|
3132
|
-
"sha256": "
|
|
3156
|
+
"bytes": 19783,
|
|
3157
|
+
"sha256": "e5d76b6958b6129b1ba92843e2515ce0d90b293bb586f544e4ffa6e766c4e362"
|
|
3133
3158
|
},
|
|
3134
3159
|
{
|
|
3135
3160
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/runtime_paths.py",
|
|
@@ -3183,8 +3208,8 @@
|
|
|
3183
3208
|
},
|
|
3184
3209
|
{
|
|
3185
3210
|
"path": "skills/loom-pre-review/.loom-runtime/install-layout.json",
|
|
3186
|
-
"bytes":
|
|
3187
|
-
"sha256": "
|
|
3211
|
+
"bytes": 4468,
|
|
3212
|
+
"sha256": "cb484c3b3a1684b4f3d38efad8d9107086384d79a12f2c6ad907127dd1f0f4c3"
|
|
3188
3213
|
},
|
|
3189
3214
|
{
|
|
3190
3215
|
"path": "skills/loom-pre-review/.loom-runtime/loom-adopt/agents/openai.yaml",
|
|
@@ -3701,6 +3726,11 @@
|
|
|
3701
3726
|
"bytes": 1692,
|
|
3702
3727
|
"sha256": "8bea0fa99fea497cd6141ce790201bd231f5cec1dc5a04a3d456729cbd58aa2c"
|
|
3703
3728
|
},
|
|
3729
|
+
{
|
|
3730
|
+
"path": "skills/loom-pre-review/.loom-runtime/shared/references/harness/workspace-profile.md",
|
|
3731
|
+
"bytes": 775,
|
|
3732
|
+
"sha256": "bd1c3bd02576f349688e4c6299bd53cb4a90fd774eba67d1678e822e666005de"
|
|
3733
|
+
},
|
|
3704
3734
|
{
|
|
3705
3735
|
"path": "skills/loom-pre-review/.loom-runtime/shared/references/templates/implementation-contract-template.md",
|
|
3706
3736
|
"bytes": 1037,
|
|
@@ -3733,18 +3763,18 @@
|
|
|
3733
3763
|
},
|
|
3734
3764
|
{
|
|
3735
3765
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py",
|
|
3736
|
-
"bytes":
|
|
3737
|
-
"sha256": "
|
|
3766
|
+
"bytes": 64781,
|
|
3767
|
+
"sha256": "ef6757f6aa1e2e1615858ab755b00aae49f711b9f8c47f80bc3bd4539cd38a33"
|
|
3738
3768
|
},
|
|
3739
3769
|
{
|
|
3740
3770
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py",
|
|
3741
|
-
"bytes":
|
|
3742
|
-
"sha256": "
|
|
3771
|
+
"bytes": 404228,
|
|
3772
|
+
"sha256": "271a4d11844e45f8e343138107c315bde22edc697b22547907d6a9316457e2d5"
|
|
3743
3773
|
},
|
|
3744
3774
|
{
|
|
3745
3775
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py",
|
|
3746
|
-
"bytes":
|
|
3747
|
-
"sha256": "
|
|
3776
|
+
"bytes": 374648,
|
|
3777
|
+
"sha256": "5f15aa05f534809bac6f83997da51c96a1d324a4ee99ea62611bfb08ae393016"
|
|
3748
3778
|
},
|
|
3749
3779
|
{
|
|
3750
3780
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py",
|
|
@@ -3753,8 +3783,8 @@
|
|
|
3753
3783
|
},
|
|
3754
3784
|
{
|
|
3755
3785
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py",
|
|
3756
|
-
"bytes":
|
|
3757
|
-
"sha256": "
|
|
3786
|
+
"bytes": 19783,
|
|
3787
|
+
"sha256": "e5d76b6958b6129b1ba92843e2515ce0d90b293bb586f544e4ffa6e766c4e362"
|
|
3758
3788
|
},
|
|
3759
3789
|
{
|
|
3760
3790
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/runtime_paths.py",
|
|
@@ -3808,8 +3838,8 @@
|
|
|
3808
3838
|
},
|
|
3809
3839
|
{
|
|
3810
3840
|
"path": "skills/loom-resume/.loom-runtime/install-layout.json",
|
|
3811
|
-
"bytes":
|
|
3812
|
-
"sha256": "
|
|
3841
|
+
"bytes": 4468,
|
|
3842
|
+
"sha256": "cb484c3b3a1684b4f3d38efad8d9107086384d79a12f2c6ad907127dd1f0f4c3"
|
|
3813
3843
|
},
|
|
3814
3844
|
{
|
|
3815
3845
|
"path": "skills/loom-resume/.loom-runtime/loom-adopt/agents/openai.yaml",
|
|
@@ -4326,6 +4356,11 @@
|
|
|
4326
4356
|
"bytes": 1692,
|
|
4327
4357
|
"sha256": "8bea0fa99fea497cd6141ce790201bd231f5cec1dc5a04a3d456729cbd58aa2c"
|
|
4328
4358
|
},
|
|
4359
|
+
{
|
|
4360
|
+
"path": "skills/loom-resume/.loom-runtime/shared/references/harness/workspace-profile.md",
|
|
4361
|
+
"bytes": 775,
|
|
4362
|
+
"sha256": "bd1c3bd02576f349688e4c6299bd53cb4a90fd774eba67d1678e822e666005de"
|
|
4363
|
+
},
|
|
4329
4364
|
{
|
|
4330
4365
|
"path": "skills/loom-resume/.loom-runtime/shared/references/templates/implementation-contract-template.md",
|
|
4331
4366
|
"bytes": 1037,
|
|
@@ -4358,18 +4393,18 @@
|
|
|
4358
4393
|
},
|
|
4359
4394
|
{
|
|
4360
4395
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py",
|
|
4361
|
-
"bytes":
|
|
4362
|
-
"sha256": "
|
|
4396
|
+
"bytes": 64781,
|
|
4397
|
+
"sha256": "ef6757f6aa1e2e1615858ab755b00aae49f711b9f8c47f80bc3bd4539cd38a33"
|
|
4363
4398
|
},
|
|
4364
4399
|
{
|
|
4365
4400
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py",
|
|
4366
|
-
"bytes":
|
|
4367
|
-
"sha256": "
|
|
4401
|
+
"bytes": 404228,
|
|
4402
|
+
"sha256": "271a4d11844e45f8e343138107c315bde22edc697b22547907d6a9316457e2d5"
|
|
4368
4403
|
},
|
|
4369
4404
|
{
|
|
4370
4405
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py",
|
|
4371
|
-
"bytes":
|
|
4372
|
-
"sha256": "
|
|
4406
|
+
"bytes": 374648,
|
|
4407
|
+
"sha256": "5f15aa05f534809bac6f83997da51c96a1d324a4ee99ea62611bfb08ae393016"
|
|
4373
4408
|
},
|
|
4374
4409
|
{
|
|
4375
4410
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py",
|
|
@@ -4378,8 +4413,8 @@
|
|
|
4378
4413
|
},
|
|
4379
4414
|
{
|
|
4380
4415
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py",
|
|
4381
|
-
"bytes":
|
|
4382
|
-
"sha256": "
|
|
4416
|
+
"bytes": 19783,
|
|
4417
|
+
"sha256": "e5d76b6958b6129b1ba92843e2515ce0d90b293bb586f544e4ffa6e766c4e362"
|
|
4383
4418
|
},
|
|
4384
4419
|
{
|
|
4385
4420
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/runtime_paths.py",
|
|
@@ -4433,8 +4468,8 @@
|
|
|
4433
4468
|
},
|
|
4434
4469
|
{
|
|
4435
4470
|
"path": "skills/loom-retire/.loom-runtime/install-layout.json",
|
|
4436
|
-
"bytes":
|
|
4437
|
-
"sha256": "
|
|
4471
|
+
"bytes": 4468,
|
|
4472
|
+
"sha256": "cb484c3b3a1684b4f3d38efad8d9107086384d79a12f2c6ad907127dd1f0f4c3"
|
|
4438
4473
|
},
|
|
4439
4474
|
{
|
|
4440
4475
|
"path": "skills/loom-retire/.loom-runtime/loom-adopt/agents/openai.yaml",
|
|
@@ -4951,6 +4986,11 @@
|
|
|
4951
4986
|
"bytes": 1692,
|
|
4952
4987
|
"sha256": "8bea0fa99fea497cd6141ce790201bd231f5cec1dc5a04a3d456729cbd58aa2c"
|
|
4953
4988
|
},
|
|
4989
|
+
{
|
|
4990
|
+
"path": "skills/loom-retire/.loom-runtime/shared/references/harness/workspace-profile.md",
|
|
4991
|
+
"bytes": 775,
|
|
4992
|
+
"sha256": "bd1c3bd02576f349688e4c6299bd53cb4a90fd774eba67d1678e822e666005de"
|
|
4993
|
+
},
|
|
4954
4994
|
{
|
|
4955
4995
|
"path": "skills/loom-retire/.loom-runtime/shared/references/templates/implementation-contract-template.md",
|
|
4956
4996
|
"bytes": 1037,
|
|
@@ -4983,18 +5023,18 @@
|
|
|
4983
5023
|
},
|
|
4984
5024
|
{
|
|
4985
5025
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py",
|
|
4986
|
-
"bytes":
|
|
4987
|
-
"sha256": "
|
|
5026
|
+
"bytes": 64781,
|
|
5027
|
+
"sha256": "ef6757f6aa1e2e1615858ab755b00aae49f711b9f8c47f80bc3bd4539cd38a33"
|
|
4988
5028
|
},
|
|
4989
5029
|
{
|
|
4990
5030
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py",
|
|
4991
|
-
"bytes":
|
|
4992
|
-
"sha256": "
|
|
5031
|
+
"bytes": 404228,
|
|
5032
|
+
"sha256": "271a4d11844e45f8e343138107c315bde22edc697b22547907d6a9316457e2d5"
|
|
4993
5033
|
},
|
|
4994
5034
|
{
|
|
4995
5035
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py",
|
|
4996
|
-
"bytes":
|
|
4997
|
-
"sha256": "
|
|
5036
|
+
"bytes": 374648,
|
|
5037
|
+
"sha256": "5f15aa05f534809bac6f83997da51c96a1d324a4ee99ea62611bfb08ae393016"
|
|
4998
5038
|
},
|
|
4999
5039
|
{
|
|
5000
5040
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py",
|
|
@@ -5003,8 +5043,8 @@
|
|
|
5003
5043
|
},
|
|
5004
5044
|
{
|
|
5005
5045
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py",
|
|
5006
|
-
"bytes":
|
|
5007
|
-
"sha256": "
|
|
5046
|
+
"bytes": 19783,
|
|
5047
|
+
"sha256": "e5d76b6958b6129b1ba92843e2515ce0d90b293bb586f544e4ffa6e766c4e362"
|
|
5008
5048
|
},
|
|
5009
5049
|
{
|
|
5010
5050
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/runtime_paths.py",
|
|
@@ -5058,8 +5098,8 @@
|
|
|
5058
5098
|
},
|
|
5059
5099
|
{
|
|
5060
5100
|
"path": "skills/loom-review/.loom-runtime/install-layout.json",
|
|
5061
|
-
"bytes":
|
|
5062
|
-
"sha256": "
|
|
5101
|
+
"bytes": 4468,
|
|
5102
|
+
"sha256": "cb484c3b3a1684b4f3d38efad8d9107086384d79a12f2c6ad907127dd1f0f4c3"
|
|
5063
5103
|
},
|
|
5064
5104
|
{
|
|
5065
5105
|
"path": "skills/loom-review/.loom-runtime/loom-adopt/agents/openai.yaml",
|
|
@@ -5576,6 +5616,11 @@
|
|
|
5576
5616
|
"bytes": 1692,
|
|
5577
5617
|
"sha256": "8bea0fa99fea497cd6141ce790201bd231f5cec1dc5a04a3d456729cbd58aa2c"
|
|
5578
5618
|
},
|
|
5619
|
+
{
|
|
5620
|
+
"path": "skills/loom-review/.loom-runtime/shared/references/harness/workspace-profile.md",
|
|
5621
|
+
"bytes": 775,
|
|
5622
|
+
"sha256": "bd1c3bd02576f349688e4c6299bd53cb4a90fd774eba67d1678e822e666005de"
|
|
5623
|
+
},
|
|
5579
5624
|
{
|
|
5580
5625
|
"path": "skills/loom-review/.loom-runtime/shared/references/templates/implementation-contract-template.md",
|
|
5581
5626
|
"bytes": 1037,
|
|
@@ -5608,18 +5653,18 @@
|
|
|
5608
5653
|
},
|
|
5609
5654
|
{
|
|
5610
5655
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py",
|
|
5611
|
-
"bytes":
|
|
5612
|
-
"sha256": "
|
|
5656
|
+
"bytes": 64781,
|
|
5657
|
+
"sha256": "ef6757f6aa1e2e1615858ab755b00aae49f711b9f8c47f80bc3bd4539cd38a33"
|
|
5613
5658
|
},
|
|
5614
5659
|
{
|
|
5615
5660
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/loom_check.py",
|
|
5616
|
-
"bytes":
|
|
5617
|
-
"sha256": "
|
|
5661
|
+
"bytes": 404228,
|
|
5662
|
+
"sha256": "271a4d11844e45f8e343138107c315bde22edc697b22547907d6a9316457e2d5"
|
|
5618
5663
|
},
|
|
5619
5664
|
{
|
|
5620
5665
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py",
|
|
5621
|
-
"bytes":
|
|
5622
|
-
"sha256": "
|
|
5666
|
+
"bytes": 374648,
|
|
5667
|
+
"sha256": "5f15aa05f534809bac6f83997da51c96a1d324a4ee99ea62611bfb08ae393016"
|
|
5623
5668
|
},
|
|
5624
5669
|
{
|
|
5625
5670
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/loom_init.py",
|
|
@@ -5628,8 +5673,8 @@
|
|
|
5628
5673
|
},
|
|
5629
5674
|
{
|
|
5630
5675
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/loom_status.py",
|
|
5631
|
-
"bytes":
|
|
5632
|
-
"sha256": "
|
|
5676
|
+
"bytes": 19783,
|
|
5677
|
+
"sha256": "e5d76b6958b6129b1ba92843e2515ce0d90b293bb586f544e4ffa6e766c4e362"
|
|
5633
5678
|
},
|
|
5634
5679
|
{
|
|
5635
5680
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/runtime_paths.py",
|
|
@@ -5683,8 +5728,8 @@
|
|
|
5683
5728
|
},
|
|
5684
5729
|
{
|
|
5685
5730
|
"path": "skills/loom-spec-review/.loom-runtime/install-layout.json",
|
|
5686
|
-
"bytes":
|
|
5687
|
-
"sha256": "
|
|
5731
|
+
"bytes": 4468,
|
|
5732
|
+
"sha256": "cb484c3b3a1684b4f3d38efad8d9107086384d79a12f2c6ad907127dd1f0f4c3"
|
|
5688
5733
|
},
|
|
5689
5734
|
{
|
|
5690
5735
|
"path": "skills/loom-spec-review/.loom-runtime/loom-adopt/agents/openai.yaml",
|
|
@@ -6201,6 +6246,11 @@
|
|
|
6201
6246
|
"bytes": 1692,
|
|
6202
6247
|
"sha256": "8bea0fa99fea497cd6141ce790201bd231f5cec1dc5a04a3d456729cbd58aa2c"
|
|
6203
6248
|
},
|
|
6249
|
+
{
|
|
6250
|
+
"path": "skills/loom-spec-review/.loom-runtime/shared/references/harness/workspace-profile.md",
|
|
6251
|
+
"bytes": 775,
|
|
6252
|
+
"sha256": "bd1c3bd02576f349688e4c6299bd53cb4a90fd774eba67d1678e822e666005de"
|
|
6253
|
+
},
|
|
6204
6254
|
{
|
|
6205
6255
|
"path": "skills/loom-spec-review/.loom-runtime/shared/references/templates/implementation-contract-template.md",
|
|
6206
6256
|
"bytes": 1037,
|
|
@@ -6233,18 +6283,18 @@
|
|
|
6233
6283
|
},
|
|
6234
6284
|
{
|
|
6235
6285
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py",
|
|
6236
|
-
"bytes":
|
|
6237
|
-
"sha256": "
|
|
6286
|
+
"bytes": 64781,
|
|
6287
|
+
"sha256": "ef6757f6aa1e2e1615858ab755b00aae49f711b9f8c47f80bc3bd4539cd38a33"
|
|
6238
6288
|
},
|
|
6239
6289
|
{
|
|
6240
6290
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py",
|
|
6241
|
-
"bytes":
|
|
6242
|
-
"sha256": "
|
|
6291
|
+
"bytes": 404228,
|
|
6292
|
+
"sha256": "271a4d11844e45f8e343138107c315bde22edc697b22547907d6a9316457e2d5"
|
|
6243
6293
|
},
|
|
6244
6294
|
{
|
|
6245
6295
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py",
|
|
6246
|
-
"bytes":
|
|
6247
|
-
"sha256": "
|
|
6296
|
+
"bytes": 374648,
|
|
6297
|
+
"sha256": "5f15aa05f534809bac6f83997da51c96a1d324a4ee99ea62611bfb08ae393016"
|
|
6248
6298
|
},
|
|
6249
6299
|
{
|
|
6250
6300
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py",
|
|
@@ -6253,8 +6303,8 @@
|
|
|
6253
6303
|
},
|
|
6254
6304
|
{
|
|
6255
6305
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py",
|
|
6256
|
-
"bytes":
|
|
6257
|
-
"sha256": "
|
|
6306
|
+
"bytes": 19783,
|
|
6307
|
+
"sha256": "e5d76b6958b6129b1ba92843e2515ce0d90b293bb586f544e4ffa6e766c4e362"
|
|
6258
6308
|
},
|
|
6259
6309
|
{
|
|
6260
6310
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/runtime_paths.py",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"shared/references/harness/runtime-state.md",
|
|
41
41
|
"shared/references/harness/work-item-contract.md",
|
|
42
42
|
"shared/references/harness/workspace-model.md",
|
|
43
|
+
"shared/references/harness/workspace-profile.md",
|
|
43
44
|
"shared/references/harness/automation-frontload.md",
|
|
44
45
|
"shared/references/harness/workspace-and-purity.md",
|
|
45
46
|
"shared/references/harness/execution-context.md",
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Workspace Profile
|
|
2
|
+
|
|
3
|
+
Canonical source: `docs/methodology/harness/workspace-profile.md`.
|
|
4
|
+
|
|
5
|
+
Installed skills consume this summary to keep the runtime package aware of the
|
|
6
|
+
workspace profile surface without creating a second rule definition.
|
|
7
|
+
|
|
8
|
+
Stable installed-surface facts:
|
|
9
|
+
|
|
10
|
+
- Supported profile ids are `single-workspace`, `per-item-worktree`, and
|
|
11
|
+
`attach-existing`.
|
|
12
|
+
- Profile status is a derived read surface from `Work Item`, fact-chain,
|
|
13
|
+
workspace locate, purity check, and host lifecycle.
|
|
14
|
+
- `workspace` remains Loom-owned execution semantics.
|
|
15
|
+
- `git worktree`, branch, PR, ruleset, checks, and merge policy remain
|
|
16
|
+
host-owned lifecycle and enforcement surfaces.
|
|
17
|
+
|
|
18
|
+
Implementations must update the canonical methodology file first, then keep this
|
|
19
|
+
installed summary aligned.
|