@mc-and-his-agents/loom-installer 0.1.81 → 0.1.83

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 (148) hide show
  1. package/package.json +1 -1
  2. package/payload/manifest.json +277 -277
  3. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  4. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  5. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  6. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  7. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +210 -1
  8. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py +16 -0
  9. package/payload/plugin/loom/skills/loom-adopt/loom-package.json +1 -1
  10. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  11. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  12. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  13. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  14. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py +210 -1
  15. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_status.py +16 -0
  16. package/payload/plugin/loom/skills/loom-build/loom-package.json +1 -1
  17. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  18. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  19. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  20. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  21. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +210 -1
  22. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py +16 -0
  23. package/payload/plugin/loom/skills/loom-handoff/loom-package.json +1 -1
  24. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  25. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  26. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  27. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  28. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +210 -1
  29. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_status.py +16 -0
  30. package/payload/plugin/loom/skills/loom-init/loom-package.json +1 -1
  31. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  32. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  33. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  34. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  35. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +210 -1
  36. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py +16 -0
  37. package/payload/plugin/loom/skills/loom-merge-ready/loom-package.json +1 -1
  38. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  39. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  40. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  41. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  42. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +210 -1
  43. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py +16 -0
  44. package/payload/plugin/loom/skills/loom-pre-review/loom-package.json +1 -1
  45. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  46. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  47. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  48. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  49. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +210 -1
  50. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py +16 -0
  51. package/payload/plugin/loom/skills/loom-resume/loom-package.json +1 -1
  52. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  53. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  54. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  55. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  56. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +210 -1
  57. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py +16 -0
  58. package/payload/plugin/loom/skills/loom-retire/loom-package.json +1 -1
  59. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  60. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  61. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  62. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  63. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +210 -1
  64. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_status.py +16 -0
  65. package/payload/plugin/loom/skills/loom-review/loom-package.json +1 -1
  66. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  67. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  68. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  69. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  70. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +210 -1
  71. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py +16 -0
  72. package/payload/plugin/loom/skills/loom-spec-review/loom-package.json +1 -1
  73. package/payload/plugin/loom/skills/shared/references/harness/host-api-budget.md +5 -2
  74. package/payload/plugin/loom/skills/shared/references/harness/status-surface-contract.md +14 -0
  75. package/payload/plugin/loom/skills/shared/references/harness/status-surface.md +17 -0
  76. package/payload/plugin/loom/skills/shared/scripts/governance_surface.py +102 -13
  77. package/payload/plugin/loom/skills/shared/scripts/loom_check.py +210 -1
  78. package/payload/plugin/loom/skills/shared/scripts/loom_status.py +16 -0
  79. package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  80. package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  81. package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  82. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  83. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +210 -1
  84. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py +16 -0
  85. package/payload/skills/loom-adopt/loom-package.json +1 -1
  86. package/payload/skills/loom-build/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  87. package/payload/skills/loom-build/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  88. package/payload/skills/loom-build/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  89. package/payload/skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  90. package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py +210 -1
  91. package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_status.py +16 -0
  92. package/payload/skills/loom-build/loom-package.json +1 -1
  93. package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  94. package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  95. package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  96. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  97. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +210 -1
  98. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py +16 -0
  99. package/payload/skills/loom-handoff/loom-package.json +1 -1
  100. package/payload/skills/loom-init/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  101. package/payload/skills/loom-init/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  102. package/payload/skills/loom-init/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  103. package/payload/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  104. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +210 -1
  105. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_status.py +16 -0
  106. package/payload/skills/loom-init/loom-package.json +1 -1
  107. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  108. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  109. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  110. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  111. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +210 -1
  112. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py +16 -0
  113. package/payload/skills/loom-merge-ready/loom-package.json +1 -1
  114. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  115. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  116. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  117. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  118. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +210 -1
  119. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py +16 -0
  120. package/payload/skills/loom-pre-review/loom-package.json +1 -1
  121. package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  122. package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  123. package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  124. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  125. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +210 -1
  126. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py +16 -0
  127. package/payload/skills/loom-resume/loom-package.json +1 -1
  128. package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  129. package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  130. package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  131. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  132. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +210 -1
  133. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py +16 -0
  134. package/payload/skills/loom-retire/loom-package.json +1 -1
  135. package/payload/skills/loom-review/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  136. package/payload/skills/loom-review/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  137. package/payload/skills/loom-review/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  138. package/payload/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  139. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +210 -1
  140. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_status.py +16 -0
  141. package/payload/skills/loom-review/loom-package.json +1 -1
  142. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/host-api-budget.md +5 -2
  143. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface-contract.md +14 -0
  144. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface.md +17 -0
  145. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py +102 -13
  146. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +210 -1
  147. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py +16 -0
  148. 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.81",
3
+ "version": "0.1.83",
4
4
  "description": "Node installer for Loom plugin and single-skill installation surfaces.",
5
5
  "type": "module",
6
6
  "bin": {