@mc-and-his-agents/loom-installer 0.1.70 → 0.1.72
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 +193 -193
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/plugin/loom/skills/shared/references/adoption/github-profile.md +4 -0
- package/payload/plugin/loom/skills/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/plugin/loom/skills/shared/references/governance/issue-model.md +18 -0
- package/payload/plugin/loom/skills/shared/scripts/loom_check.py +357 -3
- package/payload/plugin/loom/skills/shared/scripts/loom_init.py +65 -2
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/skills/loom-init/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/skills/loom-init/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/skills/loom-init/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/skills/loom-resume/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/skills/loom-retire/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/skills/loom-review/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/skills/loom-review/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/skills/loom-review/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_init.py +65 -2
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/references/governance/issue-model.md +18 -0
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +357 -3
- package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py +65 -2