@mc-and-his-agents/loom-installer 0.1.101 → 0.1.102
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 +233 -233
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/plugin/loom/skills/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/plugin/loom/skills/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/plugin/loom/skills/shared/scripts/governance_surface.py +3 -1
- package/payload/plugin/loom/skills/shared/scripts/loom_check.py +122 -3
- package/payload/plugin/loom/skills/shared/scripts/loom_status.py +55 -2
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/skills/loom-build/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/skills/loom-build/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/skills/loom-init/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/skills/loom-init/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/skills/loom-review/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/skills/loom-review/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py +55 -2
- package/payload/skills/loom-story/.loom-runtime/shared/references/harness/external-orchestrator-interop.md +33 -4
- package/payload/skills/loom-story/.loom-runtime/shared/references/harness/status-surface-contract.md +24 -0
- package/payload/skills/loom-story/.loom-runtime/shared/scripts/governance_surface.py +3 -1
- package/payload/skills/loom-story/.loom-runtime/shared/scripts/loom_check.py +122 -3
- package/payload/skills/loom-story/.loom-runtime/shared/scripts/loom_status.py +55 -2