quiver-cli 1.3.1 → 2.0.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 (407) hide show
  1. package/README.md +197 -239
  2. package/dist/cli.js +3163 -2040
  3. package/package.json +10 -11
  4. package/template/.agents/AGENTS.md +0 -26
  5. package/template/.agents/commands/cp.md +0 -108
  6. package/template/.agents/commands/next-setup.md +0 -1064
  7. package/template/.agents/commands/review.md +0 -68
  8. package/template/.agents/commands/terraform-readme.md +0 -38
  9. package/template/.agents/config.json +0 -80
  10. package/template/.agents/plugins/opencode/rtk.ts +0 -34
  11. package/template/.agents/skills/agent-browser/SKILL.md +0 -52
  12. package/template/.agents/skills/apps/skybridge/SKILL.md +0 -52
  13. package/template/.agents/skills/code/cleanup/SKILL.md +0 -26
  14. package/template/.agents/skills/code/improve/SKILL.md +0 -122
  15. package/template/.agents/skills/code/improve/references/audit-playbook.md +0 -130
  16. package/template/.agents/skills/code/improve/references/closing-the-loop.md +0 -96
  17. package/template/.agents/skills/code/improve/references/plan-template.md +0 -197
  18. package/template/.agents/skills/code/vercel-react-best-practices/AGENTS.md +0 -3810
  19. package/template/.agents/skills/code/vercel-react-best-practices/README.md +0 -123
  20. package/template/.agents/skills/code/vercel-react-best-practices/SKILL.md +0 -149
  21. package/template/.agents/skills/code/vercel-react-best-practices/metadata.json +0 -15
  22. package/template/.agents/skills/code/vercel-react-best-practices/rules/_sections.md +0 -46
  23. package/template/.agents/skills/code/vercel-react-best-practices/rules/_template.md +0 -28
  24. package/template/.agents/skills/code/vercel-react-best-practices/rules/advanced-effect-event-deps.md +0 -56
  25. package/template/.agents/skills/code/vercel-react-best-practices/rules/advanced-event-handler-refs.md +0 -55
  26. package/template/.agents/skills/code/vercel-react-best-practices/rules/advanced-init-once.md +0 -42
  27. package/template/.agents/skills/code/vercel-react-best-practices/rules/advanced-use-latest.md +0 -39
  28. package/template/.agents/skills/code/vercel-react-best-practices/rules/async-api-routes.md +0 -38
  29. package/template/.agents/skills/code/vercel-react-best-practices/rules/async-cheap-condition-before-await.md +0 -37
  30. package/template/.agents/skills/code/vercel-react-best-practices/rules/async-defer-await.md +0 -82
  31. package/template/.agents/skills/code/vercel-react-best-practices/rules/async-dependencies.md +0 -51
  32. package/template/.agents/skills/code/vercel-react-best-practices/rules/async-parallel.md +0 -28
  33. package/template/.agents/skills/code/vercel-react-best-practices/rules/async-suspense-boundaries.md +0 -99
  34. package/template/.agents/skills/code/vercel-react-best-practices/rules/bundle-analyzable-paths.md +0 -63
  35. package/template/.agents/skills/code/vercel-react-best-practices/rules/bundle-barrel-imports.md +0 -60
  36. package/template/.agents/skills/code/vercel-react-best-practices/rules/bundle-conditional.md +0 -31
  37. package/template/.agents/skills/code/vercel-react-best-practices/rules/bundle-defer-third-party.md +0 -49
  38. package/template/.agents/skills/code/vercel-react-best-practices/rules/bundle-dynamic-imports.md +0 -35
  39. package/template/.agents/skills/code/vercel-react-best-practices/rules/bundle-preload.md +0 -50
  40. package/template/.agents/skills/code/vercel-react-best-practices/rules/client-event-listeners.md +0 -74
  41. package/template/.agents/skills/code/vercel-react-best-practices/rules/client-localstorage-schema.md +0 -71
  42. package/template/.agents/skills/code/vercel-react-best-practices/rules/client-passive-event-listeners.md +0 -48
  43. package/template/.agents/skills/code/vercel-react-best-practices/rules/client-swr-dedup.md +0 -56
  44. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-batch-dom-css.md +0 -107
  45. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-cache-function-results.md +0 -80
  46. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-cache-property-access.md +0 -28
  47. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-cache-storage.md +0 -70
  48. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-combine-iterations.md +0 -32
  49. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-early-exit.md +0 -50
  50. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-flatmap-filter.md +0 -60
  51. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-hoist-regexp.md +0 -45
  52. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-index-maps.md +0 -37
  53. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-length-check-first.md +0 -49
  54. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-min-max-loop.md +0 -82
  55. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-request-idle-callback.md +0 -105
  56. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-set-map-lookups.md +0 -24
  57. package/template/.agents/skills/code/vercel-react-best-practices/rules/js-tosorted-immutable.md +0 -57
  58. package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-activity.md +0 -26
  59. package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +0 -47
  60. package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-conditional-render.md +0 -40
  61. package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-content-visibility.md +0 -38
  62. package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-hoist-jsx.md +0 -46
  63. package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +0 -82
  64. package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +0 -30
  65. package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-resource-hints.md +0 -85
  66. package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-script-defer-async.md +0 -68
  67. package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-svg-precision.md +0 -28
  68. package/template/.agents/skills/code/vercel-react-best-practices/rules/rendering-usetransition-loading.md +0 -75
  69. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-defer-reads.md +0 -39
  70. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-dependencies.md +0 -45
  71. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +0 -40
  72. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-derived-state.md +0 -29
  73. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-functional-setstate.md +0 -74
  74. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-lazy-state-init.md +0 -58
  75. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +0 -38
  76. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-memo.md +0 -44
  77. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +0 -45
  78. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-no-inline-components.md +0 -82
  79. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +0 -35
  80. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-split-combined-hooks.md +0 -64
  81. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-transitions.md +0 -40
  82. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-use-deferred-value.md +0 -59
  83. package/template/.agents/skills/code/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +0 -73
  84. package/template/.agents/skills/code/vercel-react-best-practices/rules/server-after-nonblocking.md +0 -73
  85. package/template/.agents/skills/code/vercel-react-best-practices/rules/server-auth-actions.md +0 -96
  86. package/template/.agents/skills/code/vercel-react-best-practices/rules/server-cache-lru.md +0 -41
  87. package/template/.agents/skills/code/vercel-react-best-practices/rules/server-cache-react.md +0 -76
  88. package/template/.agents/skills/code/vercel-react-best-practices/rules/server-dedup-props.md +0 -65
  89. package/template/.agents/skills/code/vercel-react-best-practices/rules/server-hoist-static-io.md +0 -149
  90. package/template/.agents/skills/code/vercel-react-best-practices/rules/server-no-shared-module-state.md +0 -50
  91. package/template/.agents/skills/code/vercel-react-best-practices/rules/server-parallel-fetching.md +0 -83
  92. package/template/.agents/skills/code/vercel-react-best-practices/rules/server-parallel-nested-fetching.md +0 -34
  93. package/template/.agents/skills/code/vercel-react-best-practices/rules/server-serialization.md +0 -38
  94. package/template/.agents/skills/data/prisma-cli/SKILL.md +0 -265
  95. package/template/.agents/skills/data/prisma-cli/references/agent-safety.md +0 -27
  96. package/template/.agents/skills/data/prisma-cli/references/complete.md +0 -22
  97. package/template/.agents/skills/data/prisma-cli/references/db-execute.md +0 -78
  98. package/template/.agents/skills/data/prisma-cli/references/db-pull.md +0 -185
  99. package/template/.agents/skills/data/prisma-cli/references/db-push.md +0 -150
  100. package/template/.agents/skills/data/prisma-cli/references/db-seed.md +0 -188
  101. package/template/.agents/skills/data/prisma-cli/references/debug.md +0 -46
  102. package/template/.agents/skills/data/prisma-cli/references/dev.md +0 -157
  103. package/template/.agents/skills/data/prisma-cli/references/format.md +0 -48
  104. package/template/.agents/skills/data/prisma-cli/references/generate.md +0 -173
  105. package/template/.agents/skills/data/prisma-cli/references/init.md +0 -139
  106. package/template/.agents/skills/data/prisma-cli/references/mcp.md +0 -39
  107. package/template/.agents/skills/data/prisma-cli/references/migrate-deploy.md +0 -127
  108. package/template/.agents/skills/data/prisma-cli/references/migrate-dev.md +0 -145
  109. package/template/.agents/skills/data/prisma-cli/references/migrate-diff.md +0 -89
  110. package/template/.agents/skills/data/prisma-cli/references/migrate-reset.md +0 -80
  111. package/template/.agents/skills/data/prisma-cli/references/migrate-resolve.md +0 -57
  112. package/template/.agents/skills/data/prisma-cli/references/migrate-status.md +0 -65
  113. package/template/.agents/skills/data/prisma-cli/references/studio.md +0 -137
  114. package/template/.agents/skills/data/prisma-cli/references/validate.md +0 -53
  115. package/template/.agents/skills/data/prisma-client-api/SKILL.md +0 -216
  116. package/template/.agents/skills/data/prisma-client-api/references/client-methods.md +0 -223
  117. package/template/.agents/skills/data/prisma-client-api/references/constructor.md +0 -221
  118. package/template/.agents/skills/data/prisma-client-api/references/filters.md +0 -256
  119. package/template/.agents/skills/data/prisma-client-api/references/model-queries.md +0 -281
  120. package/template/.agents/skills/data/prisma-client-api/references/query-options.md +0 -276
  121. package/template/.agents/skills/data/prisma-client-api/references/raw-queries.md +0 -198
  122. package/template/.agents/skills/data/prisma-client-api/references/relations.md +0 -308
  123. package/template/.agents/skills/data/prisma-client-api/references/transactions.md +0 -184
  124. package/template/.agents/skills/design/impeccable/SKILL.md +0 -84
  125. package/template/.agents/skills/design/impeccable/reference/adapt.md +0 -312
  126. package/template/.agents/skills/design/impeccable/reference/adapt.native.md +0 -58
  127. package/template/.agents/skills/design/impeccable/reference/android.md +0 -46
  128. package/template/.agents/skills/design/impeccable/reference/animate.md +0 -89
  129. package/template/.agents/skills/design/impeccable/reference/audit.md +0 -136
  130. package/template/.agents/skills/design/impeccable/reference/audit.native.md +0 -139
  131. package/template/.agents/skills/design/impeccable/reference/bolder.md +0 -33
  132. package/template/.agents/skills/design/impeccable/reference/clarify.md +0 -94
  133. package/template/.agents/skills/design/impeccable/reference/colorize.md +0 -86
  134. package/template/.agents/skills/design/impeccable/reference/craft-floor.md +0 -44
  135. package/template/.agents/skills/design/impeccable/reference/craft.md +0 -5
  136. package/template/.agents/skills/design/impeccable/reference/critique.md +0 -806
  137. package/template/.agents/skills/design/impeccable/reference/degraded/asset-producer.md +0 -37
  138. package/template/.agents/skills/design/impeccable/reference/degraded/documenter.md +0 -24
  139. package/template/.agents/skills/design/impeccable/reference/degraded/finish-reviewer.md +0 -38
  140. package/template/.agents/skills/design/impeccable/reference/degraded/manual-edit-applier.md +0 -92
  141. package/template/.agents/skills/design/impeccable/reference/delight.md +0 -70
  142. package/template/.agents/skills/design/impeccable/reference/distill.md +0 -111
  143. package/template/.agents/skills/design/impeccable/reference/doctor.md +0 -54
  144. package/template/.agents/skills/design/impeccable/reference/document.md +0 -416
  145. package/template/.agents/skills/design/impeccable/reference/extract.md +0 -69
  146. package/template/.agents/skills/design/impeccable/reference/harden.md +0 -336
  147. package/template/.agents/skills/design/impeccable/reference/hooks.md +0 -111
  148. package/template/.agents/skills/design/impeccable/reference/init.md +0 -131
  149. package/template/.agents/skills/design/impeccable/reference/ios.md +0 -51
  150. package/template/.agents/skills/design/impeccable/reference/layout.md +0 -84
  151. package/template/.agents/skills/design/impeccable/reference/live-setup.md +0 -102
  152. package/template/.agents/skills/design/impeccable/reference/live.md +0 -323
  153. package/template/.agents/skills/design/impeccable/reference/new-work.md +0 -145
  154. package/template/.agents/skills/design/impeccable/reference/onboard.md +0 -234
  155. package/template/.agents/skills/design/impeccable/reference/operate.md +0 -61
  156. package/template/.agents/skills/design/impeccable/reference/optimize.md +0 -258
  157. package/template/.agents/skills/design/impeccable/reference/overdrive.md +0 -127
  158. package/template/.agents/skills/design/impeccable/reference/polish.md +0 -105
  159. package/template/.agents/skills/design/impeccable/reference/quieter.md +0 -99
  160. package/template/.agents/skills/design/impeccable/reference/routing.md +0 -18
  161. package/template/.agents/skills/design/impeccable/reference/shape.md +0 -59
  162. package/template/.agents/skills/design/impeccable/reference/typeset.md +0 -80
  163. package/template/.agents/skills/design/impeccable/reference/visualize.md +0 -46
  164. package/template/.agents/skills/design/impeccable/scripts/build-phase.mjs +0 -1022
  165. package/template/.agents/skills/design/impeccable/scripts/command-metadata.json +0 -94
  166. package/template/.agents/skills/design/impeccable/scripts/comp-diff.mjs +0 -391
  167. package/template/.agents/skills/design/impeccable/scripts/comp-spec.mjs +0 -513
  168. package/template/.agents/skills/design/impeccable/scripts/concept-seed.mjs +0 -814
  169. package/template/.agents/skills/design/impeccable/scripts/context-signals.mjs +0 -325
  170. package/template/.agents/skills/design/impeccable/scripts/context.mjs +0 -1565
  171. package/template/.agents/skills/design/impeccable/scripts/critique-storage.mjs +0 -473
  172. package/template/.agents/skills/design/impeccable/scripts/data/font-index-failures.json +0 -121
  173. package/template/.agents/skills/design/impeccable/scripts/data/font-index.json +0 -1
  174. package/template/.agents/skills/design/impeccable/scripts/detect-csp.mjs +0 -198
  175. package/template/.agents/skills/design/impeccable/scripts/detect.mjs +0 -30
  176. package/template/.agents/skills/design/impeccable/scripts/detector/browser/injected/index.mjs +0 -2204
  177. package/template/.agents/skills/design/impeccable/scripts/detector/cli/main.mjs +0 -432
  178. package/template/.agents/skills/design/impeccable/scripts/detector/design-system.mjs +0 -1311
  179. package/template/.agents/skills/design/impeccable/scripts/detector/detect-antipatterns-browser.js +0 -9043
  180. package/template/.agents/skills/design/impeccable/scripts/detector/detect-antipatterns.mjs +0 -51
  181. package/template/.agents/skills/design/impeccable/scripts/detector/engines/browser/detect-url.mjs +0 -434
  182. package/template/.agents/skills/design/impeccable/scripts/detector/engines/regex/detect-text.mjs +0 -1319
  183. package/template/.agents/skills/design/impeccable/scripts/detector/engines/static-html/css-cascade.mjs +0 -1241
  184. package/template/.agents/skills/design/impeccable/scripts/detector/engines/static-html/detect-html.mjs +0 -288
  185. package/template/.agents/skills/design/impeccable/scripts/detector/engines/visual/screenshot-contrast.mjs +0 -189
  186. package/template/.agents/skills/design/impeccable/scripts/detector/findings.mjs +0 -18
  187. package/template/.agents/skills/design/impeccable/scripts/detector/node/file-system.mjs +0 -213
  188. package/template/.agents/skills/design/impeccable/scripts/detector/profile/profiler.mjs +0 -166
  189. package/template/.agents/skills/design/impeccable/scripts/detector/registry/antipatterns.mjs +0 -635
  190. package/template/.agents/skills/design/impeccable/scripts/detector/rules/checks.mjs +0 -5681
  191. package/template/.agents/skills/design/impeccable/scripts/detector/shared/color.mjs +0 -596
  192. package/template/.agents/skills/design/impeccable/scripts/detector/shared/constants.mjs +0 -127
  193. package/template/.agents/skills/design/impeccable/scripts/detector/shared/fonts.mjs +0 -30
  194. package/template/.agents/skills/design/impeccable/scripts/detector/shared/inline-ignores.mjs +0 -148
  195. package/template/.agents/skills/design/impeccable/scripts/detector/shared/page.mjs +0 -7
  196. package/template/.agents/skills/design/impeccable/scripts/doctor.mjs +0 -329
  197. package/template/.agents/skills/design/impeccable/scripts/embed-prompt.mjs +0 -166
  198. package/template/.agents/skills/design/impeccable/scripts/font-match.mjs +0 -457
  199. package/template/.agents/skills/design/impeccable/scripts/generate-image.mjs +0 -447
  200. package/template/.agents/skills/design/impeccable/scripts/hook-admin.mjs +0 -819
  201. package/template/.agents/skills/design/impeccable/scripts/hook-before-edit.mjs +0 -538
  202. package/template/.agents/skills/design/impeccable/scripts/hook-lib.mjs +0 -2490
  203. package/template/.agents/skills/design/impeccable/scripts/hook.mjs +0 -79
  204. package/template/.agents/skills/design/impeccable/scripts/lib/artifact-schema.mjs +0 -93
  205. package/template/.agents/skills/design/impeccable/scripts/lib/composition-catalog.mjs +0 -200
  206. package/template/.agents/skills/design/impeccable/scripts/lib/concept-catalog.mjs +0 -396
  207. package/template/.agents/skills/design/impeccable/scripts/lib/design-parser.mjs +0 -880
  208. package/template/.agents/skills/design/impeccable/scripts/lib/font-fingerprint.mjs +0 -564
  209. package/template/.agents/skills/design/impeccable/scripts/lib/font-index.mjs +0 -130
  210. package/template/.agents/skills/design/impeccable/scripts/lib/hero-checks.mjs +0 -246
  211. package/template/.agents/skills/design/impeccable/scripts/lib/image-metrics.mjs +0 -306
  212. package/template/.agents/skills/design/impeccable/scripts/lib/impeccable-config.mjs +0 -640
  213. package/template/.agents/skills/design/impeccable/scripts/lib/impeccable-paths.mjs +0 -137
  214. package/template/.agents/skills/design/impeccable/scripts/lib/is-generated.mjs +0 -72
  215. package/template/.agents/skills/design/impeccable/scripts/lib/live-path-globs.mjs +0 -37
  216. package/template/.agents/skills/design/impeccable/scripts/lib/open-system-browser.mjs +0 -26
  217. package/template/.agents/skills/design/impeccable/scripts/lib/png.mjs +0 -281
  218. package/template/.agents/skills/design/impeccable/scripts/lib/provider.mjs +0 -5
  219. package/template/.agents/skills/design/impeccable/scripts/lib/raster.mjs +0 -194
  220. package/template/.agents/skills/design/impeccable/scripts/lib/roll-selection.mjs +0 -369
  221. package/template/.agents/skills/design/impeccable/scripts/lib/staleness-deep.mjs +0 -485
  222. package/template/.agents/skills/design/impeccable/scripts/lib/staleness-notice.mjs +0 -169
  223. package/template/.agents/skills/design/impeccable/scripts/lib/staleness.mjs +0 -533
  224. package/template/.agents/skills/design/impeccable/scripts/lib/surface-briefs.mjs +0 -149
  225. package/template/.agents/skills/design/impeccable/scripts/lib/target-args.mjs +0 -42
  226. package/template/.agents/skills/design/impeccable/scripts/lib/target-slug.mjs +0 -33
  227. package/template/.agents/skills/design/impeccable/scripts/lib/template-extensions.mjs +0 -146
  228. package/template/.agents/skills/design/impeccable/scripts/live/accept-css.mjs +0 -617
  229. package/template/.agents/skills/design/impeccable/scripts/live/accept-verify.mjs +0 -60
  230. package/template/.agents/skills/design/impeccable/scripts/live/browser-script-parts.mjs +0 -84
  231. package/template/.agents/skills/design/impeccable/scripts/live/completion.mjs +0 -28
  232. package/template/.agents/skills/design/impeccable/scripts/live/event-validation.mjs +0 -199
  233. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/astro.mjs +0 -47
  234. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/detect-utils.mjs +0 -73
  235. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/index.mjs +0 -143
  236. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/journal.mjs +0 -197
  237. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/nextjs.mjs +0 -49
  238. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/nuxt.mjs +0 -161
  239. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/script-src.mjs +0 -17
  240. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/static-html.mjs +0 -26
  241. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/sveltekit.mjs +0 -71
  242. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/tag-strategy.mjs +0 -247
  243. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/tanstack-start.mjs +0 -70
  244. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/vite-generic.mjs +0 -42
  245. package/template/.agents/skills/design/impeccable/scripts/live/generation-preflight.mjs +0 -149
  246. package/template/.agents/skills/design/impeccable/scripts/live/insert-ui.mjs +0 -458
  247. package/template/.agents/skills/design/impeccable/scripts/live/instructions.mjs +0 -142
  248. package/template/.agents/skills/design/impeccable/scripts/live/manual-apply.mjs +0 -939
  249. package/template/.agents/skills/design/impeccable/scripts/live/manual-edit-routes.mjs +0 -357
  250. package/template/.agents/skills/design/impeccable/scripts/live/manual-edits-buffer.mjs +0 -152
  251. package/template/.agents/skills/design/impeccable/scripts/live/poll-lanes.mjs +0 -14
  252. package/template/.agents/skills/design/impeccable/scripts/live/project-ignores.mjs +0 -139
  253. package/template/.agents/skills/design/impeccable/scripts/live/roots.mjs +0 -508
  254. package/template/.agents/skills/design/impeccable/scripts/live/session-store.mjs +0 -563
  255. package/template/.agents/skills/design/impeccable/scripts/live/source-lock.mjs +0 -105
  256. package/template/.agents/skills/design/impeccable/scripts/live/source-search.mjs +0 -105
  257. package/template/.agents/skills/design/impeccable/scripts/live/svelte-ast.mjs +0 -969
  258. package/template/.agents/skills/design/impeccable/scripts/live/svelte-component.mjs +0 -1366
  259. package/template/.agents/skills/design/impeccable/scripts/live/sveltekit-adapter.mjs +0 -304
  260. package/template/.agents/skills/design/impeccable/scripts/live/tanstack-adapter.mjs +0 -259
  261. package/template/.agents/skills/design/impeccable/scripts/live/ui-surfaces.mjs +0 -75
  262. package/template/.agents/skills/design/impeccable/scripts/live/vocabulary.mjs +0 -171
  263. package/template/.agents/skills/design/impeccable/scripts/live-accept.mjs +0 -938
  264. package/template/.agents/skills/design/impeccable/scripts/live-browser-dom.js +0 -146
  265. package/template/.agents/skills/design/impeccable/scripts/live-browser-ignores.js +0 -242
  266. package/template/.agents/skills/design/impeccable/scripts/live-browser-session.js +0 -123
  267. package/template/.agents/skills/design/impeccable/scripts/live-browser.js +0 -12551
  268. package/template/.agents/skills/design/impeccable/scripts/live-commit-manual-edits.mjs +0 -1200
  269. package/template/.agents/skills/design/impeccable/scripts/live-complete.mjs +0 -107
  270. package/template/.agents/skills/design/impeccable/scripts/live-copy-edit-agent.mjs +0 -800
  271. package/template/.agents/skills/design/impeccable/scripts/live-discard-manual-edits.mjs +0 -51
  272. package/template/.agents/skills/design/impeccable/scripts/live-inject.mjs +0 -463
  273. package/template/.agents/skills/design/impeccable/scripts/live-insert.mjs +0 -292
  274. package/template/.agents/skills/design/impeccable/scripts/live-manual-edit-evidence.mjs +0 -368
  275. package/template/.agents/skills/design/impeccable/scripts/live-poll.mjs +0 -430
  276. package/template/.agents/skills/design/impeccable/scripts/live-resume.mjs +0 -123
  277. package/template/.agents/skills/design/impeccable/scripts/live-server.mjs +0 -1698
  278. package/template/.agents/skills/design/impeccable/scripts/live-status.mjs +0 -71
  279. package/template/.agents/skills/design/impeccable/scripts/live-target.mjs +0 -30
  280. package/template/.agents/skills/design/impeccable/scripts/live-wrap.mjs +0 -927
  281. package/template/.agents/skills/design/impeccable/scripts/live.mjs +0 -334
  282. package/template/.agents/skills/design/impeccable/scripts/modern-screenshot.umd.js +0 -14
  283. package/template/.agents/skills/design/impeccable/scripts/palette.mjs +0 -628
  284. package/template/.agents/skills/design/impeccable/scripts/pin.mjs +0 -224
  285. package/template/.agents/skills/design/impeccable/scripts/serve-question.mjs +0 -1783
  286. package/template/.agents/skills/design/impeccable/scripts/surface-brief.mjs +0 -74
  287. package/template/.agents/skills/design/shadcn/SKILL.md +0 -277
  288. package/template/.agents/skills/design/shadcn/agents/openai.yml +0 -5
  289. package/template/.agents/skills/design/shadcn/assets/shadcn-small.png +0 -0
  290. package/template/.agents/skills/design/shadcn/assets/shadcn.png +0 -0
  291. package/template/.agents/skills/design/shadcn/cli.md +0 -290
  292. package/template/.agents/skills/design/shadcn/customization.md +0 -209
  293. package/template/.agents/skills/design/shadcn/evals/evals.json +0 -77
  294. package/template/.agents/skills/design/shadcn/mcp.md +0 -105
  295. package/template/.agents/skills/design/shadcn/registry.md +0 -277
  296. package/template/.agents/skills/design/shadcn/rules/base-vs-radix.md +0 -306
  297. package/template/.agents/skills/design/shadcn/rules/chat.md +0 -250
  298. package/template/.agents/skills/design/shadcn/rules/composition.md +0 -213
  299. package/template/.agents/skills/design/shadcn/rules/forms.md +0 -192
  300. package/template/.agents/skills/design/shadcn/rules/icons.md +0 -101
  301. package/template/.agents/skills/design/shadcn/rules/styling.md +0 -185
  302. package/template/.agents/skills/find-skills/SKILL.md +0 -141
  303. package/template/.agents/skills/hono/SKILL.md +0 -593
  304. package/template/.agents/skills/integrations/langfuse/SKILL.md +0 -150
  305. package/template/.agents/skills/integrations/langfuse/references/ci-cd.md +0 -41
  306. package/template/.agents/skills/integrations/langfuse/references/cli.md +0 -60
  307. package/template/.agents/skills/integrations/langfuse/references/create-dataset.md +0 -35
  308. package/template/.agents/skills/integrations/langfuse/references/error-analysis.md +0 -87
  309. package/template/.agents/skills/integrations/langfuse/references/instrumentation.md +0 -121
  310. package/template/.agents/skills/integrations/langfuse/references/judge-calibration.md +0 -293
  311. package/template/.agents/skills/integrations/langfuse/references/prompt-engineering.md +0 -35
  312. package/template/.agents/skills/integrations/langfuse/references/prompt-migration.md +0 -79
  313. package/template/.agents/skills/integrations/langfuse/references/sdk-upgrade.md +0 -34
  314. package/template/.agents/skills/integrations/langfuse/references/setting-up-evals.md +0 -65
  315. package/template/.agents/skills/integrations/langfuse/references/skill-feedback.md +0 -35
  316. package/template/.agents/skills/integrations/langfuse/references/trace-evaluator-upgrade.md +0 -76
  317. package/template/.agents/skills/integrations/langfuse/references/user-feedback.md +0 -66
  318. package/template/.agents/skills/integrations/langfuse/references/v4-project-migration.md +0 -75
  319. package/template/.agents/skills/integrations/posthog/SKILL.md +0 -102
  320. package/template/.agents/skills/integrations/posthog/references/error-tracking-alerts.md +0 -63
  321. package/template/.agents/skills/integrations/posthog/references/error-tracking-assigning-issues.md +0 -77
  322. package/template/.agents/skills/integrations/posthog/references/error-tracking-fingerprints.md +0 -57
  323. package/template/.agents/skills/integrations/posthog/references/error-tracking-monitoring.md +0 -140
  324. package/template/.agents/skills/integrations/posthog/references/error-tracking-nextjs.md +0 -490
  325. package/template/.agents/skills/integrations/posthog/references/error-tracking-source-maps.md +0 -45
  326. package/template/.agents/skills/integrations/posthog/references/feature-flags-best-practices.md +0 -139
  327. package/template/.agents/skills/integrations/posthog/references/feature-flags-react.md +0 -302
  328. package/template/.agents/skills/integrations/posthog/references/identify-users.md +0 -202
  329. package/template/.agents/skills/integrations/posthog/references/integration-example.md +0 -706
  330. package/template/.agents/skills/integrations/posthog/references/integration-nextjs.md +0 -385
  331. package/template/.agents/skills/integrations/posthog/references/integration-step-1-begin.md +0 -43
  332. package/template/.agents/skills/integrations/posthog/references/integration-step-2-edit.md +0 -37
  333. package/template/.agents/skills/integrations/posthog/references/integration-step-3-revise.md +0 -22
  334. package/template/.agents/skills/integrations/posthog/references/integration-step-4-conclude.md +0 -38
  335. package/template/.agents/skills/integrations/posthog/references/llm-analytics-anthropic.md +0 -200
  336. package/template/.agents/skills/integrations/posthog/references/llm-analytics-basics.md +0 -62
  337. package/template/.agents/skills/integrations/posthog/references/llm-analytics-costs.md +0 -197
  338. package/template/.agents/skills/integrations/posthog/references/llm-analytics-manual-capture.md +0 -397
  339. package/template/.agents/skills/integrations/posthog/references/llm-analytics-traces.md +0 -98
  340. package/template/.agents/skills/integrations/posthog/references/llm-analytics-vercel-ai.md +0 -120
  341. package/template/.agents/skills/repo/repo-ci/SKILL.md +0 -265
  342. package/template/.agents/skills/repo/repo-init-next-js/SKILL.md +0 -129
  343. package/template/.agents/skills/repo/repo-init-next-js/references/file-contents.md +0 -800
  344. package/template/.agents/skills/repo/repo-init-next-js/scripts/setup.sh +0 -47
  345. package/template/.agents/skills/repo/repo-init-node/SKILL.md +0 -196
  346. package/template/.agents/skills/skill-creator/LICENSE.txt +0 -202
  347. package/template/.agents/skills/skill-creator/SKILL.md +0 -485
  348. package/template/.agents/skills/skill-creator/agents/analyzer.md +0 -274
  349. package/template/.agents/skills/skill-creator/agents/comparator.md +0 -202
  350. package/template/.agents/skills/skill-creator/agents/grader.md +0 -223
  351. package/template/.agents/skills/skill-creator/assets/eval_review.html +0 -146
  352. package/template/.agents/skills/skill-creator/eval-viewer/generate_review.py +0 -471
  353. package/template/.agents/skills/skill-creator/eval-viewer/viewer.html +0 -1325
  354. package/template/.agents/skills/skill-creator/references/schemas.md +0 -430
  355. package/template/.agents/skills/skill-creator/scripts/__init__.py +0 -0
  356. package/template/.agents/skills/skill-creator/scripts/aggregate_benchmark.py +0 -401
  357. package/template/.agents/skills/skill-creator/scripts/generate_report.py +0 -326
  358. package/template/.agents/skills/skill-creator/scripts/improve_description.py +0 -247
  359. package/template/.agents/skills/skill-creator/scripts/package_skill.py +0 -136
  360. package/template/.agents/skills/skill-creator/scripts/quick_validate.py +0 -103
  361. package/template/.agents/skills/skill-creator/scripts/run_eval.py +0 -310
  362. package/template/.agents/skills/skill-creator/scripts/run_loop.py +0 -328
  363. package/template/.agents/skills/skill-creator/scripts/utils.py +0 -47
  364. package/template/.agents/skills/supabase/CHANGELOG.md +0 -78
  365. package/template/.agents/skills/supabase/SKILL.md +0 -149
  366. package/template/.agents/skills/supabase/assets/feedback-issue-template.md +0 -17
  367. package/template/.agents/skills/supabase/references/skill-feedback.md +0 -17
  368. package/template/.agents/skills/supabase-postgres-best-practices/CHANGELOG.md +0 -73
  369. package/template/.agents/skills/supabase-postgres-best-practices/SKILL.md +0 -64
  370. package/template/.agents/skills/supabase-postgres-best-practices/references/_contributing.md +0 -170
  371. package/template/.agents/skills/supabase-postgres-best-practices/references/_sections.md +0 -39
  372. package/template/.agents/skills/supabase-postgres-best-practices/references/_template.md +0 -34
  373. package/template/.agents/skills/supabase-postgres-best-practices/references/advanced-full-text-search.md +0 -55
  374. package/template/.agents/skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md +0 -49
  375. package/template/.agents/skills/supabase-postgres-best-practices/references/conn-idle-timeout.md +0 -46
  376. package/template/.agents/skills/supabase-postgres-best-practices/references/conn-limits.md +0 -44
  377. package/template/.agents/skills/supabase-postgres-best-practices/references/conn-pooling.md +0 -41
  378. package/template/.agents/skills/supabase-postgres-best-practices/references/conn-prepared-statements.md +0 -46
  379. package/template/.agents/skills/supabase-postgres-best-practices/references/data-batch-inserts.md +0 -54
  380. package/template/.agents/skills/supabase-postgres-best-practices/references/data-n-plus-one.md +0 -53
  381. package/template/.agents/skills/supabase-postgres-best-practices/references/data-pagination.md +0 -50
  382. package/template/.agents/skills/supabase-postgres-best-practices/references/data-upsert.md +0 -50
  383. package/template/.agents/skills/supabase-postgres-best-practices/references/lock-advisory.md +0 -56
  384. package/template/.agents/skills/supabase-postgres-best-practices/references/lock-deadlock-prevention.md +0 -68
  385. package/template/.agents/skills/supabase-postgres-best-practices/references/lock-short-transactions.md +0 -50
  386. package/template/.agents/skills/supabase-postgres-best-practices/references/lock-skip-locked.md +0 -54
  387. package/template/.agents/skills/supabase-postgres-best-practices/references/monitor-explain-analyze.md +0 -45
  388. package/template/.agents/skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md +0 -55
  389. package/template/.agents/skills/supabase-postgres-best-practices/references/monitor-vacuum-analyze.md +0 -55
  390. package/template/.agents/skills/supabase-postgres-best-practices/references/query-composite-indexes.md +0 -44
  391. package/template/.agents/skills/supabase-postgres-best-practices/references/query-covering-indexes.md +0 -40
  392. package/template/.agents/skills/supabase-postgres-best-practices/references/query-index-types.md +0 -48
  393. package/template/.agents/skills/supabase-postgres-best-practices/references/query-missing-indexes.md +0 -43
  394. package/template/.agents/skills/supabase-postgres-best-practices/references/query-partial-indexes.md +0 -45
  395. package/template/.agents/skills/supabase-postgres-best-practices/references/schema-constraints.md +0 -80
  396. package/template/.agents/skills/supabase-postgres-best-practices/references/schema-data-types.md +0 -46
  397. package/template/.agents/skills/supabase-postgres-best-practices/references/schema-foreign-key-indexes.md +0 -59
  398. package/template/.agents/skills/supabase-postgres-best-practices/references/schema-lowercase-identifiers.md +0 -55
  399. package/template/.agents/skills/supabase-postgres-best-practices/references/schema-partitioning.md +0 -55
  400. package/template/.agents/skills/supabase-postgres-best-practices/references/schema-primary-keys.md +0 -61
  401. package/template/.agents/skills/supabase-postgres-best-practices/references/security-privileges.md +0 -54
  402. package/template/.agents/skills/supabase-postgres-best-practices/references/security-rls-basics.md +0 -50
  403. package/template/.agents/skills/supabase-postgres-best-practices/references/security-rls-performance.md +0 -63
  404. package/template/.agents/skills/writing/humanizer/LICENSE +0 -21
  405. package/template/.agents/skills/writing/humanizer/README.md +0 -209
  406. package/template/.agents/skills/writing/humanizer/SKILL.md +0 -456
  407. package/template/.agents/upstreams.json +0 -115
@@ -1,1366 +0,0 @@
1
- /**
2
- * Svelte live-mode component injection helpers.
3
- *
4
- * Variants are real .svelte components under node_modules/.impeccable-live/<session-id>/.
5
- * The browser mounts them via Svelte 5 mount(); accept inlines the chosen
6
- * variant back into the route source with props mapped to original bindings.
7
- */
8
-
9
- import fs from 'node:fs';
10
- import path from 'node:path';
11
- import os from 'node:os';
12
- import { createHash } from 'node:crypto';
13
- import {
14
- analyzeSvelteMarkup,
15
- buildPropsScriptV2,
16
- loadSvelteCompiler,
17
- restoreSvelteMarkup,
18
- } from './svelte-ast.mjs';
19
- import {
20
- bakeParamValues,
21
- collectAllSelectors,
22
- collectUnusedSelectors,
23
- normalizeSelector,
24
- parseStylesheet,
25
- pruneUnusedSelectors,
26
- reconcileCss,
27
- serializeNodes,
28
- splitSelectorList,
29
- } from './accept-css.mjs';
30
- import { verifyAcceptedSource } from './accept-verify.mjs';
31
-
32
- // Preview modules stay under node_modules on purpose: SvelteKit restricts
33
- // vite's server.fs.allow to src/lib, src/routes, .svelte-kit, and
34
- // node_modules, so an .impeccable/ tree under the app root 403s (verified
35
- // against a real SvelteKit dev server). Staleness from node_modules being
36
- // unwatched is solved by REVISIONED module paths instead: every publish
37
- // snapshots the variant files into a fresh r<N>/ directory and the browser
38
- // imports from there, so a republished fix can never be pinned by a
39
- // transform cache keyed on the old path.
40
- export const SVELTE_COMPONENT_ROOT = 'node_modules/.impeccable-live';
41
- // A short-lived interim location; swept so no project keeps a stray tree.
42
- export const LEGACY_SVELTE_COMPONENT_ROOT = '.impeccable/live/previews';
43
- export const SVELTE_RUNTIME_FILE = `${SVELTE_COMPONENT_ROOT}/__runtime.js`;
44
- export const SVELTE_PROBE_FILE = `${SVELTE_COMPONENT_ROOT}/__probe.js`;
45
- export const DEFERRED_ACCEPTS_FILE = '.impeccable/live/deferred-svelte-component-accepts.json';
46
-
47
- const MUSTACHE_RE = /\{([^{}]+)\}/g;
48
-
49
- export function shouldUseSvelteComponentInjection(filePath) {
50
- if (/^(0|false|no)$/i.test(process.env.IMPECCABLE_LIVE_SVELTE_COMPONENT || '')) return false;
51
- return path.extname(filePath).toLowerCase() === '.svelte';
52
- }
53
-
54
- export function componentSessionDir(id, cwd = process.cwd()) {
55
- return path.join(cwd, SVELTE_COMPONENT_ROOT, id);
56
- }
57
-
58
- export function manifestPathForSession(id, cwd = process.cwd()) {
59
- return path.join(componentSessionDir(id, cwd), 'manifest.json');
60
- }
61
-
62
- export function ensureRuntimeHelper(cwd = process.cwd()) {
63
- const file = path.join(cwd, SVELTE_RUNTIME_FILE);
64
- fs.mkdirSync(path.dirname(file), { recursive: true });
65
- if (!fs.existsSync(file)) {
66
- fs.writeFileSync(file, `export { mount, unmount } from 'svelte';\n`, 'utf-8');
67
- }
68
- // Attach-time probe: the browser imports this through the dev server before
69
- // the first mount. A 404 here means the resolved app root and the dev
70
- // server's root disagree, and the session fails with a named error instead
71
- // of a silent fall-back to the picker at first variant.
72
- const probe = path.join(cwd, SVELTE_PROBE_FILE);
73
- if (!fs.existsSync(probe)) {
74
- fs.writeFileSync(probe, `export const impeccableLivePreviewProbe = true;\n`, 'utf-8');
75
- }
76
- return file;
77
- }
78
-
79
- /**
80
- * Extract ordered unique mustache expressions from markup (not inside <!-- -->).
81
- */
82
- export function extractMustacheExpressions(text) {
83
- const expressions = [];
84
- const seen = new Set();
85
- const lines = String(text || '').split('\n');
86
- for (const line of lines) {
87
- const trimmed = line.trim();
88
- if (trimmed.startsWith('<!--')) continue;
89
- let match;
90
- MUSTACHE_RE.lastIndex = 0;
91
- while ((match = MUSTACHE_RE.exec(line)) !== null) {
92
- const expr = match[1].trim();
93
- if (!expr || seen.has(expr)) continue;
94
- seen.add(expr);
95
- expressions.push(expr);
96
- }
97
- }
98
- return expressions;
99
- }
100
-
101
- export function buildPropContract(expressions) {
102
- return expressions.map((expr, index) => {
103
- const derived = derivePropName(expr, index);
104
- return {
105
- prop: derived,
106
- expr,
107
- placeholder: `{${expr}}`,
108
- };
109
- });
110
- }
111
-
112
- function derivePropName(expr, index) {
113
- const tail = expr.match(/(?:\.|\[)(\w+)\s*\]?$/);
114
- if (tail && tail[1] && /^[A-Za-z_$][\w$]*$/.test(tail[1])) {
115
- return tail[1];
116
- }
117
- return `prop${index}`;
118
- }
119
-
120
- export function substituteExprsWithProps(markup, contract) {
121
- let out = String(markup || '');
122
- for (const entry of contract) {
123
- out = out.split(entry.placeholder).join(`{${entry.prop}}`);
124
- }
125
- return out;
126
- }
127
-
128
- export function substitutePropsWithExprs(markup, contract) {
129
- let out = String(markup || '');
130
- for (const entry of contract) {
131
- out = out.split(`{${entry.prop}}`).join(`{${entry.expr}}`);
132
- }
133
- return out;
134
- }
135
-
136
- export function parseSvelteComponentFile(content) {
137
- const text = String(content || '');
138
- const scriptMatch = text.match(/^([\s\S]*?)<script\b[^>]*>[\s\S]*?<\/script>/i);
139
- const withoutScript = scriptMatch ? text.slice(scriptMatch[0].length) : text;
140
- const styleMatch = withoutScript.match(/<style\b[^>]*>[\s\S]*?<\/style\s*>/i);
141
- const styleBlock = styleMatch ? styleMatch[0] : '';
142
- const markup = styleMatch
143
- ? withoutScript.slice(0, styleMatch.index).trim()
144
- : withoutScript.trim();
145
- const cssLines = styleBlock
146
- ? styleBlock
147
- .replace(/^<style\b[^>]*>/i, '')
148
- .replace(/<\/style\s*>$/i, '')
149
- .split('\n')
150
- .map((line) => line.trimEnd())
151
- : [];
152
- while (cssLines.length > 0 && cssLines[0].trim() === '') cssLines.shift();
153
- while (cssLines.length > 0 && cssLines[cssLines.length - 1].trim() === '') cssLines.pop();
154
- return { markup, cssLines, styleBlock };
155
- }
156
-
157
- // A JSDoc `@type` directly before a destructuring declaration is JSDoc cast
158
- // syntax, and Svelte 5.50+ re-emits it onto the template's own declaration as
159
- // `var /** @type {...} */ (h1) = root()`, which does not parse. The browser's
160
- // import of the variant then fails with "Unexpected token '('" and the session
161
- // shows nothing. `@typedef` documents the same shape without being a cast.
162
- // tests/live-svelte-props-script.test.mjs compiles and parses what this emits.
163
- function buildPropsScript(contract) {
164
- if (contract.length === 0) {
165
- return '<script>\n /** @typedef {Record<string, never>} Props */\n let {} = $props();\n</script>\n';
166
- }
167
- const names = contract.map((c) => c.prop).join(', ');
168
- const typeFields = contract.map((c) => ` ${c.prop}: string;`).join('\n');
169
- return `<script>\n /** @typedef {{\n${typeFields}\n }} Props */\n let { ${names} } = $props();\n</script>\n`;
170
- }
171
-
172
- function buildVariantStub(variantNum, originalWithProps, contract) {
173
- const propsComment = contract.length > 0
174
- ? `\n<!-- Props: ${contract.map((c) => `${c.prop} <- {${c.expr}}`).join(', ')} -->\n`
175
- : '';
176
- return `${buildPropsScript(contract)}${propsComment}${originalWithProps.trim()}\n\n<style>\n /* Variant ${variantNum}: add scoped CSS here */\n</style>\n`;
177
- }
178
-
179
- function buildInsertVariantStub(variantNum) {
180
- return `${buildPropsScript([])}<div class="impeccable-insert-preview">Insert variant ${variantNum}</div>\n\n<style>\n .impeccable-insert-preview { display: block; }\n</style>\n`;
181
- }
182
-
183
- /**
184
- * Scaffold a component-preview session. The scaffold is AST-based: the app's
185
- * own svelte compiler parses the selected markup, control-flow blocks are
186
- * preserved (an each collection crosses the prop contract as ONE structured
187
- * prop, its loop body verbatim), and constructs a detached preview cannot
188
- * support return `{ fallback: 'source-preview', reason }` so the caller keeps
189
- * the markup inside the route file instead of shipping a wrong preview.
190
- */
191
- export function scaffoldSvelteComponentSession({
192
- id,
193
- count,
194
- sourceFile,
195
- sourceStartLine,
196
- sourceEndLine,
197
- originalLines,
198
- cwd = process.cwd(),
199
- }) {
200
- const originalMarkup = originalLines.join('\n');
201
-
202
- const compiler = loadSvelteCompiler(cwd);
203
- if (!compiler) {
204
- return { fallback: 'source-preview', reason: 'svelte 5 compiler not resolvable from the app root' };
205
- }
206
- const analysis = analyzeSvelteMarkup(originalMarkup, compiler.parse);
207
- if (!analysis.ok) {
208
- return { fallback: 'source-preview', reason: analysis.reason };
209
- }
210
-
211
- ensureRuntimeHelper(cwd);
212
- const dir = componentSessionDir(id, cwd);
213
- fs.mkdirSync(dir, { recursive: true });
214
-
215
- const contract = analysis.contract;
216
- const seeded = extractMatchingSourceCss(
217
- safeReadSource(path.resolve(cwd, sourceFile)),
218
- originalMarkup,
219
- );
220
- const seededCss = seeded.css;
221
- // The preview compiles in isolation, so NONE of these source rules applied
222
- // to what the user approved. Accept enforces that preview truth: any of
223
- // them the variant does not re-declare is superseded and removed, instead
224
- // of re-attaching to the accepted markup through kept class names (the
225
- // ".decisions grid grabs the new board" failure). Only the CLASS-matched
226
- // selectors are candidates; tag rules style shared route elements.
227
- const seededSelectors = [...seeded.supersedable];
228
-
229
- const manifest = {
230
- id,
231
- previewMode: 'svelte-component',
232
- contractVersion: 2,
233
- sourceFile: sourceFile.split(path.sep).join('/'),
234
- sourceStartLine,
235
- sourceEndLine,
236
- count,
237
- propContract: contract,
238
- originalMarkup,
239
- seededSelectors,
240
- componentDir: path.relative(cwd, dir).split(path.sep).join('/'),
241
- // Absolute paths let the browser fall back to /@fs/ imports when the dev
242
- // server's base or root makes root-relative URLs miss, and probe whether
243
- // the preview tree is reachable at all before blaming a variant.
244
- componentDirAbs: dir.split(path.sep).join('/'),
245
- runtimeModule: `/${SVELTE_RUNTIME_FILE}`,
246
- runtimeModuleAbs: path.join(cwd, SVELTE_RUNTIME_FILE).split(path.sep).join('/'),
247
- probeModule: `/${SVELTE_PROBE_FILE}`,
248
- probeModuleAbs: path.join(cwd, SVELTE_PROBE_FILE).split(path.sep).join('/'),
249
- };
250
-
251
- fs.writeFileSync(path.join(dir, 'manifest.json'), JSON.stringify(manifest, null, 2) + '\n', 'utf-8');
252
-
253
- for (let n = 1; n <= count; n++) {
254
- const variantFile = path.join(dir, `v${n}.svelte`);
255
- if (!fs.existsSync(variantFile)) {
256
- fs.writeFileSync(variantFile, buildVariantStubV2(n, analysis.markupWithProps, contract, seededCss), 'utf-8');
257
- }
258
- }
259
-
260
- return {
261
- manifest,
262
- manifestFile: path.relative(cwd, path.join(dir, 'manifest.json')).split(path.sep).join('/'),
263
- componentDir: manifest.componentDir,
264
- propContract: contract,
265
- // Inlined so the generate event's scaffold payload carries the stub
266
- // shape; the agent edits vN.svelte in place instead of spending reads on
267
- // the manifest and stub files (or deleting and recreating them).
268
- stubMarkup: analysis.markupWithProps,
269
- seededCss,
270
- };
271
- }
272
-
273
- function safeReadSource(filePath) {
274
- try { return fs.readFileSync(filePath, 'utf-8'); } catch { return ''; }
275
- }
276
-
277
- function escapeSelectorToken(token) {
278
- return String(token).replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
279
- }
280
-
281
- /**
282
- * Seed variant stubs with the source component's rules that already style the
283
- * selected markup, so variants start from the real cascade (a detached
284
- * preview inherits none of the route's compile-scoped CSS) instead of
285
- * reimplementing it blind.
286
- *
287
- * Returns { css, supersedable }. `css` is every matching rule (class OR tag
288
- * matched). `supersedable` holds only the CLASS-matched selectors: those are
289
- * the accept-time removal candidates. Tag selectors (h1, a, p) style shared
290
- * elements across the whole route, so they seed the preview but are never
291
- * candidates for removal.
292
- */
293
- export function extractMatchingSourceCss(routeSource, originalMarkup) {
294
- const empty = { css: '', supersedable: new Set() };
295
- const styleMatch = String(routeSource || '').match(/<style\b[^>]*>([\s\S]*?)<\/style\s*>/i);
296
- if (!styleMatch) return empty;
297
- const classNames = new Set();
298
- const classRe = /class\s*=\s*(["'])(.*?)\1/g;
299
- let m;
300
- while ((m = classRe.exec(originalMarkup))) {
301
- for (const cls of m[2].split(/\s+/)) if (cls && !cls.includes('{')) classNames.add(cls);
302
- }
303
- const tagRe = /<([a-z][a-z0-9-]*)/gi;
304
- const tags = new Set();
305
- while ((m = tagRe.exec(originalMarkup))) tags.add(m[1].toLowerCase());
306
- if (classNames.size === 0 && tags.size === 0) return empty;
307
-
308
- // Token-boundary matching, never substring: `.btn` must not match
309
- // `.btn-primary`, and `.stage` must not match `.stages`. A substring hit
310
- // seeds a rule that never styled the pick, and a falsely seeded selector
311
- // becomes an accept-time DELETION of a hand-written rule.
312
- const classRes = [...classNames].map((cls) => new RegExp('\\.' + escapeSelectorToken(cls) + '(?![A-Za-z0-9_-])'));
313
- const tagRes = [...tags].map((tag) => new RegExp('(^|[\\s>+~,(])' + escapeSelectorToken(tag) + '(?![A-Za-z0-9_-])', 'i'));
314
- const classMatches = (selector) => classRes.some((re) => re.test(selector));
315
- const tagMatches = (selector) => tagRes.some((re) => re.test(selector));
316
-
317
- const supersedable = new Set();
318
- const ruleMatches = (prelude) => {
319
- let matched = false;
320
- for (const selector of splitSelectorList(prelude)) {
321
- if (classMatches(selector)) {
322
- matched = true;
323
- supersedable.add(normalizeSelector(selector));
324
- } else if (tagMatches(selector)) {
325
- matched = true;
326
- }
327
- }
328
- return matched;
329
- };
330
-
331
- const pick = (nodes) => {
332
- const kept = [];
333
- for (const node of nodes) {
334
- if (node.type === 'rule' && ruleMatches(node.prelude)) kept.push(node);
335
- else if (node.type === 'at' && node.children) {
336
- const children = pick(node.children);
337
- if (children.length) kept.push({ ...node, children });
338
- }
339
- }
340
- return kept;
341
- };
342
- return { css: serializeNodes(pick(parseStylesheet(styleMatch[1]))), supersedable };
343
- }
344
-
345
- function buildVariantStubV2(variantNum, markupWithProps, contract, seededCss) {
346
- const propsComment = contract.length > 0
347
- ? `\n<!-- Props: ${contract.map((c) => `${c.prop} (${c.kind}) <- {${c.expr}}`).join(', ')} -->\n`
348
- : '';
349
- // The guard comments must never contain the literal "<style" character
350
- // sequence: agents (and the fake test agent) locate the style block with
351
- // string searches, and a mention inside a comment truncates their surgery
352
- // mid-comment.
353
- const css = seededCss
354
- ? `\n<style>\n /* Variant ${variantNum}: seeded from the route's current rules; restyle or delete freely.\n ALL rules go inside THIS block. Svelte allows exactly one top-level style\n element per component; appending a second one is a compile error. */\n${seededCss.split('\n').map((l) => (l.trim() ? ' ' + l : '')).join('\n')}\n</style>\n`
355
- : `\n<style>\n /* Variant ${variantNum}: add all CSS inside THIS block. Svelte allows exactly\n one top-level style element; a second one is a compile error. */\n</style>\n`;
356
- return `${buildPropsScriptV2(contract)}${propsComment}${markupWithProps.trim()}\n${css}`;
357
- }
358
-
359
- export function scaffoldSvelteComponentInsertSession({
360
- id,
361
- count,
362
- sourceFile,
363
- insertLine,
364
- position,
365
- anchorStartLine,
366
- anchorEndLine,
367
- anchorLines,
368
- cwd = process.cwd(),
369
- }) {
370
- ensureRuntimeHelper(cwd);
371
- const dir = componentSessionDir(id, cwd);
372
- fs.mkdirSync(dir, { recursive: true });
373
-
374
- const anchorMarkup = (anchorLines || []).join('\n');
375
- const manifest = {
376
- id,
377
- mode: 'insert',
378
- previewMode: 'svelte-component',
379
- sourceFile: sourceFile.split(path.sep).join('/'),
380
- insertLine,
381
- position,
382
- anchorStartLine,
383
- anchorEndLine,
384
- originalMarkup: anchorMarkup,
385
- anchorMarkup,
386
- count,
387
- propContract: [],
388
- componentDir: path.relative(cwd, dir).split(path.sep).join('/'),
389
- componentDirAbs: dir.split(path.sep).join('/'),
390
- runtimeModule: `/${SVELTE_RUNTIME_FILE}`,
391
- runtimeModuleAbs: path.join(cwd, SVELTE_RUNTIME_FILE).split(path.sep).join('/'),
392
- probeModule: `/${SVELTE_PROBE_FILE}`,
393
- probeModuleAbs: path.join(cwd, SVELTE_PROBE_FILE).split(path.sep).join('/'),
394
- };
395
-
396
- fs.writeFileSync(path.join(dir, 'manifest.json'), JSON.stringify(manifest, null, 2) + '\n', 'utf-8');
397
-
398
- for (let n = 1; n <= count; n++) {
399
- const variantFile = path.join(dir, `v${n}.svelte`);
400
- if (!fs.existsSync(variantFile)) {
401
- fs.writeFileSync(variantFile, buildInsertVariantStub(n), 'utf-8');
402
- }
403
- }
404
-
405
- return {
406
- manifest,
407
- manifestFile: path.relative(cwd, path.join(dir, 'manifest.json')).split(path.sep).join('/'),
408
- componentDir: manifest.componentDir,
409
- propContract: [],
410
- };
411
- }
412
-
413
- export function findSvelteComponentManifest(id, cwd = process.cwd()) {
414
- const direct = manifestPathForSession(id, cwd);
415
- if (fs.existsSync(direct)) {
416
- return readManifest(direct);
417
- }
418
- // Legacy location: a session scaffolded by an older version can still be
419
- // accepted after an upgrade.
420
- const legacyDirect = path.join(cwd, LEGACY_SVELTE_COMPONENT_ROOT, id, 'manifest.json');
421
- if (fs.existsSync(legacyDirect)) {
422
- return readManifest(legacyDirect);
423
- }
424
- for (const rootRel of [SVELTE_COMPONENT_ROOT, LEGACY_SVELTE_COMPONENT_ROOT]) {
425
- const root = path.join(cwd, rootRel);
426
- if (!fs.existsSync(root)) continue;
427
- for (const entry of fs.readdirSync(root, { withFileTypes: true })) {
428
- if (!entry.isDirectory()) continue;
429
- const candidate = path.join(root, entry.name, 'manifest.json');
430
- if (!fs.existsSync(candidate)) continue;
431
- try {
432
- const manifest = readManifest(candidate);
433
- if (manifest?.id === id) return { ...manifest, manifestPath: candidate };
434
- } catch { /* skip */ }
435
- }
436
- }
437
- return null;
438
- }
439
-
440
- export function readManifest(manifestPath) {
441
- const data = JSON.parse(fs.readFileSync(manifestPath, 'utf-8'));
442
- return {
443
- ...data,
444
- manifestPath,
445
- };
446
- }
447
-
448
- export function resolveSourceFile(sourceFile, cwd = process.cwd()) {
449
- if (!sourceFile || path.isAbsolute(sourceFile)) {
450
- throw new Error('Invalid svelte-component source file');
451
- }
452
- const full = path.resolve(cwd, sourceFile);
453
- const rel = path.relative(cwd, full);
454
- if (!rel || rel.startsWith('..') || path.isAbsolute(rel)) {
455
- throw new Error('Svelte-component source file escapes project root');
456
- }
457
- if (!fs.existsSync(full)) {
458
- throw new Error('Svelte-component source file not found: ' + sourceFile);
459
- }
460
- return full;
461
- }
462
-
463
- function appendCssToSvelteStyle(lines, cssLines) {
464
- const closeIdx = findLastStyleCloseLine(lines);
465
- const prepared = ['', ...cssLines.map((line) => (line.trim() === '' ? '' : ' ' + line.trimStart()))];
466
- if (closeIdx === -1) {
467
- return [...lines, '', '<style>', ...prepared.slice(1), '</style>'];
468
- }
469
- return [
470
- ...lines.slice(0, closeIdx),
471
- ...prepared,
472
- ...lines.slice(closeIdx),
473
- ];
474
- }
475
-
476
- function findLastStyleCloseLine(lines) {
477
- for (let i = lines.length - 1; i >= 0; i--) {
478
- if (/<\/style\s*>/.test(lines[i])) return i;
479
- }
480
- return -1;
481
- }
482
-
483
- function bakeParamValuesInCss(cssLines, paramValues) {
484
- if (!paramValues || Object.keys(paramValues).length === 0) return cssLines;
485
- return cssLines.map((line) => {
486
- let out = line;
487
- for (const [key, value] of Object.entries(paramValues)) {
488
- const varName = `--p-${key}`;
489
- out = out.replace(new RegExp(`var\\(${escapeRegExp(varName)}(?:,\\s*[^)]+)?\\)`, 'g'), String(value));
490
- }
491
- return out;
492
- });
493
- }
494
-
495
- function sanitizeAcceptedSvelteCss(cssLines, variantNum, paramValues = null, rootTag = 'div') {
496
- const css = String((cssLines || []).join('\n'));
497
- if (!/data-impeccable-variant|impeccable-variant-ready/.test(css)) return cssLines;
498
-
499
- const rules = parseCssRules(css);
500
- const output = [];
501
- for (const rule of rules) {
502
- appendSanitizedCssRule(output, rule, variantNum, paramValues, rootTag);
503
- }
504
- return output.join('\n')
505
- .split('\n')
506
- .map((line) => line.trimEnd())
507
- .filter((line) => line.trim() !== '');
508
- }
509
-
510
- function appendSanitizedCssRule(output, rule, variantNum, paramValues, rootTag) {
511
- const prelude = rule.prelude.trim();
512
- const body = rule.body.trim();
513
- if (!prelude || !body || /--impeccable-variant-ready\s*:/.test(body)) return;
514
-
515
- if (/^@scope\b/i.test(prelude)) {
516
- if (/data-impeccable-variant/.test(prelude) && !selectorHasVariant(prelude, variantNum)) return;
517
- const inner = parseCssRules(body);
518
- for (const innerRule of inner) {
519
- const rewrittenPrelude = rewriteAcceptedSvelteSelector(innerRule.prelude, variantNum, paramValues, rootTag, true);
520
- if (!rewrittenPrelude || /--impeccable-variant-ready\s*:/.test(innerRule.body)) continue;
521
- output.push(formatCssRule(rewrittenPrelude, innerRule.body.trim()));
522
- }
523
- return;
524
- }
525
-
526
- const rewrittenPrelude = rewriteAcceptedSvelteSelector(prelude, variantNum, paramValues, rootTag, false);
527
- if (!rewrittenPrelude) return;
528
- output.push(formatCssRule(rewrittenPrelude, body));
529
- }
530
-
531
- function parseCssRules(css) {
532
- const rules = [];
533
- const text = String(css || '');
534
- let i = 0;
535
- while (i < text.length) {
536
- while (i < text.length && /\s/.test(text[i])) i++;
537
- const preludeStart = i;
538
- while (i < text.length && text[i] !== '{') i++;
539
- if (i >= text.length) break;
540
- const prelude = text.slice(preludeStart, i).trim();
541
- i++;
542
- const bodyStart = i;
543
- let depth = 1;
544
- let quote = null;
545
- let comment = false;
546
- while (i < text.length && depth > 0) {
547
- const ch = text[i];
548
- const next = text[i + 1];
549
- if (comment) {
550
- if (ch === '*' && next === '/') {
551
- comment = false;
552
- i += 2;
553
- continue;
554
- }
555
- i++;
556
- continue;
557
- }
558
- if (quote) {
559
- if (ch === '\\') {
560
- i += 2;
561
- continue;
562
- }
563
- if (ch === quote) quote = null;
564
- i++;
565
- continue;
566
- }
567
- if (ch === '/' && next === '*') {
568
- comment = true;
569
- i += 2;
570
- continue;
571
- }
572
- if (ch === '"' || ch === "'") {
573
- quote = ch;
574
- i++;
575
- continue;
576
- }
577
- if (ch === '{') depth++;
578
- else if (ch === '}') depth--;
579
- i++;
580
- }
581
- const body = text.slice(bodyStart, Math.max(bodyStart, i - 1));
582
- if (prelude) rules.push({ prelude, body });
583
- }
584
- return rules;
585
- }
586
-
587
- function rewriteAcceptedSvelteSelector(prelude, variantNum, paramValues, rootTag, fromScope) {
588
- const selectors = splitSelectorList(prelude);
589
- const rewritten = [];
590
- for (const selector of selectors) {
591
- const next = rewriteAcceptedSvelteSelectorPart(selector, variantNum, paramValues, rootTag, fromScope);
592
- if (next) rewritten.push(next);
593
- }
594
- return rewritten.join(', ');
595
- }
596
-
597
- function rewriteAcceptedSvelteSelectorPart(selector, variantNum, paramValues, rootTag, fromScope) {
598
- let out = selector.trim();
599
- const hasVariant = /data-impeccable-variant/.test(out);
600
- if (hasVariant && !selectorHasVariant(out, variantNum)) return '';
601
- if (hasVariant) {
602
- out = out.replace(variantSelectorRegex(variantNum), '');
603
- out = out.replace(/\[data-impeccable-variant=(["']).*?\1\]/g, '');
604
- }
605
-
606
- const paramResult = rewriteParamSelectors(out, paramValues);
607
- if (!paramResult.keep) return '';
608
- out = paramResult.selector;
609
-
610
- out = out
611
- .replace(/:scope(?:\[[^\]]+\])?\s*>\s*/g, '')
612
- .replace(/:scope(?:\[[^\]]+\])?/g, rootTag || '')
613
- .replace(/\s+/g, ' ')
614
- .trim();
615
-
616
- out = out.replace(/^[>+~]\s*/, '').trim();
617
- if (!out && (hasVariant || fromScope)) return rootTag || ':global(*)';
618
- return out;
619
- }
620
-
621
- function rewriteParamSelectors(selector, paramValues) {
622
- let keep = true;
623
- const next = selector.replace(/\[data-p-([A-Za-z0-9_-]+)(?:=(["'])(.*?)\2)?\]/g, (_match, key, _quote, expected) => {
624
- if (!paramValues || !Object.prototype.hasOwnProperty.call(paramValues, key)) return '';
625
- const actual = paramValues[key];
626
- if (expected != null && String(actual) !== String(expected)) {
627
- keep = false;
628
- return '';
629
- }
630
- if (expected == null && (actual === false || actual == null || actual === 'false' || actual === 'off' || actual === '0')) {
631
- keep = false;
632
- return '';
633
- }
634
- return '';
635
- });
636
- return { keep, selector: next };
637
- }
638
-
639
-
640
- function selectorHasVariant(selector, variantNum) {
641
- return variantSelectorRegex(variantNum).test(selector);
642
- }
643
-
644
- function variantSelectorRegex(variantNum) {
645
- return new RegExp(`\\[data-impeccable-variant=(["'])${escapeRegExp(String(variantNum))}\\1\\]`, 'g');
646
- }
647
-
648
- function formatCssRule(selector, body) {
649
- return `${selector} { ${body.trim()} }`;
650
- }
651
-
652
- function escapeRegExp(value) {
653
- return String(value).replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
654
- }
655
-
656
- export function inlineSvelteComponentAccept(manifest, variantNum, paramValues = null, cwd = process.cwd()) {
657
- const sourceFile = resolveSourceFile(manifest.sourceFile, cwd);
658
- const variantPath = path.join(cwd, manifest.componentDir, `v${variantNum}.svelte`);
659
- const resultBase = {
660
- file: manifest.sourceFile,
661
- sourceFile: manifest.sourceFile,
662
- previewMode: 'svelte-component',
663
- componentDir: manifest.componentDir,
664
- carbonize: false,
665
- };
666
- if (!fs.existsSync(variantPath)) {
667
- return { handled: false, error: `Variant ${variantNum} not found`, ...resultBase };
668
- }
669
-
670
- const { markup, cssLines } = parseSvelteComponentFile(fs.readFileSync(variantPath, 'utf-8'));
671
- if (manifest.mode === 'insert') {
672
- return inlineSvelteComponentInsertAccept({
673
- manifest,
674
- markup,
675
- cssLines,
676
- variantNum,
677
- paramValues,
678
- sourceFile,
679
- resultBase,
680
- cwd,
681
- });
682
- }
683
-
684
- const rootTag = matchOpeningTag(markup)?.tag || 'div';
685
- const contract = manifest.propContract || [];
686
- const compiler = loadSvelteCompiler(cwd);
687
- const mergedMarkup = mergeOriginalTopLevelAttrs(markup, manifest.originalMarkup || '');
688
-
689
- // Restore props back to route expressions. Contract v2 restores through the
690
- // AST so a prop used without braces (each headers, attribute positions)
691
- // still maps back to its original expression; v1 falls back to the textual
692
- // placeholder swap.
693
- let restoredText;
694
- if (Number(manifest.contractVersion) === 2 && compiler) {
695
- const restored = restoreSvelteMarkup(mergedMarkup, contract, compiler.parse);
696
- if (!restored.ok) {
697
- return { handled: false, error: 'Accepted variant does not parse: ' + restored.reason, ...resultBase };
698
- }
699
- restoredText = restored.markup;
700
- } else {
701
- restoredText = substitutePropsWithExprs(mergedMarkup, contract);
702
- }
703
- const restoredMarkup = restoredText.split('\n').map((line) => line.trimEnd());
704
-
705
- const sourceContent = fs.readFileSync(sourceFile, 'utf-8');
706
- const sourceLines = sourceContent.split('\n');
707
- const start = Number(manifest.sourceStartLine) - 1;
708
- const end = Number(manifest.sourceEndLine) - 1;
709
- if (!Number.isInteger(start) || !Number.isInteger(end) || start < 0 || end < start || end >= sourceLines.length) {
710
- return { handled: false, error: 'Invalid source line range for ' + manifest.sourceFile, ...resultBase };
711
- }
712
-
713
- const indent = sourceLines[start].match(/^(\s*)/)?.[1] || '';
714
- const indentedMarkup = reindentPreservingStructure(restoredMarkup, indent);
715
-
716
- let newLines = [
717
- ...sourceLines.slice(0, start),
718
- ...indentedMarkup,
719
- ...sourceLines.slice(end + 1),
720
- ];
721
-
722
- // Selectors that were already unused before this accept are the user's
723
- // pre-existing code; the pruning pass must not touch them.
724
- const preUnused = compiler ? collectUnusedSelectors(sourceContent, compiler.compile) : new Set();
725
-
726
- // Bake params (declared kinds from params.json drive branch pruning), then
727
- // MERGE into the component's existing style block: matching selectors are
728
- // replaced, new ones appended. Appending alone is how superseded rules used
729
- // to survive their own replacement.
730
- const declaredParams = readDeclaredParams(manifest, variantNum, cwd);
731
- let variantCss = cssLines.join('\n');
732
- if (/data-impeccable-variant|impeccable-variant-ready/.test(variantCss)) {
733
- // Defensive: strip preview-wrapper selectors that authoring rules forbid
734
- // on this path but an off-spec agent may still emit.
735
- variantCss = sanitizeAcceptedSvelteCss(cssLines, variantNum, paramValues, rootTag).join('\n');
736
- }
737
- const bakedCss = bakeParamValues(variantCss, declaredParams, paramValues || {});
738
- const cssStats = { replaced: 0, appended: 0, pruned: [], superseded: [] };
739
- if (bakedCss.trim()) {
740
- const merged = mergeCssIntoSvelteSource(newLines.join('\n'), bakedCss);
741
- newLines = merged.text.split('\n');
742
- cssStats.replaced = merged.replaced;
743
- cssStats.appended = merged.appended;
744
- }
745
-
746
- let finalText = newLines.join('\n');
747
-
748
- // Preview truth: the detached preview never applied the source rules that
749
- // styled the replaced selection, so the user approved a design without
750
- // them. Any seeded selector the variant did not re-declare is superseded;
751
- // left in place it re-attaches through kept class names (the accepted root
752
- // keeps its original classes) and re-layouts markup it no longer owns.
753
- //
754
- // Removal is bounded by ownership: a selector whose classes are still used
755
- // by route markup OUTSIDE the replaced region does not belong to the pick
756
- // alone, and removing it would strip styling from markup this accept never
757
- // touched. Keeping it risks a visible re-attachment quirk on the accepted
758
- // region; deleting it breaks the rest of the route. Keep it.
759
- const outsideMarkup = [...sourceLines.slice(0, start), ...sourceLines.slice(end + 1)]
760
- .join('\n')
761
- .replace(/<style\b[^>]*>[\s\S]*?<\/style\s*>/gi, '');
762
- const outsideClasses = new Set();
763
- {
764
- const attrRe = /class\s*=\s*(["'])(.*?)\1/g;
765
- let cm;
766
- while ((cm = attrRe.exec(outsideMarkup))) {
767
- for (const cls of cm[2].split(/\s+/)) if (cls && !cls.includes('{')) outsideClasses.add(cls);
768
- }
769
- const directiveRe = /class:([A-Za-z0-9_-]+)/g;
770
- while ((cm = directiveRe.exec(outsideMarkup))) outsideClasses.add(cm[1]);
771
- }
772
- const usedOutsideReplacedRegion = (selector) => {
773
- const classTokenRe = /\.([A-Za-z0-9_-]+)/g;
774
- let tm;
775
- while ((tm = classTokenRe.exec(selector))) {
776
- if (outsideClasses.has(tm[1])) return true;
777
- }
778
- return false;
779
- };
780
- const incomingSelectors = collectAllSelectors(bakedCss);
781
- const superseded = (manifest.seededSelectors || [])
782
- .map((selector) => normalizeSelector(selector))
783
- .filter((selector) => selector && !incomingSelectors.has(selector) && !usedOutsideReplacedRegion(selector));
784
- if (superseded.length > 0) {
785
- const scrubbed = removeSelectorsFromSvelteSource(finalText, new Set(superseded));
786
- finalText = scrubbed.text;
787
- cssStats.superseded = scrubbed.removed;
788
- }
789
-
790
- if (compiler) {
791
- const pruned = pruneUnusedSelectors(finalText, compiler.compile, { skipSelectors: preUnused });
792
- finalText = pruned.source;
793
- cssStats.pruned = pruned.removed;
794
- }
795
-
796
- // Postcondition: no selector from the user's pre-accept CSS may vanish
797
- // unless the compiler-driven prune or the preview-truth supersession
798
- // deliberately removed it. This turns any parser or reconciler defect into
799
- // a loud refusal instead of silent damage to a hand-written style block.
800
- const lostSelectors = findLostSelectors(sourceContent, finalText, [
801
- ...cssStats.pruned,
802
- ...cssStats.superseded,
803
- ]);
804
- if (lostSelectors.length > 0) {
805
- return {
806
- handled: false,
807
- error: 'CSS reconciliation would lose selectors from the existing style block: '
808
- + lostSelectors.join(', ')
809
- + '. Source not modified; accept the variant manually.',
810
- mode: 'error',
811
- ...resultBase,
812
- };
813
- }
814
-
815
- try {
816
- fs.writeFileSync(sourceFile, finalText, 'utf-8');
817
- } catch (err) {
818
- return { handled: false, error: 'Failed to write Svelte source: ' + err.message, ...resultBase };
819
- }
820
- removeSvelteComponentSession(manifest.id, cwd);
821
-
822
- const verify = verifyAcceptedSource(finalText);
823
- return {
824
- handled: true,
825
- css: cssStats,
826
- verify,
827
- ...resultBase,
828
- };
829
- }
830
-
831
- /** Re-indent a block onto `indent` while preserving its internal structure. */
832
- export function reindentPreservingStructure(lines, indent) {
833
- const nonEmpty = lines.filter((line) => line.trim() !== '');
834
- if (nonEmpty.length === 0) return lines.map(() => '');
835
- const minIndent = Math.min(...nonEmpty.map((line) => (line.match(/^\s*/) || [''])[0].length));
836
- return lines.map((line) => {
837
- if (line.trim() === '') return '';
838
- const current = (line.match(/^\s*/) || [''])[0].length;
839
- return indent + line.slice(Math.min(minIndent, current));
840
- });
841
- }
842
-
843
- function styleBlockText(sourceText) {
844
- const match = String(sourceText || '').match(/<style\b[^>]*>([\s\S]*?)<\/style\s*>/i);
845
- return match ? match[1] : '';
846
- }
847
-
848
- /**
849
- * Remove every rule whose (normalized) selector list is fully contained in
850
- * `selectors` from the component's style block, at any at-rule nesting depth.
851
- * Rules that mix doomed and surviving selectors keep the survivors.
852
- */
853
- export function removeSelectorsFromSvelteSource(sourceText, selectors) {
854
- const text = String(sourceText || '');
855
- const styleRe = /<style\b[^>]*>([\s\S]*?)<\/style\s*>/gi;
856
- let lastMatch = null;
857
- let m;
858
- while ((m = styleRe.exec(text))) lastMatch = m;
859
- if (!lastMatch) return { text, removed: [] };
860
-
861
- const removed = [];
862
- const transform = (nodes) => {
863
- const kept = [];
864
- for (const node of nodes) {
865
- if (node.type === 'rule') {
866
- const survivors = [];
867
- for (const selector of splitSelectorList(node.prelude)) {
868
- if (selectors.has(normalizeSelector(selector))) removed.push(normalizeSelector(selector));
869
- else survivors.push(selector);
870
- }
871
- if (survivors.length > 0) kept.push({ ...node, prelude: survivors.join(', ') });
872
- } else if (node.type === 'at' && node.children) {
873
- const children = transform(node.children);
874
- if (children.length > 0) kept.push({ ...node, children });
875
- } else {
876
- kept.push(node);
877
- }
878
- }
879
- return kept;
880
- };
881
-
882
- const nodes = transform(parseStylesheet(lastMatch[1]));
883
- if (removed.length === 0) return { text, removed };
884
- const openTag = lastMatch[0].slice(0, lastMatch[0].indexOf('>') + 1);
885
- const rebuilt = `${openTag}\n${serializeNodes(nodes).split('\n').map((l) => (l.trim() ? ' ' + l : '')).join('\n')}\n</style>`;
886
- return {
887
- text: text.slice(0, lastMatch.index) + rebuilt + text.slice(lastMatch.index + lastMatch[0].length),
888
- removed,
889
- };
890
- }
891
-
892
- export function findLostSelectors(beforeSource, afterSource, prunedSelectors = []) {
893
- const before = collectAllSelectors(styleBlockText(beforeSource));
894
- const after = collectAllSelectors(styleBlockText(afterSource));
895
- const pruned = new Set((prunedSelectors || []).map((s) => normalizeSelector(s)));
896
- const lost = [];
897
- for (const selector of before) {
898
- if (!after.has(selector) && !pruned.has(selector)) lost.push(selector);
899
- }
900
- return lost;
901
- }
902
-
903
- function readDeclaredParams(manifest, variantNum, cwd) {
904
- try {
905
- const raw = JSON.parse(fs.readFileSync(path.join(cwd, manifest.componentDir, 'params.json'), 'utf-8'));
906
- const list = raw?.[String(variantNum)];
907
- return Array.isArray(list) ? list : [];
908
- } catch {
909
- return [];
910
- }
911
- }
912
-
913
- /**
914
- * Merge CSS into a svelte component's top-level style block (created when
915
- * absent), replacing rules whose selectors match and appending the rest.
916
- */
917
- export function mergeCssIntoSvelteSource(sourceText, incomingCss) {
918
- const text = String(sourceText || '');
919
- const styleRe = /<style\b[^>]*>([\s\S]*?)<\/style\s*>/gi;
920
- let lastMatch = null;
921
- let m;
922
- while ((m = styleRe.exec(text))) lastMatch = m;
923
-
924
- if (!lastMatch) {
925
- const { css, replaced, appended } = reconcileCss('', incomingCss);
926
- return {
927
- text: `${text.replace(/\s*$/, '')}\n\n<style>\n${indentCssBlock(css)}\n</style>\n`,
928
- replaced,
929
- appended,
930
- };
931
- }
932
-
933
- const inner = lastMatch[1];
934
- const { css, replaced, appended } = reconcileCss(inner, incomingCss);
935
- const openTag = lastMatch[0].slice(0, lastMatch[0].indexOf('>') + 1);
936
- const replacedBlock = `${openTag}\n${indentCssBlock(css)}\n</style>`;
937
- return {
938
- text: text.slice(0, lastMatch.index) + replacedBlock + text.slice(lastMatch.index + lastMatch[0].length),
939
- replaced,
940
- appended,
941
- };
942
- }
943
-
944
- function indentCssBlock(css) {
945
- return String(css || '')
946
- .split('\n')
947
- .map((line) => (line.trim() === '' ? '' : ' ' + line))
948
- .join('\n');
949
- }
950
-
951
- function inlineSvelteComponentInsertAccept({
952
- manifest,
953
- markup,
954
- cssLines,
955
- variantNum,
956
- paramValues,
957
- sourceFile,
958
- resultBase,
959
- cwd,
960
- }) {
961
- if (!svelteMarkupHasVisibleContent(markup)) {
962
- return { handled: false, error: 'Accepted Svelte insert variant is empty', ...resultBase };
963
- }
964
- if (/\bdata-impeccable-[\w-]*\s*=/.test(markup)) {
965
- return { handled: false, error: 'Accepted Svelte insert variant contains preview-only data-impeccable attributes', ...resultBase };
966
- }
967
-
968
- const rootTag = matchOpeningTag(markup)?.tag || 'div';
969
- const restoredMarkup = String(markup || '')
970
- .split('\n')
971
- .map((line) => line.trimEnd());
972
- const sourceContent = fs.readFileSync(sourceFile, 'utf-8');
973
- const sourceLines = sourceContent.split('\n');
974
- const insertIndex = Number(manifest.insertLine) - 1;
975
- if (!Number.isInteger(insertIndex) || insertIndex < 0 || insertIndex > sourceLines.length) {
976
- return { handled: false, error: 'Invalid insert line for ' + manifest.sourceFile, ...resultBase };
977
- }
978
-
979
- const nearbyLine = sourceLines[insertIndex] ?? sourceLines[insertIndex - 1] ?? '';
980
- const indent = nearbyLine.match(/^(\s*)/)?.[1] || '';
981
- const indentedMarkup = reindentPreservingStructure(restoredMarkup, indent);
982
-
983
- let newLines = [
984
- ...sourceLines.slice(0, insertIndex),
985
- ...indentedMarkup,
986
- ...sourceLines.slice(insertIndex),
987
- ];
988
-
989
- let variantCss = cssLines.join('\n');
990
- if (/data-impeccable-variant|impeccable-variant-ready/.test(variantCss)) {
991
- variantCss = sanitizeAcceptedSvelteCss(cssLines, variantNum, paramValues, rootTag).join('\n');
992
- }
993
- const declaredParams = readDeclaredParams(manifest, variantNum, cwd);
994
- const bakedCss = bakeParamValues(variantCss, declaredParams, paramValues || {});
995
- if (bakedCss.trim()) {
996
- const merged = mergeCssIntoSvelteSource(newLines.join('\n'), bakedCss);
997
- newLines = merged.text.split('\n');
998
- }
999
-
1000
- try {
1001
- fs.writeFileSync(sourceFile, newLines.join('\n'), 'utf-8');
1002
- } catch (err) {
1003
- return { handled: false, error: 'Failed to write Svelte source: ' + err.message, ...resultBase };
1004
- }
1005
- removeSvelteComponentSession(manifest.id, cwd);
1006
-
1007
- const verify = verifyAcceptedSource(newLines.join('\n'));
1008
- return {
1009
- handled: true,
1010
- verify,
1011
- ...resultBase,
1012
- };
1013
- }
1014
-
1015
- function svelteMarkupHasVisibleContent(markup) {
1016
- const text = String(markup || '')
1017
- .replace(/<script[\s\S]*?<\/script>/gi, '')
1018
- .replace(/<style[\s\S]*?<\/style>/gi, '')
1019
- .replace(/<!--[\s\S]*?-->/g, '')
1020
- .replace(/<[^>]+>/g, ' ')
1021
- .replace(/\s+/g, ' ')
1022
- .trim();
1023
- if (text.length > 0) return true;
1024
- return /<(img|svg|canvas|video|audio|picture|input|button|select|textarea)\b/i.test(markup || '');
1025
- }
1026
-
1027
- function mergeOriginalTopLevelAttrs(markup, originalMarkup) {
1028
- const variantOpen = matchOpeningTag(markup);
1029
- const originalOpen = matchOpeningTag(originalMarkup);
1030
- if (!variantOpen || !originalOpen) return markup;
1031
- if (variantOpen.tag.toLowerCase() !== originalOpen.tag.toLowerCase()) return markup;
1032
-
1033
- const variantAttrs = parseAttrSegments(variantOpen.attrs);
1034
- const originalAttrs = parseAttrSegments(originalOpen.attrs);
1035
- const additions = [];
1036
- let attrs = variantOpen.attrs;
1037
-
1038
- const originalClass = originalAttrs.get('class');
1039
- const variantClass = variantAttrs.get('class');
1040
- if (originalClass && variantClass) {
1041
- const merged = mergeStaticClassAttr(originalClass, variantClass);
1042
- if (merged) {
1043
- attrs = attrs.slice(0, variantClass.start) + merged + attrs.slice(variantClass.end);
1044
- variantAttrs.set('class', { ...variantClass, raw: merged });
1045
- }
1046
- } else if (originalClass && !variantClass) {
1047
- additions.push(originalClass.raw);
1048
- }
1049
-
1050
- for (const [name, attr] of originalAttrs) {
1051
- if (name === 'class') continue;
1052
- if (!variantAttrs.has(name)) additions.push(attr.raw);
1053
- }
1054
-
1055
- if (additions.length === 0 && attrs === variantOpen.attrs) return markup;
1056
- const nextOpen = variantOpen.prefix
1057
- + variantOpen.tag
1058
- + attrs
1059
- + additions.map((attr) => ' ' + attr.trim()).join('')
1060
- + variantOpen.close;
1061
- return markup.slice(0, variantOpen.index) + nextOpen + markup.slice(variantOpen.index + variantOpen.raw.length);
1062
- }
1063
-
1064
- function matchOpeningTag(markup) {
1065
- const match = String(markup || '').match(/^(\s*<)([A-Za-z][\w:-]*)([^>]*?)(\/?>)/);
1066
- if (!match) return null;
1067
- return {
1068
- raw: match[0],
1069
- prefix: match[1],
1070
- tag: match[2],
1071
- attrs: match[3] || '',
1072
- close: match[4],
1073
- index: match.index || 0,
1074
- };
1075
- }
1076
-
1077
- function parseAttrSegments(attrs) {
1078
- const out = new Map();
1079
- const re = /([A-Za-z_:][\w:.-]*)(?:\s*=\s*(?:"[^"]*"|'[^']*'|\{[^}]*\}|[^\s"'>=]+))?/g;
1080
- let match;
1081
- while ((match = re.exec(attrs))) {
1082
- const raw = match[0];
1083
- const name = match[1];
1084
- out.set(name, {
1085
- name,
1086
- raw,
1087
- start: match.index,
1088
- end: match.index + raw.length,
1089
- });
1090
- }
1091
- return out;
1092
- }
1093
-
1094
- function mergeStaticClassAttr(originalClass, variantClass) {
1095
- const originalValue = originalClass.raw.match(/class\s*=\s*(["'])(.*?)\1/);
1096
- const variantValue = variantClass.raw.match(/class\s*=\s*(["'])(.*?)\1/);
1097
- if (!originalValue || !variantValue) return null;
1098
- const quote = variantValue[1];
1099
- const classes = [
1100
- ...variantValue[2].split(/\s+/),
1101
- ...originalValue[2].split(/\s+/),
1102
- ].filter(Boolean);
1103
- return `class=${quote}${[...new Set(classes)].join(' ')}${quote}`;
1104
- }
1105
-
1106
- export function removeSvelteComponentSession(id, cwd = process.cwd()) {
1107
- const dir = componentSessionDir(id, cwd);
1108
- try {
1109
- fs.rmSync(dir, { recursive: true, force: true });
1110
- } catch { /* non-fatal */ }
1111
- }
1112
-
1113
- /**
1114
- * Compile-check every variant component of a session with the app's own
1115
- * compiler, BEFORE the browser ever imports them. A variant that does not
1116
- * compile (the classic: a second top-level <style> appended next to the
1117
- * seeded one) used to surface as a red Vite overlay in the user's page plus
1118
- * a mount-failure round trip; bounced at publish time it is a private
1119
- * agent-side fix with the exact file and line.
1120
- *
1121
- * What this deliberately does NOT prove is that the emitted module is valid
1122
- * JavaScript, and issue #580 was exactly that gap: valid .svelte source whose
1123
- * generated JS did not parse, so this check passed and the browser's import
1124
- * failed with "Unexpected token '('". Two reasons it cannot close the gap, both
1125
- * structural rather than oversights:
1126
- *
1127
- * - `generate: false` produces no JS to inspect, and generating it here would
1128
- * spend a full codegen per variant on the publish path.
1129
- * - `loadSvelteCompiler` reaches the compiler through createRequire, which
1130
- * Svelte's export map routes to a prebuilt CJS build. The dev server
1131
- * imports `src/compiler` instead, and only that path uses the app's
1132
- * installed printer (esrap). The two can disagree, so even a generated
1133
- * check here would be checking a different compiler than the one whose
1134
- * output the browser runs.
1135
- *
1136
- * tests/live-svelte-props-script.test.mjs covers the emitted JS, importing the
1137
- * compiler as ESM so it sees what the dev server sees.
1138
- */
1139
- export function compileCheckVariants(id, cwd = process.cwd()) {
1140
- const manifest = findSvelteComponentManifest(id, cwd);
1141
- if (!manifest || !manifest.manifestPath) return { ok: true, failures: [], checked: 0 };
1142
- const compiler = loadSvelteCompiler(cwd);
1143
- if (!compiler || typeof compiler.compile !== 'function') return { ok: true, failures: [], checked: 0 };
1144
- const sessionDir = path.dirname(manifest.manifestPath);
1145
- const failures = [];
1146
- let checked = 0;
1147
- let entries = [];
1148
- try { entries = fs.readdirSync(sessionDir); } catch { return { ok: true, failures: [], checked: 0 }; }
1149
- for (const name of entries) {
1150
- if (!/^v\d+\.svelte$/.test(name)) continue;
1151
- checked++;
1152
- try {
1153
- compiler.compile(fs.readFileSync(path.join(sessionDir, name), 'utf-8'), { generate: false });
1154
- } catch (err) {
1155
- failures.push({
1156
- file: `${manifest.componentDir}/${name}`,
1157
- line: err?.start?.line ?? null,
1158
- column: err?.start?.column ?? null,
1159
- message: String(err?.message || err).split('\n')[0].slice(0, 300),
1160
- });
1161
- }
1162
- }
1163
- return { ok: failures.length === 0, failures, checked };
1164
- }
1165
-
1166
- /**
1167
- * Snapshot the agent-authored variant files into a fresh revision directory
1168
- * and stamp the manifest. Called by the server on every publish (`done`
1169
- * reply) for a component session; the browser imports from the revision dir,
1170
- * so the dev server can never serve a stale compile of a republished file.
1171
- */
1172
- export function bumpSvelteComponentPreviewRevision(id, cwd = process.cwd()) {
1173
- const manifest = findSvelteComponentManifest(id, cwd);
1174
- if (!manifest || !manifest.manifestPath) return null;
1175
- const sessionDir = path.dirname(manifest.manifestPath);
1176
- const revision = Number(manifest.revision || 0) + 1;
1177
- const revDirName = `r${revision}`;
1178
- const revDir = path.join(sessionDir, revDirName);
1179
- try {
1180
- fs.mkdirSync(revDir, { recursive: true });
1181
- let entries = [];
1182
- try { entries = fs.readdirSync(sessionDir, { withFileTypes: true }); } catch { /* empty */ }
1183
- for (const entry of entries) {
1184
- if (!entry.isFile()) continue;
1185
- if (entry.name === 'manifest.json') continue;
1186
- fs.copyFileSync(path.join(sessionDir, entry.name), path.join(revDir, entry.name));
1187
- }
1188
- // Previous revision dirs are dead the moment a new one exists.
1189
- for (const entry of entries) {
1190
- if (entry.isDirectory() && /^r\d+$/.test(entry.name) && entry.name !== revDirName) {
1191
- try { fs.rmSync(path.join(sessionDir, entry.name), { recursive: true, force: true }); } catch { /* non-fatal */ }
1192
- }
1193
- }
1194
- const relSessionDir = path.relative(cwd, sessionDir).split(path.sep).join('/');
1195
- const updated = {
1196
- ...manifest,
1197
- revision,
1198
- revisionDir: `${relSessionDir}/${revDirName}`,
1199
- revisionDirAbs: revDir.split(path.sep).join('/'),
1200
- };
1201
- delete updated.manifestPath;
1202
- fs.writeFileSync(manifest.manifestPath, JSON.stringify(updated, null, 2) + '\n', 'utf-8');
1203
- return { revision, revisionDir: updated.revisionDir };
1204
- } catch {
1205
- return null;
1206
- }
1207
- }
1208
-
1209
- /**
1210
- * Stop-path sweep. The whole `node_modules/.impeccable-live` tree is
1211
- * impeccable-owned and gitignored, so once no session should survive there is
1212
- * nothing left worth keeping: the per-session dirs, the generated
1213
- * `__runtime.js`, and the parent directory all go. The old per-entry loop
1214
- * skipped `__*` entries and the parent, which left the runtime shim and an
1215
- * empty directory in every project that ever ran live mode once.
1216
- */
1217
- export function removeAllSvelteComponentSessions(cwd = process.cwd()) {
1218
- for (const rootRel of [SVELTE_COMPONENT_ROOT, LEGACY_SVELTE_COMPONENT_ROOT]) {
1219
- const root = path.join(cwd, rootRel);
1220
- if (!fs.existsSync(root)) continue;
1221
- try {
1222
- fs.rmSync(root, { recursive: true, force: true });
1223
- } catch { /* non-fatal */ }
1224
- }
1225
- }
1226
-
1227
- /**
1228
- * Boot-path sweep. A restart must not delete the tree wholesale: sessions
1229
- * recorded in the session store may still be mid-generation. Remove only the
1230
- * session dirs whose id has no active snapshot, then drop `__runtime.js` and
1231
- * the parent directory when nothing is left to serve.
1232
- *
1233
- * @param {Iterable<string>} activeIds session ids that must be preserved
1234
- * @returns {{ removed: string[], removedRoot: boolean, kept: string[] }}
1235
- */
1236
- export function sweepInactiveSvelteComponentSessions(activeIds = [], cwd = process.cwd()) {
1237
- const result = { removed: [], removedRoot: false, kept: [] };
1238
- const active = new Set();
1239
- for (const id of activeIds || []) {
1240
- if (typeof id === 'string' && id) active.add(id);
1241
- }
1242
-
1243
- for (const rootRel of [SVELTE_COMPONENT_ROOT, LEGACY_SVELTE_COMPONENT_ROOT]) {
1244
- const root = path.join(cwd, rootRel);
1245
- if (!fs.existsSync(root)) continue;
1246
-
1247
- let entries;
1248
- try {
1249
- entries = fs.readdirSync(root, { withFileTypes: true });
1250
- } catch {
1251
- continue;
1252
- }
1253
-
1254
- let keptHere = 0;
1255
- for (const entry of entries) {
1256
- if (!entry.isDirectory()) continue;
1257
- if (entry.name.startsWith('__')) continue;
1258
- if (active.has(entry.name)) {
1259
- result.kept.push(entry.name);
1260
- keptHere++;
1261
- continue;
1262
- }
1263
- try {
1264
- fs.rmSync(path.join(root, entry.name), { recursive: true, force: true });
1265
- result.removed.push(entry.name);
1266
- } catch {
1267
- // Could not remove it, so it still occupies the tree; treat it as kept
1268
- // so the parent directory is not torn out from under it.
1269
- result.kept.push(entry.name);
1270
- keptHere++;
1271
- }
1272
- }
1273
-
1274
- if (keptHere === 0) {
1275
- try {
1276
- fs.rmSync(root, { recursive: true, force: true });
1277
- result.removedRoot = true;
1278
- } catch { /* non-fatal */ }
1279
- }
1280
- }
1281
- return result;
1282
- }
1283
-
1284
- export function deferredAcceptsPath(cwd = process.cwd()) {
1285
- const key = createHash('sha1').update(path.resolve(cwd)).digest('hex').slice(0, 16);
1286
- return path.join(os.tmpdir(), 'impeccable-live', key, 'deferred-svelte-component-accepts.json');
1287
- }
1288
-
1289
- export function readDeferredAccepts(cwd = process.cwd()) {
1290
- const file = deferredAcceptsPath(cwd);
1291
- try {
1292
- return JSON.parse(fs.readFileSync(file, 'utf-8'));
1293
- } catch {
1294
- return { accepts: [] };
1295
- }
1296
- }
1297
-
1298
- export function writeDeferredAccept(entry, cwd = process.cwd()) {
1299
- const file = deferredAcceptsPath(cwd);
1300
- fs.mkdirSync(path.dirname(file), { recursive: true });
1301
- const data = readDeferredAccepts(cwd);
1302
- data.accepts = (data.accepts || []).filter((item) => item.id !== entry.id);
1303
- data.accepts.push({ ...entry, createdAt: new Date().toISOString() });
1304
- fs.writeFileSync(file, JSON.stringify(data, null, 2) + '\n', 'utf-8');
1305
- }
1306
-
1307
- export function applyDeferredSvelteComponentAccepts(cwd = process.cwd()) {
1308
- const file = deferredAcceptsPath(cwd);
1309
- const data = readDeferredAccepts(cwd);
1310
- const pending = Array.isArray(data.accepts) ? data.accepts : [];
1311
- const results = [];
1312
- const remaining = [];
1313
- for (const entry of pending) {
1314
- try {
1315
- const manifest = findSvelteComponentManifest(entry.id, cwd);
1316
- if (!manifest) {
1317
- results.push({ id: entry.id, ok: false, error: 'manifest not found' });
1318
- remaining.push(entry);
1319
- continue;
1320
- }
1321
- const result = inlineSvelteComponentAccept(
1322
- manifest,
1323
- entry.variantNum,
1324
- entry.paramValues || null,
1325
- cwd,
1326
- );
1327
- results.push({ id: entry.id, ok: result.handled !== false, result });
1328
- if (result.handled === false) remaining.push(entry);
1329
- } catch (err) {
1330
- results.push({ id: entry.id, ok: false, error: err.message });
1331
- remaining.push(entry);
1332
- }
1333
- }
1334
- if (remaining.length > 0) {
1335
- fs.writeFileSync(file, JSON.stringify({ accepts: remaining }, null, 2) + '\n', 'utf-8');
1336
- } else {
1337
- try { fs.rmSync(file, { force: true }); } catch {}
1338
- }
1339
- return { applied: results.filter((r) => r.ok).length, failed: results.filter((r) => !r.ok).length, results };
1340
- }
1341
-
1342
- export function buildSvelteComponentCssAuthoring(count) {
1343
- const variantNumbers = Array.from({ length: count }, (_, i) => i + 1);
1344
- return {
1345
- mode: 'svelte-component',
1346
- styleTag: null,
1347
- strategy: 'component-style-block',
1348
- rulePattern: '.semantic-class { ... }',
1349
- selectorExamples: variantNumbers.map(() => '.expense-row { padding: 22px; }'),
1350
- requirements: [
1351
- 'Write each variant as a real Svelte component file (v1.svelte, v2.svelte, ...).',
1352
- 'Keep the prop names from propContract; bind dynamic text with {propName}, not literal snapshot text.',
1353
- 'Put variant CSS in the component <style> block using semantic class selectors.',
1354
- 'Author param-driven CSS against var(--p-<id>, default) and [data-p-<id>] using :global(...) so the runtime knob values reach the mounted root.',
1355
- 'Declare params in componentDir/params.json keyed by variant number (e.g. {"1": [...], "2": [...]}), NOT as a data-impeccable-params attribute.',
1356
- 'Do not use @scope or data-impeccable-variant selectors in component files.',
1357
- 'Do not edit the route source file during generation; only edit files under componentDir.',
1358
- ],
1359
- forbidden: [
1360
- 'Do not use @scope blocks in Svelte component variants.',
1361
- 'Do not copy live DOM snapshot text into markup when propContract provides bindings.',
1362
- 'Do not add data-impeccable-* attributes inside component files. Svelte parses { in attribute values as an expression, so data-impeccable-params with JSON breaks the build; use componentDir/params.json instead.',
1363
- ],
1364
- paramsFile: 'params.json',
1365
- };
1366
- }