beth-copilot 1.1.0 → 2.1.0

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 (228) hide show
  1. package/CHANGELOG.md +51 -1
  2. package/README.md +121 -132
  3. package/assets/beth-questioning.png +0 -0
  4. package/assets/yellowstone-beth.png +0 -0
  5. package/bin/cli.js +359 -445
  6. package/dist/__tests__/inject-skills.test.d.ts +9 -0
  7. package/dist/__tests__/inject-skills.test.d.ts.map +1 -0
  8. package/dist/__tests__/inject-skills.test.js +143 -0
  9. package/dist/__tests__/inject-skills.test.js.map +1 -0
  10. package/dist/__tests__/skills/disambiguation.test.d.ts +10 -0
  11. package/dist/__tests__/skills/disambiguation.test.d.ts.map +1 -0
  12. package/dist/__tests__/skills/disambiguation.test.js +192 -0
  13. package/dist/__tests__/skills/disambiguation.test.js.map +1 -0
  14. package/dist/__tests__/skills/hook-injection.test.d.ts +11 -0
  15. package/dist/__tests__/skills/hook-injection.test.d.ts.map +1 -0
  16. package/dist/__tests__/skills/hook-injection.test.js +173 -0
  17. package/dist/__tests__/skills/hook-injection.test.js.map +1 -0
  18. package/dist/__tests__/skills/mapping-completeness.test.d.ts +17 -0
  19. package/dist/__tests__/skills/mapping-completeness.test.d.ts.map +1 -0
  20. package/dist/__tests__/skills/mapping-completeness.test.js +281 -0
  21. package/dist/__tests__/skills/mapping-completeness.test.js.map +1 -0
  22. package/dist/__tests__/skills/pipeline-integration.test.d.ts +18 -0
  23. package/dist/__tests__/skills/pipeline-integration.test.d.ts.map +1 -0
  24. package/dist/__tests__/skills/pipeline-integration.test.js +234 -0
  25. package/dist/__tests__/skills/pipeline-integration.test.js.map +1 -0
  26. package/dist/__tests__/skills/skill-routing.test.d.ts +15 -0
  27. package/dist/__tests__/skills/skill-routing.test.d.ts.map +1 -0
  28. package/dist/__tests__/skills/skill-routing.test.js +723 -0
  29. package/dist/__tests__/skills/skill-routing.test.js.map +1 -0
  30. package/dist/__tests__/skills/trigger-coverage.test.d.ts +24 -0
  31. package/dist/__tests__/skills/trigger-coverage.test.d.ts.map +1 -0
  32. package/dist/__tests__/skills/trigger-coverage.test.js +746 -0
  33. package/dist/__tests__/skills/trigger-coverage.test.js.map +1 -0
  34. package/dist/__tests__/smoke.test.js +13 -0
  35. package/dist/__tests__/smoke.test.js.map +1 -1
  36. package/dist/__tests__/verify-skills.test.d.ts +9 -0
  37. package/dist/__tests__/verify-skills.test.d.ts.map +1 -0
  38. package/dist/__tests__/verify-skills.test.js +78 -0
  39. package/dist/__tests__/verify-skills.test.js.map +1 -0
  40. package/dist/cli/commands/beads.e2e.test.d.ts +4 -2
  41. package/dist/cli/commands/beads.e2e.test.d.ts.map +1 -1
  42. package/dist/cli/commands/beads.e2e.test.js +97 -38
  43. package/dist/cli/commands/beads.e2e.test.js.map +1 -1
  44. package/dist/cli/commands/cli-edge-cases.e2e.test.js +1 -1
  45. package/dist/cli/commands/cli-edge-cases.e2e.test.js.map +1 -1
  46. package/dist/cli/commands/close.d.ts +11 -46
  47. package/dist/cli/commands/close.d.ts.map +1 -1
  48. package/dist/cli/commands/close.e2e.test.d.ts +4 -20
  49. package/dist/cli/commands/close.e2e.test.d.ts.map +1 -1
  50. package/dist/cli/commands/close.e2e.test.js +23 -204
  51. package/dist/cli/commands/close.e2e.test.js.map +1 -1
  52. package/dist/cli/commands/close.js +26 -240
  53. package/dist/cli/commands/close.js.map +1 -1
  54. package/dist/cli/commands/close.test.d.ts +7 -9
  55. package/dist/cli/commands/close.test.d.ts.map +1 -1
  56. package/dist/cli/commands/close.test.js +44 -424
  57. package/dist/cli/commands/close.test.js.map +1 -1
  58. package/dist/cli/commands/doctor.d.ts +16 -22
  59. package/dist/cli/commands/doctor.d.ts.map +1 -1
  60. package/dist/cli/commands/doctor.e2e.test.js +3 -59
  61. package/dist/cli/commands/doctor.e2e.test.js.map +1 -1
  62. package/dist/cli/commands/doctor.js +87 -103
  63. package/dist/cli/commands/doctor.js.map +1 -1
  64. package/dist/cli/commands/doctor.test.js +120 -229
  65. package/dist/cli/commands/doctor.test.js.map +1 -1
  66. package/dist/cli/commands/framework-isolation.test.d.ts +1 -1
  67. package/dist/cli/commands/framework-isolation.test.js +2 -3
  68. package/dist/cli/commands/framework-isolation.test.js.map +1 -1
  69. package/dist/cli/commands/help.e2e.test.js +1 -5
  70. package/dist/cli/commands/help.e2e.test.js.map +1 -1
  71. package/dist/cli/commands/init-logic.e2e.test.js +114 -2
  72. package/dist/cli/commands/init-logic.e2e.test.js.map +1 -1
  73. package/dist/cli/commands/init.test.js +4 -21
  74. package/dist/cli/commands/init.test.js.map +1 -1
  75. package/dist/cli/commands/land.d.ts +3 -15
  76. package/dist/cli/commands/land.d.ts.map +1 -1
  77. package/dist/cli/commands/land.js +13 -68
  78. package/dist/cli/commands/land.js.map +1 -1
  79. package/dist/cli/commands/land.test.d.ts +0 -1
  80. package/dist/cli/commands/land.test.d.ts.map +1 -1
  81. package/dist/cli/commands/land.test.js +2 -57
  82. package/dist/cli/commands/land.test.js.map +1 -1
  83. package/dist/cli/commands/mcp.e2e.test.js +28 -3
  84. package/dist/cli/commands/mcp.e2e.test.js.map +1 -1
  85. package/dist/cli/commands/pipeline.e2e.test.js +23 -26
  86. package/dist/cli/commands/pipeline.e2e.test.js.map +1 -1
  87. package/dist/cli/commands/pre-push-guard.d.ts +2 -12
  88. package/dist/cli/commands/pre-push-guard.d.ts.map +1 -1
  89. package/dist/cli/commands/pre-push-guard.e2e.test.js +1 -1
  90. package/dist/cli/commands/pre-push-guard.e2e.test.js.map +1 -1
  91. package/dist/cli/commands/pre-push-guard.js +2 -47
  92. package/dist/cli/commands/pre-push-guard.js.map +1 -1
  93. package/dist/cli/commands/pre-push-guard.test.d.ts +0 -1
  94. package/dist/cli/commands/pre-push-guard.test.d.ts.map +1 -1
  95. package/dist/cli/commands/pre-push-guard.test.js +15 -98
  96. package/dist/cli/commands/pre-push-guard.test.js.map +1 -1
  97. package/dist/cli/commands/quickstart-expanded.e2e.test.d.ts +1 -1
  98. package/dist/cli/commands/quickstart-expanded.e2e.test.js +3 -30
  99. package/dist/cli/commands/quickstart-expanded.e2e.test.js.map +1 -1
  100. package/dist/cli/commands/quickstart.d.ts +0 -1
  101. package/dist/cli/commands/quickstart.d.ts.map +1 -1
  102. package/dist/cli/commands/quickstart.js +2 -60
  103. package/dist/cli/commands/quickstart.js.map +1 -1
  104. package/dist/cli/commands/quickstart.test.js +10 -104
  105. package/dist/cli/commands/quickstart.test.js.map +1 -1
  106. package/dist/cli/commands/uninstall.test.d.ts +5 -0
  107. package/dist/cli/commands/uninstall.test.d.ts.map +1 -0
  108. package/dist/cli/commands/uninstall.test.js +223 -0
  109. package/dist/cli/commands/uninstall.test.js.map +1 -0
  110. package/dist/cli/commands/update.d.ts +35 -0
  111. package/dist/cli/commands/update.d.ts.map +1 -0
  112. package/dist/cli/commands/update.e2e.test.d.ts +24 -0
  113. package/dist/cli/commands/update.e2e.test.d.ts.map +1 -0
  114. package/dist/cli/commands/update.e2e.test.js +238 -0
  115. package/dist/cli/commands/update.e2e.test.js.map +1 -0
  116. package/dist/cli/commands/update.js +255 -0
  117. package/dist/cli/commands/update.js.map +1 -0
  118. package/dist/core/agents/frontmatter.test.js +1 -1
  119. package/dist/core/agents/frontmatter.test.js.map +1 -1
  120. package/dist/core/agents/handoffs.test.js +1 -1
  121. package/dist/core/agents/handoffs.test.js.map +1 -1
  122. package/dist/core/agents/loader.d.ts +4 -2
  123. package/dist/core/agents/loader.d.ts.map +1 -1
  124. package/dist/core/agents/loader.js +5 -3
  125. package/dist/core/agents/loader.js.map +1 -1
  126. package/dist/core/agents/loader.test.js +42 -4
  127. package/dist/core/agents/loader.test.js.map +1 -1
  128. package/dist/core/agents/suite.test.js +8 -7
  129. package/dist/core/agents/suite.test.js.map +1 -1
  130. package/dist/core/agents/tools.test.js +10 -8
  131. package/dist/core/agents/tools.test.js.map +1 -1
  132. package/dist/core/agents/types.test.js +1 -1
  133. package/dist/core/agents/types.test.js.map +1 -1
  134. package/dist/core/skills/loader.test.js +1 -1
  135. package/dist/core/skills/loader.test.js.map +1 -1
  136. package/dist/index.d.ts +0 -1
  137. package/dist/index.d.ts.map +1 -1
  138. package/dist/index.js +0 -2
  139. package/dist/index.js.map +1 -1
  140. package/dist/lib/pathValidation.d.ts +0 -5
  141. package/dist/lib/pathValidation.d.ts.map +1 -1
  142. package/dist/lib/pathValidation.js +0 -11
  143. package/dist/lib/pathValidation.js.map +1 -1
  144. package/dist/lib/pathValidation.test.js +2 -14
  145. package/dist/lib/pathValidation.test.js.map +1 -1
  146. package/package.json +3 -6
  147. package/sbom.json +259 -371
  148. package/templates/.github/agents/beth.agent.md +194 -122
  149. package/templates/.github/agents/developer.agent.md +30 -22
  150. package/templates/.github/agents/product-manager.agent.md +15 -6
  151. package/templates/.github/agents/researcher.agent.md +10 -7
  152. package/templates/.github/agents/security-reviewer.agent.md +16 -7
  153. package/templates/.github/agents/tester.agent.md +16 -8
  154. package/templates/.github/agents/ux-designer.agent.md +12 -9
  155. package/templates/.github/copilot-instructions.md +33 -4
  156. package/templates/.github/copilot-mcp-config.json +12 -0
  157. package/templates/.github/dependabot.yml +68 -0
  158. package/templates/.github/hooks/scripts/inject-skills.mjs +139 -0
  159. package/templates/.github/hooks/scripts/verify-skills.mjs +47 -0
  160. package/templates/.github/hooks/skill-enforcement.json +18 -0
  161. package/templates/.github/pull_request_template.md +48 -0
  162. package/templates/.github/skills/framer-components/SKILL.md +0 -0
  163. package/templates/.github/skills/prd/SKILL.md +0 -0
  164. package/templates/.github/skills/security-analysis/SKILL.md +798 -798
  165. package/templates/.github/skills/shadcn-ui/SKILL.md +561 -561
  166. package/templates/.github/skills/vercel-react-best-practices/AGENTS.md +0 -0
  167. package/templates/.github/skills/vercel-react-best-practices/SKILL.md +0 -0
  168. package/templates/.github/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +0 -0
  169. package/templates/.github/skills/vercel-react-best-practices/rules/advanced-use-latest.md +0 -0
  170. package/templates/.github/skills/vercel-react-best-practices/rules/async-api-routes.md +0 -0
  171. package/templates/.github/skills/vercel-react-best-practices/rules/async-defer-await.md +0 -0
  172. package/templates/.github/skills/vercel-react-best-practices/rules/async-dependencies.md +0 -0
  173. package/templates/.github/skills/vercel-react-best-practices/rules/async-parallel.md +0 -0
  174. package/templates/.github/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +0 -0
  175. package/templates/.github/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +0 -0
  176. package/templates/.github/skills/vercel-react-best-practices/rules/bundle-conditional.md +0 -0
  177. package/templates/.github/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +0 -0
  178. package/templates/.github/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +0 -0
  179. package/templates/.github/skills/vercel-react-best-practices/rules/bundle-preload.md +0 -0
  180. package/templates/.github/skills/vercel-react-best-practices/rules/client-event-listeners.md +0 -0
  181. package/templates/.github/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +0 -0
  182. package/templates/.github/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +0 -0
  183. package/templates/.github/skills/vercel-react-best-practices/rules/client-swr-dedup.md +0 -0
  184. package/templates/.github/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +0 -0
  185. package/templates/.github/skills/vercel-react-best-practices/rules/js-cache-function-results.md +0 -0
  186. package/templates/.github/skills/vercel-react-best-practices/rules/js-cache-property-access.md +0 -0
  187. package/templates/.github/skills/vercel-react-best-practices/rules/js-cache-storage.md +0 -0
  188. package/templates/.github/skills/vercel-react-best-practices/rules/js-combine-iterations.md +0 -0
  189. package/templates/.github/skills/vercel-react-best-practices/rules/js-early-exit.md +0 -0
  190. package/templates/.github/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +0 -0
  191. package/templates/.github/skills/vercel-react-best-practices/rules/js-index-maps.md +0 -0
  192. package/templates/.github/skills/vercel-react-best-practices/rules/js-length-check-first.md +0 -0
  193. package/templates/.github/skills/vercel-react-best-practices/rules/js-min-max-loop.md +0 -0
  194. package/templates/.github/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +0 -0
  195. package/templates/.github/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +0 -0
  196. package/templates/.github/skills/vercel-react-best-practices/rules/rendering-activity.md +0 -0
  197. package/templates/.github/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +0 -0
  198. package/templates/.github/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +0 -0
  199. package/templates/.github/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +0 -0
  200. package/templates/.github/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +0 -0
  201. package/templates/.github/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +0 -0
  202. package/templates/.github/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +0 -0
  203. package/templates/.github/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +0 -0
  204. package/templates/.github/skills/vercel-react-best-practices/rules/rerender-dependencies.md +0 -0
  205. package/templates/.github/skills/vercel-react-best-practices/rules/rerender-derived-state.md +0 -0
  206. package/templates/.github/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +0 -0
  207. package/templates/.github/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +0 -0
  208. package/templates/.github/skills/vercel-react-best-practices/rules/rerender-memo.md +0 -0
  209. package/templates/.github/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +0 -0
  210. package/templates/.github/skills/vercel-react-best-practices/rules/rerender-transitions.md +0 -0
  211. package/templates/.github/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +0 -0
  212. package/templates/.github/skills/vercel-react-best-practices/rules/server-auth-actions.md +0 -0
  213. package/templates/.github/skills/vercel-react-best-practices/rules/server-cache-lru.md +0 -0
  214. package/templates/.github/skills/vercel-react-best-practices/rules/server-cache-react.md +0 -0
  215. package/templates/.github/skills/vercel-react-best-practices/rules/server-dedup-props.md +0 -0
  216. package/templates/.github/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +0 -0
  217. package/templates/.github/skills/vercel-react-best-practices/rules/server-serialization.md +0 -0
  218. package/templates/.github/skills/web-design-guidelines/SKILL.md +0 -0
  219. package/templates/.vscode/settings.json +16 -16
  220. package/templates/AGENTS.md +59 -98
  221. package/templates/Backlog.md +80 -80
  222. package/templates/mcp.json.example +8 -0
  223. package/assets/beth-portrait-small.txt +0 -13
  224. package/assets/beth-portrait.txt +0 -60
  225. package/bin/beth-animation.sh +0 -155
  226. package/bin/lib/animation.js +0 -189
  227. package/bin/lib/pathValidation.js +0 -233
  228. package/bin/lib/pathValidation.test.js +0 -280
package/sbom.json CHANGED
@@ -3,9 +3,9 @@
3
3
  "bomFormat": "CycloneDX",
4
4
  "specVersion": "1.6",
5
5
  "version": 1,
6
- "serialNumber": "urn:uuid:f6226e96-e5bf-497f-9732-f0cac000695f",
6
+ "serialNumber": "urn:uuid:061f9569-ef56-472d-9207-34530390a0a4",
7
7
  "metadata": {
8
- "timestamp": "2026-03-10T06:54:57.884Z",
8
+ "timestamp": "2026-03-16T15:36:37.485Z",
9
9
  "tools": {
10
10
  "components": [
11
11
  {
@@ -82,8 +82,8 @@
82
82
  "component": {
83
83
  "type": "application",
84
84
  "name": "beth-copilot",
85
- "version": "1.1.0",
86
- "bom-ref": "beth-copilot@1.1.0",
85
+ "version": "2.1.0",
86
+ "bom-ref": "beth-copilot@2.1.0",
87
87
  "author": "Steph Schofield",
88
88
  "description": "Beth - A ruthless, hyper-competent AI orchestrator for GitHub Copilot multi-agent workflows",
89
89
  "licenses": [
@@ -94,7 +94,7 @@
94
94
  }
95
95
  }
96
96
  ],
97
- "purl": "pkg:npm/beth-copilot@1.1.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fstephschofield%2Fbeth.git",
97
+ "purl": "pkg:npm/beth-copilot@2.1.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fstephschofield%2Fbeth.git",
98
98
  "externalReferences": [
99
99
  {
100
100
  "url": "git+https://github.com/stephschofield/beth.git",
@@ -126,7 +126,7 @@
126
126
  "name": "node",
127
127
  "group": "@types",
128
128
  "version": "20.19.37",
129
- "bom-ref": "beth-copilot@1.1.0|@types/node@20.19.37",
129
+ "bom-ref": "beth-copilot@2.1.0|@types/node@20.19.37",
130
130
  "description": "TypeScript definitions for node",
131
131
  "licenses": [
132
132
  {
@@ -181,7 +181,7 @@
181
181
  "name": "coverage-v8",
182
182
  "group": "@vitest",
183
183
  "version": "4.0.18",
184
- "bom-ref": "beth-copilot@1.1.0|@vitest/coverage-v8@4.0.18",
184
+ "bom-ref": "beth-copilot@2.1.0|@vitest/coverage-v8@4.0.18",
185
185
  "author": "Anthony Fu",
186
186
  "description": "V8 coverage provider for Vitest",
187
187
  "licenses": [
@@ -232,62 +232,11 @@
232
232
  }
233
233
  ]
234
234
  },
235
- {
236
- "type": "library",
237
- "name": "bs-buster",
238
- "version": "0.1.8",
239
- "bom-ref": "beth-copilot@1.1.0|bs-buster@0.1.8",
240
- "author": "Shyam Sridhar",
241
- "description": "BS Buster - Don't blame the model. Measure the harness. Passive observer CLI for evaluating GitHub Copilot, VS Code, Codex, and Claude Code agent harnesses.",
242
- "licenses": [
243
- {
244
- "license": {
245
- "id": "MIT",
246
- "acknowledgement": "declared"
247
- }
248
- }
249
- ],
250
- "purl": "pkg:npm/bs-buster@0.1.8",
251
- "externalReferences": [
252
- {
253
- "url": "git+https://github.com/shyamsridhar123/bs-buster.git",
254
- "type": "vcs",
255
- "comment": "as detected from PackageJson property \"repository.url\""
256
- },
257
- {
258
- "url": "https://github.com/shyamsridhar123/bs-buster#readme",
259
- "type": "website",
260
- "comment": "as detected from PackageJson property \"homepage\""
261
- },
262
- {
263
- "url": "https://github.com/shyamsridhar123/bs-buster/issues",
264
- "type": "issue-tracker",
265
- "comment": "as detected from PackageJson property \"bugs.url\""
266
- },
267
- {
268
- "url": "https://registry.npmjs.org/bs-buster/-/bs-buster-0.1.8.tgz",
269
- "type": "distribution",
270
- "hashes": [
271
- {
272
- "alg": "SHA-512",
273
- "content": "5e7889a7cf4cdfc1c0e6a7f861171529b2f0c352d8540df564523cd4d4cbc615e045eeddb8913945603eba3e083bc84ce44e0cc1339c1438e12fe09fc28b9044"
274
- }
275
- ],
276
- "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
277
- }
278
- ],
279
- "properties": [
280
- {
281
- "name": "cdx:npm:package:path",
282
- "value": "node_modules/bs-buster"
283
- }
284
- ]
285
- },
286
235
  {
287
236
  "type": "library",
288
237
  "name": "gray-matter",
289
238
  "version": "4.0.3",
290
- "bom-ref": "beth-copilot@1.1.0|gray-matter@4.0.3",
239
+ "bom-ref": "beth-copilot@2.1.0|gray-matter@4.0.3",
291
240
  "author": "Jon Schlinkert",
292
241
  "description": "Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML or Coffee Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and many other projects.",
293
242
  "licenses": [
@@ -338,7 +287,7 @@
338
287
  "type": "library",
339
288
  "name": "typescript",
340
289
  "version": "5.9.3",
341
- "bom-ref": "beth-copilot@1.1.0|typescript@5.9.3",
290
+ "bom-ref": "beth-copilot@2.1.0|typescript@5.9.3",
342
291
  "author": "Microsoft Corp.",
343
292
  "description": "TypeScript is a language for application scale JavaScript development",
344
293
  "licenses": [
@@ -393,7 +342,7 @@
393
342
  "type": "library",
394
343
  "name": "vitest",
395
344
  "version": "4.0.18",
396
- "bom-ref": "beth-copilot@1.1.0|vitest@4.0.18",
345
+ "bom-ref": "beth-copilot@2.1.0|vitest@4.0.18",
397
346
  "author": "Anthony Fu",
398
347
  "description": "Next generation testing framework powered by Vite",
399
348
  "licenses": [
@@ -448,7 +397,7 @@
448
397
  "type": "library",
449
398
  "name": "undici-types",
450
399
  "version": "6.21.0",
451
- "bom-ref": "beth-copilot@1.1.0|undici-types@6.21.0",
400
+ "bom-ref": "beth-copilot@2.1.0|undici-types@6.21.0",
452
401
  "description": "A stand-alone types package for Undici",
453
402
  "licenses": [
454
403
  {
@@ -503,7 +452,7 @@
503
452
  "name": "v8-coverage",
504
453
  "group": "@bcoe",
505
454
  "version": "1.0.2",
506
- "bom-ref": "beth-copilot@1.1.0|@bcoe/v8-coverage@1.0.2",
455
+ "bom-ref": "beth-copilot@2.1.0|@bcoe/v8-coverage@1.0.2",
507
456
  "author": "Charles Samborski",
508
457
  "description": "Helper functions for V8 coverage files.",
509
458
  "licenses": [
@@ -559,7 +508,7 @@
559
508
  "name": "utils",
560
509
  "group": "@vitest",
561
510
  "version": "4.0.18",
562
- "bom-ref": "beth-copilot@1.1.0|@vitest/utils@4.0.18",
511
+ "bom-ref": "beth-copilot@2.1.0|@vitest/utils@4.0.18",
563
512
  "description": "Shared Vitest utility functions",
564
513
  "licenses": [
565
514
  {
@@ -613,7 +562,7 @@
613
562
  "type": "library",
614
563
  "name": "ast-v8-to-istanbul",
615
564
  "version": "0.3.12",
616
- "bom-ref": "beth-copilot@1.1.0|ast-v8-to-istanbul@0.3.12",
565
+ "bom-ref": "beth-copilot@2.1.0|ast-v8-to-istanbul@0.3.12",
617
566
  "author": "Ari Perkkiö",
618
567
  "description": "AST-aware v8-to-istanbul",
619
568
  "licenses": [
@@ -668,7 +617,7 @@
668
617
  "type": "library",
669
618
  "name": "istanbul-lib-coverage",
670
619
  "version": "3.2.2",
671
- "bom-ref": "beth-copilot@1.1.0|istanbul-lib-coverage@3.2.2",
620
+ "bom-ref": "beth-copilot@2.1.0|istanbul-lib-coverage@3.2.2",
672
621
  "author": "Krishnan Anantheswaran",
673
622
  "description": "Data library for istanbul coverage objects",
674
623
  "licenses": [
@@ -723,7 +672,7 @@
723
672
  "type": "library",
724
673
  "name": "istanbul-lib-report",
725
674
  "version": "3.0.1",
726
- "bom-ref": "beth-copilot@1.1.0|istanbul-lib-report@3.0.1",
675
+ "bom-ref": "beth-copilot@2.1.0|istanbul-lib-report@3.0.1",
727
676
  "author": "Krishnan Anantheswaran",
728
677
  "description": "Base reporting library for istanbul",
729
678
  "licenses": [
@@ -778,7 +727,7 @@
778
727
  "type": "library",
779
728
  "name": "istanbul-reports",
780
729
  "version": "3.2.0",
781
- "bom-ref": "beth-copilot@1.1.0|istanbul-reports@3.2.0",
730
+ "bom-ref": "beth-copilot@2.1.0|istanbul-reports@3.2.0",
782
731
  "author": "Krishnan Anantheswaran",
783
732
  "description": "istanbul reports",
784
733
  "licenses": [
@@ -833,7 +782,7 @@
833
782
  "type": "library",
834
783
  "name": "magicast",
835
784
  "version": "0.5.2",
836
- "bom-ref": "beth-copilot@1.1.0|magicast@0.5.2",
785
+ "bom-ref": "beth-copilot@2.1.0|magicast@0.5.2",
837
786
  "description": "Modify a JS/TS file and write back magically just like JSON!",
838
787
  "licenses": [
839
788
  {
@@ -887,7 +836,7 @@
887
836
  "type": "library",
888
837
  "name": "obug",
889
838
  "version": "2.1.1",
890
- "bom-ref": "beth-copilot@1.1.0|obug@2.1.1",
839
+ "bom-ref": "beth-copilot@2.1.0|obug@2.1.1",
891
840
  "author": "Kevin Deng",
892
841
  "description": "A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.",
893
842
  "licenses": [
@@ -942,7 +891,7 @@
942
891
  "type": "library",
943
892
  "name": "std-env",
944
893
  "version": "3.10.0",
945
- "bom-ref": "beth-copilot@1.1.0|std-env@3.10.0",
894
+ "bom-ref": "beth-copilot@2.1.0|std-env@3.10.0",
946
895
  "description": "Runtime agnostic JS utils",
947
896
  "licenses": [
948
897
  {
@@ -996,7 +945,7 @@
996
945
  "type": "library",
997
946
  "name": "tinyrainbow",
998
947
  "version": "3.0.3",
999
- "bom-ref": "beth-copilot@1.1.0|tinyrainbow@3.0.3",
948
+ "bom-ref": "beth-copilot@2.1.0|tinyrainbow@3.0.3",
1000
949
  "description": "A small library to print colourful messages.",
1001
950
  "licenses": [
1002
951
  {
@@ -1046,62 +995,11 @@
1046
995
  }
1047
996
  ]
1048
997
  },
1049
- {
1050
- "type": "library",
1051
- "name": "zod",
1052
- "version": "4.3.6",
1053
- "bom-ref": "beth-copilot@1.1.0|zod@4.3.6",
1054
- "author": "Colin McDonnell",
1055
- "description": "TypeScript-first schema declaration and validation library with static type inference",
1056
- "licenses": [
1057
- {
1058
- "license": {
1059
- "id": "MIT",
1060
- "acknowledgement": "declared"
1061
- }
1062
- }
1063
- ],
1064
- "purl": "pkg:npm/zod@4.3.6",
1065
- "externalReferences": [
1066
- {
1067
- "url": "git+https://github.com/colinhacks/zod.git",
1068
- "type": "vcs",
1069
- "comment": "as detected from PackageJson property \"repository.url\""
1070
- },
1071
- {
1072
- "url": "https://zod.dev",
1073
- "type": "website",
1074
- "comment": "as detected from PackageJson property \"homepage\""
1075
- },
1076
- {
1077
- "url": "https://github.com/colinhacks/zod/issues",
1078
- "type": "issue-tracker",
1079
- "comment": "as detected from PackageJson property \"bugs.url\""
1080
- },
1081
- {
1082
- "url": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
1083
- "type": "distribution",
1084
- "hashes": [
1085
- {
1086
- "alg": "SHA-512",
1087
- "content": "adfb65ae484764e7230f090696752d65992f68f1c2b03013a78a46a6e38e3036937430d717dd70b950c9a16a0fb0a5ffdd83d0e5f1ee1774938dc6322abf9086"
1088
- }
1089
- ],
1090
- "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
1091
- }
1092
- ],
1093
- "properties": [
1094
- {
1095
- "name": "cdx:npm:package:path",
1096
- "value": "node_modules/zod"
1097
- }
1098
- ]
1099
- },
1100
998
  {
1101
999
  "type": "library",
1102
1000
  "name": "js-yaml",
1103
1001
  "version": "3.14.2",
1104
- "bom-ref": "beth-copilot@1.1.0|js-yaml@3.14.2",
1002
+ "bom-ref": "beth-copilot@2.1.0|js-yaml@3.14.2",
1105
1003
  "author": "Vladimir Zapparov",
1106
1004
  "description": "YAML 1.2 parser and serializer",
1107
1005
  "licenses": [
@@ -1152,7 +1050,7 @@
1152
1050
  "type": "library",
1153
1051
  "name": "kind-of",
1154
1052
  "version": "6.0.3",
1155
- "bom-ref": "beth-copilot@1.1.0|kind-of@6.0.3",
1053
+ "bom-ref": "beth-copilot@2.1.0|kind-of@6.0.3",
1156
1054
  "author": "Jon Schlinkert",
1157
1055
  "description": "Get the native type of a value.",
1158
1056
  "licenses": [
@@ -1203,7 +1101,7 @@
1203
1101
  "type": "library",
1204
1102
  "name": "section-matter",
1205
1103
  "version": "1.0.0",
1206
- "bom-ref": "beth-copilot@1.1.0|section-matter@1.0.0",
1104
+ "bom-ref": "beth-copilot@2.1.0|section-matter@1.0.0",
1207
1105
  "author": "Jon Schlinkert",
1208
1106
  "description": "Like front-matter, but supports multiple sections in a document.",
1209
1107
  "licenses": [
@@ -1254,7 +1152,7 @@
1254
1152
  "type": "library",
1255
1153
  "name": "strip-bom-string",
1256
1154
  "version": "1.0.0",
1257
- "bom-ref": "beth-copilot@1.1.0|strip-bom-string@1.0.0",
1155
+ "bom-ref": "beth-copilot@2.1.0|strip-bom-string@1.0.0",
1258
1156
  "author": "Jon Schlinkert",
1259
1157
  "description": "Strip a byte order mark (BOM) from a string.",
1260
1158
  "licenses": [
@@ -1306,7 +1204,7 @@
1306
1204
  "name": "expect",
1307
1205
  "group": "@vitest",
1308
1206
  "version": "4.0.18",
1309
- "bom-ref": "beth-copilot@1.1.0|@vitest/expect@4.0.18",
1207
+ "bom-ref": "beth-copilot@2.1.0|@vitest/expect@4.0.18",
1310
1208
  "description": "Jest's expect matchers as a Chai plugin",
1311
1209
  "licenses": [
1312
1210
  {
@@ -1361,7 +1259,7 @@
1361
1259
  "name": "mocker",
1362
1260
  "group": "@vitest",
1363
1261
  "version": "4.0.18",
1364
- "bom-ref": "beth-copilot@1.1.0|@vitest/mocker@4.0.18",
1262
+ "bom-ref": "beth-copilot@2.1.0|@vitest/mocker@4.0.18",
1365
1263
  "description": "Vitest module mocker implementation",
1366
1264
  "licenses": [
1367
1265
  {
@@ -1416,7 +1314,7 @@
1416
1314
  "name": "pretty-format",
1417
1315
  "group": "@vitest",
1418
1316
  "version": "4.0.18",
1419
- "bom-ref": "beth-copilot@1.1.0|@vitest/pretty-format@4.0.18",
1317
+ "bom-ref": "beth-copilot@2.1.0|@vitest/pretty-format@4.0.18",
1420
1318
  "description": "Fork of pretty-format with support for ESM",
1421
1319
  "licenses": [
1422
1320
  {
@@ -1471,7 +1369,7 @@
1471
1369
  "name": "runner",
1472
1370
  "group": "@vitest",
1473
1371
  "version": "4.0.18",
1474
- "bom-ref": "beth-copilot@1.1.0|@vitest/runner@4.0.18",
1372
+ "bom-ref": "beth-copilot@2.1.0|@vitest/runner@4.0.18",
1475
1373
  "description": "Vitest test runner",
1476
1374
  "licenses": [
1477
1375
  {
@@ -1526,7 +1424,7 @@
1526
1424
  "name": "snapshot",
1527
1425
  "group": "@vitest",
1528
1426
  "version": "4.0.18",
1529
- "bom-ref": "beth-copilot@1.1.0|@vitest/snapshot@4.0.18",
1427
+ "bom-ref": "beth-copilot@2.1.0|@vitest/snapshot@4.0.18",
1530
1428
  "description": "Vitest snapshot manager",
1531
1429
  "licenses": [
1532
1430
  {
@@ -1581,7 +1479,7 @@
1581
1479
  "name": "spy",
1582
1480
  "group": "@vitest",
1583
1481
  "version": "4.0.18",
1584
- "bom-ref": "beth-copilot@1.1.0|@vitest/spy@4.0.18",
1482
+ "bom-ref": "beth-copilot@2.1.0|@vitest/spy@4.0.18",
1585
1483
  "description": "Lightweight Jest compatible spy implementation",
1586
1484
  "licenses": [
1587
1485
  {
@@ -1635,7 +1533,7 @@
1635
1533
  "type": "library",
1636
1534
  "name": "es-module-lexer",
1637
1535
  "version": "1.7.0",
1638
- "bom-ref": "beth-copilot@1.1.0|es-module-lexer@1.7.0",
1536
+ "bom-ref": "beth-copilot@2.1.0|es-module-lexer@1.7.0",
1639
1537
  "author": "Guy Bedford",
1640
1538
  "description": "Lexes ES modules returning their import/export metadata",
1641
1539
  "licenses": [
@@ -1690,7 +1588,7 @@
1690
1588
  "type": "library",
1691
1589
  "name": "expect-type",
1692
1590
  "version": "1.3.0",
1693
- "bom-ref": "beth-copilot@1.1.0|expect-type@1.3.0",
1591
+ "bom-ref": "beth-copilot@2.1.0|expect-type@1.3.0",
1694
1592
  "licenses": [
1695
1593
  {
1696
1594
  "license": {
@@ -1743,7 +1641,7 @@
1743
1641
  "type": "library",
1744
1642
  "name": "magic-string",
1745
1643
  "version": "0.30.21",
1746
- "bom-ref": "beth-copilot@1.1.0|magic-string@0.30.21",
1644
+ "bom-ref": "beth-copilot@2.1.0|magic-string@0.30.21",
1747
1645
  "author": "Rich Harris",
1748
1646
  "description": "Modify strings, generate sourcemaps",
1749
1647
  "licenses": [
@@ -1798,7 +1696,7 @@
1798
1696
  "type": "library",
1799
1697
  "name": "pathe",
1800
1698
  "version": "2.0.3",
1801
- "bom-ref": "beth-copilot@1.1.0|pathe@2.0.3",
1699
+ "bom-ref": "beth-copilot@2.1.0|pathe@2.0.3",
1802
1700
  "description": "Universal filesystem path utils",
1803
1701
  "licenses": [
1804
1702
  {
@@ -1852,7 +1750,7 @@
1852
1750
  "type": "library",
1853
1751
  "name": "picomatch",
1854
1752
  "version": "4.0.3",
1855
- "bom-ref": "beth-copilot@1.1.0|picomatch@4.0.3",
1753
+ "bom-ref": "beth-copilot@2.1.0|picomatch@4.0.3",
1856
1754
  "author": "Jon Schlinkert",
1857
1755
  "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
1858
1756
  "licenses": [
@@ -1907,7 +1805,7 @@
1907
1805
  "type": "library",
1908
1806
  "name": "tinybench",
1909
1807
  "version": "2.9.0",
1910
- "bom-ref": "beth-copilot@1.1.0|tinybench@2.9.0",
1808
+ "bom-ref": "beth-copilot@2.1.0|tinybench@2.9.0",
1911
1809
  "licenses": [
1912
1810
  {
1913
1811
  "license": {
@@ -1960,7 +1858,7 @@
1960
1858
  "type": "library",
1961
1859
  "name": "tinyexec",
1962
1860
  "version": "1.0.2",
1963
- "bom-ref": "beth-copilot@1.1.0|tinyexec@1.0.2",
1861
+ "bom-ref": "beth-copilot@2.1.0|tinyexec@1.0.2",
1964
1862
  "author": "James Garbutt",
1965
1863
  "description": "A minimal library for executing processes in Node",
1966
1864
  "licenses": [
@@ -2015,7 +1913,7 @@
2015
1913
  "type": "library",
2016
1914
  "name": "tinyglobby",
2017
1915
  "version": "0.2.15",
2018
- "bom-ref": "beth-copilot@1.1.0|tinyglobby@0.2.15",
1916
+ "bom-ref": "beth-copilot@2.1.0|tinyglobby@0.2.15",
2019
1917
  "author": "Superchupu",
2020
1918
  "description": "A fast and minimal alternative to globby and fast-glob",
2021
1919
  "licenses": [
@@ -2070,7 +1968,7 @@
2070
1968
  "type": "library",
2071
1969
  "name": "vite",
2072
1970
  "version": "7.3.1",
2073
- "bom-ref": "beth-copilot@1.1.0|vite@7.3.1",
1971
+ "bom-ref": "beth-copilot@2.1.0|vite@7.3.1",
2074
1972
  "author": "Evan You",
2075
1973
  "description": "Native-ESM powered web dev build tool",
2076
1974
  "licenses": [
@@ -2125,7 +2023,7 @@
2125
2023
  "type": "library",
2126
2024
  "name": "why-is-node-running",
2127
2025
  "version": "2.3.0",
2128
- "bom-ref": "beth-copilot@1.1.0|why-is-node-running@2.3.0",
2026
+ "bom-ref": "beth-copilot@2.1.0|why-is-node-running@2.3.0",
2129
2027
  "author": "Mathias Buus",
2130
2028
  "description": "Node is running but you don't know why? why-is-node-running is here to help you.",
2131
2029
  "licenses": [
@@ -2181,7 +2079,7 @@
2181
2079
  "name": "trace-mapping",
2182
2080
  "group": "@jridgewell",
2183
2081
  "version": "0.3.31",
2184
- "bom-ref": "beth-copilot@1.1.0|@jridgewell/trace-mapping@0.3.31",
2082
+ "bom-ref": "beth-copilot@2.1.0|@jridgewell/trace-mapping@0.3.31",
2185
2083
  "author": "Justin Ridgewell",
2186
2084
  "description": "Trace the original position through a source map",
2187
2085
  "licenses": [
@@ -2236,7 +2134,7 @@
2236
2134
  "type": "library",
2237
2135
  "name": "estree-walker",
2238
2136
  "version": "3.0.3",
2239
- "bom-ref": "beth-copilot@1.1.0|estree-walker@3.0.3",
2137
+ "bom-ref": "beth-copilot@2.1.0|estree-walker@3.0.3",
2240
2138
  "author": "Rich Harris",
2241
2139
  "description": "Traverse an ESTree-compliant AST",
2242
2140
  "licenses": [
@@ -2291,7 +2189,7 @@
2291
2189
  "type": "library",
2292
2190
  "name": "js-tokens",
2293
2191
  "version": "10.0.0",
2294
- "bom-ref": "beth-copilot@1.1.0|js-tokens@10.0.0",
2192
+ "bom-ref": "beth-copilot@2.1.0|js-tokens@10.0.0",
2295
2193
  "author": "Simon Lydell",
2296
2194
  "description": "Tiny JavaScript tokenizer.",
2297
2195
  "licenses": [
@@ -2346,7 +2244,7 @@
2346
2244
  "type": "library",
2347
2245
  "name": "make-dir",
2348
2246
  "version": "4.0.0",
2349
- "bom-ref": "beth-copilot@1.1.0|make-dir@4.0.0",
2247
+ "bom-ref": "beth-copilot@2.1.0|make-dir@4.0.0",
2350
2248
  "author": "Sindre Sorhus",
2351
2249
  "description": "Make a directory and its parents if needed - Think `mkdir -p`",
2352
2250
  "licenses": [
@@ -2401,7 +2299,7 @@
2401
2299
  "type": "library",
2402
2300
  "name": "supports-color",
2403
2301
  "version": "7.2.0",
2404
- "bom-ref": "beth-copilot@1.1.0|supports-color@7.2.0",
2302
+ "bom-ref": "beth-copilot@2.1.0|supports-color@7.2.0",
2405
2303
  "author": "Sindre Sorhus",
2406
2304
  "description": "Detect whether a terminal supports color",
2407
2305
  "licenses": [
@@ -2456,7 +2354,7 @@
2456
2354
  "type": "library",
2457
2355
  "name": "html-escaper",
2458
2356
  "version": "2.0.2",
2459
- "bom-ref": "beth-copilot@1.1.0|html-escaper@2.0.2",
2357
+ "bom-ref": "beth-copilot@2.1.0|html-escaper@2.0.2",
2460
2358
  "author": "Andrea Giammarchi",
2461
2359
  "description": "fast and safe way to escape and unescape &<>'\" chars",
2462
2360
  "licenses": [
@@ -2512,7 +2410,7 @@
2512
2410
  "name": "parser",
2513
2411
  "group": "@babel",
2514
2412
  "version": "7.29.0",
2515
- "bom-ref": "beth-copilot@1.1.0|@babel/parser@7.29.0",
2413
+ "bom-ref": "beth-copilot@2.1.0|@babel/parser@7.29.0",
2516
2414
  "author": "The Babel Team",
2517
2415
  "description": "A JavaScript parser",
2518
2416
  "licenses": [
@@ -2568,7 +2466,7 @@
2568
2466
  "name": "types",
2569
2467
  "group": "@babel",
2570
2468
  "version": "7.29.0",
2571
- "bom-ref": "beth-copilot@1.1.0|@babel/types@7.29.0",
2469
+ "bom-ref": "beth-copilot@2.1.0|@babel/types@7.29.0",
2572
2470
  "author": "The Babel Team",
2573
2471
  "description": "Babel Types is a Lodash-esque utility library for AST nodes",
2574
2472
  "licenses": [
@@ -2623,7 +2521,7 @@
2623
2521
  "type": "library",
2624
2522
  "name": "source-map-js",
2625
2523
  "version": "1.2.1",
2626
- "bom-ref": "beth-copilot@1.1.0|source-map-js@1.2.1",
2524
+ "bom-ref": "beth-copilot@2.1.0|source-map-js@1.2.1",
2627
2525
  "author": "Valentin 7rulnik Semirulnik",
2628
2526
  "description": "Generates and consumes source maps",
2629
2527
  "licenses": [
@@ -2678,7 +2576,7 @@
2678
2576
  "type": "library",
2679
2577
  "name": "argparse",
2680
2578
  "version": "1.0.10",
2681
- "bom-ref": "beth-copilot@1.1.0|argparse@1.0.10",
2579
+ "bom-ref": "beth-copilot@2.1.0|argparse@1.0.10",
2682
2580
  "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
2683
2581
  "licenses": [
2684
2582
  {
@@ -2728,7 +2626,7 @@
2728
2626
  "type": "library",
2729
2627
  "name": "esprima",
2730
2628
  "version": "4.0.1",
2731
- "bom-ref": "beth-copilot@1.1.0|esprima@4.0.1",
2629
+ "bom-ref": "beth-copilot@2.1.0|esprima@4.0.1",
2732
2630
  "author": "Ariya Hidayat",
2733
2631
  "description": "ECMAScript parsing infrastructure for multipurpose analysis",
2734
2632
  "licenses": [
@@ -2779,7 +2677,7 @@
2779
2677
  "type": "library",
2780
2678
  "name": "extend-shallow",
2781
2679
  "version": "2.0.1",
2782
- "bom-ref": "beth-copilot@1.1.0|extend-shallow@2.0.1",
2680
+ "bom-ref": "beth-copilot@2.1.0|extend-shallow@2.0.1",
2783
2681
  "author": "Jon Schlinkert",
2784
2682
  "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
2785
2683
  "licenses": [
@@ -2831,7 +2729,7 @@
2831
2729
  "name": "spec",
2832
2730
  "group": "@standard-schema",
2833
2731
  "version": "1.1.0",
2834
- "bom-ref": "beth-copilot@1.1.0|@standard-schema/spec@1.1.0",
2732
+ "bom-ref": "beth-copilot@2.1.0|@standard-schema/spec@1.1.0",
2835
2733
  "author": "Colin McDonnell",
2836
2734
  "description": "A family of specs for interoperable TypeScript",
2837
2735
  "licenses": [
@@ -2887,7 +2785,7 @@
2887
2785
  "name": "chai",
2888
2786
  "group": "@types",
2889
2787
  "version": "5.2.3",
2890
- "bom-ref": "beth-copilot@1.1.0|@types/chai@5.2.3",
2788
+ "bom-ref": "beth-copilot@2.1.0|@types/chai@5.2.3",
2891
2789
  "description": "TypeScript definitions for chai",
2892
2790
  "licenses": [
2893
2791
  {
@@ -2941,7 +2839,7 @@
2941
2839
  "type": "library",
2942
2840
  "name": "chai",
2943
2841
  "version": "6.2.2",
2944
- "bom-ref": "beth-copilot@1.1.0|chai@6.2.2",
2842
+ "bom-ref": "beth-copilot@2.1.0|chai@6.2.2",
2945
2843
  "author": "Jake Luer",
2946
2844
  "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
2947
2845
  "licenses": [
@@ -2997,7 +2895,7 @@
2997
2895
  "name": "sourcemap-codec",
2998
2896
  "group": "@jridgewell",
2999
2897
  "version": "1.5.5",
3000
- "bom-ref": "beth-copilot@1.1.0|@jridgewell/sourcemap-codec@1.5.5",
2898
+ "bom-ref": "beth-copilot@2.1.0|@jridgewell/sourcemap-codec@1.5.5",
3001
2899
  "author": "Justin Ridgewell",
3002
2900
  "description": "Encode/decode sourcemap mappings",
3003
2901
  "licenses": [
@@ -3052,7 +2950,7 @@
3052
2950
  "type": "library",
3053
2951
  "name": "fdir",
3054
2952
  "version": "6.5.0",
3055
- "bom-ref": "beth-copilot@1.1.0|fdir@6.5.0",
2953
+ "bom-ref": "beth-copilot@2.1.0|fdir@6.5.0",
3056
2954
  "author": "thecodrr",
3057
2955
  "description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s",
3058
2956
  "licenses": [
@@ -3107,7 +3005,7 @@
3107
3005
  "type": "library",
3108
3006
  "name": "esbuild",
3109
3007
  "version": "0.27.3",
3110
- "bom-ref": "beth-copilot@1.1.0|esbuild@0.27.3",
3008
+ "bom-ref": "beth-copilot@2.1.0|esbuild@0.27.3",
3111
3009
  "description": "An extremely fast JavaScript and CSS bundler and minifier.",
3112
3010
  "licenses": [
3113
3011
  {
@@ -3161,7 +3059,7 @@
3161
3059
  "type": "library",
3162
3060
  "name": "postcss",
3163
3061
  "version": "8.5.8",
3164
- "bom-ref": "beth-copilot@1.1.0|postcss@8.5.8",
3062
+ "bom-ref": "beth-copilot@2.1.0|postcss@8.5.8",
3165
3063
  "author": "Andrey Sitnik",
3166
3064
  "description": "Tool for transforming styles with JS plugins",
3167
3065
  "licenses": [
@@ -3216,7 +3114,7 @@
3216
3114
  "type": "library",
3217
3115
  "name": "rollup",
3218
3116
  "version": "4.59.0",
3219
- "bom-ref": "beth-copilot@1.1.0|rollup@4.59.0",
3117
+ "bom-ref": "beth-copilot@2.1.0|rollup@4.59.0",
3220
3118
  "author": "Rich Harris",
3221
3119
  "description": "Next-generation ES module bundler",
3222
3120
  "licenses": [
@@ -3271,7 +3169,7 @@
3271
3169
  "type": "library",
3272
3170
  "name": "siginfo",
3273
3171
  "version": "2.0.0",
3274
- "bom-ref": "beth-copilot@1.1.0|siginfo@2.0.0",
3172
+ "bom-ref": "beth-copilot@2.1.0|siginfo@2.0.0",
3275
3173
  "author": "Emil Bay",
3276
3174
  "description": "Utility module to print pretty messages on SIGINFO/SIGUSR1",
3277
3175
  "licenses": [
@@ -3326,7 +3224,7 @@
3326
3224
  "type": "library",
3327
3225
  "name": "stackback",
3328
3226
  "version": "0.0.2",
3329
- "bom-ref": "beth-copilot@1.1.0|stackback@0.0.2",
3227
+ "bom-ref": "beth-copilot@2.1.0|stackback@0.0.2",
3330
3228
  "author": "Roman Shtylman",
3331
3229
  "description": "return list of CallSite objects from a captured stacktrace",
3332
3230
  "licenses": [
@@ -3382,7 +3280,7 @@
3382
3280
  "name": "resolve-uri",
3383
3281
  "group": "@jridgewell",
3384
3282
  "version": "3.1.2",
3385
- "bom-ref": "beth-copilot@1.1.0|@jridgewell/resolve-uri@3.1.2",
3283
+ "bom-ref": "beth-copilot@2.1.0|@jridgewell/resolve-uri@3.1.2",
3386
3284
  "author": "Justin Ridgewell",
3387
3285
  "description": "Resolve a URI relative to an optional base URI",
3388
3286
  "licenses": [
@@ -3438,7 +3336,7 @@
3438
3336
  "name": "estree",
3439
3337
  "group": "@types",
3440
3338
  "version": "1.0.8",
3441
- "bom-ref": "beth-copilot@1.1.0|@types/estree@1.0.8",
3339
+ "bom-ref": "beth-copilot@2.1.0|@types/estree@1.0.8",
3442
3340
  "description": "TypeScript definitions for estree",
3443
3341
  "licenses": [
3444
3342
  {
@@ -3492,7 +3390,7 @@
3492
3390
  "type": "library",
3493
3391
  "name": "semver",
3494
3392
  "version": "7.7.4",
3495
- "bom-ref": "beth-copilot@1.1.0|semver@7.7.4",
3393
+ "bom-ref": "beth-copilot@2.1.0|semver@7.7.4",
3496
3394
  "author": "GitHub Inc.",
3497
3395
  "description": "The semantic version parser used by npm.",
3498
3396
  "licenses": [
@@ -3547,7 +3445,7 @@
3547
3445
  "type": "library",
3548
3446
  "name": "has-flag",
3549
3447
  "version": "4.0.0",
3550
- "bom-ref": "beth-copilot@1.1.0|has-flag@4.0.0",
3448
+ "bom-ref": "beth-copilot@2.1.0|has-flag@4.0.0",
3551
3449
  "author": "Sindre Sorhus",
3552
3450
  "description": "Check if argv has a specific flag",
3553
3451
  "licenses": [
@@ -3603,7 +3501,7 @@
3603
3501
  "name": "helper-string-parser",
3604
3502
  "group": "@babel",
3605
3503
  "version": "7.27.1",
3606
- "bom-ref": "beth-copilot@1.1.0|@babel/helper-string-parser@7.27.1",
3504
+ "bom-ref": "beth-copilot@2.1.0|@babel/helper-string-parser@7.27.1",
3607
3505
  "author": "The Babel Team",
3608
3506
  "description": "A utility package to parse strings",
3609
3507
  "licenses": [
@@ -3659,7 +3557,7 @@
3659
3557
  "name": "helper-validator-identifier",
3660
3558
  "group": "@babel",
3661
3559
  "version": "7.28.5",
3662
- "bom-ref": "beth-copilot@1.1.0|@babel/helper-validator-identifier@7.28.5",
3560
+ "bom-ref": "beth-copilot@2.1.0|@babel/helper-validator-identifier@7.28.5",
3663
3561
  "author": "The Babel Team",
3664
3562
  "description": "Validate identifier/keywords name",
3665
3563
  "licenses": [
@@ -3714,7 +3612,7 @@
3714
3612
  "type": "library",
3715
3613
  "name": "sprintf-js",
3716
3614
  "version": "1.0.3",
3717
- "bom-ref": "beth-copilot@1.1.0|sprintf-js@1.0.3",
3615
+ "bom-ref": "beth-copilot@2.1.0|sprintf-js@1.0.3",
3718
3616
  "author": "Alexandru Marasteanu",
3719
3617
  "description": "JavaScript sprintf implementation",
3720
3618
  "licenses": [
@@ -3765,7 +3663,7 @@
3765
3663
  "type": "library",
3766
3664
  "name": "is-extendable",
3767
3665
  "version": "0.1.1",
3768
- "bom-ref": "beth-copilot@1.1.0|is-extendable@0.1.1",
3666
+ "bom-ref": "beth-copilot@2.1.0|is-extendable@0.1.1",
3769
3667
  "author": "Jon Schlinkert",
3770
3668
  "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
3771
3669
  "licenses": [
@@ -3817,7 +3715,7 @@
3817
3715
  "name": "deep-eql",
3818
3716
  "group": "@types",
3819
3717
  "version": "4.0.2",
3820
- "bom-ref": "beth-copilot@1.1.0|@types/deep-eql@4.0.2",
3718
+ "bom-ref": "beth-copilot@2.1.0|@types/deep-eql@4.0.2",
3821
3719
  "description": "TypeScript definitions for deep-eql",
3822
3720
  "licenses": [
3823
3721
  {
@@ -3871,7 +3769,7 @@
3871
3769
  "type": "library",
3872
3770
  "name": "assertion-error",
3873
3771
  "version": "2.0.1",
3874
- "bom-ref": "beth-copilot@1.1.0|assertion-error@2.0.1",
3772
+ "bom-ref": "beth-copilot@2.1.0|assertion-error@2.0.1",
3875
3773
  "author": "Jake Luer",
3876
3774
  "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.",
3877
3775
  "licenses": [
@@ -3927,7 +3825,7 @@
3927
3825
  "name": "linux-x64",
3928
3826
  "group": "@esbuild",
3929
3827
  "version": "0.27.3",
3930
- "bom-ref": "beth-copilot@1.1.0|@esbuild/linux-x64@0.27.3",
3828
+ "bom-ref": "beth-copilot@2.1.0|@esbuild/linux-x64@0.27.3",
3931
3829
  "description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
3932
3830
  "scope": "optional",
3933
3831
  "licenses": [
@@ -3982,7 +3880,7 @@
3982
3880
  "type": "library",
3983
3881
  "name": "nanoid",
3984
3882
  "version": "3.3.11",
3985
- "bom-ref": "beth-copilot@1.1.0|nanoid@3.3.11",
3883
+ "bom-ref": "beth-copilot@2.1.0|nanoid@3.3.11",
3986
3884
  "author": "Andrey Sitnik",
3987
3885
  "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
3988
3886
  "licenses": [
@@ -4037,7 +3935,7 @@
4037
3935
  "type": "library",
4038
3936
  "name": "picocolors",
4039
3937
  "version": "1.1.1",
4040
- "bom-ref": "beth-copilot@1.1.0|picocolors@1.1.1",
3938
+ "bom-ref": "beth-copilot@2.1.0|picocolors@1.1.1",
4041
3939
  "author": "Alexey Raspopov",
4042
3940
  "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
4043
3941
  "licenses": [
@@ -4093,7 +3991,7 @@
4093
3991
  "name": "rollup-linux-x64-gnu",
4094
3992
  "group": "@rollup",
4095
3993
  "version": "4.59.0",
4096
- "bom-ref": "beth-copilot@1.1.0|@rollup/rollup-linux-x64-gnu@4.59.0",
3994
+ "bom-ref": "beth-copilot@2.1.0|@rollup/rollup-linux-x64-gnu@4.59.0",
4097
3995
  "author": "Lukas Taegert-Atkinson",
4098
3996
  "description": "Native bindings for Rollup",
4099
3997
  "scope": "optional",
@@ -4150,7 +4048,7 @@
4150
4048
  "name": "rollup-linux-x64-musl",
4151
4049
  "group": "@rollup",
4152
4050
  "version": "4.59.0",
4153
- "bom-ref": "beth-copilot@1.1.0|@rollup/rollup-linux-x64-musl@4.59.0",
4051
+ "bom-ref": "beth-copilot@2.1.0|@rollup/rollup-linux-x64-musl@4.59.0",
4154
4052
  "author": "Lukas Taegert-Atkinson",
4155
4053
  "description": "Native bindings for Rollup",
4156
4054
  "scope": "optional",
@@ -4205,411 +4103,401 @@
4205
4103
  ],
4206
4104
  "dependencies": [
4207
4105
  {
4208
- "ref": "beth-copilot@1.1.0",
4209
- "dependsOn": [
4210
- "beth-copilot@1.1.0|@types/node@20.19.37",
4211
- "beth-copilot@1.1.0|@vitest/coverage-v8@4.0.18",
4212
- "beth-copilot@1.1.0|bs-buster@0.1.8",
4213
- "beth-copilot@1.1.0|gray-matter@4.0.3",
4214
- "beth-copilot@1.1.0|typescript@5.9.3",
4215
- "beth-copilot@1.1.0|vitest@4.0.18"
4216
- ]
4217
- },
4218
- {
4219
- "ref": "beth-copilot@1.1.0|@types/node@20.19.37",
4106
+ "ref": "beth-copilot@2.1.0",
4220
4107
  "dependsOn": [
4221
- "beth-copilot@1.1.0|undici-types@6.21.0"
4108
+ "beth-copilot@2.1.0|@types/node@20.19.37",
4109
+ "beth-copilot@2.1.0|@vitest/coverage-v8@4.0.18",
4110
+ "beth-copilot@2.1.0|gray-matter@4.0.3",
4111
+ "beth-copilot@2.1.0|typescript@5.9.3",
4112
+ "beth-copilot@2.1.0|vitest@4.0.18"
4222
4113
  ]
4223
4114
  },
4224
4115
  {
4225
- "ref": "beth-copilot@1.1.0|@vitest/coverage-v8@4.0.18",
4116
+ "ref": "beth-copilot@2.1.0|@types/node@20.19.37",
4226
4117
  "dependsOn": [
4227
- "beth-copilot@1.1.0|@bcoe/v8-coverage@1.0.2",
4228
- "beth-copilot@1.1.0|@vitest/utils@4.0.18",
4229
- "beth-copilot@1.1.0|ast-v8-to-istanbul@0.3.12",
4230
- "beth-copilot@1.1.0|istanbul-lib-coverage@3.2.2",
4231
- "beth-copilot@1.1.0|istanbul-lib-report@3.0.1",
4232
- "beth-copilot@1.1.0|istanbul-reports@3.2.0",
4233
- "beth-copilot@1.1.0|magicast@0.5.2",
4234
- "beth-copilot@1.1.0|obug@2.1.1",
4235
- "beth-copilot@1.1.0|std-env@3.10.0",
4236
- "beth-copilot@1.1.0|tinyrainbow@3.0.3",
4237
- "beth-copilot@1.1.0|vitest@4.0.18"
4118
+ "beth-copilot@2.1.0|undici-types@6.21.0"
4238
4119
  ]
4239
4120
  },
4240
4121
  {
4241
- "ref": "beth-copilot@1.1.0|bs-buster@0.1.8",
4122
+ "ref": "beth-copilot@2.1.0|@vitest/coverage-v8@4.0.18",
4242
4123
  "dependsOn": [
4243
- "beth-copilot@1.1.0|zod@4.3.6"
4124
+ "beth-copilot@2.1.0|@bcoe/v8-coverage@1.0.2",
4125
+ "beth-copilot@2.1.0|@vitest/utils@4.0.18",
4126
+ "beth-copilot@2.1.0|ast-v8-to-istanbul@0.3.12",
4127
+ "beth-copilot@2.1.0|istanbul-lib-coverage@3.2.2",
4128
+ "beth-copilot@2.1.0|istanbul-lib-report@3.0.1",
4129
+ "beth-copilot@2.1.0|istanbul-reports@3.2.0",
4130
+ "beth-copilot@2.1.0|magicast@0.5.2",
4131
+ "beth-copilot@2.1.0|obug@2.1.1",
4132
+ "beth-copilot@2.1.0|std-env@3.10.0",
4133
+ "beth-copilot@2.1.0|tinyrainbow@3.0.3",
4134
+ "beth-copilot@2.1.0|vitest@4.0.18"
4244
4135
  ]
4245
4136
  },
4246
4137
  {
4247
- "ref": "beth-copilot@1.1.0|gray-matter@4.0.3",
4138
+ "ref": "beth-copilot@2.1.0|gray-matter@4.0.3",
4248
4139
  "dependsOn": [
4249
- "beth-copilot@1.1.0|js-yaml@3.14.2",
4250
- "beth-copilot@1.1.0|kind-of@6.0.3",
4251
- "beth-copilot@1.1.0|section-matter@1.0.0",
4252
- "beth-copilot@1.1.0|strip-bom-string@1.0.0"
4140
+ "beth-copilot@2.1.0|js-yaml@3.14.2",
4141
+ "beth-copilot@2.1.0|kind-of@6.0.3",
4142
+ "beth-copilot@2.1.0|section-matter@1.0.0",
4143
+ "beth-copilot@2.1.0|strip-bom-string@1.0.0"
4253
4144
  ]
4254
4145
  },
4255
4146
  {
4256
- "ref": "beth-copilot@1.1.0|typescript@5.9.3"
4147
+ "ref": "beth-copilot@2.1.0|typescript@5.9.3"
4257
4148
  },
4258
4149
  {
4259
- "ref": "beth-copilot@1.1.0|vitest@4.0.18",
4150
+ "ref": "beth-copilot@2.1.0|vitest@4.0.18",
4260
4151
  "dependsOn": [
4261
- "beth-copilot@1.1.0|@types/node@20.19.37",
4262
- "beth-copilot@1.1.0|@vitest/expect@4.0.18",
4263
- "beth-copilot@1.1.0|@vitest/mocker@4.0.18",
4264
- "beth-copilot@1.1.0|@vitest/pretty-format@4.0.18",
4265
- "beth-copilot@1.1.0|@vitest/runner@4.0.18",
4266
- "beth-copilot@1.1.0|@vitest/snapshot@4.0.18",
4267
- "beth-copilot@1.1.0|@vitest/spy@4.0.18",
4268
- "beth-copilot@1.1.0|@vitest/utils@4.0.18",
4269
- "beth-copilot@1.1.0|es-module-lexer@1.7.0",
4270
- "beth-copilot@1.1.0|expect-type@1.3.0",
4271
- "beth-copilot@1.1.0|magic-string@0.30.21",
4272
- "beth-copilot@1.1.0|obug@2.1.1",
4273
- "beth-copilot@1.1.0|pathe@2.0.3",
4274
- "beth-copilot@1.1.0|picomatch@4.0.3",
4275
- "beth-copilot@1.1.0|std-env@3.10.0",
4276
- "beth-copilot@1.1.0|tinybench@2.9.0",
4277
- "beth-copilot@1.1.0|tinyexec@1.0.2",
4278
- "beth-copilot@1.1.0|tinyglobby@0.2.15",
4279
- "beth-copilot@1.1.0|tinyrainbow@3.0.3",
4280
- "beth-copilot@1.1.0|vite@7.3.1",
4281
- "beth-copilot@1.1.0|why-is-node-running@2.3.0"
4152
+ "beth-copilot@2.1.0|@types/node@20.19.37",
4153
+ "beth-copilot@2.1.0|@vitest/expect@4.0.18",
4154
+ "beth-copilot@2.1.0|@vitest/mocker@4.0.18",
4155
+ "beth-copilot@2.1.0|@vitest/pretty-format@4.0.18",
4156
+ "beth-copilot@2.1.0|@vitest/runner@4.0.18",
4157
+ "beth-copilot@2.1.0|@vitest/snapshot@4.0.18",
4158
+ "beth-copilot@2.1.0|@vitest/spy@4.0.18",
4159
+ "beth-copilot@2.1.0|@vitest/utils@4.0.18",
4160
+ "beth-copilot@2.1.0|es-module-lexer@1.7.0",
4161
+ "beth-copilot@2.1.0|expect-type@1.3.0",
4162
+ "beth-copilot@2.1.0|magic-string@0.30.21",
4163
+ "beth-copilot@2.1.0|obug@2.1.1",
4164
+ "beth-copilot@2.1.0|pathe@2.0.3",
4165
+ "beth-copilot@2.1.0|picomatch@4.0.3",
4166
+ "beth-copilot@2.1.0|std-env@3.10.0",
4167
+ "beth-copilot@2.1.0|tinybench@2.9.0",
4168
+ "beth-copilot@2.1.0|tinyexec@1.0.2",
4169
+ "beth-copilot@2.1.0|tinyglobby@0.2.15",
4170
+ "beth-copilot@2.1.0|tinyrainbow@3.0.3",
4171
+ "beth-copilot@2.1.0|vite@7.3.1",
4172
+ "beth-copilot@2.1.0|why-is-node-running@2.3.0"
4282
4173
  ]
4283
4174
  },
4284
4175
  {
4285
- "ref": "beth-copilot@1.1.0|undici-types@6.21.0"
4176
+ "ref": "beth-copilot@2.1.0|undici-types@6.21.0"
4286
4177
  },
4287
4178
  {
4288
- "ref": "beth-copilot@1.1.0|@bcoe/v8-coverage@1.0.2"
4179
+ "ref": "beth-copilot@2.1.0|@bcoe/v8-coverage@1.0.2"
4289
4180
  },
4290
4181
  {
4291
- "ref": "beth-copilot@1.1.0|@vitest/utils@4.0.18",
4182
+ "ref": "beth-copilot@2.1.0|@vitest/utils@4.0.18",
4292
4183
  "dependsOn": [
4293
- "beth-copilot@1.1.0|@vitest/pretty-format@4.0.18",
4294
- "beth-copilot@1.1.0|tinyrainbow@3.0.3"
4184
+ "beth-copilot@2.1.0|@vitest/pretty-format@4.0.18",
4185
+ "beth-copilot@2.1.0|tinyrainbow@3.0.3"
4295
4186
  ]
4296
4187
  },
4297
4188
  {
4298
- "ref": "beth-copilot@1.1.0|ast-v8-to-istanbul@0.3.12",
4189
+ "ref": "beth-copilot@2.1.0|ast-v8-to-istanbul@0.3.12",
4299
4190
  "dependsOn": [
4300
- "beth-copilot@1.1.0|@jridgewell/trace-mapping@0.3.31",
4301
- "beth-copilot@1.1.0|estree-walker@3.0.3",
4302
- "beth-copilot@1.1.0|js-tokens@10.0.0"
4191
+ "beth-copilot@2.1.0|@jridgewell/trace-mapping@0.3.31",
4192
+ "beth-copilot@2.1.0|estree-walker@3.0.3",
4193
+ "beth-copilot@2.1.0|js-tokens@10.0.0"
4303
4194
  ]
4304
4195
  },
4305
4196
  {
4306
- "ref": "beth-copilot@1.1.0|istanbul-lib-coverage@3.2.2"
4197
+ "ref": "beth-copilot@2.1.0|istanbul-lib-coverage@3.2.2"
4307
4198
  },
4308
4199
  {
4309
- "ref": "beth-copilot@1.1.0|istanbul-lib-report@3.0.1",
4200
+ "ref": "beth-copilot@2.1.0|istanbul-lib-report@3.0.1",
4310
4201
  "dependsOn": [
4311
- "beth-copilot@1.1.0|istanbul-lib-coverage@3.2.2",
4312
- "beth-copilot@1.1.0|make-dir@4.0.0",
4313
- "beth-copilot@1.1.0|supports-color@7.2.0"
4202
+ "beth-copilot@2.1.0|istanbul-lib-coverage@3.2.2",
4203
+ "beth-copilot@2.1.0|make-dir@4.0.0",
4204
+ "beth-copilot@2.1.0|supports-color@7.2.0"
4314
4205
  ]
4315
4206
  },
4316
4207
  {
4317
- "ref": "beth-copilot@1.1.0|istanbul-reports@3.2.0",
4208
+ "ref": "beth-copilot@2.1.0|istanbul-reports@3.2.0",
4318
4209
  "dependsOn": [
4319
- "beth-copilot@1.1.0|html-escaper@2.0.2",
4320
- "beth-copilot@1.1.0|istanbul-lib-report@3.0.1"
4210
+ "beth-copilot@2.1.0|html-escaper@2.0.2",
4211
+ "beth-copilot@2.1.0|istanbul-lib-report@3.0.1"
4321
4212
  ]
4322
4213
  },
4323
4214
  {
4324
- "ref": "beth-copilot@1.1.0|magicast@0.5.2",
4215
+ "ref": "beth-copilot@2.1.0|magicast@0.5.2",
4325
4216
  "dependsOn": [
4326
- "beth-copilot@1.1.0|@babel/parser@7.29.0",
4327
- "beth-copilot@1.1.0|@babel/types@7.29.0",
4328
- "beth-copilot@1.1.0|source-map-js@1.2.1"
4217
+ "beth-copilot@2.1.0|@babel/parser@7.29.0",
4218
+ "beth-copilot@2.1.0|@babel/types@7.29.0",
4219
+ "beth-copilot@2.1.0|source-map-js@1.2.1"
4329
4220
  ]
4330
4221
  },
4331
4222
  {
4332
- "ref": "beth-copilot@1.1.0|obug@2.1.1"
4333
- },
4334
- {
4335
- "ref": "beth-copilot@1.1.0|std-env@3.10.0"
4223
+ "ref": "beth-copilot@2.1.0|obug@2.1.1"
4336
4224
  },
4337
4225
  {
4338
- "ref": "beth-copilot@1.1.0|tinyrainbow@3.0.3"
4226
+ "ref": "beth-copilot@2.1.0|std-env@3.10.0"
4339
4227
  },
4340
4228
  {
4341
- "ref": "beth-copilot@1.1.0|zod@4.3.6"
4229
+ "ref": "beth-copilot@2.1.0|tinyrainbow@3.0.3"
4342
4230
  },
4343
4231
  {
4344
- "ref": "beth-copilot@1.1.0|js-yaml@3.14.2",
4232
+ "ref": "beth-copilot@2.1.0|js-yaml@3.14.2",
4345
4233
  "dependsOn": [
4346
- "beth-copilot@1.1.0|argparse@1.0.10",
4347
- "beth-copilot@1.1.0|esprima@4.0.1"
4234
+ "beth-copilot@2.1.0|argparse@1.0.10",
4235
+ "beth-copilot@2.1.0|esprima@4.0.1"
4348
4236
  ]
4349
4237
  },
4350
4238
  {
4351
- "ref": "beth-copilot@1.1.0|kind-of@6.0.3"
4239
+ "ref": "beth-copilot@2.1.0|kind-of@6.0.3"
4352
4240
  },
4353
4241
  {
4354
- "ref": "beth-copilot@1.1.0|section-matter@1.0.0",
4242
+ "ref": "beth-copilot@2.1.0|section-matter@1.0.0",
4355
4243
  "dependsOn": [
4356
- "beth-copilot@1.1.0|extend-shallow@2.0.1",
4357
- "beth-copilot@1.1.0|kind-of@6.0.3"
4244
+ "beth-copilot@2.1.0|extend-shallow@2.0.1",
4245
+ "beth-copilot@2.1.0|kind-of@6.0.3"
4358
4246
  ]
4359
4247
  },
4360
4248
  {
4361
- "ref": "beth-copilot@1.1.0|strip-bom-string@1.0.0"
4249
+ "ref": "beth-copilot@2.1.0|strip-bom-string@1.0.0"
4362
4250
  },
4363
4251
  {
4364
- "ref": "beth-copilot@1.1.0|@vitest/expect@4.0.18",
4252
+ "ref": "beth-copilot@2.1.0|@vitest/expect@4.0.18",
4365
4253
  "dependsOn": [
4366
- "beth-copilot@1.1.0|@standard-schema/spec@1.1.0",
4367
- "beth-copilot@1.1.0|@types/chai@5.2.3",
4368
- "beth-copilot@1.1.0|@vitest/spy@4.0.18",
4369
- "beth-copilot@1.1.0|@vitest/utils@4.0.18",
4370
- "beth-copilot@1.1.0|chai@6.2.2",
4371
- "beth-copilot@1.1.0|tinyrainbow@3.0.3"
4254
+ "beth-copilot@2.1.0|@standard-schema/spec@1.1.0",
4255
+ "beth-copilot@2.1.0|@types/chai@5.2.3",
4256
+ "beth-copilot@2.1.0|@vitest/spy@4.0.18",
4257
+ "beth-copilot@2.1.0|@vitest/utils@4.0.18",
4258
+ "beth-copilot@2.1.0|chai@6.2.2",
4259
+ "beth-copilot@2.1.0|tinyrainbow@3.0.3"
4372
4260
  ]
4373
4261
  },
4374
4262
  {
4375
- "ref": "beth-copilot@1.1.0|@vitest/mocker@4.0.18",
4263
+ "ref": "beth-copilot@2.1.0|@vitest/mocker@4.0.18",
4376
4264
  "dependsOn": [
4377
- "beth-copilot@1.1.0|@vitest/spy@4.0.18",
4378
- "beth-copilot@1.1.0|estree-walker@3.0.3",
4379
- "beth-copilot@1.1.0|magic-string@0.30.21",
4380
- "beth-copilot@1.1.0|vite@7.3.1"
4265
+ "beth-copilot@2.1.0|@vitest/spy@4.0.18",
4266
+ "beth-copilot@2.1.0|estree-walker@3.0.3",
4267
+ "beth-copilot@2.1.0|magic-string@0.30.21",
4268
+ "beth-copilot@2.1.0|vite@7.3.1"
4381
4269
  ]
4382
4270
  },
4383
4271
  {
4384
- "ref": "beth-copilot@1.1.0|@vitest/pretty-format@4.0.18",
4272
+ "ref": "beth-copilot@2.1.0|@vitest/pretty-format@4.0.18",
4385
4273
  "dependsOn": [
4386
- "beth-copilot@1.1.0|tinyrainbow@3.0.3"
4274
+ "beth-copilot@2.1.0|tinyrainbow@3.0.3"
4387
4275
  ]
4388
4276
  },
4389
4277
  {
4390
- "ref": "beth-copilot@1.1.0|@vitest/runner@4.0.18",
4278
+ "ref": "beth-copilot@2.1.0|@vitest/runner@4.0.18",
4391
4279
  "dependsOn": [
4392
- "beth-copilot@1.1.0|@vitest/utils@4.0.18",
4393
- "beth-copilot@1.1.0|pathe@2.0.3"
4280
+ "beth-copilot@2.1.0|@vitest/utils@4.0.18",
4281
+ "beth-copilot@2.1.0|pathe@2.0.3"
4394
4282
  ]
4395
4283
  },
4396
4284
  {
4397
- "ref": "beth-copilot@1.1.0|@vitest/snapshot@4.0.18",
4285
+ "ref": "beth-copilot@2.1.0|@vitest/snapshot@4.0.18",
4398
4286
  "dependsOn": [
4399
- "beth-copilot@1.1.0|@vitest/pretty-format@4.0.18",
4400
- "beth-copilot@1.1.0|magic-string@0.30.21",
4401
- "beth-copilot@1.1.0|pathe@2.0.3"
4287
+ "beth-copilot@2.1.0|@vitest/pretty-format@4.0.18",
4288
+ "beth-copilot@2.1.0|magic-string@0.30.21",
4289
+ "beth-copilot@2.1.0|pathe@2.0.3"
4402
4290
  ]
4403
4291
  },
4404
4292
  {
4405
- "ref": "beth-copilot@1.1.0|@vitest/spy@4.0.18"
4293
+ "ref": "beth-copilot@2.1.0|@vitest/spy@4.0.18"
4406
4294
  },
4407
4295
  {
4408
- "ref": "beth-copilot@1.1.0|es-module-lexer@1.7.0"
4296
+ "ref": "beth-copilot@2.1.0|es-module-lexer@1.7.0"
4409
4297
  },
4410
4298
  {
4411
- "ref": "beth-copilot@1.1.0|expect-type@1.3.0"
4299
+ "ref": "beth-copilot@2.1.0|expect-type@1.3.0"
4412
4300
  },
4413
4301
  {
4414
- "ref": "beth-copilot@1.1.0|magic-string@0.30.21",
4302
+ "ref": "beth-copilot@2.1.0|magic-string@0.30.21",
4415
4303
  "dependsOn": [
4416
- "beth-copilot@1.1.0|@jridgewell/sourcemap-codec@1.5.5"
4304
+ "beth-copilot@2.1.0|@jridgewell/sourcemap-codec@1.5.5"
4417
4305
  ]
4418
4306
  },
4419
4307
  {
4420
- "ref": "beth-copilot@1.1.0|pathe@2.0.3"
4308
+ "ref": "beth-copilot@2.1.0|pathe@2.0.3"
4421
4309
  },
4422
4310
  {
4423
- "ref": "beth-copilot@1.1.0|picomatch@4.0.3"
4311
+ "ref": "beth-copilot@2.1.0|picomatch@4.0.3"
4424
4312
  },
4425
4313
  {
4426
- "ref": "beth-copilot@1.1.0|tinybench@2.9.0"
4314
+ "ref": "beth-copilot@2.1.0|tinybench@2.9.0"
4427
4315
  },
4428
4316
  {
4429
- "ref": "beth-copilot@1.1.0|tinyexec@1.0.2"
4317
+ "ref": "beth-copilot@2.1.0|tinyexec@1.0.2"
4430
4318
  },
4431
4319
  {
4432
- "ref": "beth-copilot@1.1.0|tinyglobby@0.2.15",
4320
+ "ref": "beth-copilot@2.1.0|tinyglobby@0.2.15",
4433
4321
  "dependsOn": [
4434
- "beth-copilot@1.1.0|fdir@6.5.0",
4435
- "beth-copilot@1.1.0|picomatch@4.0.3"
4322
+ "beth-copilot@2.1.0|fdir@6.5.0",
4323
+ "beth-copilot@2.1.0|picomatch@4.0.3"
4436
4324
  ]
4437
4325
  },
4438
4326
  {
4439
- "ref": "beth-copilot@1.1.0|vite@7.3.1",
4327
+ "ref": "beth-copilot@2.1.0|vite@7.3.1",
4440
4328
  "dependsOn": [
4441
- "beth-copilot@1.1.0|@types/node@20.19.37",
4442
- "beth-copilot@1.1.0|esbuild@0.27.3",
4443
- "beth-copilot@1.1.0|fdir@6.5.0",
4444
- "beth-copilot@1.1.0|picomatch@4.0.3",
4445
- "beth-copilot@1.1.0|postcss@8.5.8",
4446
- "beth-copilot@1.1.0|rollup@4.59.0",
4447
- "beth-copilot@1.1.0|tinyglobby@0.2.15"
4329
+ "beth-copilot@2.1.0|@types/node@20.19.37",
4330
+ "beth-copilot@2.1.0|esbuild@0.27.3",
4331
+ "beth-copilot@2.1.0|fdir@6.5.0",
4332
+ "beth-copilot@2.1.0|picomatch@4.0.3",
4333
+ "beth-copilot@2.1.0|postcss@8.5.8",
4334
+ "beth-copilot@2.1.0|rollup@4.59.0",
4335
+ "beth-copilot@2.1.0|tinyglobby@0.2.15"
4448
4336
  ]
4449
4337
  },
4450
4338
  {
4451
- "ref": "beth-copilot@1.1.0|why-is-node-running@2.3.0",
4339
+ "ref": "beth-copilot@2.1.0|why-is-node-running@2.3.0",
4452
4340
  "dependsOn": [
4453
- "beth-copilot@1.1.0|siginfo@2.0.0",
4454
- "beth-copilot@1.1.0|stackback@0.0.2"
4341
+ "beth-copilot@2.1.0|siginfo@2.0.0",
4342
+ "beth-copilot@2.1.0|stackback@0.0.2"
4455
4343
  ]
4456
4344
  },
4457
4345
  {
4458
- "ref": "beth-copilot@1.1.0|@jridgewell/trace-mapping@0.3.31",
4346
+ "ref": "beth-copilot@2.1.0|@jridgewell/trace-mapping@0.3.31",
4459
4347
  "dependsOn": [
4460
- "beth-copilot@1.1.0|@jridgewell/resolve-uri@3.1.2",
4461
- "beth-copilot@1.1.0|@jridgewell/sourcemap-codec@1.5.5"
4348
+ "beth-copilot@2.1.0|@jridgewell/resolve-uri@3.1.2",
4349
+ "beth-copilot@2.1.0|@jridgewell/sourcemap-codec@1.5.5"
4462
4350
  ]
4463
4351
  },
4464
4352
  {
4465
- "ref": "beth-copilot@1.1.0|estree-walker@3.0.3",
4353
+ "ref": "beth-copilot@2.1.0|estree-walker@3.0.3",
4466
4354
  "dependsOn": [
4467
- "beth-copilot@1.1.0|@types/estree@1.0.8"
4355
+ "beth-copilot@2.1.0|@types/estree@1.0.8"
4468
4356
  ]
4469
4357
  },
4470
4358
  {
4471
- "ref": "beth-copilot@1.1.0|js-tokens@10.0.0"
4359
+ "ref": "beth-copilot@2.1.0|js-tokens@10.0.0"
4472
4360
  },
4473
4361
  {
4474
- "ref": "beth-copilot@1.1.0|make-dir@4.0.0",
4362
+ "ref": "beth-copilot@2.1.0|make-dir@4.0.0",
4475
4363
  "dependsOn": [
4476
- "beth-copilot@1.1.0|semver@7.7.4"
4364
+ "beth-copilot@2.1.0|semver@7.7.4"
4477
4365
  ]
4478
4366
  },
4479
4367
  {
4480
- "ref": "beth-copilot@1.1.0|supports-color@7.2.0",
4368
+ "ref": "beth-copilot@2.1.0|supports-color@7.2.0",
4481
4369
  "dependsOn": [
4482
- "beth-copilot@1.1.0|has-flag@4.0.0"
4370
+ "beth-copilot@2.1.0|has-flag@4.0.0"
4483
4371
  ]
4484
4372
  },
4485
4373
  {
4486
- "ref": "beth-copilot@1.1.0|html-escaper@2.0.2"
4374
+ "ref": "beth-copilot@2.1.0|html-escaper@2.0.2"
4487
4375
  },
4488
4376
  {
4489
- "ref": "beth-copilot@1.1.0|@babel/parser@7.29.0",
4377
+ "ref": "beth-copilot@2.1.0|@babel/parser@7.29.0",
4490
4378
  "dependsOn": [
4491
- "beth-copilot@1.1.0|@babel/types@7.29.0"
4379
+ "beth-copilot@2.1.0|@babel/types@7.29.0"
4492
4380
  ]
4493
4381
  },
4494
4382
  {
4495
- "ref": "beth-copilot@1.1.0|@babel/types@7.29.0",
4383
+ "ref": "beth-copilot@2.1.0|@babel/types@7.29.0",
4496
4384
  "dependsOn": [
4497
- "beth-copilot@1.1.0|@babel/helper-string-parser@7.27.1",
4498
- "beth-copilot@1.1.0|@babel/helper-validator-identifier@7.28.5"
4385
+ "beth-copilot@2.1.0|@babel/helper-string-parser@7.27.1",
4386
+ "beth-copilot@2.1.0|@babel/helper-validator-identifier@7.28.5"
4499
4387
  ]
4500
4388
  },
4501
4389
  {
4502
- "ref": "beth-copilot@1.1.0|source-map-js@1.2.1"
4390
+ "ref": "beth-copilot@2.1.0|source-map-js@1.2.1"
4503
4391
  },
4504
4392
  {
4505
- "ref": "beth-copilot@1.1.0|argparse@1.0.10",
4393
+ "ref": "beth-copilot@2.1.0|argparse@1.0.10",
4506
4394
  "dependsOn": [
4507
- "beth-copilot@1.1.0|sprintf-js@1.0.3"
4395
+ "beth-copilot@2.1.0|sprintf-js@1.0.3"
4508
4396
  ]
4509
4397
  },
4510
4398
  {
4511
- "ref": "beth-copilot@1.1.0|esprima@4.0.1"
4399
+ "ref": "beth-copilot@2.1.0|esprima@4.0.1"
4512
4400
  },
4513
4401
  {
4514
- "ref": "beth-copilot@1.1.0|extend-shallow@2.0.1",
4402
+ "ref": "beth-copilot@2.1.0|extend-shallow@2.0.1",
4515
4403
  "dependsOn": [
4516
- "beth-copilot@1.1.0|is-extendable@0.1.1"
4404
+ "beth-copilot@2.1.0|is-extendable@0.1.1"
4517
4405
  ]
4518
4406
  },
4519
4407
  {
4520
- "ref": "beth-copilot@1.1.0|@standard-schema/spec@1.1.0"
4408
+ "ref": "beth-copilot@2.1.0|@standard-schema/spec@1.1.0"
4521
4409
  },
4522
4410
  {
4523
- "ref": "beth-copilot@1.1.0|@types/chai@5.2.3",
4411
+ "ref": "beth-copilot@2.1.0|@types/chai@5.2.3",
4524
4412
  "dependsOn": [
4525
- "beth-copilot@1.1.0|@types/deep-eql@4.0.2",
4526
- "beth-copilot@1.1.0|assertion-error@2.0.1"
4413
+ "beth-copilot@2.1.0|@types/deep-eql@4.0.2",
4414
+ "beth-copilot@2.1.0|assertion-error@2.0.1"
4527
4415
  ]
4528
4416
  },
4529
4417
  {
4530
- "ref": "beth-copilot@1.1.0|chai@6.2.2"
4418
+ "ref": "beth-copilot@2.1.0|chai@6.2.2"
4531
4419
  },
4532
4420
  {
4533
- "ref": "beth-copilot@1.1.0|@jridgewell/sourcemap-codec@1.5.5"
4421
+ "ref": "beth-copilot@2.1.0|@jridgewell/sourcemap-codec@1.5.5"
4534
4422
  },
4535
4423
  {
4536
- "ref": "beth-copilot@1.1.0|fdir@6.5.0",
4424
+ "ref": "beth-copilot@2.1.0|fdir@6.5.0",
4537
4425
  "dependsOn": [
4538
- "beth-copilot@1.1.0|picomatch@4.0.3"
4426
+ "beth-copilot@2.1.0|picomatch@4.0.3"
4539
4427
  ]
4540
4428
  },
4541
4429
  {
4542
- "ref": "beth-copilot@1.1.0|esbuild@0.27.3",
4430
+ "ref": "beth-copilot@2.1.0|esbuild@0.27.3",
4543
4431
  "dependsOn": [
4544
- "beth-copilot@1.1.0|@esbuild/linux-x64@0.27.3"
4432
+ "beth-copilot@2.1.0|@esbuild/linux-x64@0.27.3"
4545
4433
  ]
4546
4434
  },
4547
4435
  {
4548
- "ref": "beth-copilot@1.1.0|postcss@8.5.8",
4436
+ "ref": "beth-copilot@2.1.0|postcss@8.5.8",
4549
4437
  "dependsOn": [
4550
- "beth-copilot@1.1.0|nanoid@3.3.11",
4551
- "beth-copilot@1.1.0|picocolors@1.1.1",
4552
- "beth-copilot@1.1.0|source-map-js@1.2.1"
4438
+ "beth-copilot@2.1.0|nanoid@3.3.11",
4439
+ "beth-copilot@2.1.0|picocolors@1.1.1",
4440
+ "beth-copilot@2.1.0|source-map-js@1.2.1"
4553
4441
  ]
4554
4442
  },
4555
4443
  {
4556
- "ref": "beth-copilot@1.1.0|rollup@4.59.0",
4444
+ "ref": "beth-copilot@2.1.0|rollup@4.59.0",
4557
4445
  "dependsOn": [
4558
- "beth-copilot@1.1.0|@rollup/rollup-linux-x64-gnu@4.59.0",
4559
- "beth-copilot@1.1.0|@rollup/rollup-linux-x64-musl@4.59.0",
4560
- "beth-copilot@1.1.0|@types/estree@1.0.8"
4446
+ "beth-copilot@2.1.0|@rollup/rollup-linux-x64-gnu@4.59.0",
4447
+ "beth-copilot@2.1.0|@rollup/rollup-linux-x64-musl@4.59.0",
4448
+ "beth-copilot@2.1.0|@types/estree@1.0.8"
4561
4449
  ]
4562
4450
  },
4563
4451
  {
4564
- "ref": "beth-copilot@1.1.0|siginfo@2.0.0"
4452
+ "ref": "beth-copilot@2.1.0|siginfo@2.0.0"
4565
4453
  },
4566
4454
  {
4567
- "ref": "beth-copilot@1.1.0|stackback@0.0.2"
4455
+ "ref": "beth-copilot@2.1.0|stackback@0.0.2"
4568
4456
  },
4569
4457
  {
4570
- "ref": "beth-copilot@1.1.0|@jridgewell/resolve-uri@3.1.2"
4458
+ "ref": "beth-copilot@2.1.0|@jridgewell/resolve-uri@3.1.2"
4571
4459
  },
4572
4460
  {
4573
- "ref": "beth-copilot@1.1.0|@types/estree@1.0.8"
4461
+ "ref": "beth-copilot@2.1.0|@types/estree@1.0.8"
4574
4462
  },
4575
4463
  {
4576
- "ref": "beth-copilot@1.1.0|semver@7.7.4"
4464
+ "ref": "beth-copilot@2.1.0|semver@7.7.4"
4577
4465
  },
4578
4466
  {
4579
- "ref": "beth-copilot@1.1.0|has-flag@4.0.0"
4467
+ "ref": "beth-copilot@2.1.0|has-flag@4.0.0"
4580
4468
  },
4581
4469
  {
4582
- "ref": "beth-copilot@1.1.0|@babel/helper-string-parser@7.27.1"
4470
+ "ref": "beth-copilot@2.1.0|@babel/helper-string-parser@7.27.1"
4583
4471
  },
4584
4472
  {
4585
- "ref": "beth-copilot@1.1.0|@babel/helper-validator-identifier@7.28.5"
4473
+ "ref": "beth-copilot@2.1.0|@babel/helper-validator-identifier@7.28.5"
4586
4474
  },
4587
4475
  {
4588
- "ref": "beth-copilot@1.1.0|sprintf-js@1.0.3"
4476
+ "ref": "beth-copilot@2.1.0|sprintf-js@1.0.3"
4589
4477
  },
4590
4478
  {
4591
- "ref": "beth-copilot@1.1.0|is-extendable@0.1.1"
4479
+ "ref": "beth-copilot@2.1.0|is-extendable@0.1.1"
4592
4480
  },
4593
4481
  {
4594
- "ref": "beth-copilot@1.1.0|@types/deep-eql@4.0.2"
4482
+ "ref": "beth-copilot@2.1.0|@types/deep-eql@4.0.2"
4595
4483
  },
4596
4484
  {
4597
- "ref": "beth-copilot@1.1.0|assertion-error@2.0.1"
4485
+ "ref": "beth-copilot@2.1.0|assertion-error@2.0.1"
4598
4486
  },
4599
4487
  {
4600
- "ref": "beth-copilot@1.1.0|@esbuild/linux-x64@0.27.3"
4488
+ "ref": "beth-copilot@2.1.0|@esbuild/linux-x64@0.27.3"
4601
4489
  },
4602
4490
  {
4603
- "ref": "beth-copilot@1.1.0|nanoid@3.3.11"
4491
+ "ref": "beth-copilot@2.1.0|nanoid@3.3.11"
4604
4492
  },
4605
4493
  {
4606
- "ref": "beth-copilot@1.1.0|picocolors@1.1.1"
4494
+ "ref": "beth-copilot@2.1.0|picocolors@1.1.1"
4607
4495
  },
4608
4496
  {
4609
- "ref": "beth-copilot@1.1.0|@rollup/rollup-linux-x64-gnu@4.59.0"
4497
+ "ref": "beth-copilot@2.1.0|@rollup/rollup-linux-x64-gnu@4.59.0"
4610
4498
  },
4611
4499
  {
4612
- "ref": "beth-copilot@1.1.0|@rollup/rollup-linux-x64-musl@4.59.0"
4500
+ "ref": "beth-copilot@2.1.0|@rollup/rollup-linux-x64-musl@4.59.0"
4613
4501
  }
4614
4502
  ]
4615
4503
  }