@mc-and-his-agents/loom-installer 0.1.111 → 0.1.113
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 +425 -425
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/plugin/loom/skills/loom-adopt/SKILL.md +1 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/plugin/loom/skills/loom-init/SKILL.md +2 -0
- package/payload/plugin/loom/skills/loom-init/contract.json +4 -0
- package/payload/plugin/loom/skills/loom-init/references/output-contract.md +13 -1
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/plugin/loom/skills/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/plugin/loom/skills/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/plugin/loom/skills/shared/scripts/governance_surface.py +1 -0
- package/payload/plugin/loom/skills/shared/scripts/loom_check.py +148 -0
- package/payload/plugin/loom/skills/shared/scripts/loom_init.py +523 -215
- package/payload/skills/loom-adopt/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/skills/loom-adopt/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/skills/loom-adopt/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/skills/loom-adopt/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/skills/loom-adopt/SKILL.md +1 -0
- package/payload/skills/loom-build/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/skills/loom-build/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/skills/loom-build/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/skills/loom-build/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/skills/loom-build/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/skills/loom-build/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/skills/loom-handoff/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/skills/loom-handoff/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/skills/loom-handoff/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/skills/loom-handoff/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/skills/loom-init/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/skills/loom-init/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/skills/loom-init/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/skills/loom-init/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/skills/loom-init/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/skills/loom-init/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/skills/loom-init/SKILL.md +2 -0
- package/payload/skills/loom-init/contract.json +4 -0
- package/payload/skills/loom-init/references/output-contract.md +13 -1
- package/payload/skills/loom-merge-ready/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/skills/loom-pre-review/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/skills/loom-pre-review/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/skills/loom-pre-review/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/skills/loom-pre-review/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/skills/loom-resume/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/skills/loom-resume/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/skills/loom-resume/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/skills/loom-resume/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/skills/loom-resume/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/skills/loom-retire/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/skills/loom-retire/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/skills/loom-retire/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/skills/loom-retire/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/skills/loom-retire/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/skills/loom-review/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/skills/loom-review/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/skills/loom-review/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/skills/loom-review/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/skills/loom-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/skills/loom-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/skills/loom-spec-review/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/skills/loom-spec-review/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/skills/loom-spec-review/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/skills/loom-spec-review/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py +523 -215
- package/payload/skills/loom-story/.loom-runtime/loom-adopt/SKILL.md +1 -0
- package/payload/skills/loom-story/.loom-runtime/loom-init/SKILL.md +2 -0
- package/payload/skills/loom-story/.loom-runtime/loom-init/contract.json +4 -0
- package/payload/skills/loom-story/.loom-runtime/loom-init/references/output-contract.md +13 -1
- package/payload/skills/loom-story/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md +4 -0
- package/payload/skills/loom-story/.loom-runtime/shared/references/adoption/repo-companion-contract.md +3 -1
- package/payload/skills/loom-story/.loom-runtime/shared/scripts/governance_surface.py +1 -0
- package/payload/skills/loom-story/.loom-runtime/shared/scripts/loom_check.py +148 -0
- package/payload/skills/loom-story/.loom-runtime/shared/scripts/loom_init.py +523 -215
package/payload/manifest.json
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"schema_version": "loom-installer-payload/v1",
|
|
3
3
|
"loom_version": "v0.12.0",
|
|
4
4
|
"source_repository": "https://github.com/MC-and-his-Agents/Loom",
|
|
5
|
-
"source_commit": "
|
|
5
|
+
"source_commit": "f3538c99bd1b02d2ca1710e006d4483b3584af28",
|
|
6
6
|
"source_ref": "main",
|
|
7
|
-
"built_at": "2026-05-
|
|
7
|
+
"built_at": "2026-05-19T09:56:46+08:00",
|
|
8
8
|
"version_context": {
|
|
9
9
|
"repo_version": "v0.12.0",
|
|
10
|
-
"installer_package_version": "0.1.
|
|
10
|
+
"installer_package_version": "0.1.113",
|
|
11
11
|
"plugin_surface_version": "0.4.0",
|
|
12
12
|
"host_adapter_version": "1.0.0",
|
|
13
13
|
"skills_registry_version": "1.6.0",
|
|
@@ -199,8 +199,8 @@
|
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/loom-adopt/SKILL.md",
|
|
202
|
-
"bytes":
|
|
203
|
-
"sha256": "
|
|
202
|
+
"bytes": 4754,
|
|
203
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -269,8 +269,8 @@
|
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/contract.json",
|
|
272
|
-
"bytes":
|
|
273
|
-
"sha256": "
|
|
272
|
+
"bytes": 2472,
|
|
273
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
276
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -284,8 +284,8 @@
|
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
286
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/references/output-contract.md",
|
|
287
|
-
"bytes":
|
|
288
|
-
"sha256": "
|
|
287
|
+
"bytes": 9293,
|
|
288
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -294,8 +294,8 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/SKILL.md",
|
|
297
|
-
"bytes":
|
|
298
|
-
"sha256": "
|
|
297
|
+
"bytes": 11463,
|
|
298
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -569,8 +569,8 @@
|
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
571
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
572
|
-
"bytes":
|
|
573
|
-
"sha256": "
|
|
572
|
+
"bytes": 4247,
|
|
573
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
574
574
|
},
|
|
575
575
|
{
|
|
576
576
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -599,8 +599,8 @@
|
|
|
599
599
|
},
|
|
600
600
|
{
|
|
601
601
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
602
|
-
"bytes":
|
|
603
|
-
"sha256": "
|
|
602
|
+
"bytes": 23254,
|
|
603
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
606
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -894,13 +894,13 @@
|
|
|
894
894
|
},
|
|
895
895
|
{
|
|
896
896
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py",
|
|
897
|
-
"bytes":
|
|
898
|
-
"sha256": "
|
|
897
|
+
"bytes": 144459,
|
|
898
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
899
899
|
},
|
|
900
900
|
{
|
|
901
901
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py",
|
|
902
|
-
"bytes":
|
|
903
|
-
"sha256": "
|
|
902
|
+
"bytes": 803085,
|
|
903
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
904
904
|
},
|
|
905
905
|
{
|
|
906
906
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -909,8 +909,8 @@
|
|
|
909
909
|
},
|
|
910
910
|
{
|
|
911
911
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py",
|
|
912
|
-
"bytes":
|
|
913
|
-
"sha256": "
|
|
912
|
+
"bytes": 126743,
|
|
913
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
914
914
|
},
|
|
915
915
|
{
|
|
916
916
|
"path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -964,8 +964,8 @@
|
|
|
964
964
|
},
|
|
965
965
|
{
|
|
966
966
|
"path": "plugin/loom/skills/loom-adopt/SKILL.md",
|
|
967
|
-
"bytes":
|
|
968
|
-
"sha256": "
|
|
967
|
+
"bytes": 4853,
|
|
968
|
+
"sha256": "67a02cbc5f149efe7a85f905564f5be1b6c0e981870f7b7e9fb2c1f023de173b"
|
|
969
969
|
},
|
|
970
970
|
{
|
|
971
971
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/distribution-and-adapter-contract.md",
|
|
@@ -1004,8 +1004,8 @@
|
|
|
1004
1004
|
},
|
|
1005
1005
|
{
|
|
1006
1006
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/loom-adopt/SKILL.md",
|
|
1007
|
-
"bytes":
|
|
1008
|
-
"sha256": "
|
|
1007
|
+
"bytes": 4754,
|
|
1008
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
1009
1009
|
},
|
|
1010
1010
|
{
|
|
1011
1011
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -1074,8 +1074,8 @@
|
|
|
1074
1074
|
},
|
|
1075
1075
|
{
|
|
1076
1076
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/loom-init/contract.json",
|
|
1077
|
-
"bytes":
|
|
1078
|
-
"sha256": "
|
|
1077
|
+
"bytes": 2472,
|
|
1078
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
1079
1079
|
},
|
|
1080
1080
|
{
|
|
1081
1081
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -1089,8 +1089,8 @@
|
|
|
1089
1089
|
},
|
|
1090
1090
|
{
|
|
1091
1091
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/loom-init/references/output-contract.md",
|
|
1092
|
-
"bytes":
|
|
1093
|
-
"sha256": "
|
|
1092
|
+
"bytes": 9293,
|
|
1093
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
1094
1094
|
},
|
|
1095
1095
|
{
|
|
1096
1096
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -1099,8 +1099,8 @@
|
|
|
1099
1099
|
},
|
|
1100
1100
|
{
|
|
1101
1101
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/loom-init/SKILL.md",
|
|
1102
|
-
"bytes":
|
|
1103
|
-
"sha256": "
|
|
1102
|
+
"bytes": 11463,
|
|
1103
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
1104
1104
|
},
|
|
1105
1105
|
{
|
|
1106
1106
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -1374,8 +1374,8 @@
|
|
|
1374
1374
|
},
|
|
1375
1375
|
{
|
|
1376
1376
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
1377
|
-
"bytes":
|
|
1378
|
-
"sha256": "
|
|
1377
|
+
"bytes": 4247,
|
|
1378
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
1379
1379
|
},
|
|
1380
1380
|
{
|
|
1381
1381
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -1404,8 +1404,8 @@
|
|
|
1404
1404
|
},
|
|
1405
1405
|
{
|
|
1406
1406
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
1407
|
-
"bytes":
|
|
1408
|
-
"sha256": "
|
|
1407
|
+
"bytes": 23254,
|
|
1408
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
1409
1409
|
},
|
|
1410
1410
|
{
|
|
1411
1411
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -1699,13 +1699,13 @@
|
|
|
1699
1699
|
},
|
|
1700
1700
|
{
|
|
1701
1701
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py",
|
|
1702
|
-
"bytes":
|
|
1703
|
-
"sha256": "
|
|
1702
|
+
"bytes": 144459,
|
|
1703
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
1704
1704
|
},
|
|
1705
1705
|
{
|
|
1706
1706
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py",
|
|
1707
|
-
"bytes":
|
|
1708
|
-
"sha256": "
|
|
1707
|
+
"bytes": 803085,
|
|
1708
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
1709
1709
|
},
|
|
1710
1710
|
{
|
|
1711
1711
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -1714,8 +1714,8 @@
|
|
|
1714
1714
|
},
|
|
1715
1715
|
{
|
|
1716
1716
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_init.py",
|
|
1717
|
-
"bytes":
|
|
1718
|
-
"sha256": "
|
|
1717
|
+
"bytes": 126743,
|
|
1718
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
1719
1719
|
},
|
|
1720
1720
|
{
|
|
1721
1721
|
"path": "plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -1809,8 +1809,8 @@
|
|
|
1809
1809
|
},
|
|
1810
1810
|
{
|
|
1811
1811
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/loom-adopt/SKILL.md",
|
|
1812
|
-
"bytes":
|
|
1813
|
-
"sha256": "
|
|
1812
|
+
"bytes": 4754,
|
|
1813
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
1814
1814
|
},
|
|
1815
1815
|
{
|
|
1816
1816
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -1879,8 +1879,8 @@
|
|
|
1879
1879
|
},
|
|
1880
1880
|
{
|
|
1881
1881
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/contract.json",
|
|
1882
|
-
"bytes":
|
|
1883
|
-
"sha256": "
|
|
1882
|
+
"bytes": 2472,
|
|
1883
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
1884
1884
|
},
|
|
1885
1885
|
{
|
|
1886
1886
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -1894,8 +1894,8 @@
|
|
|
1894
1894
|
},
|
|
1895
1895
|
{
|
|
1896
1896
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/references/output-contract.md",
|
|
1897
|
-
"bytes":
|
|
1898
|
-
"sha256": "
|
|
1897
|
+
"bytes": 9293,
|
|
1898
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
1899
1899
|
},
|
|
1900
1900
|
{
|
|
1901
1901
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -1904,8 +1904,8 @@
|
|
|
1904
1904
|
},
|
|
1905
1905
|
{
|
|
1906
1906
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/SKILL.md",
|
|
1907
|
-
"bytes":
|
|
1908
|
-
"sha256": "
|
|
1907
|
+
"bytes": 11463,
|
|
1908
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
1909
1909
|
},
|
|
1910
1910
|
{
|
|
1911
1911
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -2179,8 +2179,8 @@
|
|
|
2179
2179
|
},
|
|
2180
2180
|
{
|
|
2181
2181
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
2182
|
-
"bytes":
|
|
2183
|
-
"sha256": "
|
|
2182
|
+
"bytes": 4247,
|
|
2183
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
2184
2184
|
},
|
|
2185
2185
|
{
|
|
2186
2186
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -2209,8 +2209,8 @@
|
|
|
2209
2209
|
},
|
|
2210
2210
|
{
|
|
2211
2211
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
2212
|
-
"bytes":
|
|
2213
|
-
"sha256": "
|
|
2212
|
+
"bytes": 23254,
|
|
2213
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
2214
2214
|
},
|
|
2215
2215
|
{
|
|
2216
2216
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -2504,13 +2504,13 @@
|
|
|
2504
2504
|
},
|
|
2505
2505
|
{
|
|
2506
2506
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py",
|
|
2507
|
-
"bytes":
|
|
2508
|
-
"sha256": "
|
|
2507
|
+
"bytes": 144459,
|
|
2508
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
2509
2509
|
},
|
|
2510
2510
|
{
|
|
2511
2511
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py",
|
|
2512
|
-
"bytes":
|
|
2513
|
-
"sha256": "
|
|
2512
|
+
"bytes": 803085,
|
|
2513
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
2514
2514
|
},
|
|
2515
2515
|
{
|
|
2516
2516
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -2519,8 +2519,8 @@
|
|
|
2519
2519
|
},
|
|
2520
2520
|
{
|
|
2521
2521
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py",
|
|
2522
|
-
"bytes":
|
|
2523
|
-
"sha256": "
|
|
2522
|
+
"bytes": 126743,
|
|
2523
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
2524
2524
|
},
|
|
2525
2525
|
{
|
|
2526
2526
|
"path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -2614,8 +2614,8 @@
|
|
|
2614
2614
|
},
|
|
2615
2615
|
{
|
|
2616
2616
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/loom-adopt/SKILL.md",
|
|
2617
|
-
"bytes":
|
|
2618
|
-
"sha256": "
|
|
2617
|
+
"bytes": 4754,
|
|
2618
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
2619
2619
|
},
|
|
2620
2620
|
{
|
|
2621
2621
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -2684,8 +2684,8 @@
|
|
|
2684
2684
|
},
|
|
2685
2685
|
{
|
|
2686
2686
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/loom-init/contract.json",
|
|
2687
|
-
"bytes":
|
|
2688
|
-
"sha256": "
|
|
2687
|
+
"bytes": 2472,
|
|
2688
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
2689
2689
|
},
|
|
2690
2690
|
{
|
|
2691
2691
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -2699,8 +2699,8 @@
|
|
|
2699
2699
|
},
|
|
2700
2700
|
{
|
|
2701
2701
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/loom-init/references/output-contract.md",
|
|
2702
|
-
"bytes":
|
|
2703
|
-
"sha256": "
|
|
2702
|
+
"bytes": 9293,
|
|
2703
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
2704
2704
|
},
|
|
2705
2705
|
{
|
|
2706
2706
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -2709,8 +2709,8 @@
|
|
|
2709
2709
|
},
|
|
2710
2710
|
{
|
|
2711
2711
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/loom-init/SKILL.md",
|
|
2712
|
-
"bytes":
|
|
2713
|
-
"sha256": "
|
|
2712
|
+
"bytes": 11463,
|
|
2713
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
2714
2714
|
},
|
|
2715
2715
|
{
|
|
2716
2716
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -2984,8 +2984,8 @@
|
|
|
2984
2984
|
},
|
|
2985
2985
|
{
|
|
2986
2986
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
2987
|
-
"bytes":
|
|
2988
|
-
"sha256": "
|
|
2987
|
+
"bytes": 4247,
|
|
2988
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
2989
2989
|
},
|
|
2990
2990
|
{
|
|
2991
2991
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -3014,8 +3014,8 @@
|
|
|
3014
3014
|
},
|
|
3015
3015
|
{
|
|
3016
3016
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
3017
|
-
"bytes":
|
|
3018
|
-
"sha256": "
|
|
3017
|
+
"bytes": 23254,
|
|
3018
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
3019
3019
|
},
|
|
3020
3020
|
{
|
|
3021
3021
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -3309,13 +3309,13 @@
|
|
|
3309
3309
|
},
|
|
3310
3310
|
{
|
|
3311
3311
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py",
|
|
3312
|
-
"bytes":
|
|
3313
|
-
"sha256": "
|
|
3312
|
+
"bytes": 144459,
|
|
3313
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
3314
3314
|
},
|
|
3315
3315
|
{
|
|
3316
3316
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py",
|
|
3317
|
-
"bytes":
|
|
3318
|
-
"sha256": "
|
|
3317
|
+
"bytes": 803085,
|
|
3318
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
3319
3319
|
},
|
|
3320
3320
|
{
|
|
3321
3321
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -3324,8 +3324,8 @@
|
|
|
3324
3324
|
},
|
|
3325
3325
|
{
|
|
3326
3326
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_init.py",
|
|
3327
|
-
"bytes":
|
|
3328
|
-
"sha256": "
|
|
3327
|
+
"bytes": 126743,
|
|
3328
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
3329
3329
|
},
|
|
3330
3330
|
{
|
|
3331
3331
|
"path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -3354,8 +3354,8 @@
|
|
|
3354
3354
|
},
|
|
3355
3355
|
{
|
|
3356
3356
|
"path": "plugin/loom/skills/loom-init/contract.json",
|
|
3357
|
-
"bytes":
|
|
3358
|
-
"sha256": "
|
|
3357
|
+
"bytes": 2560,
|
|
3358
|
+
"sha256": "34f824f4e9e6cfce9b6b24631570e9f508b07003ed0a5ce9f6dd9ba781249eca"
|
|
3359
3359
|
},
|
|
3360
3360
|
{
|
|
3361
3361
|
"path": "plugin/loom/skills/loom-init/loom-package.json",
|
|
@@ -3374,8 +3374,8 @@
|
|
|
3374
3374
|
},
|
|
3375
3375
|
{
|
|
3376
3376
|
"path": "plugin/loom/skills/loom-init/references/output-contract.md",
|
|
3377
|
-
"bytes":
|
|
3378
|
-
"sha256": "
|
|
3377
|
+
"bytes": 9293,
|
|
3378
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
3379
3379
|
},
|
|
3380
3380
|
{
|
|
3381
3381
|
"path": "plugin/loom/skills/loom-init/scripts/loom-init.py",
|
|
@@ -3384,8 +3384,8 @@
|
|
|
3384
3384
|
},
|
|
3385
3385
|
{
|
|
3386
3386
|
"path": "plugin/loom/skills/loom-init/SKILL.md",
|
|
3387
|
-
"bytes":
|
|
3388
|
-
"sha256": "
|
|
3387
|
+
"bytes": 11485,
|
|
3388
|
+
"sha256": "d5cfca1b6ffde27626f94b8a804dac1074ed4060f2729190083f0f2b995cb208"
|
|
3389
3389
|
},
|
|
3390
3390
|
{
|
|
3391
3391
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/distribution-and-adapter-contract.md",
|
|
@@ -3424,8 +3424,8 @@
|
|
|
3424
3424
|
},
|
|
3425
3425
|
{
|
|
3426
3426
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-adopt/SKILL.md",
|
|
3427
|
-
"bytes":
|
|
3428
|
-
"sha256": "
|
|
3427
|
+
"bytes": 4754,
|
|
3428
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
3429
3429
|
},
|
|
3430
3430
|
{
|
|
3431
3431
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -3494,8 +3494,8 @@
|
|
|
3494
3494
|
},
|
|
3495
3495
|
{
|
|
3496
3496
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/contract.json",
|
|
3497
|
-
"bytes":
|
|
3498
|
-
"sha256": "
|
|
3497
|
+
"bytes": 2472,
|
|
3498
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
3499
3499
|
},
|
|
3500
3500
|
{
|
|
3501
3501
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -3509,8 +3509,8 @@
|
|
|
3509
3509
|
},
|
|
3510
3510
|
{
|
|
3511
3511
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/references/output-contract.md",
|
|
3512
|
-
"bytes":
|
|
3513
|
-
"sha256": "
|
|
3512
|
+
"bytes": 9293,
|
|
3513
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
3514
3514
|
},
|
|
3515
3515
|
{
|
|
3516
3516
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -3519,8 +3519,8 @@
|
|
|
3519
3519
|
},
|
|
3520
3520
|
{
|
|
3521
3521
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/SKILL.md",
|
|
3522
|
-
"bytes":
|
|
3523
|
-
"sha256": "
|
|
3522
|
+
"bytes": 11463,
|
|
3523
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
3524
3524
|
},
|
|
3525
3525
|
{
|
|
3526
3526
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -3794,8 +3794,8 @@
|
|
|
3794
3794
|
},
|
|
3795
3795
|
{
|
|
3796
3796
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
3797
|
-
"bytes":
|
|
3798
|
-
"sha256": "
|
|
3797
|
+
"bytes": 4247,
|
|
3798
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
3799
3799
|
},
|
|
3800
3800
|
{
|
|
3801
3801
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -3824,8 +3824,8 @@
|
|
|
3824
3824
|
},
|
|
3825
3825
|
{
|
|
3826
3826
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
3827
|
-
"bytes":
|
|
3828
|
-
"sha256": "
|
|
3827
|
+
"bytes": 23254,
|
|
3828
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
3829
3829
|
},
|
|
3830
3830
|
{
|
|
3831
3831
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -4119,13 +4119,13 @@
|
|
|
4119
4119
|
},
|
|
4120
4120
|
{
|
|
4121
4121
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py",
|
|
4122
|
-
"bytes":
|
|
4123
|
-
"sha256": "
|
|
4122
|
+
"bytes": 144459,
|
|
4123
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
4124
4124
|
},
|
|
4125
4125
|
{
|
|
4126
4126
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py",
|
|
4127
|
-
"bytes":
|
|
4128
|
-
"sha256": "
|
|
4127
|
+
"bytes": 803085,
|
|
4128
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
4129
4129
|
},
|
|
4130
4130
|
{
|
|
4131
4131
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -4134,8 +4134,8 @@
|
|
|
4134
4134
|
},
|
|
4135
4135
|
{
|
|
4136
4136
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py",
|
|
4137
|
-
"bytes":
|
|
4138
|
-
"sha256": "
|
|
4137
|
+
"bytes": 126743,
|
|
4138
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
4139
4139
|
},
|
|
4140
4140
|
{
|
|
4141
4141
|
"path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -4229,8 +4229,8 @@
|
|
|
4229
4229
|
},
|
|
4230
4230
|
{
|
|
4231
4231
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/loom-adopt/SKILL.md",
|
|
4232
|
-
"bytes":
|
|
4233
|
-
"sha256": "
|
|
4232
|
+
"bytes": 4754,
|
|
4233
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
4234
4234
|
},
|
|
4235
4235
|
{
|
|
4236
4236
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -4299,8 +4299,8 @@
|
|
|
4299
4299
|
},
|
|
4300
4300
|
{
|
|
4301
4301
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/contract.json",
|
|
4302
|
-
"bytes":
|
|
4303
|
-
"sha256": "
|
|
4302
|
+
"bytes": 2472,
|
|
4303
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
4304
4304
|
},
|
|
4305
4305
|
{
|
|
4306
4306
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -4314,8 +4314,8 @@
|
|
|
4314
4314
|
},
|
|
4315
4315
|
{
|
|
4316
4316
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/references/output-contract.md",
|
|
4317
|
-
"bytes":
|
|
4318
|
-
"sha256": "
|
|
4317
|
+
"bytes": 9293,
|
|
4318
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
4319
4319
|
},
|
|
4320
4320
|
{
|
|
4321
4321
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -4324,8 +4324,8 @@
|
|
|
4324
4324
|
},
|
|
4325
4325
|
{
|
|
4326
4326
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/SKILL.md",
|
|
4327
|
-
"bytes":
|
|
4328
|
-
"sha256": "
|
|
4327
|
+
"bytes": 11463,
|
|
4328
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
4329
4329
|
},
|
|
4330
4330
|
{
|
|
4331
4331
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -4599,8 +4599,8 @@
|
|
|
4599
4599
|
},
|
|
4600
4600
|
{
|
|
4601
4601
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
4602
|
-
"bytes":
|
|
4603
|
-
"sha256": "
|
|
4602
|
+
"bytes": 4247,
|
|
4603
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
4604
4604
|
},
|
|
4605
4605
|
{
|
|
4606
4606
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -4629,8 +4629,8 @@
|
|
|
4629
4629
|
},
|
|
4630
4630
|
{
|
|
4631
4631
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
4632
|
-
"bytes":
|
|
4633
|
-
"sha256": "
|
|
4632
|
+
"bytes": 23254,
|
|
4633
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
4634
4634
|
},
|
|
4635
4635
|
{
|
|
4636
4636
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -4924,13 +4924,13 @@
|
|
|
4924
4924
|
},
|
|
4925
4925
|
{
|
|
4926
4926
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py",
|
|
4927
|
-
"bytes":
|
|
4928
|
-
"sha256": "
|
|
4927
|
+
"bytes": 144459,
|
|
4928
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
4929
4929
|
},
|
|
4930
4930
|
{
|
|
4931
4931
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py",
|
|
4932
|
-
"bytes":
|
|
4933
|
-
"sha256": "
|
|
4932
|
+
"bytes": 803085,
|
|
4933
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
4934
4934
|
},
|
|
4935
4935
|
{
|
|
4936
4936
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -4939,8 +4939,8 @@
|
|
|
4939
4939
|
},
|
|
4940
4940
|
{
|
|
4941
4941
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py",
|
|
4942
|
-
"bytes":
|
|
4943
|
-
"sha256": "
|
|
4942
|
+
"bytes": 126743,
|
|
4943
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
4944
4944
|
},
|
|
4945
4945
|
{
|
|
4946
4946
|
"path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -5034,8 +5034,8 @@
|
|
|
5034
5034
|
},
|
|
5035
5035
|
{
|
|
5036
5036
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/loom-adopt/SKILL.md",
|
|
5037
|
-
"bytes":
|
|
5038
|
-
"sha256": "
|
|
5037
|
+
"bytes": 4754,
|
|
5038
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
5039
5039
|
},
|
|
5040
5040
|
{
|
|
5041
5041
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -5104,8 +5104,8 @@
|
|
|
5104
5104
|
},
|
|
5105
5105
|
{
|
|
5106
5106
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/loom-init/contract.json",
|
|
5107
|
-
"bytes":
|
|
5108
|
-
"sha256": "
|
|
5107
|
+
"bytes": 2472,
|
|
5108
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
5109
5109
|
},
|
|
5110
5110
|
{
|
|
5111
5111
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -5119,8 +5119,8 @@
|
|
|
5119
5119
|
},
|
|
5120
5120
|
{
|
|
5121
5121
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/loom-init/references/output-contract.md",
|
|
5122
|
-
"bytes":
|
|
5123
|
-
"sha256": "
|
|
5122
|
+
"bytes": 9293,
|
|
5123
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
5124
5124
|
},
|
|
5125
5125
|
{
|
|
5126
5126
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -5129,8 +5129,8 @@
|
|
|
5129
5129
|
},
|
|
5130
5130
|
{
|
|
5131
5131
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/loom-init/SKILL.md",
|
|
5132
|
-
"bytes":
|
|
5133
|
-
"sha256": "
|
|
5132
|
+
"bytes": 11463,
|
|
5133
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
5134
5134
|
},
|
|
5135
5135
|
{
|
|
5136
5136
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -5404,8 +5404,8 @@
|
|
|
5404
5404
|
},
|
|
5405
5405
|
{
|
|
5406
5406
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
5407
|
-
"bytes":
|
|
5408
|
-
"sha256": "
|
|
5407
|
+
"bytes": 4247,
|
|
5408
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
5409
5409
|
},
|
|
5410
5410
|
{
|
|
5411
5411
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -5434,8 +5434,8 @@
|
|
|
5434
5434
|
},
|
|
5435
5435
|
{
|
|
5436
5436
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
5437
|
-
"bytes":
|
|
5438
|
-
"sha256": "
|
|
5437
|
+
"bytes": 23254,
|
|
5438
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
5439
5439
|
},
|
|
5440
5440
|
{
|
|
5441
5441
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -5729,13 +5729,13 @@
|
|
|
5729
5729
|
},
|
|
5730
5730
|
{
|
|
5731
5731
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py",
|
|
5732
|
-
"bytes":
|
|
5733
|
-
"sha256": "
|
|
5732
|
+
"bytes": 144459,
|
|
5733
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
5734
5734
|
},
|
|
5735
5735
|
{
|
|
5736
5736
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py",
|
|
5737
|
-
"bytes":
|
|
5738
|
-
"sha256": "
|
|
5737
|
+
"bytes": 803085,
|
|
5738
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
5739
5739
|
},
|
|
5740
5740
|
{
|
|
5741
5741
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -5744,8 +5744,8 @@
|
|
|
5744
5744
|
},
|
|
5745
5745
|
{
|
|
5746
5746
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py",
|
|
5747
|
-
"bytes":
|
|
5748
|
-
"sha256": "
|
|
5747
|
+
"bytes": 126743,
|
|
5748
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
5749
5749
|
},
|
|
5750
5750
|
{
|
|
5751
5751
|
"path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -5839,8 +5839,8 @@
|
|
|
5839
5839
|
},
|
|
5840
5840
|
{
|
|
5841
5841
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/loom-adopt/SKILL.md",
|
|
5842
|
-
"bytes":
|
|
5843
|
-
"sha256": "
|
|
5842
|
+
"bytes": 4754,
|
|
5843
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
5844
5844
|
},
|
|
5845
5845
|
{
|
|
5846
5846
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -5909,8 +5909,8 @@
|
|
|
5909
5909
|
},
|
|
5910
5910
|
{
|
|
5911
5911
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/loom-init/contract.json",
|
|
5912
|
-
"bytes":
|
|
5913
|
-
"sha256": "
|
|
5912
|
+
"bytes": 2472,
|
|
5913
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
5914
5914
|
},
|
|
5915
5915
|
{
|
|
5916
5916
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -5924,8 +5924,8 @@
|
|
|
5924
5924
|
},
|
|
5925
5925
|
{
|
|
5926
5926
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/loom-init/references/output-contract.md",
|
|
5927
|
-
"bytes":
|
|
5928
|
-
"sha256": "
|
|
5927
|
+
"bytes": 9293,
|
|
5928
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
5929
5929
|
},
|
|
5930
5930
|
{
|
|
5931
5931
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -5934,8 +5934,8 @@
|
|
|
5934
5934
|
},
|
|
5935
5935
|
{
|
|
5936
5936
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/loom-init/SKILL.md",
|
|
5937
|
-
"bytes":
|
|
5938
|
-
"sha256": "
|
|
5937
|
+
"bytes": 11463,
|
|
5938
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
5939
5939
|
},
|
|
5940
5940
|
{
|
|
5941
5941
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -6209,8 +6209,8 @@
|
|
|
6209
6209
|
},
|
|
6210
6210
|
{
|
|
6211
6211
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
6212
|
-
"bytes":
|
|
6213
|
-
"sha256": "
|
|
6212
|
+
"bytes": 4247,
|
|
6213
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
6214
6214
|
},
|
|
6215
6215
|
{
|
|
6216
6216
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -6239,8 +6239,8 @@
|
|
|
6239
6239
|
},
|
|
6240
6240
|
{
|
|
6241
6241
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
6242
|
-
"bytes":
|
|
6243
|
-
"sha256": "
|
|
6242
|
+
"bytes": 23254,
|
|
6243
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
6244
6244
|
},
|
|
6245
6245
|
{
|
|
6246
6246
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -6534,13 +6534,13 @@
|
|
|
6534
6534
|
},
|
|
6535
6535
|
{
|
|
6536
6536
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py",
|
|
6537
|
-
"bytes":
|
|
6538
|
-
"sha256": "
|
|
6537
|
+
"bytes": 144459,
|
|
6538
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
6539
6539
|
},
|
|
6540
6540
|
{
|
|
6541
6541
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py",
|
|
6542
|
-
"bytes":
|
|
6543
|
-
"sha256": "
|
|
6542
|
+
"bytes": 803085,
|
|
6543
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
6544
6544
|
},
|
|
6545
6545
|
{
|
|
6546
6546
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -6549,8 +6549,8 @@
|
|
|
6549
6549
|
},
|
|
6550
6550
|
{
|
|
6551
6551
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py",
|
|
6552
|
-
"bytes":
|
|
6553
|
-
"sha256": "
|
|
6552
|
+
"bytes": 126743,
|
|
6553
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
6554
6554
|
},
|
|
6555
6555
|
{
|
|
6556
6556
|
"path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -6644,8 +6644,8 @@
|
|
|
6644
6644
|
},
|
|
6645
6645
|
{
|
|
6646
6646
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/loom-adopt/SKILL.md",
|
|
6647
|
-
"bytes":
|
|
6648
|
-
"sha256": "
|
|
6647
|
+
"bytes": 4754,
|
|
6648
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
6649
6649
|
},
|
|
6650
6650
|
{
|
|
6651
6651
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -6714,8 +6714,8 @@
|
|
|
6714
6714
|
},
|
|
6715
6715
|
{
|
|
6716
6716
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/loom-init/contract.json",
|
|
6717
|
-
"bytes":
|
|
6718
|
-
"sha256": "
|
|
6717
|
+
"bytes": 2472,
|
|
6718
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
6719
6719
|
},
|
|
6720
6720
|
{
|
|
6721
6721
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -6729,8 +6729,8 @@
|
|
|
6729
6729
|
},
|
|
6730
6730
|
{
|
|
6731
6731
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/loom-init/references/output-contract.md",
|
|
6732
|
-
"bytes":
|
|
6733
|
-
"sha256": "
|
|
6732
|
+
"bytes": 9293,
|
|
6733
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
6734
6734
|
},
|
|
6735
6735
|
{
|
|
6736
6736
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -6739,8 +6739,8 @@
|
|
|
6739
6739
|
},
|
|
6740
6740
|
{
|
|
6741
6741
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/loom-init/SKILL.md",
|
|
6742
|
-
"bytes":
|
|
6743
|
-
"sha256": "
|
|
6742
|
+
"bytes": 11463,
|
|
6743
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
6744
6744
|
},
|
|
6745
6745
|
{
|
|
6746
6746
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -7014,8 +7014,8 @@
|
|
|
7014
7014
|
},
|
|
7015
7015
|
{
|
|
7016
7016
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
7017
|
-
"bytes":
|
|
7018
|
-
"sha256": "
|
|
7017
|
+
"bytes": 4247,
|
|
7018
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
7019
7019
|
},
|
|
7020
7020
|
{
|
|
7021
7021
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -7044,8 +7044,8 @@
|
|
|
7044
7044
|
},
|
|
7045
7045
|
{
|
|
7046
7046
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
7047
|
-
"bytes":
|
|
7048
|
-
"sha256": "
|
|
7047
|
+
"bytes": 23254,
|
|
7048
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
7049
7049
|
},
|
|
7050
7050
|
{
|
|
7051
7051
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -7339,13 +7339,13 @@
|
|
|
7339
7339
|
},
|
|
7340
7340
|
{
|
|
7341
7341
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py",
|
|
7342
|
-
"bytes":
|
|
7343
|
-
"sha256": "
|
|
7342
|
+
"bytes": 144459,
|
|
7343
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
7344
7344
|
},
|
|
7345
7345
|
{
|
|
7346
7346
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py",
|
|
7347
|
-
"bytes":
|
|
7348
|
-
"sha256": "
|
|
7347
|
+
"bytes": 803085,
|
|
7348
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
7349
7349
|
},
|
|
7350
7350
|
{
|
|
7351
7351
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -7354,8 +7354,8 @@
|
|
|
7354
7354
|
},
|
|
7355
7355
|
{
|
|
7356
7356
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_init.py",
|
|
7357
|
-
"bytes":
|
|
7358
|
-
"sha256": "
|
|
7357
|
+
"bytes": 126743,
|
|
7358
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
7359
7359
|
},
|
|
7360
7360
|
{
|
|
7361
7361
|
"path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -7449,8 +7449,8 @@
|
|
|
7449
7449
|
},
|
|
7450
7450
|
{
|
|
7451
7451
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/loom-adopt/SKILL.md",
|
|
7452
|
-
"bytes":
|
|
7453
|
-
"sha256": "
|
|
7452
|
+
"bytes": 4754,
|
|
7453
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
7454
7454
|
},
|
|
7455
7455
|
{
|
|
7456
7456
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -7519,8 +7519,8 @@
|
|
|
7519
7519
|
},
|
|
7520
7520
|
{
|
|
7521
7521
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/contract.json",
|
|
7522
|
-
"bytes":
|
|
7523
|
-
"sha256": "
|
|
7522
|
+
"bytes": 2472,
|
|
7523
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
7524
7524
|
},
|
|
7525
7525
|
{
|
|
7526
7526
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -7534,8 +7534,8 @@
|
|
|
7534
7534
|
},
|
|
7535
7535
|
{
|
|
7536
7536
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/references/output-contract.md",
|
|
7537
|
-
"bytes":
|
|
7538
|
-
"sha256": "
|
|
7537
|
+
"bytes": 9293,
|
|
7538
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
7539
7539
|
},
|
|
7540
7540
|
{
|
|
7541
7541
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -7544,8 +7544,8 @@
|
|
|
7544
7544
|
},
|
|
7545
7545
|
{
|
|
7546
7546
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/SKILL.md",
|
|
7547
|
-
"bytes":
|
|
7548
|
-
"sha256": "
|
|
7547
|
+
"bytes": 11463,
|
|
7548
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
7549
7549
|
},
|
|
7550
7550
|
{
|
|
7551
7551
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -7819,8 +7819,8 @@
|
|
|
7819
7819
|
},
|
|
7820
7820
|
{
|
|
7821
7821
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
7822
|
-
"bytes":
|
|
7823
|
-
"sha256": "
|
|
7822
|
+
"bytes": 4247,
|
|
7823
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
7824
7824
|
},
|
|
7825
7825
|
{
|
|
7826
7826
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -7849,8 +7849,8 @@
|
|
|
7849
7849
|
},
|
|
7850
7850
|
{
|
|
7851
7851
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
7852
|
-
"bytes":
|
|
7853
|
-
"sha256": "
|
|
7852
|
+
"bytes": 23254,
|
|
7853
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
7854
7854
|
},
|
|
7855
7855
|
{
|
|
7856
7856
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -8144,13 +8144,13 @@
|
|
|
8144
8144
|
},
|
|
8145
8145
|
{
|
|
8146
8146
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py",
|
|
8147
|
-
"bytes":
|
|
8148
|
-
"sha256": "
|
|
8147
|
+
"bytes": 144459,
|
|
8148
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
8149
8149
|
},
|
|
8150
8150
|
{
|
|
8151
8151
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py",
|
|
8152
|
-
"bytes":
|
|
8153
|
-
"sha256": "
|
|
8152
|
+
"bytes": 803085,
|
|
8153
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
8154
8154
|
},
|
|
8155
8155
|
{
|
|
8156
8156
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -8159,8 +8159,8 @@
|
|
|
8159
8159
|
},
|
|
8160
8160
|
{
|
|
8161
8161
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py",
|
|
8162
|
-
"bytes":
|
|
8163
|
-
"sha256": "
|
|
8162
|
+
"bytes": 126743,
|
|
8163
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
8164
8164
|
},
|
|
8165
8165
|
{
|
|
8166
8166
|
"path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -8254,8 +8254,8 @@
|
|
|
8254
8254
|
},
|
|
8255
8255
|
{
|
|
8256
8256
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/loom-adopt/SKILL.md",
|
|
8257
|
-
"bytes":
|
|
8258
|
-
"sha256": "
|
|
8257
|
+
"bytes": 4754,
|
|
8258
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
8259
8259
|
},
|
|
8260
8260
|
{
|
|
8261
8261
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -8324,8 +8324,8 @@
|
|
|
8324
8324
|
},
|
|
8325
8325
|
{
|
|
8326
8326
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/loom-init/contract.json",
|
|
8327
|
-
"bytes":
|
|
8328
|
-
"sha256": "
|
|
8327
|
+
"bytes": 2472,
|
|
8328
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
8329
8329
|
},
|
|
8330
8330
|
{
|
|
8331
8331
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -8339,8 +8339,8 @@
|
|
|
8339
8339
|
},
|
|
8340
8340
|
{
|
|
8341
8341
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/loom-init/references/output-contract.md",
|
|
8342
|
-
"bytes":
|
|
8343
|
-
"sha256": "
|
|
8342
|
+
"bytes": 9293,
|
|
8343
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
8344
8344
|
},
|
|
8345
8345
|
{
|
|
8346
8346
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -8349,8 +8349,8 @@
|
|
|
8349
8349
|
},
|
|
8350
8350
|
{
|
|
8351
8351
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/loom-init/SKILL.md",
|
|
8352
|
-
"bytes":
|
|
8353
|
-
"sha256": "
|
|
8352
|
+
"bytes": 11463,
|
|
8353
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
8354
8354
|
},
|
|
8355
8355
|
{
|
|
8356
8356
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -8624,8 +8624,8 @@
|
|
|
8624
8624
|
},
|
|
8625
8625
|
{
|
|
8626
8626
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
8627
|
-
"bytes":
|
|
8628
|
-
"sha256": "
|
|
8627
|
+
"bytes": 4247,
|
|
8628
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
8629
8629
|
},
|
|
8630
8630
|
{
|
|
8631
8631
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -8654,8 +8654,8 @@
|
|
|
8654
8654
|
},
|
|
8655
8655
|
{
|
|
8656
8656
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
8657
|
-
"bytes":
|
|
8658
|
-
"sha256": "
|
|
8657
|
+
"bytes": 23254,
|
|
8658
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
8659
8659
|
},
|
|
8660
8660
|
{
|
|
8661
8661
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -8949,13 +8949,13 @@
|
|
|
8949
8949
|
},
|
|
8950
8950
|
{
|
|
8951
8951
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/governance_surface.py",
|
|
8952
|
-
"bytes":
|
|
8953
|
-
"sha256": "
|
|
8952
|
+
"bytes": 144459,
|
|
8953
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
8954
8954
|
},
|
|
8955
8955
|
{
|
|
8956
8956
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_check.py",
|
|
8957
|
-
"bytes":
|
|
8958
|
-
"sha256": "
|
|
8957
|
+
"bytes": 803085,
|
|
8958
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
8959
8959
|
},
|
|
8960
8960
|
{
|
|
8961
8961
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -8964,8 +8964,8 @@
|
|
|
8964
8964
|
},
|
|
8965
8965
|
{
|
|
8966
8966
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_init.py",
|
|
8967
|
-
"bytes":
|
|
8968
|
-
"sha256": "
|
|
8967
|
+
"bytes": 126743,
|
|
8968
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
8969
8969
|
},
|
|
8970
8970
|
{
|
|
8971
8971
|
"path": "plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -9084,8 +9084,8 @@
|
|
|
9084
9084
|
},
|
|
9085
9085
|
{
|
|
9086
9086
|
"path": "plugin/loom/skills/shared/references/adoption/deep-existing-repo-default.md",
|
|
9087
|
-
"bytes":
|
|
9088
|
-
"sha256": "
|
|
9087
|
+
"bytes": 4247,
|
|
9088
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
9089
9089
|
},
|
|
9090
9090
|
{
|
|
9091
9091
|
"path": "plugin/loom/skills/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -9114,8 +9114,8 @@
|
|
|
9114
9114
|
},
|
|
9115
9115
|
{
|
|
9116
9116
|
"path": "plugin/loom/skills/shared/references/adoption/repo-companion-contract.md",
|
|
9117
|
-
"bytes":
|
|
9118
|
-
"sha256": "
|
|
9117
|
+
"bytes": 23254,
|
|
9118
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
9119
9119
|
},
|
|
9120
9120
|
{
|
|
9121
9121
|
"path": "plugin/loom/skills/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -9409,13 +9409,13 @@
|
|
|
9409
9409
|
},
|
|
9410
9410
|
{
|
|
9411
9411
|
"path": "plugin/loom/skills/shared/scripts/governance_surface.py",
|
|
9412
|
-
"bytes":
|
|
9413
|
-
"sha256": "
|
|
9412
|
+
"bytes": 144459,
|
|
9413
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
9414
9414
|
},
|
|
9415
9415
|
{
|
|
9416
9416
|
"path": "plugin/loom/skills/shared/scripts/loom_check.py",
|
|
9417
|
-
"bytes":
|
|
9418
|
-
"sha256": "
|
|
9417
|
+
"bytes": 803085,
|
|
9418
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
9419
9419
|
},
|
|
9420
9420
|
{
|
|
9421
9421
|
"path": "plugin/loom/skills/shared/scripts/loom_flow.py",
|
|
@@ -9424,8 +9424,8 @@
|
|
|
9424
9424
|
},
|
|
9425
9425
|
{
|
|
9426
9426
|
"path": "plugin/loom/skills/shared/scripts/loom_init.py",
|
|
9427
|
-
"bytes":
|
|
9428
|
-
"sha256": "
|
|
9427
|
+
"bytes": 126743,
|
|
9428
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
9429
9429
|
},
|
|
9430
9430
|
{
|
|
9431
9431
|
"path": "plugin/loom/skills/shared/scripts/loom_status.py",
|
|
@@ -9484,8 +9484,8 @@
|
|
|
9484
9484
|
},
|
|
9485
9485
|
{
|
|
9486
9486
|
"path": "skills/loom-adopt/.loom-runtime/loom-adopt/SKILL.md",
|
|
9487
|
-
"bytes":
|
|
9488
|
-
"sha256": "
|
|
9487
|
+
"bytes": 4754,
|
|
9488
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
9489
9489
|
},
|
|
9490
9490
|
{
|
|
9491
9491
|
"path": "skills/loom-adopt/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -9554,8 +9554,8 @@
|
|
|
9554
9554
|
},
|
|
9555
9555
|
{
|
|
9556
9556
|
"path": "skills/loom-adopt/.loom-runtime/loom-init/contract.json",
|
|
9557
|
-
"bytes":
|
|
9558
|
-
"sha256": "
|
|
9557
|
+
"bytes": 2472,
|
|
9558
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
9559
9559
|
},
|
|
9560
9560
|
{
|
|
9561
9561
|
"path": "skills/loom-adopt/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -9569,8 +9569,8 @@
|
|
|
9569
9569
|
},
|
|
9570
9570
|
{
|
|
9571
9571
|
"path": "skills/loom-adopt/.loom-runtime/loom-init/references/output-contract.md",
|
|
9572
|
-
"bytes":
|
|
9573
|
-
"sha256": "
|
|
9572
|
+
"bytes": 9293,
|
|
9573
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
9574
9574
|
},
|
|
9575
9575
|
{
|
|
9576
9576
|
"path": "skills/loom-adopt/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -9579,8 +9579,8 @@
|
|
|
9579
9579
|
},
|
|
9580
9580
|
{
|
|
9581
9581
|
"path": "skills/loom-adopt/.loom-runtime/loom-init/SKILL.md",
|
|
9582
|
-
"bytes":
|
|
9583
|
-
"sha256": "
|
|
9582
|
+
"bytes": 11463,
|
|
9583
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
9584
9584
|
},
|
|
9585
9585
|
{
|
|
9586
9586
|
"path": "skills/loom-adopt/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -9854,8 +9854,8 @@
|
|
|
9854
9854
|
},
|
|
9855
9855
|
{
|
|
9856
9856
|
"path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
9857
|
-
"bytes":
|
|
9858
|
-
"sha256": "
|
|
9857
|
+
"bytes": 4247,
|
|
9858
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
9859
9859
|
},
|
|
9860
9860
|
{
|
|
9861
9861
|
"path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -9884,8 +9884,8 @@
|
|
|
9884
9884
|
},
|
|
9885
9885
|
{
|
|
9886
9886
|
"path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
9887
|
-
"bytes":
|
|
9888
|
-
"sha256": "
|
|
9887
|
+
"bytes": 23254,
|
|
9888
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
9889
9889
|
},
|
|
9890
9890
|
{
|
|
9891
9891
|
"path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -10179,13 +10179,13 @@
|
|
|
10179
10179
|
},
|
|
10180
10180
|
{
|
|
10181
10181
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py",
|
|
10182
|
-
"bytes":
|
|
10183
|
-
"sha256": "
|
|
10182
|
+
"bytes": 144459,
|
|
10183
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
10184
10184
|
},
|
|
10185
10185
|
{
|
|
10186
10186
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py",
|
|
10187
|
-
"bytes":
|
|
10188
|
-
"sha256": "
|
|
10187
|
+
"bytes": 803085,
|
|
10188
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
10189
10189
|
},
|
|
10190
10190
|
{
|
|
10191
10191
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -10194,8 +10194,8 @@
|
|
|
10194
10194
|
},
|
|
10195
10195
|
{
|
|
10196
10196
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py",
|
|
10197
|
-
"bytes":
|
|
10198
|
-
"sha256": "
|
|
10197
|
+
"bytes": 126743,
|
|
10198
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
10199
10199
|
},
|
|
10200
10200
|
{
|
|
10201
10201
|
"path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -10249,8 +10249,8 @@
|
|
|
10249
10249
|
},
|
|
10250
10250
|
{
|
|
10251
10251
|
"path": "skills/loom-adopt/SKILL.md",
|
|
10252
|
-
"bytes":
|
|
10253
|
-
"sha256": "
|
|
10252
|
+
"bytes": 4853,
|
|
10253
|
+
"sha256": "67a02cbc5f149efe7a85f905564f5be1b6c0e981870f7b7e9fb2c1f023de173b"
|
|
10254
10254
|
},
|
|
10255
10255
|
{
|
|
10256
10256
|
"path": "skills/loom-build/.loom-runtime/distribution-and-adapter-contract.md",
|
|
@@ -10289,8 +10289,8 @@
|
|
|
10289
10289
|
},
|
|
10290
10290
|
{
|
|
10291
10291
|
"path": "skills/loom-build/.loom-runtime/loom-adopt/SKILL.md",
|
|
10292
|
-
"bytes":
|
|
10293
|
-
"sha256": "
|
|
10292
|
+
"bytes": 4754,
|
|
10293
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
10294
10294
|
},
|
|
10295
10295
|
{
|
|
10296
10296
|
"path": "skills/loom-build/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -10359,8 +10359,8 @@
|
|
|
10359
10359
|
},
|
|
10360
10360
|
{
|
|
10361
10361
|
"path": "skills/loom-build/.loom-runtime/loom-init/contract.json",
|
|
10362
|
-
"bytes":
|
|
10363
|
-
"sha256": "
|
|
10362
|
+
"bytes": 2472,
|
|
10363
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
10364
10364
|
},
|
|
10365
10365
|
{
|
|
10366
10366
|
"path": "skills/loom-build/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -10374,8 +10374,8 @@
|
|
|
10374
10374
|
},
|
|
10375
10375
|
{
|
|
10376
10376
|
"path": "skills/loom-build/.loom-runtime/loom-init/references/output-contract.md",
|
|
10377
|
-
"bytes":
|
|
10378
|
-
"sha256": "
|
|
10377
|
+
"bytes": 9293,
|
|
10378
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
10379
10379
|
},
|
|
10380
10380
|
{
|
|
10381
10381
|
"path": "skills/loom-build/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -10384,8 +10384,8 @@
|
|
|
10384
10384
|
},
|
|
10385
10385
|
{
|
|
10386
10386
|
"path": "skills/loom-build/.loom-runtime/loom-init/SKILL.md",
|
|
10387
|
-
"bytes":
|
|
10388
|
-
"sha256": "
|
|
10387
|
+
"bytes": 11463,
|
|
10388
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
10389
10389
|
},
|
|
10390
10390
|
{
|
|
10391
10391
|
"path": "skills/loom-build/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -10659,8 +10659,8 @@
|
|
|
10659
10659
|
},
|
|
10660
10660
|
{
|
|
10661
10661
|
"path": "skills/loom-build/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
10662
|
-
"bytes":
|
|
10663
|
-
"sha256": "
|
|
10662
|
+
"bytes": 4247,
|
|
10663
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
10664
10664
|
},
|
|
10665
10665
|
{
|
|
10666
10666
|
"path": "skills/loom-build/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -10689,8 +10689,8 @@
|
|
|
10689
10689
|
},
|
|
10690
10690
|
{
|
|
10691
10691
|
"path": "skills/loom-build/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
10692
|
-
"bytes":
|
|
10693
|
-
"sha256": "
|
|
10692
|
+
"bytes": 23254,
|
|
10693
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
10694
10694
|
},
|
|
10695
10695
|
{
|
|
10696
10696
|
"path": "skills/loom-build/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -10984,13 +10984,13 @@
|
|
|
10984
10984
|
},
|
|
10985
10985
|
{
|
|
10986
10986
|
"path": "skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py",
|
|
10987
|
-
"bytes":
|
|
10988
|
-
"sha256": "
|
|
10987
|
+
"bytes": 144459,
|
|
10988
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
10989
10989
|
},
|
|
10990
10990
|
{
|
|
10991
10991
|
"path": "skills/loom-build/.loom-runtime/shared/scripts/loom_check.py",
|
|
10992
|
-
"bytes":
|
|
10993
|
-
"sha256": "
|
|
10992
|
+
"bytes": 803085,
|
|
10993
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
10994
10994
|
},
|
|
10995
10995
|
{
|
|
10996
10996
|
"path": "skills/loom-build/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -10999,8 +10999,8 @@
|
|
|
10999
10999
|
},
|
|
11000
11000
|
{
|
|
11001
11001
|
"path": "skills/loom-build/.loom-runtime/shared/scripts/loom_init.py",
|
|
11002
|
-
"bytes":
|
|
11003
|
-
"sha256": "
|
|
11002
|
+
"bytes": 126743,
|
|
11003
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
11004
11004
|
},
|
|
11005
11005
|
{
|
|
11006
11006
|
"path": "skills/loom-build/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -11094,8 +11094,8 @@
|
|
|
11094
11094
|
},
|
|
11095
11095
|
{
|
|
11096
11096
|
"path": "skills/loom-handoff/.loom-runtime/loom-adopt/SKILL.md",
|
|
11097
|
-
"bytes":
|
|
11098
|
-
"sha256": "
|
|
11097
|
+
"bytes": 4754,
|
|
11098
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
11099
11099
|
},
|
|
11100
11100
|
{
|
|
11101
11101
|
"path": "skills/loom-handoff/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -11164,8 +11164,8 @@
|
|
|
11164
11164
|
},
|
|
11165
11165
|
{
|
|
11166
11166
|
"path": "skills/loom-handoff/.loom-runtime/loom-init/contract.json",
|
|
11167
|
-
"bytes":
|
|
11168
|
-
"sha256": "
|
|
11167
|
+
"bytes": 2472,
|
|
11168
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
11169
11169
|
},
|
|
11170
11170
|
{
|
|
11171
11171
|
"path": "skills/loom-handoff/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -11179,8 +11179,8 @@
|
|
|
11179
11179
|
},
|
|
11180
11180
|
{
|
|
11181
11181
|
"path": "skills/loom-handoff/.loom-runtime/loom-init/references/output-contract.md",
|
|
11182
|
-
"bytes":
|
|
11183
|
-
"sha256": "
|
|
11182
|
+
"bytes": 9293,
|
|
11183
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
11184
11184
|
},
|
|
11185
11185
|
{
|
|
11186
11186
|
"path": "skills/loom-handoff/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -11189,8 +11189,8 @@
|
|
|
11189
11189
|
},
|
|
11190
11190
|
{
|
|
11191
11191
|
"path": "skills/loom-handoff/.loom-runtime/loom-init/SKILL.md",
|
|
11192
|
-
"bytes":
|
|
11193
|
-
"sha256": "
|
|
11192
|
+
"bytes": 11463,
|
|
11193
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
11194
11194
|
},
|
|
11195
11195
|
{
|
|
11196
11196
|
"path": "skills/loom-handoff/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -11464,8 +11464,8 @@
|
|
|
11464
11464
|
},
|
|
11465
11465
|
{
|
|
11466
11466
|
"path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
11467
|
-
"bytes":
|
|
11468
|
-
"sha256": "
|
|
11467
|
+
"bytes": 4247,
|
|
11468
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
11469
11469
|
},
|
|
11470
11470
|
{
|
|
11471
11471
|
"path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -11494,8 +11494,8 @@
|
|
|
11494
11494
|
},
|
|
11495
11495
|
{
|
|
11496
11496
|
"path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
11497
|
-
"bytes":
|
|
11498
|
-
"sha256": "
|
|
11497
|
+
"bytes": 23254,
|
|
11498
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
11499
11499
|
},
|
|
11500
11500
|
{
|
|
11501
11501
|
"path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -11789,13 +11789,13 @@
|
|
|
11789
11789
|
},
|
|
11790
11790
|
{
|
|
11791
11791
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py",
|
|
11792
|
-
"bytes":
|
|
11793
|
-
"sha256": "
|
|
11792
|
+
"bytes": 144459,
|
|
11793
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
11794
11794
|
},
|
|
11795
11795
|
{
|
|
11796
11796
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py",
|
|
11797
|
-
"bytes":
|
|
11798
|
-
"sha256": "
|
|
11797
|
+
"bytes": 803085,
|
|
11798
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
11799
11799
|
},
|
|
11800
11800
|
{
|
|
11801
11801
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -11804,8 +11804,8 @@
|
|
|
11804
11804
|
},
|
|
11805
11805
|
{
|
|
11806
11806
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py",
|
|
11807
|
-
"bytes":
|
|
11808
|
-
"sha256": "
|
|
11807
|
+
"bytes": 126743,
|
|
11808
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
11809
11809
|
},
|
|
11810
11810
|
{
|
|
11811
11811
|
"path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -11899,8 +11899,8 @@
|
|
|
11899
11899
|
},
|
|
11900
11900
|
{
|
|
11901
11901
|
"path": "skills/loom-init/.loom-runtime/loom-adopt/SKILL.md",
|
|
11902
|
-
"bytes":
|
|
11903
|
-
"sha256": "
|
|
11902
|
+
"bytes": 4754,
|
|
11903
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
11904
11904
|
},
|
|
11905
11905
|
{
|
|
11906
11906
|
"path": "skills/loom-init/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -11969,8 +11969,8 @@
|
|
|
11969
11969
|
},
|
|
11970
11970
|
{
|
|
11971
11971
|
"path": "skills/loom-init/.loom-runtime/loom-init/contract.json",
|
|
11972
|
-
"bytes":
|
|
11973
|
-
"sha256": "
|
|
11972
|
+
"bytes": 2472,
|
|
11973
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
11974
11974
|
},
|
|
11975
11975
|
{
|
|
11976
11976
|
"path": "skills/loom-init/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -11984,8 +11984,8 @@
|
|
|
11984
11984
|
},
|
|
11985
11985
|
{
|
|
11986
11986
|
"path": "skills/loom-init/.loom-runtime/loom-init/references/output-contract.md",
|
|
11987
|
-
"bytes":
|
|
11988
|
-
"sha256": "
|
|
11987
|
+
"bytes": 9293,
|
|
11988
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
11989
11989
|
},
|
|
11990
11990
|
{
|
|
11991
11991
|
"path": "skills/loom-init/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -11994,8 +11994,8 @@
|
|
|
11994
11994
|
},
|
|
11995
11995
|
{
|
|
11996
11996
|
"path": "skills/loom-init/.loom-runtime/loom-init/SKILL.md",
|
|
11997
|
-
"bytes":
|
|
11998
|
-
"sha256": "
|
|
11997
|
+
"bytes": 11463,
|
|
11998
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
11999
11999
|
},
|
|
12000
12000
|
{
|
|
12001
12001
|
"path": "skills/loom-init/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -12269,8 +12269,8 @@
|
|
|
12269
12269
|
},
|
|
12270
12270
|
{
|
|
12271
12271
|
"path": "skills/loom-init/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
12272
|
-
"bytes":
|
|
12273
|
-
"sha256": "
|
|
12272
|
+
"bytes": 4247,
|
|
12273
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
12274
12274
|
},
|
|
12275
12275
|
{
|
|
12276
12276
|
"path": "skills/loom-init/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -12299,8 +12299,8 @@
|
|
|
12299
12299
|
},
|
|
12300
12300
|
{
|
|
12301
12301
|
"path": "skills/loom-init/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
12302
|
-
"bytes":
|
|
12303
|
-
"sha256": "
|
|
12302
|
+
"bytes": 23254,
|
|
12303
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
12304
12304
|
},
|
|
12305
12305
|
{
|
|
12306
12306
|
"path": "skills/loom-init/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -12594,13 +12594,13 @@
|
|
|
12594
12594
|
},
|
|
12595
12595
|
{
|
|
12596
12596
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py",
|
|
12597
|
-
"bytes":
|
|
12598
|
-
"sha256": "
|
|
12597
|
+
"bytes": 144459,
|
|
12598
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
12599
12599
|
},
|
|
12600
12600
|
{
|
|
12601
12601
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/loom_check.py",
|
|
12602
|
-
"bytes":
|
|
12603
|
-
"sha256": "
|
|
12602
|
+
"bytes": 803085,
|
|
12603
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
12604
12604
|
},
|
|
12605
12605
|
{
|
|
12606
12606
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -12609,8 +12609,8 @@
|
|
|
12609
12609
|
},
|
|
12610
12610
|
{
|
|
12611
12611
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/loom_init.py",
|
|
12612
|
-
"bytes":
|
|
12613
|
-
"sha256": "
|
|
12612
|
+
"bytes": 126743,
|
|
12613
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
12614
12614
|
},
|
|
12615
12615
|
{
|
|
12616
12616
|
"path": "skills/loom-init/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -12639,8 +12639,8 @@
|
|
|
12639
12639
|
},
|
|
12640
12640
|
{
|
|
12641
12641
|
"path": "skills/loom-init/contract.json",
|
|
12642
|
-
"bytes":
|
|
12643
|
-
"sha256": "
|
|
12642
|
+
"bytes": 2560,
|
|
12643
|
+
"sha256": "34f824f4e9e6cfce9b6b24631570e9f508b07003ed0a5ce9f6dd9ba781249eca"
|
|
12644
12644
|
},
|
|
12645
12645
|
{
|
|
12646
12646
|
"path": "skills/loom-init/loom-package.json",
|
|
@@ -12659,8 +12659,8 @@
|
|
|
12659
12659
|
},
|
|
12660
12660
|
{
|
|
12661
12661
|
"path": "skills/loom-init/references/output-contract.md",
|
|
12662
|
-
"bytes":
|
|
12663
|
-
"sha256": "
|
|
12662
|
+
"bytes": 9293,
|
|
12663
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
12664
12664
|
},
|
|
12665
12665
|
{
|
|
12666
12666
|
"path": "skills/loom-init/scripts/loom-init.py",
|
|
@@ -12669,8 +12669,8 @@
|
|
|
12669
12669
|
},
|
|
12670
12670
|
{
|
|
12671
12671
|
"path": "skills/loom-init/SKILL.md",
|
|
12672
|
-
"bytes":
|
|
12673
|
-
"sha256": "
|
|
12672
|
+
"bytes": 11485,
|
|
12673
|
+
"sha256": "d5cfca1b6ffde27626f94b8a804dac1074ed4060f2729190083f0f2b995cb208"
|
|
12674
12674
|
},
|
|
12675
12675
|
{
|
|
12676
12676
|
"path": "skills/loom-merge-ready/.loom-runtime/distribution-and-adapter-contract.md",
|
|
@@ -12709,8 +12709,8 @@
|
|
|
12709
12709
|
},
|
|
12710
12710
|
{
|
|
12711
12711
|
"path": "skills/loom-merge-ready/.loom-runtime/loom-adopt/SKILL.md",
|
|
12712
|
-
"bytes":
|
|
12713
|
-
"sha256": "
|
|
12712
|
+
"bytes": 4754,
|
|
12713
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
12714
12714
|
},
|
|
12715
12715
|
{
|
|
12716
12716
|
"path": "skills/loom-merge-ready/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -12779,8 +12779,8 @@
|
|
|
12779
12779
|
},
|
|
12780
12780
|
{
|
|
12781
12781
|
"path": "skills/loom-merge-ready/.loom-runtime/loom-init/contract.json",
|
|
12782
|
-
"bytes":
|
|
12783
|
-
"sha256": "
|
|
12782
|
+
"bytes": 2472,
|
|
12783
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
12784
12784
|
},
|
|
12785
12785
|
{
|
|
12786
12786
|
"path": "skills/loom-merge-ready/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -12794,8 +12794,8 @@
|
|
|
12794
12794
|
},
|
|
12795
12795
|
{
|
|
12796
12796
|
"path": "skills/loom-merge-ready/.loom-runtime/loom-init/references/output-contract.md",
|
|
12797
|
-
"bytes":
|
|
12798
|
-
"sha256": "
|
|
12797
|
+
"bytes": 9293,
|
|
12798
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
12799
12799
|
},
|
|
12800
12800
|
{
|
|
12801
12801
|
"path": "skills/loom-merge-ready/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -12804,8 +12804,8 @@
|
|
|
12804
12804
|
},
|
|
12805
12805
|
{
|
|
12806
12806
|
"path": "skills/loom-merge-ready/.loom-runtime/loom-init/SKILL.md",
|
|
12807
|
-
"bytes":
|
|
12808
|
-
"sha256": "
|
|
12807
|
+
"bytes": 11463,
|
|
12808
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
12809
12809
|
},
|
|
12810
12810
|
{
|
|
12811
12811
|
"path": "skills/loom-merge-ready/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -13079,8 +13079,8 @@
|
|
|
13079
13079
|
},
|
|
13080
13080
|
{
|
|
13081
13081
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
13082
|
-
"bytes":
|
|
13083
|
-
"sha256": "
|
|
13082
|
+
"bytes": 4247,
|
|
13083
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
13084
13084
|
},
|
|
13085
13085
|
{
|
|
13086
13086
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -13109,8 +13109,8 @@
|
|
|
13109
13109
|
},
|
|
13110
13110
|
{
|
|
13111
13111
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
13112
|
-
"bytes":
|
|
13113
|
-
"sha256": "
|
|
13112
|
+
"bytes": 23254,
|
|
13113
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
13114
13114
|
},
|
|
13115
13115
|
{
|
|
13116
13116
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -13404,13 +13404,13 @@
|
|
|
13404
13404
|
},
|
|
13405
13405
|
{
|
|
13406
13406
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py",
|
|
13407
|
-
"bytes":
|
|
13408
|
-
"sha256": "
|
|
13407
|
+
"bytes": 144459,
|
|
13408
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
13409
13409
|
},
|
|
13410
13410
|
{
|
|
13411
13411
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py",
|
|
13412
|
-
"bytes":
|
|
13413
|
-
"sha256": "
|
|
13412
|
+
"bytes": 803085,
|
|
13413
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
13414
13414
|
},
|
|
13415
13415
|
{
|
|
13416
13416
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -13419,8 +13419,8 @@
|
|
|
13419
13419
|
},
|
|
13420
13420
|
{
|
|
13421
13421
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py",
|
|
13422
|
-
"bytes":
|
|
13423
|
-
"sha256": "
|
|
13422
|
+
"bytes": 126743,
|
|
13423
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
13424
13424
|
},
|
|
13425
13425
|
{
|
|
13426
13426
|
"path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -13514,8 +13514,8 @@
|
|
|
13514
13514
|
},
|
|
13515
13515
|
{
|
|
13516
13516
|
"path": "skills/loom-pre-review/.loom-runtime/loom-adopt/SKILL.md",
|
|
13517
|
-
"bytes":
|
|
13518
|
-
"sha256": "
|
|
13517
|
+
"bytes": 4754,
|
|
13518
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
13519
13519
|
},
|
|
13520
13520
|
{
|
|
13521
13521
|
"path": "skills/loom-pre-review/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -13584,8 +13584,8 @@
|
|
|
13584
13584
|
},
|
|
13585
13585
|
{
|
|
13586
13586
|
"path": "skills/loom-pre-review/.loom-runtime/loom-init/contract.json",
|
|
13587
|
-
"bytes":
|
|
13588
|
-
"sha256": "
|
|
13587
|
+
"bytes": 2472,
|
|
13588
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
13589
13589
|
},
|
|
13590
13590
|
{
|
|
13591
13591
|
"path": "skills/loom-pre-review/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -13599,8 +13599,8 @@
|
|
|
13599
13599
|
},
|
|
13600
13600
|
{
|
|
13601
13601
|
"path": "skills/loom-pre-review/.loom-runtime/loom-init/references/output-contract.md",
|
|
13602
|
-
"bytes":
|
|
13603
|
-
"sha256": "
|
|
13602
|
+
"bytes": 9293,
|
|
13603
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
13604
13604
|
},
|
|
13605
13605
|
{
|
|
13606
13606
|
"path": "skills/loom-pre-review/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -13609,8 +13609,8 @@
|
|
|
13609
13609
|
},
|
|
13610
13610
|
{
|
|
13611
13611
|
"path": "skills/loom-pre-review/.loom-runtime/loom-init/SKILL.md",
|
|
13612
|
-
"bytes":
|
|
13613
|
-
"sha256": "
|
|
13612
|
+
"bytes": 11463,
|
|
13613
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
13614
13614
|
},
|
|
13615
13615
|
{
|
|
13616
13616
|
"path": "skills/loom-pre-review/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -13884,8 +13884,8 @@
|
|
|
13884
13884
|
},
|
|
13885
13885
|
{
|
|
13886
13886
|
"path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
13887
|
-
"bytes":
|
|
13888
|
-
"sha256": "
|
|
13887
|
+
"bytes": 4247,
|
|
13888
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
13889
13889
|
},
|
|
13890
13890
|
{
|
|
13891
13891
|
"path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -13914,8 +13914,8 @@
|
|
|
13914
13914
|
},
|
|
13915
13915
|
{
|
|
13916
13916
|
"path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
13917
|
-
"bytes":
|
|
13918
|
-
"sha256": "
|
|
13917
|
+
"bytes": 23254,
|
|
13918
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
13919
13919
|
},
|
|
13920
13920
|
{
|
|
13921
13921
|
"path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -14209,13 +14209,13 @@
|
|
|
14209
14209
|
},
|
|
14210
14210
|
{
|
|
14211
14211
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py",
|
|
14212
|
-
"bytes":
|
|
14213
|
-
"sha256": "
|
|
14212
|
+
"bytes": 144459,
|
|
14213
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
14214
14214
|
},
|
|
14215
14215
|
{
|
|
14216
14216
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py",
|
|
14217
|
-
"bytes":
|
|
14218
|
-
"sha256": "
|
|
14217
|
+
"bytes": 803085,
|
|
14218
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
14219
14219
|
},
|
|
14220
14220
|
{
|
|
14221
14221
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -14224,8 +14224,8 @@
|
|
|
14224
14224
|
},
|
|
14225
14225
|
{
|
|
14226
14226
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py",
|
|
14227
|
-
"bytes":
|
|
14228
|
-
"sha256": "
|
|
14227
|
+
"bytes": 126743,
|
|
14228
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
14229
14229
|
},
|
|
14230
14230
|
{
|
|
14231
14231
|
"path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -14319,8 +14319,8 @@
|
|
|
14319
14319
|
},
|
|
14320
14320
|
{
|
|
14321
14321
|
"path": "skills/loom-resume/.loom-runtime/loom-adopt/SKILL.md",
|
|
14322
|
-
"bytes":
|
|
14323
|
-
"sha256": "
|
|
14322
|
+
"bytes": 4754,
|
|
14323
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
14324
14324
|
},
|
|
14325
14325
|
{
|
|
14326
14326
|
"path": "skills/loom-resume/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -14389,8 +14389,8 @@
|
|
|
14389
14389
|
},
|
|
14390
14390
|
{
|
|
14391
14391
|
"path": "skills/loom-resume/.loom-runtime/loom-init/contract.json",
|
|
14392
|
-
"bytes":
|
|
14393
|
-
"sha256": "
|
|
14392
|
+
"bytes": 2472,
|
|
14393
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
14394
14394
|
},
|
|
14395
14395
|
{
|
|
14396
14396
|
"path": "skills/loom-resume/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -14404,8 +14404,8 @@
|
|
|
14404
14404
|
},
|
|
14405
14405
|
{
|
|
14406
14406
|
"path": "skills/loom-resume/.loom-runtime/loom-init/references/output-contract.md",
|
|
14407
|
-
"bytes":
|
|
14408
|
-
"sha256": "
|
|
14407
|
+
"bytes": 9293,
|
|
14408
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
14409
14409
|
},
|
|
14410
14410
|
{
|
|
14411
14411
|
"path": "skills/loom-resume/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -14414,8 +14414,8 @@
|
|
|
14414
14414
|
},
|
|
14415
14415
|
{
|
|
14416
14416
|
"path": "skills/loom-resume/.loom-runtime/loom-init/SKILL.md",
|
|
14417
|
-
"bytes":
|
|
14418
|
-
"sha256": "
|
|
14417
|
+
"bytes": 11463,
|
|
14418
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
14419
14419
|
},
|
|
14420
14420
|
{
|
|
14421
14421
|
"path": "skills/loom-resume/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -14689,8 +14689,8 @@
|
|
|
14689
14689
|
},
|
|
14690
14690
|
{
|
|
14691
14691
|
"path": "skills/loom-resume/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
14692
|
-
"bytes":
|
|
14693
|
-
"sha256": "
|
|
14692
|
+
"bytes": 4247,
|
|
14693
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
14694
14694
|
},
|
|
14695
14695
|
{
|
|
14696
14696
|
"path": "skills/loom-resume/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -14719,8 +14719,8 @@
|
|
|
14719
14719
|
},
|
|
14720
14720
|
{
|
|
14721
14721
|
"path": "skills/loom-resume/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
14722
|
-
"bytes":
|
|
14723
|
-
"sha256": "
|
|
14722
|
+
"bytes": 23254,
|
|
14723
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
14724
14724
|
},
|
|
14725
14725
|
{
|
|
14726
14726
|
"path": "skills/loom-resume/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -15014,13 +15014,13 @@
|
|
|
15014
15014
|
},
|
|
15015
15015
|
{
|
|
15016
15016
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py",
|
|
15017
|
-
"bytes":
|
|
15018
|
-
"sha256": "
|
|
15017
|
+
"bytes": 144459,
|
|
15018
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
15019
15019
|
},
|
|
15020
15020
|
{
|
|
15021
15021
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py",
|
|
15022
|
-
"bytes":
|
|
15023
|
-
"sha256": "
|
|
15022
|
+
"bytes": 803085,
|
|
15023
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
15024
15024
|
},
|
|
15025
15025
|
{
|
|
15026
15026
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -15029,8 +15029,8 @@
|
|
|
15029
15029
|
},
|
|
15030
15030
|
{
|
|
15031
15031
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py",
|
|
15032
|
-
"bytes":
|
|
15033
|
-
"sha256": "
|
|
15032
|
+
"bytes": 126743,
|
|
15033
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
15034
15034
|
},
|
|
15035
15035
|
{
|
|
15036
15036
|
"path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -15124,8 +15124,8 @@
|
|
|
15124
15124
|
},
|
|
15125
15125
|
{
|
|
15126
15126
|
"path": "skills/loom-retire/.loom-runtime/loom-adopt/SKILL.md",
|
|
15127
|
-
"bytes":
|
|
15128
|
-
"sha256": "
|
|
15127
|
+
"bytes": 4754,
|
|
15128
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
15129
15129
|
},
|
|
15130
15130
|
{
|
|
15131
15131
|
"path": "skills/loom-retire/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -15194,8 +15194,8 @@
|
|
|
15194
15194
|
},
|
|
15195
15195
|
{
|
|
15196
15196
|
"path": "skills/loom-retire/.loom-runtime/loom-init/contract.json",
|
|
15197
|
-
"bytes":
|
|
15198
|
-
"sha256": "
|
|
15197
|
+
"bytes": 2472,
|
|
15198
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
15199
15199
|
},
|
|
15200
15200
|
{
|
|
15201
15201
|
"path": "skills/loom-retire/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -15209,8 +15209,8 @@
|
|
|
15209
15209
|
},
|
|
15210
15210
|
{
|
|
15211
15211
|
"path": "skills/loom-retire/.loom-runtime/loom-init/references/output-contract.md",
|
|
15212
|
-
"bytes":
|
|
15213
|
-
"sha256": "
|
|
15212
|
+
"bytes": 9293,
|
|
15213
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
15214
15214
|
},
|
|
15215
15215
|
{
|
|
15216
15216
|
"path": "skills/loom-retire/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -15219,8 +15219,8 @@
|
|
|
15219
15219
|
},
|
|
15220
15220
|
{
|
|
15221
15221
|
"path": "skills/loom-retire/.loom-runtime/loom-init/SKILL.md",
|
|
15222
|
-
"bytes":
|
|
15223
|
-
"sha256": "
|
|
15222
|
+
"bytes": 11463,
|
|
15223
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
15224
15224
|
},
|
|
15225
15225
|
{
|
|
15226
15226
|
"path": "skills/loom-retire/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -15494,8 +15494,8 @@
|
|
|
15494
15494
|
},
|
|
15495
15495
|
{
|
|
15496
15496
|
"path": "skills/loom-retire/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
15497
|
-
"bytes":
|
|
15498
|
-
"sha256": "
|
|
15497
|
+
"bytes": 4247,
|
|
15498
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
15499
15499
|
},
|
|
15500
15500
|
{
|
|
15501
15501
|
"path": "skills/loom-retire/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -15524,8 +15524,8 @@
|
|
|
15524
15524
|
},
|
|
15525
15525
|
{
|
|
15526
15526
|
"path": "skills/loom-retire/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
15527
|
-
"bytes":
|
|
15528
|
-
"sha256": "
|
|
15527
|
+
"bytes": 23254,
|
|
15528
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
15529
15529
|
},
|
|
15530
15530
|
{
|
|
15531
15531
|
"path": "skills/loom-retire/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -15819,13 +15819,13 @@
|
|
|
15819
15819
|
},
|
|
15820
15820
|
{
|
|
15821
15821
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py",
|
|
15822
|
-
"bytes":
|
|
15823
|
-
"sha256": "
|
|
15822
|
+
"bytes": 144459,
|
|
15823
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
15824
15824
|
},
|
|
15825
15825
|
{
|
|
15826
15826
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py",
|
|
15827
|
-
"bytes":
|
|
15828
|
-
"sha256": "
|
|
15827
|
+
"bytes": 803085,
|
|
15828
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
15829
15829
|
},
|
|
15830
15830
|
{
|
|
15831
15831
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -15834,8 +15834,8 @@
|
|
|
15834
15834
|
},
|
|
15835
15835
|
{
|
|
15836
15836
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py",
|
|
15837
|
-
"bytes":
|
|
15838
|
-
"sha256": "
|
|
15837
|
+
"bytes": 126743,
|
|
15838
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
15839
15839
|
},
|
|
15840
15840
|
{
|
|
15841
15841
|
"path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -15929,8 +15929,8 @@
|
|
|
15929
15929
|
},
|
|
15930
15930
|
{
|
|
15931
15931
|
"path": "skills/loom-review/.loom-runtime/loom-adopt/SKILL.md",
|
|
15932
|
-
"bytes":
|
|
15933
|
-
"sha256": "
|
|
15932
|
+
"bytes": 4754,
|
|
15933
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
15934
15934
|
},
|
|
15935
15935
|
{
|
|
15936
15936
|
"path": "skills/loom-review/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -15999,8 +15999,8 @@
|
|
|
15999
15999
|
},
|
|
16000
16000
|
{
|
|
16001
16001
|
"path": "skills/loom-review/.loom-runtime/loom-init/contract.json",
|
|
16002
|
-
"bytes":
|
|
16003
|
-
"sha256": "
|
|
16002
|
+
"bytes": 2472,
|
|
16003
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
16004
16004
|
},
|
|
16005
16005
|
{
|
|
16006
16006
|
"path": "skills/loom-review/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -16014,8 +16014,8 @@
|
|
|
16014
16014
|
},
|
|
16015
16015
|
{
|
|
16016
16016
|
"path": "skills/loom-review/.loom-runtime/loom-init/references/output-contract.md",
|
|
16017
|
-
"bytes":
|
|
16018
|
-
"sha256": "
|
|
16017
|
+
"bytes": 9293,
|
|
16018
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
16019
16019
|
},
|
|
16020
16020
|
{
|
|
16021
16021
|
"path": "skills/loom-review/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -16024,8 +16024,8 @@
|
|
|
16024
16024
|
},
|
|
16025
16025
|
{
|
|
16026
16026
|
"path": "skills/loom-review/.loom-runtime/loom-init/SKILL.md",
|
|
16027
|
-
"bytes":
|
|
16028
|
-
"sha256": "
|
|
16027
|
+
"bytes": 11463,
|
|
16028
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
16029
16029
|
},
|
|
16030
16030
|
{
|
|
16031
16031
|
"path": "skills/loom-review/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -16299,8 +16299,8 @@
|
|
|
16299
16299
|
},
|
|
16300
16300
|
{
|
|
16301
16301
|
"path": "skills/loom-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
16302
|
-
"bytes":
|
|
16303
|
-
"sha256": "
|
|
16302
|
+
"bytes": 4247,
|
|
16303
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
16304
16304
|
},
|
|
16305
16305
|
{
|
|
16306
16306
|
"path": "skills/loom-review/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -16329,8 +16329,8 @@
|
|
|
16329
16329
|
},
|
|
16330
16330
|
{
|
|
16331
16331
|
"path": "skills/loom-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
16332
|
-
"bytes":
|
|
16333
|
-
"sha256": "
|
|
16332
|
+
"bytes": 23254,
|
|
16333
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
16334
16334
|
},
|
|
16335
16335
|
{
|
|
16336
16336
|
"path": "skills/loom-review/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -16624,13 +16624,13 @@
|
|
|
16624
16624
|
},
|
|
16625
16625
|
{
|
|
16626
16626
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py",
|
|
16627
|
-
"bytes":
|
|
16628
|
-
"sha256": "
|
|
16627
|
+
"bytes": 144459,
|
|
16628
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
16629
16629
|
},
|
|
16630
16630
|
{
|
|
16631
16631
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/loom_check.py",
|
|
16632
|
-
"bytes":
|
|
16633
|
-
"sha256": "
|
|
16632
|
+
"bytes": 803085,
|
|
16633
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
16634
16634
|
},
|
|
16635
16635
|
{
|
|
16636
16636
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -16639,8 +16639,8 @@
|
|
|
16639
16639
|
},
|
|
16640
16640
|
{
|
|
16641
16641
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/loom_init.py",
|
|
16642
|
-
"bytes":
|
|
16643
|
-
"sha256": "
|
|
16642
|
+
"bytes": 126743,
|
|
16643
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
16644
16644
|
},
|
|
16645
16645
|
{
|
|
16646
16646
|
"path": "skills/loom-review/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -16734,8 +16734,8 @@
|
|
|
16734
16734
|
},
|
|
16735
16735
|
{
|
|
16736
16736
|
"path": "skills/loom-spec-review/.loom-runtime/loom-adopt/SKILL.md",
|
|
16737
|
-
"bytes":
|
|
16738
|
-
"sha256": "
|
|
16737
|
+
"bytes": 4754,
|
|
16738
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
16739
16739
|
},
|
|
16740
16740
|
{
|
|
16741
16741
|
"path": "skills/loom-spec-review/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -16804,8 +16804,8 @@
|
|
|
16804
16804
|
},
|
|
16805
16805
|
{
|
|
16806
16806
|
"path": "skills/loom-spec-review/.loom-runtime/loom-init/contract.json",
|
|
16807
|
-
"bytes":
|
|
16808
|
-
"sha256": "
|
|
16807
|
+
"bytes": 2472,
|
|
16808
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
16809
16809
|
},
|
|
16810
16810
|
{
|
|
16811
16811
|
"path": "skills/loom-spec-review/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -16819,8 +16819,8 @@
|
|
|
16819
16819
|
},
|
|
16820
16820
|
{
|
|
16821
16821
|
"path": "skills/loom-spec-review/.loom-runtime/loom-init/references/output-contract.md",
|
|
16822
|
-
"bytes":
|
|
16823
|
-
"sha256": "
|
|
16822
|
+
"bytes": 9293,
|
|
16823
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
16824
16824
|
},
|
|
16825
16825
|
{
|
|
16826
16826
|
"path": "skills/loom-spec-review/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -16829,8 +16829,8 @@
|
|
|
16829
16829
|
},
|
|
16830
16830
|
{
|
|
16831
16831
|
"path": "skills/loom-spec-review/.loom-runtime/loom-init/SKILL.md",
|
|
16832
|
-
"bytes":
|
|
16833
|
-
"sha256": "
|
|
16832
|
+
"bytes": 11463,
|
|
16833
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
16834
16834
|
},
|
|
16835
16835
|
{
|
|
16836
16836
|
"path": "skills/loom-spec-review/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -17104,8 +17104,8 @@
|
|
|
17104
17104
|
},
|
|
17105
17105
|
{
|
|
17106
17106
|
"path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
17107
|
-
"bytes":
|
|
17108
|
-
"sha256": "
|
|
17107
|
+
"bytes": 4247,
|
|
17108
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
17109
17109
|
},
|
|
17110
17110
|
{
|
|
17111
17111
|
"path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -17134,8 +17134,8 @@
|
|
|
17134
17134
|
},
|
|
17135
17135
|
{
|
|
17136
17136
|
"path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
17137
|
-
"bytes":
|
|
17138
|
-
"sha256": "
|
|
17137
|
+
"bytes": 23254,
|
|
17138
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
17139
17139
|
},
|
|
17140
17140
|
{
|
|
17141
17141
|
"path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -17429,13 +17429,13 @@
|
|
|
17429
17429
|
},
|
|
17430
17430
|
{
|
|
17431
17431
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py",
|
|
17432
|
-
"bytes":
|
|
17433
|
-
"sha256": "
|
|
17432
|
+
"bytes": 144459,
|
|
17433
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
17434
17434
|
},
|
|
17435
17435
|
{
|
|
17436
17436
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py",
|
|
17437
|
-
"bytes":
|
|
17438
|
-
"sha256": "
|
|
17437
|
+
"bytes": 803085,
|
|
17438
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
17439
17439
|
},
|
|
17440
17440
|
{
|
|
17441
17441
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -17444,8 +17444,8 @@
|
|
|
17444
17444
|
},
|
|
17445
17445
|
{
|
|
17446
17446
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py",
|
|
17447
|
-
"bytes":
|
|
17448
|
-
"sha256": "
|
|
17447
|
+
"bytes": 126743,
|
|
17448
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
17449
17449
|
},
|
|
17450
17450
|
{
|
|
17451
17451
|
"path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py",
|
|
@@ -17539,8 +17539,8 @@
|
|
|
17539
17539
|
},
|
|
17540
17540
|
{
|
|
17541
17541
|
"path": "skills/loom-story/.loom-runtime/loom-adopt/SKILL.md",
|
|
17542
|
-
"bytes":
|
|
17543
|
-
"sha256": "
|
|
17542
|
+
"bytes": 4754,
|
|
17543
|
+
"sha256": "46bdeaa86049bafd2e12e01000310919e55cc29b9859a37a81363fd60abf3c98"
|
|
17544
17544
|
},
|
|
17545
17545
|
{
|
|
17546
17546
|
"path": "skills/loom-story/.loom-runtime/loom-build/agents/openai.yaml",
|
|
@@ -17609,8 +17609,8 @@
|
|
|
17609
17609
|
},
|
|
17610
17610
|
{
|
|
17611
17611
|
"path": "skills/loom-story/.loom-runtime/loom-init/contract.json",
|
|
17612
|
-
"bytes":
|
|
17613
|
-
"sha256": "
|
|
17612
|
+
"bytes": 2472,
|
|
17613
|
+
"sha256": "c65e271914cb349910aeda383093b0d4739ae7cf5bb173c16c41e018e53eadce"
|
|
17614
17614
|
},
|
|
17615
17615
|
{
|
|
17616
17616
|
"path": "skills/loom-story/.loom-runtime/loom-init/references/input-signals.md",
|
|
@@ -17624,8 +17624,8 @@
|
|
|
17624
17624
|
},
|
|
17625
17625
|
{
|
|
17626
17626
|
"path": "skills/loom-story/.loom-runtime/loom-init/references/output-contract.md",
|
|
17627
|
-
"bytes":
|
|
17628
|
-
"sha256": "
|
|
17627
|
+
"bytes": 9293,
|
|
17628
|
+
"sha256": "fc3edccc2a36e5b99c1bcff992c4da1971e19c7e16f687d6bfa3db57ba7fb4c7"
|
|
17629
17629
|
},
|
|
17630
17630
|
{
|
|
17631
17631
|
"path": "skills/loom-story/.loom-runtime/loom-init/scripts/loom-init.py",
|
|
@@ -17634,8 +17634,8 @@
|
|
|
17634
17634
|
},
|
|
17635
17635
|
{
|
|
17636
17636
|
"path": "skills/loom-story/.loom-runtime/loom-init/SKILL.md",
|
|
17637
|
-
"bytes":
|
|
17638
|
-
"sha256": "
|
|
17637
|
+
"bytes": 11463,
|
|
17638
|
+
"sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
|
|
17639
17639
|
},
|
|
17640
17640
|
{
|
|
17641
17641
|
"path": "skills/loom-story/.loom-runtime/loom-merge-ready/agents/openai.yaml",
|
|
@@ -17909,8 +17909,8 @@
|
|
|
17909
17909
|
},
|
|
17910
17910
|
{
|
|
17911
17911
|
"path": "skills/loom-story/.loom-runtime/shared/references/adoption/deep-existing-repo-default.md",
|
|
17912
|
-
"bytes":
|
|
17913
|
-
"sha256": "
|
|
17912
|
+
"bytes": 4247,
|
|
17913
|
+
"sha256": "6094b20b9f82e6032b1d5136d90d854bd9dcbd4f0b6dfef9f319345b7f62fc58"
|
|
17914
17914
|
},
|
|
17915
17915
|
{
|
|
17916
17916
|
"path": "skills/loom-story/.loom-runtime/shared/references/adoption/external-runtime-companion-contract.md",
|
|
@@ -17939,8 +17939,8 @@
|
|
|
17939
17939
|
},
|
|
17940
17940
|
{
|
|
17941
17941
|
"path": "skills/loom-story/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
|
|
17942
|
-
"bytes":
|
|
17943
|
-
"sha256": "
|
|
17942
|
+
"bytes": 23254,
|
|
17943
|
+
"sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
|
|
17944
17944
|
},
|
|
17945
17945
|
{
|
|
17946
17946
|
"path": "skills/loom-story/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
|
|
@@ -18234,13 +18234,13 @@
|
|
|
18234
18234
|
},
|
|
18235
18235
|
{
|
|
18236
18236
|
"path": "skills/loom-story/.loom-runtime/shared/scripts/governance_surface.py",
|
|
18237
|
-
"bytes":
|
|
18238
|
-
"sha256": "
|
|
18237
|
+
"bytes": 144459,
|
|
18238
|
+
"sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
|
|
18239
18239
|
},
|
|
18240
18240
|
{
|
|
18241
18241
|
"path": "skills/loom-story/.loom-runtime/shared/scripts/loom_check.py",
|
|
18242
|
-
"bytes":
|
|
18243
|
-
"sha256": "
|
|
18242
|
+
"bytes": 803085,
|
|
18243
|
+
"sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
|
|
18244
18244
|
},
|
|
18245
18245
|
{
|
|
18246
18246
|
"path": "skills/loom-story/.loom-runtime/shared/scripts/loom_flow.py",
|
|
@@ -18249,8 +18249,8 @@
|
|
|
18249
18249
|
},
|
|
18250
18250
|
{
|
|
18251
18251
|
"path": "skills/loom-story/.loom-runtime/shared/scripts/loom_init.py",
|
|
18252
|
-
"bytes":
|
|
18253
|
-
"sha256": "
|
|
18252
|
+
"bytes": 126743,
|
|
18253
|
+
"sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
|
|
18254
18254
|
},
|
|
18255
18255
|
{
|
|
18256
18256
|
"path": "skills/loom-story/.loom-runtime/shared/scripts/loom_status.py",
|