@mc-and-his-agents/loom-installer 0.1.85 → 0.1.87

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 (190) hide show
  1. package/package.json +1 -1
  2. package/payload/manifest.json +361 -361
  3. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  4. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  5. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  6. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  7. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  8. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +89 -2
  9. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  10. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py +9 -11
  11. package/payload/plugin/loom/skills/loom-adopt/loom-package.json +1 -1
  12. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  13. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  14. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  15. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  16. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  17. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py +89 -2
  18. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  19. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_status.py +9 -11
  20. package/payload/plugin/loom/skills/loom-build/loom-package.json +1 -1
  21. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  22. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  23. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  24. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  25. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  26. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +89 -2
  27. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  28. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py +9 -11
  29. package/payload/plugin/loom/skills/loom-handoff/loom-package.json +1 -1
  30. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  31. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  32. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  33. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  34. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  35. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +89 -2
  36. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  37. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_status.py +9 -11
  38. package/payload/plugin/loom/skills/loom-init/loom-package.json +1 -1
  39. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  40. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  41. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  42. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  43. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  44. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +89 -2
  45. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  46. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py +9 -11
  47. package/payload/plugin/loom/skills/loom-merge-ready/loom-package.json +1 -1
  48. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  49. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  50. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  51. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  52. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  53. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +89 -2
  54. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  55. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py +9 -11
  56. package/payload/plugin/loom/skills/loom-pre-review/loom-package.json +1 -1
  57. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  58. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  59. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  60. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  61. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  62. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +89 -2
  63. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  64. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py +9 -11
  65. package/payload/plugin/loom/skills/loom-resume/loom-package.json +1 -1
  66. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  67. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  68. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  69. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  70. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  71. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +89 -2
  72. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  73. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py +9 -11
  74. package/payload/plugin/loom/skills/loom-retire/loom-package.json +1 -1
  75. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  76. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  77. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  78. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  79. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  80. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +89 -2
  81. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  82. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_status.py +9 -11
  83. package/payload/plugin/loom/skills/loom-review/loom-package.json +1 -1
  84. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  85. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  86. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  87. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  88. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  89. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +89 -2
  90. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  91. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py +9 -11
  92. package/payload/plugin/loom/skills/loom-spec-review/loom-package.json +1 -1
  93. package/payload/plugin/loom/skills/shared/references/harness/merge-checkpoint.md +7 -0
  94. package/payload/plugin/loom/skills/shared/references/harness/review-execution.md +17 -0
  95. package/payload/plugin/loom/skills/shared/references/harness/status-surface-contract.md +17 -2
  96. package/payload/plugin/loom/skills/shared/references/harness/status-surface.md +20 -0
  97. package/payload/plugin/loom/skills/shared/scripts/governance_surface.py +68 -1
  98. package/payload/plugin/loom/skills/shared/scripts/loom_check.py +89 -2
  99. package/payload/plugin/loom/skills/shared/scripts/loom_flow.py +78 -1
  100. package/payload/plugin/loom/skills/shared/scripts/loom_status.py +9 -11
  101. package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  102. package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  103. package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  104. package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  105. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  106. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +89 -2
  107. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  108. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py +9 -11
  109. package/payload/skills/loom-adopt/loom-package.json +1 -1
  110. package/payload/skills/loom-build/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  111. package/payload/skills/loom-build/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  112. package/payload/skills/loom-build/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  113. package/payload/skills/loom-build/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  114. package/payload/skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  115. package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py +89 -2
  116. package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  117. package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_status.py +9 -11
  118. package/payload/skills/loom-build/loom-package.json +1 -1
  119. package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  120. package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  121. package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  122. package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  123. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  124. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +89 -2
  125. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  126. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py +9 -11
  127. package/payload/skills/loom-handoff/loom-package.json +1 -1
  128. package/payload/skills/loom-init/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  129. package/payload/skills/loom-init/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  130. package/payload/skills/loom-init/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  131. package/payload/skills/loom-init/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  132. package/payload/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  133. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +89 -2
  134. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  135. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_status.py +9 -11
  136. package/payload/skills/loom-init/loom-package.json +1 -1
  137. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  138. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  139. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  140. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  141. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  142. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +89 -2
  143. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  144. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py +9 -11
  145. package/payload/skills/loom-merge-ready/loom-package.json +1 -1
  146. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  147. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  148. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  149. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  150. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  151. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +89 -2
  152. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  153. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py +9 -11
  154. package/payload/skills/loom-pre-review/loom-package.json +1 -1
  155. package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  156. package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  157. package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  158. package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  159. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  160. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +89 -2
  161. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  162. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py +9 -11
  163. package/payload/skills/loom-resume/loom-package.json +1 -1
  164. package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  165. package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  166. package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  167. package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  168. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  169. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +89 -2
  170. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  171. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py +9 -11
  172. package/payload/skills/loom-retire/loom-package.json +1 -1
  173. package/payload/skills/loom-review/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  174. package/payload/skills/loom-review/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  175. package/payload/skills/loom-review/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  176. package/payload/skills/loom-review/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  177. package/payload/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  178. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +89 -2
  179. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  180. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_status.py +9 -11
  181. package/payload/skills/loom-review/loom-package.json +1 -1
  182. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/merge-checkpoint.md +7 -0
  183. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/review-execution.md +17 -0
  184. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface-contract.md +17 -2
  185. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface.md +20 -0
  186. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py +68 -1
  187. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +89 -2
  188. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py +78 -1
  189. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py +9 -11
  190. package/payload/skills/loom-spec-review/loom-package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mc-and-his-agents/loom-installer",
3
- "version": "0.1.85",
3
+ "version": "0.1.87",
4
4
  "description": "Node installer for Loom plugin and single-skill installation surfaces.",
5
5
  "type": "module",
6
6
  "bin": {