@windyroad/itil 1.2.0 → 2.0.0-preview.1111

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 (266) hide show
  1. package/.agents/plugins/marketplace.json +12 -0
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/.codex-plugin/plugin.json +42 -0
  4. package/README.md +34 -25
  5. package/agents/hang-off-check.md +34 -34
  6. package/bin/install.mjs +71 -5
  7. package/bin/wr-itil-catchup-scan +4 -4
  8. package/bin/wr-itil-check-deferred-placeholder-staleness +4 -4
  9. package/bin/wr-itil-check-fail-soft-skip-discipline +4 -4
  10. package/bin/wr-itil-check-fix-rfc-trace +4 -4
  11. package/bin/wr-itil-check-locale-discipline +4 -4
  12. package/bin/wr-itil-check-outbound-responses-staleness +4 -4
  13. package/bin/wr-itil-check-problems-readme-budget +4 -4
  14. package/bin/wr-itil-check-rfc-has-stories +4 -4
  15. package/bin/wr-itil-check-rfc-stories-ratified +4 -4
  16. package/bin/wr-itil-check-ticket-jtbd-ratification +4 -4
  17. package/bin/wr-itil-check-upstream-cache-staleness +4 -4
  18. package/bin/wr-itil-check-upstream-responses +4 -4
  19. package/bin/wr-itil-classify-readme-drift +4 -4
  20. package/bin/wr-itil-derive-release-vehicle +4 -4
  21. package/bin/wr-itil-detect-unratified-stories-maps +4 -4
  22. package/bin/wr-itil-effort-tally +4 -4
  23. package/bin/wr-itil-enumerate-postrelease-kv-candidates +4 -4
  24. package/bin/wr-itil-evaluate-relevance +4 -4
  25. package/bin/wr-itil-mark-create-gate +4 -4
  26. package/bin/wr-itil-mark-story-oversight-confirmed +4 -4
  27. package/bin/wr-itil-migrate-problems-layout +4 -4
  28. package/bin/wr-itil-migrate-story-status-mirror +4 -4
  29. package/bin/wr-itil-next-rfc-id +4 -4
  30. package/bin/wr-itil-plugin-exercise-index +4 -4
  31. package/bin/wr-itil-plugin-maturity-populate +4 -4
  32. package/bin/wr-itil-plugin-maturity-render +4 -4
  33. package/bin/wr-itil-plugin-validate-ci-gate +4 -4
  34. package/bin/wr-itil-reconcile-readme +4 -4
  35. package/bin/wr-itil-reconcile-rfcs +4 -4
  36. package/bin/wr-itil-reconcile-stories +4 -4
  37. package/bin/wr-itil-reconcile-story-maps +4 -4
  38. package/bin/wr-itil-render-story-map +4 -4
  39. package/bin/wr-itil-resolve-governance-plugin-dirs +4 -4
  40. package/bin/wr-itil-skill-invocations +4 -4
  41. package/bin/wr-itil-story-map-edit +4 -4
  42. package/bin/wr-itil-story-map-query +4 -4
  43. package/bin/wr-itil-update-jtbd-references-section +4 -4
  44. package/bin/wr-itil-update-problem-references-section +4 -4
  45. package/bin/wr-itil-update-problem-rfcs-section +4 -4
  46. package/bin/wr-itil-update-rfc-commits-section +4 -4
  47. package/bin/wr-itil-update-rfc-references-section +4 -4
  48. package/bin/wr-itil-verify-iter-summary +4 -4
  49. package/hooks/itil-assistant-output-gate.sh +3 -3
  50. package/hooks/itil-assistant-output-review.sh +5 -5
  51. package/hooks/itil-bash-polling-antipattern-detect.sh +11 -11
  52. package/hooks/itil-changeset-discipline.sh +24 -24
  53. package/hooks/itil-claude-space-protection.sh +21 -14
  54. package/hooks/itil-codex-dispatch.sh +164 -0
  55. package/hooks/itil-commit-trailer-transition-advisory.sh +11 -11
  56. package/hooks/itil-correction-detect.sh +8 -8
  57. package/hooks/itil-deferral-cadence-gate.sh +23 -23
  58. package/hooks/itil-fictional-defer-detect.sh +16 -16
  59. package/hooks/itil-fix-title-lifecycle-advisory.sh +11 -11
  60. package/hooks/itil-mid-loop-ask-detect.sh +14 -14
  61. package/hooks/itil-no-implement-draft-gate.sh +18 -18
  62. package/hooks/itil-pending-questions-surface.sh +11 -11
  63. package/hooks/itil-readme-refresh-discipline.sh +27 -27
  64. package/hooks/itil-rfc-oversight-nudge.sh +7 -7
  65. package/hooks/itil-rfc-trailer-advisory.sh +28 -28
  66. package/hooks/itil-runtime-sid-marker.sh +11 -11
  67. package/hooks/itil-story-mirror-migration-nudge.sh +7 -7
  68. package/hooks/lib/block-list.sh +17 -17
  69. package/hooks/lib/changeset-detect.sh +27 -27
  70. package/hooks/lib/claude-space-gate.sh +23 -15
  71. package/hooks/lib/command-detect.sh +12 -12
  72. package/hooks/lib/create-gate.sh +9 -39
  73. package/hooks/lib/detectors.sh +12 -12
  74. package/hooks/lib/readme-refresh-detect.sh +51 -51
  75. package/hooks/lib/runtime-sid.sh +12 -12
  76. package/hooks/lib/session-id.sh +28 -28
  77. package/hooks/lib/session-marker.sh +1 -1
  78. package/hooks/lib/staging-detect.sh +13 -13
  79. package/hooks/manage-problem-enforce-create.sh +16 -27
  80. package/hooks/p057-staging-trap-detect.sh +18 -18
  81. package/hooks/pre-publish-intake-gate.sh +5 -5
  82. package/hooks/staleness-check.sh +6 -6
  83. package/hooks-codex/hooks.json +57 -0
  84. package/lib/check-deferred-placeholder-staleness.sh +10 -10
  85. package/lib/check-outbound-responses-staleness.sh +2 -2
  86. package/lib/check-upstream-cache-staleness.sh +2 -2
  87. package/lib/derive-first-dispatch.sh +19 -19
  88. package/lib/enumerate-postrelease-kv-candidates.sh +18 -18
  89. package/lib/migrate-problems-layout.sh +12 -12
  90. package/lib/story-oversight.sh +27 -27
  91. package/package.json +16 -3
  92. package/scripts/catchup-scan.sh +25 -25
  93. package/scripts/check-fail-soft-skip-discipline.sh +10 -10
  94. package/scripts/check-fix-rfc-trace.sh +8 -8
  95. package/scripts/check-locale-discipline.sh +13 -13
  96. package/scripts/check-problems-readme-budget.sh +12 -12
  97. package/scripts/check-rfc-has-stories.sh +7 -7
  98. package/scripts/check-rfc-rejected-alternatives.sh +11 -11
  99. package/scripts/check-rfc-stories-ratified.sh +9 -9
  100. package/scripts/check-ticket-jtbd-ratification.sh +10 -10
  101. package/scripts/check-upstream-responses.sh +22 -22
  102. package/scripts/classify-readme-drift.sh +13 -13
  103. package/scripts/codex-agent.mjs +104 -0
  104. package/scripts/derive-release-vehicle.sh +23 -23
  105. package/scripts/detect-unoversighted-rfcs.sh +3 -3
  106. package/scripts/detect-unratified-stories-maps.sh +5 -5
  107. package/scripts/effort-tally.sh +10 -10
  108. package/scripts/evaluate-relevance.sh +16 -16
  109. package/scripts/mark-create-gate.sh +4 -4
  110. package/scripts/mark-story-oversight-confirmed.sh +14 -14
  111. package/scripts/migrate-story-status-mirror.sh +6 -6
  112. package/scripts/next-rfc-id.sh +5 -5
  113. package/scripts/plugin-exercise-index.sh +26 -26
  114. package/scripts/plugin-maturity-populate.sh +38 -38
  115. package/scripts/plugin-maturity-render.sh +26 -26
  116. package/scripts/plugin-validate-ci-gate.sh +14 -14
  117. package/scripts/reconcile-readme.sh +23 -23
  118. package/scripts/reconcile-rfcs.sh +13 -13
  119. package/scripts/reconcile-stories.sh +12 -12
  120. package/scripts/reconcile-story-maps.sh +6 -6
  121. package/scripts/render-story-map.mjs +24 -24
  122. package/scripts/render-story-map.sh +3 -3
  123. package/scripts/resolve-governance-plugin-dirs.sh +10 -10
  124. package/scripts/run-check-deferred-placeholder-staleness.sh +3 -3
  125. package/scripts/run-check-outbound-responses-staleness.sh +3 -3
  126. package/scripts/run-check-upstream-cache-staleness.sh +3 -3
  127. package/scripts/run-enumerate-postrelease-kv-candidates.sh +3 -3
  128. package/scripts/run-migrate-problems-layout.sh +3 -3
  129. package/scripts/skill-invocations.sh +29 -29
  130. package/scripts/story-map-edit.mjs +6 -6
  131. package/scripts/story-map-edit.sh +3 -3
  132. package/scripts/story-map-query.mjs +8 -8
  133. package/scripts/story-map-query.sh +3 -3
  134. package/scripts/update-jtbd-references-section.sh +8 -8
  135. package/scripts/update-problem-references-section.sh +12 -12
  136. package/scripts/update-problem-rfcs-section.sh +9 -9
  137. package/scripts/update-rfc-commits-section.sh +7 -7
  138. package/scripts/update-rfc-references-section.sh +3 -3
  139. package/scripts/update-story-references-section.sh +5 -5
  140. package/scripts/verify-iter-summary.sh +3 -3
  141. package/skills/capture-problem/REFERENCE.md +33 -33
  142. package/skills/capture-problem/SKILL.md +108 -108
  143. package/skills/capture-problem/agents/openai.yaml +3 -0
  144. package/skills/capture-rfc/SKILL.md +21 -323
  145. package/skills/capture-rfc/agents/openai.yaml +3 -0
  146. package/skills/capture-story/SKILL.md +65 -65
  147. package/skills/capture-story/agents/openai.yaml +3 -0
  148. package/skills/capture-story-map/SKILL.md +31 -31
  149. package/skills/capture-story-map/agents/openai.yaml +3 -0
  150. package/skills/check-upstream-responses/SKILL.md +38 -38
  151. package/skills/check-upstream-responses/agents/openai.yaml +3 -0
  152. package/skills/close-incident/SKILL.md +25 -25
  153. package/skills/close-incident/agents/openai.yaml +3 -0
  154. package/skills/link-incident/SKILL.md +22 -22
  155. package/skills/link-incident/agents/openai.yaml +3 -0
  156. package/skills/list-incidents/SKILL.md +9 -9
  157. package/skills/list-incidents/agents/openai.yaml +3 -0
  158. package/skills/list-problems/SKILL.md +17 -17
  159. package/skills/list-problems/agents/openai.yaml +3 -0
  160. package/skills/list-stories/SKILL.md +23 -23
  161. package/skills/list-stories/agents/openai.yaml +3 -0
  162. package/skills/list-story-maps/SKILL.md +9 -9
  163. package/skills/list-story-maps/agents/openai.yaml +3 -0
  164. package/skills/manage-incident/SKILL.md +59 -59
  165. package/skills/manage-incident/agents/openai.yaml +3 -0
  166. package/skills/manage-problem/SKILL.md +222 -222
  167. package/skills/manage-problem/agents/openai.yaml +3 -0
  168. package/skills/manage-rfc/SKILL.md +62 -62
  169. package/skills/manage-rfc/agents/openai.yaml +3 -0
  170. package/skills/manage-story/SKILL.md +49 -49
  171. package/skills/manage-story/agents/openai.yaml +3 -0
  172. package/skills/manage-story-map/SKILL.md +30 -30
  173. package/skills/manage-story-map/agents/openai.yaml +3 -0
  174. package/skills/mitigate-incident/SKILL.md +40 -40
  175. package/skills/mitigate-incident/agents/openai.yaml +3 -0
  176. package/skills/reconcile-readme/SKILL.md +28 -28
  177. package/skills/reconcile-readme/agents/openai.yaml +3 -0
  178. package/skills/reconcile-stories/SKILL.md +17 -17
  179. package/skills/reconcile-stories/agents/openai.yaml +3 -0
  180. package/skills/reconcile-story-maps/SKILL.md +11 -11
  181. package/skills/reconcile-story-maps/agents/openai.yaml +3 -0
  182. package/skills/report-upstream/SKILL.md +73 -73
  183. package/skills/report-upstream/agents/openai.yaml +3 -0
  184. package/skills/restore-incident/SKILL.md +28 -28
  185. package/skills/restore-incident/agents/openai.yaml +3 -0
  186. package/skills/review-problems/SKILL.md +129 -129
  187. package/skills/review-problems/agents/openai.yaml +3 -0
  188. package/skills/scaffold-intake/SKILL.md +26 -26
  189. package/skills/scaffold-intake/agents/openai.yaml +3 -0
  190. package/skills/transition-problem/SKILL.md +85 -85
  191. package/skills/transition-problem/agents/openai.yaml +3 -0
  192. package/skills/transition-problems/SKILL.md +69 -69
  193. package/skills/transition-problems/agents/openai.yaml +3 -0
  194. package/skills/update-upstream/SKILL.md +97 -97
  195. package/skills/update-upstream/agents/openai.yaml +3 -0
  196. package/skills/work-problem/SKILL.md +42 -42
  197. package/skills/work-problem/agents/openai.yaml +3 -0
  198. package/skills/work-problems/SKILL.md +327 -327
  199. package/skills/work-problems/agents/openai.yaml +3 -0
  200. package/skills-codex/capture-problem/REFERENCE.md +139 -0
  201. package/skills-codex/capture-problem/SKILL.md +438 -0
  202. package/skills-codex/capture-problem/agents/openai.yaml +3 -0
  203. package/skills-codex/capture-rfc/SKILL.md +45 -0
  204. package/skills-codex/capture-rfc/agents/openai.yaml +3 -0
  205. package/skills-codex/capture-story/SKILL.md +407 -0
  206. package/skills-codex/capture-story/agents/openai.yaml +3 -0
  207. package/skills-codex/capture-story-map/SKILL.md +286 -0
  208. package/skills-codex/capture-story-map/agents/openai.yaml +3 -0
  209. package/skills-codex/check-upstream-responses/SKILL.md +160 -0
  210. package/skills-codex/check-upstream-responses/agents/openai.yaml +3 -0
  211. package/skills-codex/close-incident/SKILL.md +192 -0
  212. package/skills-codex/close-incident/agents/openai.yaml +3 -0
  213. package/skills-codex/link-incident/SKILL.md +173 -0
  214. package/skills-codex/link-incident/agents/openai.yaml +3 -0
  215. package/skills-codex/list-incidents/SKILL.md +92 -0
  216. package/skills-codex/list-incidents/agents/openai.yaml +3 -0
  217. package/skills-codex/list-problems/SKILL.md +126 -0
  218. package/skills-codex/list-problems/agents/openai.yaml +3 -0
  219. package/skills-codex/list-stories/SKILL.md +170 -0
  220. package/skills-codex/list-stories/agents/openai.yaml +3 -0
  221. package/skills-codex/list-story-maps/SKILL.md +104 -0
  222. package/skills-codex/list-story-maps/agents/openai.yaml +3 -0
  223. package/skills-codex/manage-incident/SKILL.md +378 -0
  224. package/skills-codex/manage-incident/agents/openai.yaml +3 -0
  225. package/skills-codex/manage-problem/SKILL.md +1180 -0
  226. package/skills-codex/manage-problem/agents/openai.yaml +3 -0
  227. package/skills-codex/manage-rfc/SKILL.md +314 -0
  228. package/skills-codex/manage-rfc/agents/openai.yaml +3 -0
  229. package/skills-codex/manage-story/SKILL.md +284 -0
  230. package/skills-codex/manage-story/agents/openai.yaml +3 -0
  231. package/skills-codex/manage-story-map/SKILL.md +198 -0
  232. package/skills-codex/manage-story-map/agents/openai.yaml +3 -0
  233. package/skills-codex/mitigate-incident/SKILL.md +239 -0
  234. package/skills-codex/mitigate-incident/agents/openai.yaml +3 -0
  235. package/skills-codex/reconcile-readme/SKILL.md +175 -0
  236. package/skills-codex/reconcile-readme/agents/openai.yaml +3 -0
  237. package/skills-codex/reconcile-stories/SKILL.md +124 -0
  238. package/skills-codex/reconcile-stories/agents/openai.yaml +3 -0
  239. package/skills-codex/reconcile-story-maps/SKILL.md +81 -0
  240. package/skills-codex/reconcile-story-maps/agents/openai.yaml +3 -0
  241. package/skills-codex/report-upstream/SKILL.md +716 -0
  242. package/skills-codex/report-upstream/agents/openai.yaml +3 -0
  243. package/skills-codex/restore-incident/SKILL.md +216 -0
  244. package/skills-codex/restore-incident/agents/openai.yaml +3 -0
  245. package/skills-codex/review-problems/SKILL.md +524 -0
  246. package/skills-codex/review-problems/agents/openai.yaml +3 -0
  247. package/skills-codex/scaffold-intake/SKILL.md +209 -0
  248. package/skills-codex/scaffold-intake/agents/openai.yaml +3 -0
  249. package/skills-codex/scaffold-intake/templates/CONTRIBUTING.md.tmpl +31 -0
  250. package/skills-codex/scaffold-intake/templates/SECURITY.md.tmpl +39 -0
  251. package/skills-codex/scaffold-intake/templates/SUPPORT.md.tmpl +32 -0
  252. package/skills-codex/scaffold-intake/templates/config.yml.tmpl +8 -0
  253. package/skills-codex/scaffold-intake/templates/problem-report.yml.tmpl +114 -0
  254. package/skills-codex/transition-problem/SKILL.md +371 -0
  255. package/skills-codex/transition-problem/agents/openai.yaml +3 -0
  256. package/skills-codex/transition-problems/SKILL.md +310 -0
  257. package/skills-codex/transition-problems/agents/openai.yaml +3 -0
  258. package/skills-codex/update-upstream/SKILL.md +583 -0
  259. package/skills-codex/update-upstream/agents/openai.yaml +3 -0
  260. package/skills-codex/work-problem/SKILL.md +160 -0
  261. package/skills-codex/work-problem/agents/openai.yaml +3 -0
  262. package/skills-codex/work-problems/SKILL.md +58 -0
  263. package/skills-codex/work-problems/agents/openai.yaml +3 -0
  264. package/templates/story-map.css +1 -1
  265. package/bin/wr-itil-mark-rfc-capture-gate +0 -51
  266. package/scripts/mark-rfc-capture-gate.sh +0 -32
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23
 
@@ -4,7 +4,7 @@
4
4
  # shim files in packages/*/bin/wr-* directly; edit the template + run
5
5
  # `npm run sync:shim-wrappers` to regenerate.
6
6
  #
7
- # Resolution (ADR-080):
7
+ # Resolution (highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule):
8
8
  # 1. If the wrapper's parent dir is semver-shaped, treat as installed-
9
9
  # cache execution and resolve to the highest-version sibling's
10
10
  # scripts/ entry below.
@@ -15,9 +15,9 @@
15
15
  # 3. If the cache parent contains zero semver-shaped siblings, exit
16
16
  # 127 with a stderr message naming the cache parent (per SQ-080-2).
17
17
  #
18
- # @adr ADR-080 (highest-version-wins shim wrapper plugin scaffold)
19
- # @adr ADR-049 (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
- # @problem P343 (mid-session staleness window)
18
+ # @adr highest-version-wins-shim-wrapper-for-plugin-scaffold-template-shims-architecture-rule (highest-version-wins shim wrapper plugin scaffold)
19
+ # @adr plugin-bundled-scripts-invoked-from-skill-md-resolve-via-bin-on-path-architecture-rule (plugin-bundled scripts resolve via bin/ on $PATH — amended)
20
+ # @problem install-updates-refreshes-the-global-plugin-cache-but-does-not-fix-path-ordering-stale-plugin-version-shims-stay-first-on-path-so-subsequent-shim-invocations-run-old-code-problem (mid-session staleness window)
21
21
 
22
22
  set -euo pipefail
23
23