@mc-and-his-agents/loom-installer 0.1.75 → 0.1.77

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 (97) hide show
  1. package/package.json +1 -1
  2. package/payload/manifest.json +250 -155
  3. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  4. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  5. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  6. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +212 -1
  7. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py +12 -4
  8. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  9. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  10. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  11. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +212 -1
  12. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py +12 -4
  13. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  14. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  15. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  16. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +212 -1
  17. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_init.py +12 -4
  18. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  19. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  20. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  21. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +212 -1
  22. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py +12 -4
  23. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  24. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  25. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  26. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +212 -1
  27. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py +12 -4
  28. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  29. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  30. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  31. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +212 -1
  32. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py +12 -4
  33. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  34. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  35. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  36. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +212 -1
  37. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py +12 -4
  38. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  39. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  40. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  41. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +212 -1
  42. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_init.py +12 -4
  43. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  44. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  45. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  46. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +212 -1
  47. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py +12 -4
  48. package/payload/plugin/loom/skills/shared/references/harness/host-action-contract.md +2 -0
  49. package/payload/plugin/loom/skills/shared/references/harness/status-surface-contract.md +18 -2
  50. package/payload/plugin/loom/skills/shared/references/harness/structured-event-evidence.md +115 -0
  51. package/payload/plugin/loom/skills/shared/scripts/loom_check.py +212 -1
  52. package/payload/plugin/loom/skills/shared/scripts/loom_init.py +12 -4
  53. package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  54. package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  55. package/payload/skills/loom-adopt/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  56. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +212 -1
  57. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py +12 -4
  58. package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  59. package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  60. package/payload/skills/loom-handoff/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  61. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +212 -1
  62. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py +12 -4
  63. package/payload/skills/loom-init/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  64. package/payload/skills/loom-init/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  65. package/payload/skills/loom-init/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  66. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +212 -1
  67. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_init.py +12 -4
  68. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  69. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  70. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  71. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +212 -1
  72. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py +12 -4
  73. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  74. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  75. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  76. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +212 -1
  77. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py +12 -4
  78. package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  79. package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  80. package/payload/skills/loom-resume/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  81. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +212 -1
  82. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py +12 -4
  83. package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  84. package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  85. package/payload/skills/loom-retire/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  86. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +212 -1
  87. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py +12 -4
  88. package/payload/skills/loom-review/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  89. package/payload/skills/loom-review/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  90. package/payload/skills/loom-review/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  91. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +212 -1
  92. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_init.py +12 -4
  93. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/host-action-contract.md +2 -0
  94. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/status-surface-contract.md +18 -2
  95. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/harness/structured-event-evidence.md +115 -0
  96. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +212 -1
  97. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py +12 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mc-and-his-agents/loom-installer",
3
- "version": "0.1.75",
3
+ "version": "0.1.77",
4
4
  "description": "Node installer for Loom plugin and single-skill installation surfaces.",
5
5
  "type": "module",
6
6
  "bin": {