@mc-and-his-agents/loom-installer 0.1.113 → 0.1.115

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 (211) hide show
  1. package/package.json +1 -1
  2. package/payload/manifest.json +421 -421
  3. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/SKILL.md +5 -3
  4. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  5. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  6. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  7. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  8. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  9. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +130 -2
  10. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  11. package/payload/plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py +105 -103
  12. package/payload/plugin/loom/skills/loom-build/.loom-runtime/loom-init/SKILL.md +5 -3
  13. package/payload/plugin/loom/skills/loom-build/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  14. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  15. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  16. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  17. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  18. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py +130 -2
  19. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  20. package/payload/plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_init.py +105 -103
  21. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/SKILL.md +5 -3
  22. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  23. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  24. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  25. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  26. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  27. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +130 -2
  28. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  29. package/payload/plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py +105 -103
  30. package/payload/plugin/loom/skills/loom-init/.loom-runtime/loom-init/SKILL.md +5 -3
  31. package/payload/plugin/loom/skills/loom-init/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  32. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  33. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  34. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  35. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  36. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +130 -2
  37. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  38. package/payload/plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_init.py +105 -103
  39. package/payload/plugin/loom/skills/loom-init/SKILL.md +5 -3
  40. package/payload/plugin/loom/skills/loom-init/references/intake-signals.md +5 -5
  41. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/SKILL.md +5 -3
  42. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  43. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  44. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  45. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  46. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  47. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +130 -2
  48. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  49. package/payload/plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py +105 -103
  50. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/SKILL.md +5 -3
  51. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  52. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  53. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  54. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  55. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  56. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +130 -2
  57. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  58. package/payload/plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py +105 -103
  59. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/loom-init/SKILL.md +5 -3
  60. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  61. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  62. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  63. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  64. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  65. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +130 -2
  66. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  67. package/payload/plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py +105 -103
  68. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/loom-init/SKILL.md +5 -3
  69. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  70. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  71. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  72. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  73. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  74. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +130 -2
  75. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  76. package/payload/plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py +105 -103
  77. package/payload/plugin/loom/skills/loom-review/.loom-runtime/loom-init/SKILL.md +5 -3
  78. package/payload/plugin/loom/skills/loom-review/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  79. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  80. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  81. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  82. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  83. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +130 -2
  84. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  85. package/payload/plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_init.py +105 -103
  86. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/SKILL.md +5 -3
  87. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  88. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  89. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  90. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  91. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  92. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +130 -2
  93. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  94. package/payload/plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py +105 -103
  95. package/payload/plugin/loom/skills/loom-story/.loom-runtime/loom-init/SKILL.md +5 -3
  96. package/payload/plugin/loom/skills/loom-story/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  97. package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  98. package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  99. package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  100. package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  101. package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_check.py +130 -2
  102. package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  103. package/payload/plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_init.py +105 -103
  104. package/payload/plugin/loom/skills/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  105. package/payload/plugin/loom/skills/shared/references/adoption/repo-companion-contract.md +4 -7
  106. package/payload/plugin/loom/skills/shared/references/adoption/target-repo-version-contract.md +3 -1
  107. package/payload/plugin/loom/skills/shared/scripts/governance_surface.py +0 -3
  108. package/payload/plugin/loom/skills/shared/scripts/loom_check.py +130 -2
  109. package/payload/plugin/loom/skills/shared/scripts/loom_flow.py +0 -52
  110. package/payload/plugin/loom/skills/shared/scripts/loom_init.py +105 -103
  111. package/payload/skills/loom-adopt/.loom-runtime/loom-init/SKILL.md +5 -3
  112. package/payload/skills/loom-adopt/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  113. package/payload/skills/loom-adopt/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  114. package/payload/skills/loom-adopt/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  115. package/payload/skills/loom-adopt/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  116. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  117. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py +130 -2
  118. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  119. package/payload/skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py +105 -103
  120. package/payload/skills/loom-build/.loom-runtime/loom-init/SKILL.md +5 -3
  121. package/payload/skills/loom-build/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  122. package/payload/skills/loom-build/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  123. package/payload/skills/loom-build/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  124. package/payload/skills/loom-build/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  125. package/payload/skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  126. package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py +130 -2
  127. package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  128. package/payload/skills/loom-build/.loom-runtime/shared/scripts/loom_init.py +105 -103
  129. package/payload/skills/loom-handoff/.loom-runtime/loom-init/SKILL.md +5 -3
  130. package/payload/skills/loom-handoff/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  131. package/payload/skills/loom-handoff/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  132. package/payload/skills/loom-handoff/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  133. package/payload/skills/loom-handoff/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  134. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  135. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py +130 -2
  136. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  137. package/payload/skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py +105 -103
  138. package/payload/skills/loom-init/.loom-runtime/loom-init/SKILL.md +5 -3
  139. package/payload/skills/loom-init/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  140. package/payload/skills/loom-init/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  141. package/payload/skills/loom-init/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  142. package/payload/skills/loom-init/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  143. package/payload/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  144. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py +130 -2
  145. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  146. package/payload/skills/loom-init/.loom-runtime/shared/scripts/loom_init.py +105 -103
  147. package/payload/skills/loom-init/SKILL.md +5 -3
  148. package/payload/skills/loom-init/references/intake-signals.md +5 -5
  149. package/payload/skills/loom-merge-ready/.loom-runtime/loom-init/SKILL.md +5 -3
  150. package/payload/skills/loom-merge-ready/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  151. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  152. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  153. package/payload/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  154. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  155. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py +130 -2
  156. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  157. package/payload/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py +105 -103
  158. package/payload/skills/loom-pre-review/.loom-runtime/loom-init/SKILL.md +5 -3
  159. package/payload/skills/loom-pre-review/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  160. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  161. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  162. package/payload/skills/loom-pre-review/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  163. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  164. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py +130 -2
  165. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  166. package/payload/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py +105 -103
  167. package/payload/skills/loom-resume/.loom-runtime/loom-init/SKILL.md +5 -3
  168. package/payload/skills/loom-resume/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  169. package/payload/skills/loom-resume/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  170. package/payload/skills/loom-resume/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  171. package/payload/skills/loom-resume/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  172. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  173. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py +130 -2
  174. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  175. package/payload/skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py +105 -103
  176. package/payload/skills/loom-retire/.loom-runtime/loom-init/SKILL.md +5 -3
  177. package/payload/skills/loom-retire/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  178. package/payload/skills/loom-retire/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  179. package/payload/skills/loom-retire/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  180. package/payload/skills/loom-retire/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  181. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  182. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py +130 -2
  183. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  184. package/payload/skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py +105 -103
  185. package/payload/skills/loom-review/.loom-runtime/loom-init/SKILL.md +5 -3
  186. package/payload/skills/loom-review/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  187. package/payload/skills/loom-review/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  188. package/payload/skills/loom-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  189. package/payload/skills/loom-review/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  190. package/payload/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  191. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py +130 -2
  192. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  193. package/payload/skills/loom-review/.loom-runtime/shared/scripts/loom_init.py +105 -103
  194. package/payload/skills/loom-spec-review/.loom-runtime/loom-init/SKILL.md +5 -3
  195. package/payload/skills/loom-spec-review/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  196. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  197. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  198. package/payload/skills/loom-spec-review/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  199. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  200. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py +130 -2
  201. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  202. package/payload/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py +105 -103
  203. package/payload/skills/loom-story/.loom-runtime/loom-init/SKILL.md +5 -3
  204. package/payload/skills/loom-story/.loom-runtime/loom-init/references/intake-signals.md +5 -5
  205. package/payload/skills/loom-story/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md +11 -3
  206. package/payload/skills/loom-story/.loom-runtime/shared/references/adoption/repo-companion-contract.md +4 -7
  207. package/payload/skills/loom-story/.loom-runtime/shared/references/adoption/target-repo-version-contract.md +3 -1
  208. package/payload/skills/loom-story/.loom-runtime/shared/scripts/governance_surface.py +0 -3
  209. package/payload/skills/loom-story/.loom-runtime/shared/scripts/loom_check.py +130 -2
  210. package/payload/skills/loom-story/.loom-runtime/shared/scripts/loom_flow.py +0 -52
  211. package/payload/skills/loom-story/.loom-runtime/shared/scripts/loom_init.py +105 -103
@@ -2,12 +2,12 @@
2
2
  "schema_version": "loom-installer-payload/v1",
3
3
  "loom_version": "v0.12.0",
4
4
  "source_repository": "https://github.com/MC-and-his-Agents/Loom",
5
- "source_commit": "f3538c99bd1b02d2ca1710e006d4483b3584af28",
5
+ "source_commit": "5e43fa273a2ec2901d9647bbcf13410cf05e53c6",
6
6
  "source_ref": "main",
7
- "built_at": "2026-05-19T09:56:46+08:00",
7
+ "built_at": "2026-05-19T13:23:30+08:00",
8
8
  "version_context": {
9
9
  "repo_version": "v0.12.0",
10
- "installer_package_version": "0.1.113",
10
+ "installer_package_version": "0.1.115",
11
11
  "plugin_surface_version": "0.4.0",
12
12
  "host_adapter_version": "1.0.0",
13
13
  "skills_registry_version": "1.6.0",
@@ -279,8 +279,8 @@
279
279
  },
280
280
  {
281
281
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/references/intake-signals.md",
282
- "bytes": 5973,
283
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
282
+ "bytes": 6084,
283
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
284
284
  },
285
285
  {
286
286
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/references/output-contract.md",
@@ -294,8 +294,8 @@
294
294
  },
295
295
  {
296
296
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/loom-init/SKILL.md",
297
- "bytes": 11463,
298
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
297
+ "bytes": 11561,
298
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
299
299
  },
300
300
  {
301
301
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -589,8 +589,8 @@
589
589
  },
590
590
  {
591
591
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
592
- "bytes": 2698,
593
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
592
+ "bytes": 3472,
593
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
594
594
  },
595
595
  {
596
596
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -599,8 +599,8 @@
599
599
  },
600
600
  {
601
601
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
602
- "bytes": 23254,
603
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
602
+ "bytes": 23381,
603
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
604
604
  },
605
605
  {
606
606
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -614,8 +614,8 @@
614
614
  },
615
615
  {
616
616
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
617
- "bytes": 3128,
618
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
617
+ "bytes": 3622,
618
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
619
619
  },
620
620
  {
621
621
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -894,23 +894,23 @@
894
894
  },
895
895
  {
896
896
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py",
897
- "bytes": 144459,
898
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
897
+ "bytes": 144183,
898
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
899
899
  },
900
900
  {
901
901
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py",
902
- "bytes": 803085,
903
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
902
+ "bytes": 813769,
903
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
904
904
  },
905
905
  {
906
906
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py",
907
- "bytes": 650380,
908
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
907
+ "bytes": 647519,
908
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
909
909
  },
910
910
  {
911
911
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py",
912
- "bytes": 126743,
913
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
912
+ "bytes": 126479,
913
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
914
914
  },
915
915
  {
916
916
  "path": "plugin/loom/skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py",
@@ -1084,8 +1084,8 @@
1084
1084
  },
1085
1085
  {
1086
1086
  "path": "plugin/loom/skills/loom-build/.loom-runtime/loom-init/references/intake-signals.md",
1087
- "bytes": 5973,
1088
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
1087
+ "bytes": 6084,
1088
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
1089
1089
  },
1090
1090
  {
1091
1091
  "path": "plugin/loom/skills/loom-build/.loom-runtime/loom-init/references/output-contract.md",
@@ -1099,8 +1099,8 @@
1099
1099
  },
1100
1100
  {
1101
1101
  "path": "plugin/loom/skills/loom-build/.loom-runtime/loom-init/SKILL.md",
1102
- "bytes": 11463,
1103
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
1102
+ "bytes": 11561,
1103
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
1104
1104
  },
1105
1105
  {
1106
1106
  "path": "plugin/loom/skills/loom-build/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -1394,8 +1394,8 @@
1394
1394
  },
1395
1395
  {
1396
1396
  "path": "plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
1397
- "bytes": 2698,
1398
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
1397
+ "bytes": 3472,
1398
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
1399
1399
  },
1400
1400
  {
1401
1401
  "path": "plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -1404,8 +1404,8 @@
1404
1404
  },
1405
1405
  {
1406
1406
  "path": "plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
1407
- "bytes": 23254,
1408
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
1407
+ "bytes": 23381,
1408
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
1409
1409
  },
1410
1410
  {
1411
1411
  "path": "plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -1419,8 +1419,8 @@
1419
1419
  },
1420
1420
  {
1421
1421
  "path": "plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
1422
- "bytes": 3128,
1423
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
1422
+ "bytes": 3622,
1423
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
1424
1424
  },
1425
1425
  {
1426
1426
  "path": "plugin/loom/skills/loom-build/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -1699,23 +1699,23 @@
1699
1699
  },
1700
1700
  {
1701
1701
  "path": "plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py",
1702
- "bytes": 144459,
1703
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
1702
+ "bytes": 144183,
1703
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
1704
1704
  },
1705
1705
  {
1706
1706
  "path": "plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_check.py",
1707
- "bytes": 803085,
1708
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
1707
+ "bytes": 813769,
1708
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
1709
1709
  },
1710
1710
  {
1711
1711
  "path": "plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_flow.py",
1712
- "bytes": 650380,
1713
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
1712
+ "bytes": 647519,
1713
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
1714
1714
  },
1715
1715
  {
1716
1716
  "path": "plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_init.py",
1717
- "bytes": 126743,
1718
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
1717
+ "bytes": 126479,
1718
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
1719
1719
  },
1720
1720
  {
1721
1721
  "path": "plugin/loom/skills/loom-build/.loom-runtime/shared/scripts/loom_status.py",
@@ -1889,8 +1889,8 @@
1889
1889
  },
1890
1890
  {
1891
1891
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/references/intake-signals.md",
1892
- "bytes": 5973,
1893
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
1892
+ "bytes": 6084,
1893
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
1894
1894
  },
1895
1895
  {
1896
1896
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/references/output-contract.md",
@@ -1904,8 +1904,8 @@
1904
1904
  },
1905
1905
  {
1906
1906
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/loom-init/SKILL.md",
1907
- "bytes": 11463,
1908
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
1907
+ "bytes": 11561,
1908
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
1909
1909
  },
1910
1910
  {
1911
1911
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -2199,8 +2199,8 @@
2199
2199
  },
2200
2200
  {
2201
2201
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
2202
- "bytes": 2698,
2203
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
2202
+ "bytes": 3472,
2203
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
2204
2204
  },
2205
2205
  {
2206
2206
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -2209,8 +2209,8 @@
2209
2209
  },
2210
2210
  {
2211
2211
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
2212
- "bytes": 23254,
2213
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
2212
+ "bytes": 23381,
2213
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
2214
2214
  },
2215
2215
  {
2216
2216
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -2224,8 +2224,8 @@
2224
2224
  },
2225
2225
  {
2226
2226
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
2227
- "bytes": 3128,
2228
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
2227
+ "bytes": 3622,
2228
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
2229
2229
  },
2230
2230
  {
2231
2231
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -2504,23 +2504,23 @@
2504
2504
  },
2505
2505
  {
2506
2506
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py",
2507
- "bytes": 144459,
2508
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
2507
+ "bytes": 144183,
2508
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
2509
2509
  },
2510
2510
  {
2511
2511
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py",
2512
- "bytes": 803085,
2513
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
2512
+ "bytes": 813769,
2513
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
2514
2514
  },
2515
2515
  {
2516
2516
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py",
2517
- "bytes": 650380,
2518
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
2517
+ "bytes": 647519,
2518
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
2519
2519
  },
2520
2520
  {
2521
2521
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py",
2522
- "bytes": 126743,
2523
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
2522
+ "bytes": 126479,
2523
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
2524
2524
  },
2525
2525
  {
2526
2526
  "path": "plugin/loom/skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py",
@@ -2694,8 +2694,8 @@
2694
2694
  },
2695
2695
  {
2696
2696
  "path": "plugin/loom/skills/loom-init/.loom-runtime/loom-init/references/intake-signals.md",
2697
- "bytes": 5973,
2698
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
2697
+ "bytes": 6084,
2698
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
2699
2699
  },
2700
2700
  {
2701
2701
  "path": "plugin/loom/skills/loom-init/.loom-runtime/loom-init/references/output-contract.md",
@@ -2709,8 +2709,8 @@
2709
2709
  },
2710
2710
  {
2711
2711
  "path": "plugin/loom/skills/loom-init/.loom-runtime/loom-init/SKILL.md",
2712
- "bytes": 11463,
2713
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
2712
+ "bytes": 11561,
2713
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
2714
2714
  },
2715
2715
  {
2716
2716
  "path": "plugin/loom/skills/loom-init/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -3004,8 +3004,8 @@
3004
3004
  },
3005
3005
  {
3006
3006
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
3007
- "bytes": 2698,
3008
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
3007
+ "bytes": 3472,
3008
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
3009
3009
  },
3010
3010
  {
3011
3011
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -3014,8 +3014,8 @@
3014
3014
  },
3015
3015
  {
3016
3016
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
3017
- "bytes": 23254,
3018
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
3017
+ "bytes": 23381,
3018
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
3019
3019
  },
3020
3020
  {
3021
3021
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -3029,8 +3029,8 @@
3029
3029
  },
3030
3030
  {
3031
3031
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
3032
- "bytes": 3128,
3033
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
3032
+ "bytes": 3622,
3033
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
3034
3034
  },
3035
3035
  {
3036
3036
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -3309,23 +3309,23 @@
3309
3309
  },
3310
3310
  {
3311
3311
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py",
3312
- "bytes": 144459,
3313
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
3312
+ "bytes": 144183,
3313
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
3314
3314
  },
3315
3315
  {
3316
3316
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_check.py",
3317
- "bytes": 803085,
3318
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
3317
+ "bytes": 813769,
3318
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
3319
3319
  },
3320
3320
  {
3321
3321
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py",
3322
- "bytes": 650380,
3323
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
3322
+ "bytes": 647519,
3323
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
3324
3324
  },
3325
3325
  {
3326
3326
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_init.py",
3327
- "bytes": 126743,
3328
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
3327
+ "bytes": 126479,
3328
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
3329
3329
  },
3330
3330
  {
3331
3331
  "path": "plugin/loom/skills/loom-init/.loom-runtime/shared/scripts/loom_status.py",
@@ -3369,8 +3369,8 @@
3369
3369
  },
3370
3370
  {
3371
3371
  "path": "plugin/loom/skills/loom-init/references/intake-signals.md",
3372
- "bytes": 5995,
3373
- "sha256": "af2612ae0bb783b53019239bfbe91d5d6905842b33fb9262c7b396da738e8cf1"
3372
+ "bytes": 6106,
3373
+ "sha256": "82ea60e6c8c5a2631117640db9c7f681abfbffcc1f5a751916e690c3983dfc29"
3374
3374
  },
3375
3375
  {
3376
3376
  "path": "plugin/loom/skills/loom-init/references/output-contract.md",
@@ -3384,8 +3384,8 @@
3384
3384
  },
3385
3385
  {
3386
3386
  "path": "plugin/loom/skills/loom-init/SKILL.md",
3387
- "bytes": 11485,
3388
- "sha256": "d5cfca1b6ffde27626f94b8a804dac1074ed4060f2729190083f0f2b995cb208"
3387
+ "bytes": 11583,
3388
+ "sha256": "91523ae8eb9b14041238465af3c238fdfaab375464d22810cecfbf439fd8385e"
3389
3389
  },
3390
3390
  {
3391
3391
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/distribution-and-adapter-contract.md",
@@ -3504,8 +3504,8 @@
3504
3504
  },
3505
3505
  {
3506
3506
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/references/intake-signals.md",
3507
- "bytes": 5973,
3508
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
3507
+ "bytes": 6084,
3508
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
3509
3509
  },
3510
3510
  {
3511
3511
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/references/output-contract.md",
@@ -3519,8 +3519,8 @@
3519
3519
  },
3520
3520
  {
3521
3521
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-init/SKILL.md",
3522
- "bytes": 11463,
3523
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
3522
+ "bytes": 11561,
3523
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
3524
3524
  },
3525
3525
  {
3526
3526
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -3814,8 +3814,8 @@
3814
3814
  },
3815
3815
  {
3816
3816
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
3817
- "bytes": 2698,
3818
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
3817
+ "bytes": 3472,
3818
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
3819
3819
  },
3820
3820
  {
3821
3821
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -3824,8 +3824,8 @@
3824
3824
  },
3825
3825
  {
3826
3826
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
3827
- "bytes": 23254,
3828
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
3827
+ "bytes": 23381,
3828
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
3829
3829
  },
3830
3830
  {
3831
3831
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -3839,8 +3839,8 @@
3839
3839
  },
3840
3840
  {
3841
3841
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
3842
- "bytes": 3128,
3843
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
3842
+ "bytes": 3622,
3843
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
3844
3844
  },
3845
3845
  {
3846
3846
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -4119,23 +4119,23 @@
4119
4119
  },
4120
4120
  {
4121
4121
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py",
4122
- "bytes": 144459,
4123
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
4122
+ "bytes": 144183,
4123
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
4124
4124
  },
4125
4125
  {
4126
4126
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py",
4127
- "bytes": 803085,
4128
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
4127
+ "bytes": 813769,
4128
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
4129
4129
  },
4130
4130
  {
4131
4131
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py",
4132
- "bytes": 650380,
4133
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
4132
+ "bytes": 647519,
4133
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
4134
4134
  },
4135
4135
  {
4136
4136
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py",
4137
- "bytes": 126743,
4138
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
4137
+ "bytes": 126479,
4138
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
4139
4139
  },
4140
4140
  {
4141
4141
  "path": "plugin/loom/skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py",
@@ -4309,8 +4309,8 @@
4309
4309
  },
4310
4310
  {
4311
4311
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/references/intake-signals.md",
4312
- "bytes": 5973,
4313
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
4312
+ "bytes": 6084,
4313
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
4314
4314
  },
4315
4315
  {
4316
4316
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/references/output-contract.md",
@@ -4324,8 +4324,8 @@
4324
4324
  },
4325
4325
  {
4326
4326
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/loom-init/SKILL.md",
4327
- "bytes": 11463,
4328
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
4327
+ "bytes": 11561,
4328
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
4329
4329
  },
4330
4330
  {
4331
4331
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -4619,8 +4619,8 @@
4619
4619
  },
4620
4620
  {
4621
4621
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
4622
- "bytes": 2698,
4623
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
4622
+ "bytes": 3472,
4623
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
4624
4624
  },
4625
4625
  {
4626
4626
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -4629,8 +4629,8 @@
4629
4629
  },
4630
4630
  {
4631
4631
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
4632
- "bytes": 23254,
4633
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
4632
+ "bytes": 23381,
4633
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
4634
4634
  },
4635
4635
  {
4636
4636
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -4644,8 +4644,8 @@
4644
4644
  },
4645
4645
  {
4646
4646
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
4647
- "bytes": 3128,
4648
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
4647
+ "bytes": 3622,
4648
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
4649
4649
  },
4650
4650
  {
4651
4651
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -4924,23 +4924,23 @@
4924
4924
  },
4925
4925
  {
4926
4926
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py",
4927
- "bytes": 144459,
4928
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
4927
+ "bytes": 144183,
4928
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
4929
4929
  },
4930
4930
  {
4931
4931
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py",
4932
- "bytes": 803085,
4933
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
4932
+ "bytes": 813769,
4933
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
4934
4934
  },
4935
4935
  {
4936
4936
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py",
4937
- "bytes": 650380,
4938
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
4937
+ "bytes": 647519,
4938
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
4939
4939
  },
4940
4940
  {
4941
4941
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py",
4942
- "bytes": 126743,
4943
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
4942
+ "bytes": 126479,
4943
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
4944
4944
  },
4945
4945
  {
4946
4946
  "path": "plugin/loom/skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py",
@@ -5114,8 +5114,8 @@
5114
5114
  },
5115
5115
  {
5116
5116
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/loom-init/references/intake-signals.md",
5117
- "bytes": 5973,
5118
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
5117
+ "bytes": 6084,
5118
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
5119
5119
  },
5120
5120
  {
5121
5121
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/loom-init/references/output-contract.md",
@@ -5129,8 +5129,8 @@
5129
5129
  },
5130
5130
  {
5131
5131
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/loom-init/SKILL.md",
5132
- "bytes": 11463,
5133
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
5132
+ "bytes": 11561,
5133
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
5134
5134
  },
5135
5135
  {
5136
5136
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -5424,8 +5424,8 @@
5424
5424
  },
5425
5425
  {
5426
5426
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
5427
- "bytes": 2698,
5428
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
5427
+ "bytes": 3472,
5428
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
5429
5429
  },
5430
5430
  {
5431
5431
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -5434,8 +5434,8 @@
5434
5434
  },
5435
5435
  {
5436
5436
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
5437
- "bytes": 23254,
5438
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
5437
+ "bytes": 23381,
5438
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
5439
5439
  },
5440
5440
  {
5441
5441
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -5449,8 +5449,8 @@
5449
5449
  },
5450
5450
  {
5451
5451
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
5452
- "bytes": 3128,
5453
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
5452
+ "bytes": 3622,
5453
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
5454
5454
  },
5455
5455
  {
5456
5456
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -5729,23 +5729,23 @@
5729
5729
  },
5730
5730
  {
5731
5731
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py",
5732
- "bytes": 144459,
5733
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
5732
+ "bytes": 144183,
5733
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
5734
5734
  },
5735
5735
  {
5736
5736
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py",
5737
- "bytes": 803085,
5738
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
5737
+ "bytes": 813769,
5738
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
5739
5739
  },
5740
5740
  {
5741
5741
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py",
5742
- "bytes": 650380,
5743
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
5742
+ "bytes": 647519,
5743
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
5744
5744
  },
5745
5745
  {
5746
5746
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py",
5747
- "bytes": 126743,
5748
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
5747
+ "bytes": 126479,
5748
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
5749
5749
  },
5750
5750
  {
5751
5751
  "path": "plugin/loom/skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py",
@@ -5919,8 +5919,8 @@
5919
5919
  },
5920
5920
  {
5921
5921
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/loom-init/references/intake-signals.md",
5922
- "bytes": 5973,
5923
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
5922
+ "bytes": 6084,
5923
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
5924
5924
  },
5925
5925
  {
5926
5926
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/loom-init/references/output-contract.md",
@@ -5934,8 +5934,8 @@
5934
5934
  },
5935
5935
  {
5936
5936
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/loom-init/SKILL.md",
5937
- "bytes": 11463,
5938
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
5937
+ "bytes": 11561,
5938
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
5939
5939
  },
5940
5940
  {
5941
5941
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -6229,8 +6229,8 @@
6229
6229
  },
6230
6230
  {
6231
6231
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
6232
- "bytes": 2698,
6233
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
6232
+ "bytes": 3472,
6233
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
6234
6234
  },
6235
6235
  {
6236
6236
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -6239,8 +6239,8 @@
6239
6239
  },
6240
6240
  {
6241
6241
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
6242
- "bytes": 23254,
6243
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
6242
+ "bytes": 23381,
6243
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
6244
6244
  },
6245
6245
  {
6246
6246
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -6254,8 +6254,8 @@
6254
6254
  },
6255
6255
  {
6256
6256
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
6257
- "bytes": 3128,
6258
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
6257
+ "bytes": 3622,
6258
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
6259
6259
  },
6260
6260
  {
6261
6261
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -6534,23 +6534,23 @@
6534
6534
  },
6535
6535
  {
6536
6536
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py",
6537
- "bytes": 144459,
6538
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
6537
+ "bytes": 144183,
6538
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
6539
6539
  },
6540
6540
  {
6541
6541
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py",
6542
- "bytes": 803085,
6543
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
6542
+ "bytes": 813769,
6543
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
6544
6544
  },
6545
6545
  {
6546
6546
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py",
6547
- "bytes": 650380,
6548
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
6547
+ "bytes": 647519,
6548
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
6549
6549
  },
6550
6550
  {
6551
6551
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py",
6552
- "bytes": 126743,
6553
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
6552
+ "bytes": 126479,
6553
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
6554
6554
  },
6555
6555
  {
6556
6556
  "path": "plugin/loom/skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py",
@@ -6724,8 +6724,8 @@
6724
6724
  },
6725
6725
  {
6726
6726
  "path": "plugin/loom/skills/loom-review/.loom-runtime/loom-init/references/intake-signals.md",
6727
- "bytes": 5973,
6728
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
6727
+ "bytes": 6084,
6728
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
6729
6729
  },
6730
6730
  {
6731
6731
  "path": "plugin/loom/skills/loom-review/.loom-runtime/loom-init/references/output-contract.md",
@@ -6739,8 +6739,8 @@
6739
6739
  },
6740
6740
  {
6741
6741
  "path": "plugin/loom/skills/loom-review/.loom-runtime/loom-init/SKILL.md",
6742
- "bytes": 11463,
6743
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
6742
+ "bytes": 11561,
6743
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
6744
6744
  },
6745
6745
  {
6746
6746
  "path": "plugin/loom/skills/loom-review/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -7034,8 +7034,8 @@
7034
7034
  },
7035
7035
  {
7036
7036
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
7037
- "bytes": 2698,
7038
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
7037
+ "bytes": 3472,
7038
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
7039
7039
  },
7040
7040
  {
7041
7041
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -7044,8 +7044,8 @@
7044
7044
  },
7045
7045
  {
7046
7046
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
7047
- "bytes": 23254,
7048
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
7047
+ "bytes": 23381,
7048
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
7049
7049
  },
7050
7050
  {
7051
7051
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -7059,8 +7059,8 @@
7059
7059
  },
7060
7060
  {
7061
7061
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
7062
- "bytes": 3128,
7063
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
7062
+ "bytes": 3622,
7063
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
7064
7064
  },
7065
7065
  {
7066
7066
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -7339,23 +7339,23 @@
7339
7339
  },
7340
7340
  {
7341
7341
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py",
7342
- "bytes": 144459,
7343
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
7342
+ "bytes": 144183,
7343
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
7344
7344
  },
7345
7345
  {
7346
7346
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_check.py",
7347
- "bytes": 803085,
7348
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
7347
+ "bytes": 813769,
7348
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
7349
7349
  },
7350
7350
  {
7351
7351
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py",
7352
- "bytes": 650380,
7353
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
7352
+ "bytes": 647519,
7353
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
7354
7354
  },
7355
7355
  {
7356
7356
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_init.py",
7357
- "bytes": 126743,
7358
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
7357
+ "bytes": 126479,
7358
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
7359
7359
  },
7360
7360
  {
7361
7361
  "path": "plugin/loom/skills/loom-review/.loom-runtime/shared/scripts/loom_status.py",
@@ -7529,8 +7529,8 @@
7529
7529
  },
7530
7530
  {
7531
7531
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/references/intake-signals.md",
7532
- "bytes": 5973,
7533
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
7532
+ "bytes": 6084,
7533
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
7534
7534
  },
7535
7535
  {
7536
7536
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/references/output-contract.md",
@@ -7544,8 +7544,8 @@
7544
7544
  },
7545
7545
  {
7546
7546
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/loom-init/SKILL.md",
7547
- "bytes": 11463,
7548
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
7547
+ "bytes": 11561,
7548
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
7549
7549
  },
7550
7550
  {
7551
7551
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -7839,8 +7839,8 @@
7839
7839
  },
7840
7840
  {
7841
7841
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
7842
- "bytes": 2698,
7843
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
7842
+ "bytes": 3472,
7843
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
7844
7844
  },
7845
7845
  {
7846
7846
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -7849,8 +7849,8 @@
7849
7849
  },
7850
7850
  {
7851
7851
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
7852
- "bytes": 23254,
7853
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
7852
+ "bytes": 23381,
7853
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
7854
7854
  },
7855
7855
  {
7856
7856
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -7864,8 +7864,8 @@
7864
7864
  },
7865
7865
  {
7866
7866
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
7867
- "bytes": 3128,
7868
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
7867
+ "bytes": 3622,
7868
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
7869
7869
  },
7870
7870
  {
7871
7871
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -8144,23 +8144,23 @@
8144
8144
  },
8145
8145
  {
8146
8146
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py",
8147
- "bytes": 144459,
8148
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
8147
+ "bytes": 144183,
8148
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
8149
8149
  },
8150
8150
  {
8151
8151
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py",
8152
- "bytes": 803085,
8153
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
8152
+ "bytes": 813769,
8153
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
8154
8154
  },
8155
8155
  {
8156
8156
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py",
8157
- "bytes": 650380,
8158
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
8157
+ "bytes": 647519,
8158
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
8159
8159
  },
8160
8160
  {
8161
8161
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py",
8162
- "bytes": 126743,
8163
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
8162
+ "bytes": 126479,
8163
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
8164
8164
  },
8165
8165
  {
8166
8166
  "path": "plugin/loom/skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py",
@@ -8334,8 +8334,8 @@
8334
8334
  },
8335
8335
  {
8336
8336
  "path": "plugin/loom/skills/loom-story/.loom-runtime/loom-init/references/intake-signals.md",
8337
- "bytes": 5973,
8338
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
8337
+ "bytes": 6084,
8338
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
8339
8339
  },
8340
8340
  {
8341
8341
  "path": "plugin/loom/skills/loom-story/.loom-runtime/loom-init/references/output-contract.md",
@@ -8349,8 +8349,8 @@
8349
8349
  },
8350
8350
  {
8351
8351
  "path": "plugin/loom/skills/loom-story/.loom-runtime/loom-init/SKILL.md",
8352
- "bytes": 11463,
8353
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
8352
+ "bytes": 11561,
8353
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
8354
8354
  },
8355
8355
  {
8356
8356
  "path": "plugin/loom/skills/loom-story/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -8644,8 +8644,8 @@
8644
8644
  },
8645
8645
  {
8646
8646
  "path": "plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
8647
- "bytes": 2698,
8648
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
8647
+ "bytes": 3472,
8648
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
8649
8649
  },
8650
8650
  {
8651
8651
  "path": "plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -8654,8 +8654,8 @@
8654
8654
  },
8655
8655
  {
8656
8656
  "path": "plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
8657
- "bytes": 23254,
8658
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
8657
+ "bytes": 23381,
8658
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
8659
8659
  },
8660
8660
  {
8661
8661
  "path": "plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -8669,8 +8669,8 @@
8669
8669
  },
8670
8670
  {
8671
8671
  "path": "plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
8672
- "bytes": 3128,
8673
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
8672
+ "bytes": 3622,
8673
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
8674
8674
  },
8675
8675
  {
8676
8676
  "path": "plugin/loom/skills/loom-story/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -8949,23 +8949,23 @@
8949
8949
  },
8950
8950
  {
8951
8951
  "path": "plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/governance_surface.py",
8952
- "bytes": 144459,
8953
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
8952
+ "bytes": 144183,
8953
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
8954
8954
  },
8955
8955
  {
8956
8956
  "path": "plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_check.py",
8957
- "bytes": 803085,
8958
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
8957
+ "bytes": 813769,
8958
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
8959
8959
  },
8960
8960
  {
8961
8961
  "path": "plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_flow.py",
8962
- "bytes": 650380,
8963
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
8962
+ "bytes": 647519,
8963
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
8964
8964
  },
8965
8965
  {
8966
8966
  "path": "plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_init.py",
8967
- "bytes": 126743,
8968
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
8967
+ "bytes": 126479,
8968
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
8969
8969
  },
8970
8970
  {
8971
8971
  "path": "plugin/loom/skills/loom-story/.loom-runtime/shared/scripts/loom_status.py",
@@ -9104,8 +9104,8 @@
9104
9104
  },
9105
9105
  {
9106
9106
  "path": "plugin/loom/skills/shared/references/adoption/lightweight-retrofit-default.md",
9107
- "bytes": 2698,
9108
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
9107
+ "bytes": 3472,
9108
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
9109
9109
  },
9110
9110
  {
9111
9111
  "path": "plugin/loom/skills/shared/references/adoption/loom-surfaces-version-control.md",
@@ -9114,8 +9114,8 @@
9114
9114
  },
9115
9115
  {
9116
9116
  "path": "plugin/loom/skills/shared/references/adoption/repo-companion-contract.md",
9117
- "bytes": 23254,
9118
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
9117
+ "bytes": 23381,
9118
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
9119
9119
  },
9120
9120
  {
9121
9121
  "path": "plugin/loom/skills/shared/references/adoption/repo-interop-contract.md",
@@ -9129,8 +9129,8 @@
9129
9129
  },
9130
9130
  {
9131
9131
  "path": "plugin/loom/skills/shared/references/adoption/target-repo-version-contract.md",
9132
- "bytes": 3128,
9133
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
9132
+ "bytes": 3622,
9133
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
9134
9134
  },
9135
9135
  {
9136
9136
  "path": "plugin/loom/skills/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -9409,23 +9409,23 @@
9409
9409
  },
9410
9410
  {
9411
9411
  "path": "plugin/loom/skills/shared/scripts/governance_surface.py",
9412
- "bytes": 144459,
9413
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
9412
+ "bytes": 144183,
9413
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
9414
9414
  },
9415
9415
  {
9416
9416
  "path": "plugin/loom/skills/shared/scripts/loom_check.py",
9417
- "bytes": 803085,
9418
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
9417
+ "bytes": 813769,
9418
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
9419
9419
  },
9420
9420
  {
9421
9421
  "path": "plugin/loom/skills/shared/scripts/loom_flow.py",
9422
- "bytes": 650380,
9423
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
9422
+ "bytes": 647519,
9423
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
9424
9424
  },
9425
9425
  {
9426
9426
  "path": "plugin/loom/skills/shared/scripts/loom_init.py",
9427
- "bytes": 126743,
9428
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
9427
+ "bytes": 126479,
9428
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
9429
9429
  },
9430
9430
  {
9431
9431
  "path": "plugin/loom/skills/shared/scripts/loom_status.py",
@@ -9564,8 +9564,8 @@
9564
9564
  },
9565
9565
  {
9566
9566
  "path": "skills/loom-adopt/.loom-runtime/loom-init/references/intake-signals.md",
9567
- "bytes": 5973,
9568
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
9567
+ "bytes": 6084,
9568
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
9569
9569
  },
9570
9570
  {
9571
9571
  "path": "skills/loom-adopt/.loom-runtime/loom-init/references/output-contract.md",
@@ -9579,8 +9579,8 @@
9579
9579
  },
9580
9580
  {
9581
9581
  "path": "skills/loom-adopt/.loom-runtime/loom-init/SKILL.md",
9582
- "bytes": 11463,
9583
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
9582
+ "bytes": 11561,
9583
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
9584
9584
  },
9585
9585
  {
9586
9586
  "path": "skills/loom-adopt/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -9874,8 +9874,8 @@
9874
9874
  },
9875
9875
  {
9876
9876
  "path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
9877
- "bytes": 2698,
9878
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
9877
+ "bytes": 3472,
9878
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
9879
9879
  },
9880
9880
  {
9881
9881
  "path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -9884,8 +9884,8 @@
9884
9884
  },
9885
9885
  {
9886
9886
  "path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
9887
- "bytes": 23254,
9888
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
9887
+ "bytes": 23381,
9888
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
9889
9889
  },
9890
9890
  {
9891
9891
  "path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -9899,8 +9899,8 @@
9899
9899
  },
9900
9900
  {
9901
9901
  "path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
9902
- "bytes": 3128,
9903
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
9902
+ "bytes": 3622,
9903
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
9904
9904
  },
9905
9905
  {
9906
9906
  "path": "skills/loom-adopt/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -10179,23 +10179,23 @@
10179
10179
  },
10180
10180
  {
10181
10181
  "path": "skills/loom-adopt/.loom-runtime/shared/scripts/governance_surface.py",
10182
- "bytes": 144459,
10183
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
10182
+ "bytes": 144183,
10183
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
10184
10184
  },
10185
10185
  {
10186
10186
  "path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_check.py",
10187
- "bytes": 803085,
10188
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
10187
+ "bytes": 813769,
10188
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
10189
10189
  },
10190
10190
  {
10191
10191
  "path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_flow.py",
10192
- "bytes": 650380,
10193
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
10192
+ "bytes": 647519,
10193
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
10194
10194
  },
10195
10195
  {
10196
10196
  "path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_init.py",
10197
- "bytes": 126743,
10198
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
10197
+ "bytes": 126479,
10198
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
10199
10199
  },
10200
10200
  {
10201
10201
  "path": "skills/loom-adopt/.loom-runtime/shared/scripts/loom_status.py",
@@ -10369,8 +10369,8 @@
10369
10369
  },
10370
10370
  {
10371
10371
  "path": "skills/loom-build/.loom-runtime/loom-init/references/intake-signals.md",
10372
- "bytes": 5973,
10373
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
10372
+ "bytes": 6084,
10373
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
10374
10374
  },
10375
10375
  {
10376
10376
  "path": "skills/loom-build/.loom-runtime/loom-init/references/output-contract.md",
@@ -10384,8 +10384,8 @@
10384
10384
  },
10385
10385
  {
10386
10386
  "path": "skills/loom-build/.loom-runtime/loom-init/SKILL.md",
10387
- "bytes": 11463,
10388
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
10387
+ "bytes": 11561,
10388
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
10389
10389
  },
10390
10390
  {
10391
10391
  "path": "skills/loom-build/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -10679,8 +10679,8 @@
10679
10679
  },
10680
10680
  {
10681
10681
  "path": "skills/loom-build/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
10682
- "bytes": 2698,
10683
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
10682
+ "bytes": 3472,
10683
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
10684
10684
  },
10685
10685
  {
10686
10686
  "path": "skills/loom-build/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -10689,8 +10689,8 @@
10689
10689
  },
10690
10690
  {
10691
10691
  "path": "skills/loom-build/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
10692
- "bytes": 23254,
10693
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
10692
+ "bytes": 23381,
10693
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
10694
10694
  },
10695
10695
  {
10696
10696
  "path": "skills/loom-build/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -10704,8 +10704,8 @@
10704
10704
  },
10705
10705
  {
10706
10706
  "path": "skills/loom-build/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
10707
- "bytes": 3128,
10708
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
10707
+ "bytes": 3622,
10708
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
10709
10709
  },
10710
10710
  {
10711
10711
  "path": "skills/loom-build/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -10984,23 +10984,23 @@
10984
10984
  },
10985
10985
  {
10986
10986
  "path": "skills/loom-build/.loom-runtime/shared/scripts/governance_surface.py",
10987
- "bytes": 144459,
10988
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
10987
+ "bytes": 144183,
10988
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
10989
10989
  },
10990
10990
  {
10991
10991
  "path": "skills/loom-build/.loom-runtime/shared/scripts/loom_check.py",
10992
- "bytes": 803085,
10993
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
10992
+ "bytes": 813769,
10993
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
10994
10994
  },
10995
10995
  {
10996
10996
  "path": "skills/loom-build/.loom-runtime/shared/scripts/loom_flow.py",
10997
- "bytes": 650380,
10998
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
10997
+ "bytes": 647519,
10998
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
10999
10999
  },
11000
11000
  {
11001
11001
  "path": "skills/loom-build/.loom-runtime/shared/scripts/loom_init.py",
11002
- "bytes": 126743,
11003
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
11002
+ "bytes": 126479,
11003
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
11004
11004
  },
11005
11005
  {
11006
11006
  "path": "skills/loom-build/.loom-runtime/shared/scripts/loom_status.py",
@@ -11174,8 +11174,8 @@
11174
11174
  },
11175
11175
  {
11176
11176
  "path": "skills/loom-handoff/.loom-runtime/loom-init/references/intake-signals.md",
11177
- "bytes": 5973,
11178
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
11177
+ "bytes": 6084,
11178
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
11179
11179
  },
11180
11180
  {
11181
11181
  "path": "skills/loom-handoff/.loom-runtime/loom-init/references/output-contract.md",
@@ -11189,8 +11189,8 @@
11189
11189
  },
11190
11190
  {
11191
11191
  "path": "skills/loom-handoff/.loom-runtime/loom-init/SKILL.md",
11192
- "bytes": 11463,
11193
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
11192
+ "bytes": 11561,
11193
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
11194
11194
  },
11195
11195
  {
11196
11196
  "path": "skills/loom-handoff/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -11484,8 +11484,8 @@
11484
11484
  },
11485
11485
  {
11486
11486
  "path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
11487
- "bytes": 2698,
11488
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
11487
+ "bytes": 3472,
11488
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
11489
11489
  },
11490
11490
  {
11491
11491
  "path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -11494,8 +11494,8 @@
11494
11494
  },
11495
11495
  {
11496
11496
  "path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
11497
- "bytes": 23254,
11498
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
11497
+ "bytes": 23381,
11498
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
11499
11499
  },
11500
11500
  {
11501
11501
  "path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -11509,8 +11509,8 @@
11509
11509
  },
11510
11510
  {
11511
11511
  "path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
11512
- "bytes": 3128,
11513
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
11512
+ "bytes": 3622,
11513
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
11514
11514
  },
11515
11515
  {
11516
11516
  "path": "skills/loom-handoff/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -11789,23 +11789,23 @@
11789
11789
  },
11790
11790
  {
11791
11791
  "path": "skills/loom-handoff/.loom-runtime/shared/scripts/governance_surface.py",
11792
- "bytes": 144459,
11793
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
11792
+ "bytes": 144183,
11793
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
11794
11794
  },
11795
11795
  {
11796
11796
  "path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_check.py",
11797
- "bytes": 803085,
11798
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
11797
+ "bytes": 813769,
11798
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
11799
11799
  },
11800
11800
  {
11801
11801
  "path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_flow.py",
11802
- "bytes": 650380,
11803
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
11802
+ "bytes": 647519,
11803
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
11804
11804
  },
11805
11805
  {
11806
11806
  "path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_init.py",
11807
- "bytes": 126743,
11808
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
11807
+ "bytes": 126479,
11808
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
11809
11809
  },
11810
11810
  {
11811
11811
  "path": "skills/loom-handoff/.loom-runtime/shared/scripts/loom_status.py",
@@ -11979,8 +11979,8 @@
11979
11979
  },
11980
11980
  {
11981
11981
  "path": "skills/loom-init/.loom-runtime/loom-init/references/intake-signals.md",
11982
- "bytes": 5973,
11983
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
11982
+ "bytes": 6084,
11983
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
11984
11984
  },
11985
11985
  {
11986
11986
  "path": "skills/loom-init/.loom-runtime/loom-init/references/output-contract.md",
@@ -11994,8 +11994,8 @@
11994
11994
  },
11995
11995
  {
11996
11996
  "path": "skills/loom-init/.loom-runtime/loom-init/SKILL.md",
11997
- "bytes": 11463,
11998
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
11997
+ "bytes": 11561,
11998
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
11999
11999
  },
12000
12000
  {
12001
12001
  "path": "skills/loom-init/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -12289,8 +12289,8 @@
12289
12289
  },
12290
12290
  {
12291
12291
  "path": "skills/loom-init/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
12292
- "bytes": 2698,
12293
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
12292
+ "bytes": 3472,
12293
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
12294
12294
  },
12295
12295
  {
12296
12296
  "path": "skills/loom-init/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -12299,8 +12299,8 @@
12299
12299
  },
12300
12300
  {
12301
12301
  "path": "skills/loom-init/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
12302
- "bytes": 23254,
12303
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
12302
+ "bytes": 23381,
12303
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
12304
12304
  },
12305
12305
  {
12306
12306
  "path": "skills/loom-init/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -12314,8 +12314,8 @@
12314
12314
  },
12315
12315
  {
12316
12316
  "path": "skills/loom-init/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
12317
- "bytes": 3128,
12318
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
12317
+ "bytes": 3622,
12318
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
12319
12319
  },
12320
12320
  {
12321
12321
  "path": "skills/loom-init/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -12594,23 +12594,23 @@
12594
12594
  },
12595
12595
  {
12596
12596
  "path": "skills/loom-init/.loom-runtime/shared/scripts/governance_surface.py",
12597
- "bytes": 144459,
12598
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
12597
+ "bytes": 144183,
12598
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
12599
12599
  },
12600
12600
  {
12601
12601
  "path": "skills/loom-init/.loom-runtime/shared/scripts/loom_check.py",
12602
- "bytes": 803085,
12603
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
12602
+ "bytes": 813769,
12603
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
12604
12604
  },
12605
12605
  {
12606
12606
  "path": "skills/loom-init/.loom-runtime/shared/scripts/loom_flow.py",
12607
- "bytes": 650380,
12608
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
12607
+ "bytes": 647519,
12608
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
12609
12609
  },
12610
12610
  {
12611
12611
  "path": "skills/loom-init/.loom-runtime/shared/scripts/loom_init.py",
12612
- "bytes": 126743,
12613
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
12612
+ "bytes": 126479,
12613
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
12614
12614
  },
12615
12615
  {
12616
12616
  "path": "skills/loom-init/.loom-runtime/shared/scripts/loom_status.py",
@@ -12654,8 +12654,8 @@
12654
12654
  },
12655
12655
  {
12656
12656
  "path": "skills/loom-init/references/intake-signals.md",
12657
- "bytes": 5995,
12658
- "sha256": "af2612ae0bb783b53019239bfbe91d5d6905842b33fb9262c7b396da738e8cf1"
12657
+ "bytes": 6106,
12658
+ "sha256": "82ea60e6c8c5a2631117640db9c7f681abfbffcc1f5a751916e690c3983dfc29"
12659
12659
  },
12660
12660
  {
12661
12661
  "path": "skills/loom-init/references/output-contract.md",
@@ -12669,8 +12669,8 @@
12669
12669
  },
12670
12670
  {
12671
12671
  "path": "skills/loom-init/SKILL.md",
12672
- "bytes": 11485,
12673
- "sha256": "d5cfca1b6ffde27626f94b8a804dac1074ed4060f2729190083f0f2b995cb208"
12672
+ "bytes": 11583,
12673
+ "sha256": "91523ae8eb9b14041238465af3c238fdfaab375464d22810cecfbf439fd8385e"
12674
12674
  },
12675
12675
  {
12676
12676
  "path": "skills/loom-merge-ready/.loom-runtime/distribution-and-adapter-contract.md",
@@ -12789,8 +12789,8 @@
12789
12789
  },
12790
12790
  {
12791
12791
  "path": "skills/loom-merge-ready/.loom-runtime/loom-init/references/intake-signals.md",
12792
- "bytes": 5973,
12793
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
12792
+ "bytes": 6084,
12793
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
12794
12794
  },
12795
12795
  {
12796
12796
  "path": "skills/loom-merge-ready/.loom-runtime/loom-init/references/output-contract.md",
@@ -12804,8 +12804,8 @@
12804
12804
  },
12805
12805
  {
12806
12806
  "path": "skills/loom-merge-ready/.loom-runtime/loom-init/SKILL.md",
12807
- "bytes": 11463,
12808
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
12807
+ "bytes": 11561,
12808
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
12809
12809
  },
12810
12810
  {
12811
12811
  "path": "skills/loom-merge-ready/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -13099,8 +13099,8 @@
13099
13099
  },
13100
13100
  {
13101
13101
  "path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
13102
- "bytes": 2698,
13103
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
13102
+ "bytes": 3472,
13103
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
13104
13104
  },
13105
13105
  {
13106
13106
  "path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -13109,8 +13109,8 @@
13109
13109
  },
13110
13110
  {
13111
13111
  "path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
13112
- "bytes": 23254,
13113
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
13112
+ "bytes": 23381,
13113
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
13114
13114
  },
13115
13115
  {
13116
13116
  "path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -13124,8 +13124,8 @@
13124
13124
  },
13125
13125
  {
13126
13126
  "path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
13127
- "bytes": 3128,
13128
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
13127
+ "bytes": 3622,
13128
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
13129
13129
  },
13130
13130
  {
13131
13131
  "path": "skills/loom-merge-ready/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -13404,23 +13404,23 @@
13404
13404
  },
13405
13405
  {
13406
13406
  "path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/governance_surface.py",
13407
- "bytes": 144459,
13408
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
13407
+ "bytes": 144183,
13408
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
13409
13409
  },
13410
13410
  {
13411
13411
  "path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_check.py",
13412
- "bytes": 803085,
13413
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
13412
+ "bytes": 813769,
13413
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
13414
13414
  },
13415
13415
  {
13416
13416
  "path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_flow.py",
13417
- "bytes": 650380,
13418
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
13417
+ "bytes": 647519,
13418
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
13419
13419
  },
13420
13420
  {
13421
13421
  "path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_init.py",
13422
- "bytes": 126743,
13423
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
13422
+ "bytes": 126479,
13423
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
13424
13424
  },
13425
13425
  {
13426
13426
  "path": "skills/loom-merge-ready/.loom-runtime/shared/scripts/loom_status.py",
@@ -13594,8 +13594,8 @@
13594
13594
  },
13595
13595
  {
13596
13596
  "path": "skills/loom-pre-review/.loom-runtime/loom-init/references/intake-signals.md",
13597
- "bytes": 5973,
13598
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
13597
+ "bytes": 6084,
13598
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
13599
13599
  },
13600
13600
  {
13601
13601
  "path": "skills/loom-pre-review/.loom-runtime/loom-init/references/output-contract.md",
@@ -13609,8 +13609,8 @@
13609
13609
  },
13610
13610
  {
13611
13611
  "path": "skills/loom-pre-review/.loom-runtime/loom-init/SKILL.md",
13612
- "bytes": 11463,
13613
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
13612
+ "bytes": 11561,
13613
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
13614
13614
  },
13615
13615
  {
13616
13616
  "path": "skills/loom-pre-review/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -13904,8 +13904,8 @@
13904
13904
  },
13905
13905
  {
13906
13906
  "path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
13907
- "bytes": 2698,
13908
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
13907
+ "bytes": 3472,
13908
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
13909
13909
  },
13910
13910
  {
13911
13911
  "path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -13914,8 +13914,8 @@
13914
13914
  },
13915
13915
  {
13916
13916
  "path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
13917
- "bytes": 23254,
13918
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
13917
+ "bytes": 23381,
13918
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
13919
13919
  },
13920
13920
  {
13921
13921
  "path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -13929,8 +13929,8 @@
13929
13929
  },
13930
13930
  {
13931
13931
  "path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
13932
- "bytes": 3128,
13933
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
13932
+ "bytes": 3622,
13933
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
13934
13934
  },
13935
13935
  {
13936
13936
  "path": "skills/loom-pre-review/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -14209,23 +14209,23 @@
14209
14209
  },
14210
14210
  {
14211
14211
  "path": "skills/loom-pre-review/.loom-runtime/shared/scripts/governance_surface.py",
14212
- "bytes": 144459,
14213
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
14212
+ "bytes": 144183,
14213
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
14214
14214
  },
14215
14215
  {
14216
14216
  "path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_check.py",
14217
- "bytes": 803085,
14218
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
14217
+ "bytes": 813769,
14218
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
14219
14219
  },
14220
14220
  {
14221
14221
  "path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_flow.py",
14222
- "bytes": 650380,
14223
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
14222
+ "bytes": 647519,
14223
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
14224
14224
  },
14225
14225
  {
14226
14226
  "path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_init.py",
14227
- "bytes": 126743,
14228
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
14227
+ "bytes": 126479,
14228
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
14229
14229
  },
14230
14230
  {
14231
14231
  "path": "skills/loom-pre-review/.loom-runtime/shared/scripts/loom_status.py",
@@ -14399,8 +14399,8 @@
14399
14399
  },
14400
14400
  {
14401
14401
  "path": "skills/loom-resume/.loom-runtime/loom-init/references/intake-signals.md",
14402
- "bytes": 5973,
14403
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
14402
+ "bytes": 6084,
14403
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
14404
14404
  },
14405
14405
  {
14406
14406
  "path": "skills/loom-resume/.loom-runtime/loom-init/references/output-contract.md",
@@ -14414,8 +14414,8 @@
14414
14414
  },
14415
14415
  {
14416
14416
  "path": "skills/loom-resume/.loom-runtime/loom-init/SKILL.md",
14417
- "bytes": 11463,
14418
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
14417
+ "bytes": 11561,
14418
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
14419
14419
  },
14420
14420
  {
14421
14421
  "path": "skills/loom-resume/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -14709,8 +14709,8 @@
14709
14709
  },
14710
14710
  {
14711
14711
  "path": "skills/loom-resume/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
14712
- "bytes": 2698,
14713
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
14712
+ "bytes": 3472,
14713
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
14714
14714
  },
14715
14715
  {
14716
14716
  "path": "skills/loom-resume/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -14719,8 +14719,8 @@
14719
14719
  },
14720
14720
  {
14721
14721
  "path": "skills/loom-resume/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
14722
- "bytes": 23254,
14723
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
14722
+ "bytes": 23381,
14723
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
14724
14724
  },
14725
14725
  {
14726
14726
  "path": "skills/loom-resume/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -14734,8 +14734,8 @@
14734
14734
  },
14735
14735
  {
14736
14736
  "path": "skills/loom-resume/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
14737
- "bytes": 3128,
14738
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
14737
+ "bytes": 3622,
14738
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
14739
14739
  },
14740
14740
  {
14741
14741
  "path": "skills/loom-resume/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -15014,23 +15014,23 @@
15014
15014
  },
15015
15015
  {
15016
15016
  "path": "skills/loom-resume/.loom-runtime/shared/scripts/governance_surface.py",
15017
- "bytes": 144459,
15018
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
15017
+ "bytes": 144183,
15018
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
15019
15019
  },
15020
15020
  {
15021
15021
  "path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_check.py",
15022
- "bytes": 803085,
15023
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
15022
+ "bytes": 813769,
15023
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
15024
15024
  },
15025
15025
  {
15026
15026
  "path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_flow.py",
15027
- "bytes": 650380,
15028
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
15027
+ "bytes": 647519,
15028
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
15029
15029
  },
15030
15030
  {
15031
15031
  "path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_init.py",
15032
- "bytes": 126743,
15033
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
15032
+ "bytes": 126479,
15033
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
15034
15034
  },
15035
15035
  {
15036
15036
  "path": "skills/loom-resume/.loom-runtime/shared/scripts/loom_status.py",
@@ -15204,8 +15204,8 @@
15204
15204
  },
15205
15205
  {
15206
15206
  "path": "skills/loom-retire/.loom-runtime/loom-init/references/intake-signals.md",
15207
- "bytes": 5973,
15208
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
15207
+ "bytes": 6084,
15208
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
15209
15209
  },
15210
15210
  {
15211
15211
  "path": "skills/loom-retire/.loom-runtime/loom-init/references/output-contract.md",
@@ -15219,8 +15219,8 @@
15219
15219
  },
15220
15220
  {
15221
15221
  "path": "skills/loom-retire/.loom-runtime/loom-init/SKILL.md",
15222
- "bytes": 11463,
15223
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
15222
+ "bytes": 11561,
15223
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
15224
15224
  },
15225
15225
  {
15226
15226
  "path": "skills/loom-retire/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -15514,8 +15514,8 @@
15514
15514
  },
15515
15515
  {
15516
15516
  "path": "skills/loom-retire/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
15517
- "bytes": 2698,
15518
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
15517
+ "bytes": 3472,
15518
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
15519
15519
  },
15520
15520
  {
15521
15521
  "path": "skills/loom-retire/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -15524,8 +15524,8 @@
15524
15524
  },
15525
15525
  {
15526
15526
  "path": "skills/loom-retire/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
15527
- "bytes": 23254,
15528
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
15527
+ "bytes": 23381,
15528
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
15529
15529
  },
15530
15530
  {
15531
15531
  "path": "skills/loom-retire/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -15539,8 +15539,8 @@
15539
15539
  },
15540
15540
  {
15541
15541
  "path": "skills/loom-retire/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
15542
- "bytes": 3128,
15543
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
15542
+ "bytes": 3622,
15543
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
15544
15544
  },
15545
15545
  {
15546
15546
  "path": "skills/loom-retire/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -15819,23 +15819,23 @@
15819
15819
  },
15820
15820
  {
15821
15821
  "path": "skills/loom-retire/.loom-runtime/shared/scripts/governance_surface.py",
15822
- "bytes": 144459,
15823
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
15822
+ "bytes": 144183,
15823
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
15824
15824
  },
15825
15825
  {
15826
15826
  "path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_check.py",
15827
- "bytes": 803085,
15828
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
15827
+ "bytes": 813769,
15828
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
15829
15829
  },
15830
15830
  {
15831
15831
  "path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_flow.py",
15832
- "bytes": 650380,
15833
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
15832
+ "bytes": 647519,
15833
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
15834
15834
  },
15835
15835
  {
15836
15836
  "path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_init.py",
15837
- "bytes": 126743,
15838
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
15837
+ "bytes": 126479,
15838
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
15839
15839
  },
15840
15840
  {
15841
15841
  "path": "skills/loom-retire/.loom-runtime/shared/scripts/loom_status.py",
@@ -16009,8 +16009,8 @@
16009
16009
  },
16010
16010
  {
16011
16011
  "path": "skills/loom-review/.loom-runtime/loom-init/references/intake-signals.md",
16012
- "bytes": 5973,
16013
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
16012
+ "bytes": 6084,
16013
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
16014
16014
  },
16015
16015
  {
16016
16016
  "path": "skills/loom-review/.loom-runtime/loom-init/references/output-contract.md",
@@ -16024,8 +16024,8 @@
16024
16024
  },
16025
16025
  {
16026
16026
  "path": "skills/loom-review/.loom-runtime/loom-init/SKILL.md",
16027
- "bytes": 11463,
16028
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
16027
+ "bytes": 11561,
16028
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
16029
16029
  },
16030
16030
  {
16031
16031
  "path": "skills/loom-review/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -16319,8 +16319,8 @@
16319
16319
  },
16320
16320
  {
16321
16321
  "path": "skills/loom-review/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
16322
- "bytes": 2698,
16323
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
16322
+ "bytes": 3472,
16323
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
16324
16324
  },
16325
16325
  {
16326
16326
  "path": "skills/loom-review/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -16329,8 +16329,8 @@
16329
16329
  },
16330
16330
  {
16331
16331
  "path": "skills/loom-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
16332
- "bytes": 23254,
16333
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
16332
+ "bytes": 23381,
16333
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
16334
16334
  },
16335
16335
  {
16336
16336
  "path": "skills/loom-review/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -16344,8 +16344,8 @@
16344
16344
  },
16345
16345
  {
16346
16346
  "path": "skills/loom-review/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
16347
- "bytes": 3128,
16348
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
16347
+ "bytes": 3622,
16348
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
16349
16349
  },
16350
16350
  {
16351
16351
  "path": "skills/loom-review/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -16624,23 +16624,23 @@
16624
16624
  },
16625
16625
  {
16626
16626
  "path": "skills/loom-review/.loom-runtime/shared/scripts/governance_surface.py",
16627
- "bytes": 144459,
16628
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
16627
+ "bytes": 144183,
16628
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
16629
16629
  },
16630
16630
  {
16631
16631
  "path": "skills/loom-review/.loom-runtime/shared/scripts/loom_check.py",
16632
- "bytes": 803085,
16633
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
16632
+ "bytes": 813769,
16633
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
16634
16634
  },
16635
16635
  {
16636
16636
  "path": "skills/loom-review/.loom-runtime/shared/scripts/loom_flow.py",
16637
- "bytes": 650380,
16638
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
16637
+ "bytes": 647519,
16638
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
16639
16639
  },
16640
16640
  {
16641
16641
  "path": "skills/loom-review/.loom-runtime/shared/scripts/loom_init.py",
16642
- "bytes": 126743,
16643
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
16642
+ "bytes": 126479,
16643
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
16644
16644
  },
16645
16645
  {
16646
16646
  "path": "skills/loom-review/.loom-runtime/shared/scripts/loom_status.py",
@@ -16814,8 +16814,8 @@
16814
16814
  },
16815
16815
  {
16816
16816
  "path": "skills/loom-spec-review/.loom-runtime/loom-init/references/intake-signals.md",
16817
- "bytes": 5973,
16818
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
16817
+ "bytes": 6084,
16818
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
16819
16819
  },
16820
16820
  {
16821
16821
  "path": "skills/loom-spec-review/.loom-runtime/loom-init/references/output-contract.md",
@@ -16829,8 +16829,8 @@
16829
16829
  },
16830
16830
  {
16831
16831
  "path": "skills/loom-spec-review/.loom-runtime/loom-init/SKILL.md",
16832
- "bytes": 11463,
16833
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
16832
+ "bytes": 11561,
16833
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
16834
16834
  },
16835
16835
  {
16836
16836
  "path": "skills/loom-spec-review/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -17124,8 +17124,8 @@
17124
17124
  },
17125
17125
  {
17126
17126
  "path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
17127
- "bytes": 2698,
17128
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
17127
+ "bytes": 3472,
17128
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
17129
17129
  },
17130
17130
  {
17131
17131
  "path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -17134,8 +17134,8 @@
17134
17134
  },
17135
17135
  {
17136
17136
  "path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
17137
- "bytes": 23254,
17138
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
17137
+ "bytes": 23381,
17138
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
17139
17139
  },
17140
17140
  {
17141
17141
  "path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -17149,8 +17149,8 @@
17149
17149
  },
17150
17150
  {
17151
17151
  "path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
17152
- "bytes": 3128,
17153
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
17152
+ "bytes": 3622,
17153
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
17154
17154
  },
17155
17155
  {
17156
17156
  "path": "skills/loom-spec-review/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -17429,23 +17429,23 @@
17429
17429
  },
17430
17430
  {
17431
17431
  "path": "skills/loom-spec-review/.loom-runtime/shared/scripts/governance_surface.py",
17432
- "bytes": 144459,
17433
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
17432
+ "bytes": 144183,
17433
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
17434
17434
  },
17435
17435
  {
17436
17436
  "path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_check.py",
17437
- "bytes": 803085,
17438
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
17437
+ "bytes": 813769,
17438
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
17439
17439
  },
17440
17440
  {
17441
17441
  "path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_flow.py",
17442
- "bytes": 650380,
17443
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
17442
+ "bytes": 647519,
17443
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
17444
17444
  },
17445
17445
  {
17446
17446
  "path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_init.py",
17447
- "bytes": 126743,
17448
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
17447
+ "bytes": 126479,
17448
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
17449
17449
  },
17450
17450
  {
17451
17451
  "path": "skills/loom-spec-review/.loom-runtime/shared/scripts/loom_status.py",
@@ -17619,8 +17619,8 @@
17619
17619
  },
17620
17620
  {
17621
17621
  "path": "skills/loom-story/.loom-runtime/loom-init/references/intake-signals.md",
17622
- "bytes": 5973,
17623
- "sha256": "4fc887f8ed078cb044d6576df76cdf7a9a529d9c55790c18e35a2eb30595e901"
17622
+ "bytes": 6084,
17623
+ "sha256": "34664db750bf999c751b601eeed208221f5630072715c5b7841a071b89559d4f"
17624
17624
  },
17625
17625
  {
17626
17626
  "path": "skills/loom-story/.loom-runtime/loom-init/references/output-contract.md",
@@ -17634,8 +17634,8 @@
17634
17634
  },
17635
17635
  {
17636
17636
  "path": "skills/loom-story/.loom-runtime/loom-init/SKILL.md",
17637
- "bytes": 11463,
17638
- "sha256": "a424a4131b2dafd50949603ff9bb5b60432ad7ac4c3ded85373c9c0610f1b9d1"
17637
+ "bytes": 11561,
17638
+ "sha256": "f7356230b0270f1997fd6ff7109693a37f92e88f3a664bda15795f1d1a52ecaa"
17639
17639
  },
17640
17640
  {
17641
17641
  "path": "skills/loom-story/.loom-runtime/loom-merge-ready/agents/openai.yaml",
@@ -17929,8 +17929,8 @@
17929
17929
  },
17930
17930
  {
17931
17931
  "path": "skills/loom-story/.loom-runtime/shared/references/adoption/lightweight-retrofit-default.md",
17932
- "bytes": 2698,
17933
- "sha256": "a3f2ae966103e5bca778e19e7f2e9d6a8777b465b6d57d96558583f6114972f3"
17932
+ "bytes": 3472,
17933
+ "sha256": "1bedc2fb777a4e981e793cef5b74bd334298339c6cf4d5d5dd46a4ab16072aa2"
17934
17934
  },
17935
17935
  {
17936
17936
  "path": "skills/loom-story/.loom-runtime/shared/references/adoption/loom-surfaces-version-control.md",
@@ -17939,8 +17939,8 @@
17939
17939
  },
17940
17940
  {
17941
17941
  "path": "skills/loom-story/.loom-runtime/shared/references/adoption/repo-companion-contract.md",
17942
- "bytes": 23254,
17943
- "sha256": "2c6df6dd2a27f2c5dc7bb653911192991c4afafb4451c6f4de0a5feaa840c620"
17942
+ "bytes": 23381,
17943
+ "sha256": "6512b7a618bdcd5d76a8e12cdb453bb2cf343960356a7620502c00cba17c530a"
17944
17944
  },
17945
17945
  {
17946
17946
  "path": "skills/loom-story/.loom-runtime/shared/references/adoption/repo-interop-contract.md",
@@ -17954,8 +17954,8 @@
17954
17954
  },
17955
17955
  {
17956
17956
  "path": "skills/loom-story/.loom-runtime/shared/references/adoption/target-repo-version-contract.md",
17957
- "bytes": 3128,
17958
- "sha256": "abd17d116269c53cc5ab2303950a8db92f9202b165077b01eb77a01ade85701f"
17957
+ "bytes": 3622,
17958
+ "sha256": "a983c7f3eb67769683c097b2c578c1a7e830c3a7bbc46b17eafbfe1eac22980c"
17959
17959
  },
17960
17960
  {
17961
17961
  "path": "skills/loom-story/.loom-runtime/shared/references/adoption/zero-friction-adoption-contract.md",
@@ -18234,23 +18234,23 @@
18234
18234
  },
18235
18235
  {
18236
18236
  "path": "skills/loom-story/.loom-runtime/shared/scripts/governance_surface.py",
18237
- "bytes": 144459,
18238
- "sha256": "0883eae091112beb2516e486ca5b8a3bf514326731a1fdce486c41d716a40ebd"
18237
+ "bytes": 144183,
18238
+ "sha256": "317cf0dc5337ee7d93ce2e7458b0de79830e3e3420689a6f6d26c328ed8ab393"
18239
18239
  },
18240
18240
  {
18241
18241
  "path": "skills/loom-story/.loom-runtime/shared/scripts/loom_check.py",
18242
- "bytes": 803085,
18243
- "sha256": "d6f7cec925a964fdab329d7b65ff41a4053b82bfa6fcf35f5f2ecb839eb0b33c"
18242
+ "bytes": 813769,
18243
+ "sha256": "f7675be87288a4e88c4fa35a40616577cfb186dae0c752b21cceb776eb609e1b"
18244
18244
  },
18245
18245
  {
18246
18246
  "path": "skills/loom-story/.loom-runtime/shared/scripts/loom_flow.py",
18247
- "bytes": 650380,
18248
- "sha256": "2195a7a3a1ee63a71d558009964565c7d3e6053a0cab988c70e7a3055c1147ac"
18247
+ "bytes": 647519,
18248
+ "sha256": "11a4ca4a6f9f74bc0eced5e1726d91f528190aefa0479e7f92e43415b4df92ab"
18249
18249
  },
18250
18250
  {
18251
18251
  "path": "skills/loom-story/.loom-runtime/shared/scripts/loom_init.py",
18252
- "bytes": 126743,
18253
- "sha256": "07367e836e2c8540a20843e8c4893b113e2f2bb96fbf7dc3dc6302a839ccd05d"
18252
+ "bytes": 126479,
18253
+ "sha256": "52de19c45ed4f0b3d5944a3eab192dee94d74e737a469598b806f230745c3d7b"
18254
18254
  },
18255
18255
  {
18256
18256
  "path": "skills/loom-story/.loom-runtime/shared/scripts/loom_status.py",