@mc-and-his-agents/loom-installer 0.1.69 → 0.1.71

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.
Files changed (78) hide show
  1. package/package.json +1 -1
  2. package/payload/manifest.json +155 -155
  3. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  4. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  5. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  6. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +349 -2
  7. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  8. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  9. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  10. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +349 -2
  11. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  12. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  13. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  14. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +349 -2
  15. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  16. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  17. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  18. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +349 -2
  19. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  20. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  21. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  22. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +349 -2
  23. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  24. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  25. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  26. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +349 -2
  27. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  28. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  29. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  30. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +349 -2
  31. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  32. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  33. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  34. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +349 -2
  35. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  36. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  37. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  38. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +349 -2
  39. package/payload/plugin/loom/skills/shared/references/adoption/github-profile.md +4 -0
  40. package/payload/plugin/loom/skills/shared/references/governance/github-delivery-funnel.md +11 -0
  41. package/payload/plugin/loom/skills/shared/references/governance/issue-model.md +18 -0
  42. package/payload/plugin/loom/skills/shared/scripts/loom_check.py +349 -2
  43. package/payload/skills/loom-adopt/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  44. package/payload/skills/loom-adopt/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  45. package/payload/skills/loom-adopt/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  46. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +349 -2
  47. package/payload/skills/loom-handoff/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  48. package/payload/skills/loom-handoff/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  49. package/payload/skills/loom-handoff/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  50. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +349 -2
  51. package/payload/skills/loom-init/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  52. package/payload/skills/loom-init/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  53. package/payload/skills/loom-init/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  54. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +349 -2
  55. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  56. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  57. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  58. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +349 -2
  59. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  60. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  61. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  62. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +349 -2
  63. package/payload/skills/loom-resume/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  64. package/payload/skills/loom-resume/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  65. package/payload/skills/loom-resume/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  66. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +349 -2
  67. package/payload/skills/loom-retire/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  68. package/payload/skills/loom-retire/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  69. package/payload/skills/loom-retire/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  70. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +349 -2
  71. package/payload/skills/loom-review/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  72. package/payload/skills/loom-review/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  73. package/payload/skills/loom-review/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  74. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +349 -2
  75. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/adoption/github-profile.md +4 -0
  76. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/governance/github-delivery-funnel.md +11 -0
  77. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/governance/issue-model.md +18 -0
  78. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +349 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mc-and-his-agents/loom-installer",
3
- "version": "0.1.69",
3
+ "version": "0.1.71",
4
4
  "description": "Node installer for Loom plugin and single-skill installation surfaces.",
5
5
  "type": "module",
6
6
  "bin": {