@mc-and-his-agents/loom-installer 0.1.83 → 0.1.85
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 +297 -297
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/plugin/loom/skills/shared/references/harness/execution-attempt.md +4 -1
- package/payload/plugin/loom/skills/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/plugin/loom/skills/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/plugin/loom/skills/shared/references/harness/status-surface.md +10 -0
- package/payload/plugin/loom/skills/shared/scripts/loom_check.py +246 -0
- package/payload/plugin/loom/skills/shared/scripts/loom_flow.py +275 -1
- package/payload/plugin/loom/skills/shared/scripts/loom_status.py +6 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/skills/loom-build/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/skills/loom-build/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/skills/loom-build/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/skills/loom-build/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/skills/loom-init/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/skills/loom-init/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/skills/loom-init/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/skills/loom-init/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/skills/loom-review/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/skills/loom-review/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/skills/loom-review/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/skills/loom-review/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_status.py +6 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/execution-attempt.md +4 -1
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/governance-failure-taxonomy.md +10 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface-contract.md +28 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface.md +10 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +246 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py +275 -1
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py +6 -0