quiver-cli 1.3.0 → 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 (384) 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 -51
  12. package/template/.agents/skills/apps/skybridge/SKILL.md +0 -50
  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 -247
  95. package/template/.agents/skills/data/prisma-cli/references/db-execute.md +0 -78
  96. package/template/.agents/skills/data/prisma-cli/references/db-pull.md +0 -185
  97. package/template/.agents/skills/data/prisma-cli/references/db-push.md +0 -148
  98. package/template/.agents/skills/data/prisma-cli/references/db-seed.md +0 -188
  99. package/template/.agents/skills/data/prisma-cli/references/debug.md +0 -46
  100. package/template/.agents/skills/data/prisma-cli/references/dev.md +0 -157
  101. package/template/.agents/skills/data/prisma-cli/references/format.md +0 -48
  102. package/template/.agents/skills/data/prisma-cli/references/generate.md +0 -173
  103. package/template/.agents/skills/data/prisma-cli/references/init.md +0 -136
  104. package/template/.agents/skills/data/prisma-cli/references/mcp.md +0 -38
  105. package/template/.agents/skills/data/prisma-cli/references/migrate-deploy.md +0 -127
  106. package/template/.agents/skills/data/prisma-cli/references/migrate-dev.md +0 -145
  107. package/template/.agents/skills/data/prisma-cli/references/migrate-diff.md +0 -89
  108. package/template/.agents/skills/data/prisma-cli/references/migrate-reset.md +0 -78
  109. package/template/.agents/skills/data/prisma-cli/references/migrate-resolve.md +0 -57
  110. package/template/.agents/skills/data/prisma-cli/references/migrate-status.md +0 -65
  111. package/template/.agents/skills/data/prisma-cli/references/studio.md +0 -137
  112. package/template/.agents/skills/data/prisma-cli/references/validate.md +0 -53
  113. package/template/.agents/skills/data/prisma-client-api/SKILL.md +0 -216
  114. package/template/.agents/skills/data/prisma-client-api/references/client-methods.md +0 -223
  115. package/template/.agents/skills/data/prisma-client-api/references/constructor.md +0 -208
  116. package/template/.agents/skills/data/prisma-client-api/references/filters.md +0 -256
  117. package/template/.agents/skills/data/prisma-client-api/references/model-queries.md +0 -281
  118. package/template/.agents/skills/data/prisma-client-api/references/query-options.md +0 -276
  119. package/template/.agents/skills/data/prisma-client-api/references/raw-queries.md +0 -194
  120. package/template/.agents/skills/data/prisma-client-api/references/relations.md +0 -308
  121. package/template/.agents/skills/data/prisma-client-api/references/transactions.md +0 -184
  122. package/template/.agents/skills/design/impeccable/SKILL.md +0 -84
  123. package/template/.agents/skills/design/impeccable/reference/adapt.md +0 -312
  124. package/template/.agents/skills/design/impeccable/reference/adapt.native.md +0 -58
  125. package/template/.agents/skills/design/impeccable/reference/android.md +0 -40
  126. package/template/.agents/skills/design/impeccable/reference/animate.md +0 -86
  127. package/template/.agents/skills/design/impeccable/reference/audit.md +0 -136
  128. package/template/.agents/skills/design/impeccable/reference/audit.native.md +0 -139
  129. package/template/.agents/skills/design/impeccable/reference/bolder.md +0 -31
  130. package/template/.agents/skills/design/impeccable/reference/clarify.md +0 -94
  131. package/template/.agents/skills/design/impeccable/reference/colorize.md +0 -86
  132. package/template/.agents/skills/design/impeccable/reference/craft-floor.md +0 -42
  133. package/template/.agents/skills/design/impeccable/reference/craft.md +0 -5
  134. package/template/.agents/skills/design/impeccable/reference/critique.md +0 -788
  135. package/template/.agents/skills/design/impeccable/reference/degraded/asset-producer.md +0 -90
  136. package/template/.agents/skills/design/impeccable/reference/degraded/documenter.md +0 -24
  137. package/template/.agents/skills/design/impeccable/reference/degraded/finish-reviewer.md +0 -37
  138. package/template/.agents/skills/design/impeccable/reference/degraded/manual-edit-applier.md +0 -92
  139. package/template/.agents/skills/design/impeccable/reference/delight.md +0 -70
  140. package/template/.agents/skills/design/impeccable/reference/distill.md +0 -111
  141. package/template/.agents/skills/design/impeccable/reference/doctor.md +0 -53
  142. package/template/.agents/skills/design/impeccable/reference/document.md +0 -416
  143. package/template/.agents/skills/design/impeccable/reference/extract.md +0 -69
  144. package/template/.agents/skills/design/impeccable/reference/harden.md +0 -336
  145. package/template/.agents/skills/design/impeccable/reference/hooks.md +0 -105
  146. package/template/.agents/skills/design/impeccable/reference/init.md +0 -125
  147. package/template/.agents/skills/design/impeccable/reference/ios.md +0 -45
  148. package/template/.agents/skills/design/impeccable/reference/layout.md +0 -84
  149. package/template/.agents/skills/design/impeccable/reference/live-setup.md +0 -102
  150. package/template/.agents/skills/design/impeccable/reference/live.md +0 -323
  151. package/template/.agents/skills/design/impeccable/reference/new-work.md +0 -105
  152. package/template/.agents/skills/design/impeccable/reference/onboard.md +0 -234
  153. package/template/.agents/skills/design/impeccable/reference/operate.md +0 -61
  154. package/template/.agents/skills/design/impeccable/reference/optimize.md +0 -258
  155. package/template/.agents/skills/design/impeccable/reference/overdrive.md +0 -127
  156. package/template/.agents/skills/design/impeccable/reference/polish.md +0 -97
  157. package/template/.agents/skills/design/impeccable/reference/quieter.md +0 -99
  158. package/template/.agents/skills/design/impeccable/reference/routing.md +0 -18
  159. package/template/.agents/skills/design/impeccable/reference/shape.md +0 -59
  160. package/template/.agents/skills/design/impeccable/reference/typeset.md +0 -80
  161. package/template/.agents/skills/design/impeccable/reference/visualize.md +0 -47
  162. package/template/.agents/skills/design/impeccable/scripts/command-metadata.json +0 -94
  163. package/template/.agents/skills/design/impeccable/scripts/concept-seed.mjs +0 -558
  164. package/template/.agents/skills/design/impeccable/scripts/context-signals.mjs +0 -334
  165. package/template/.agents/skills/design/impeccable/scripts/context.mjs +0 -1450
  166. package/template/.agents/skills/design/impeccable/scripts/critique-storage.mjs +0 -213
  167. package/template/.agents/skills/design/impeccable/scripts/detect-csp.mjs +0 -198
  168. package/template/.agents/skills/design/impeccable/scripts/detect.mjs +0 -21
  169. package/template/.agents/skills/design/impeccable/scripts/detector/browser/injected/index.mjs +0 -2023
  170. package/template/.agents/skills/design/impeccable/scripts/detector/cli/main.mjs +0 -438
  171. package/template/.agents/skills/design/impeccable/scripts/detector/design-system.mjs +0 -983
  172. package/template/.agents/skills/design/impeccable/scripts/detector/detect-antipatterns-browser.js +0 -8283
  173. package/template/.agents/skills/design/impeccable/scripts/detector/detect-antipatterns.mjs +0 -50
  174. package/template/.agents/skills/design/impeccable/scripts/detector/engines/browser/detect-url.mjs +0 -372
  175. package/template/.agents/skills/design/impeccable/scripts/detector/engines/regex/detect-text.mjs +0 -768
  176. package/template/.agents/skills/design/impeccable/scripts/detector/engines/static-html/css-cascade.mjs +0 -1186
  177. package/template/.agents/skills/design/impeccable/scripts/detector/engines/static-html/detect-html.mjs +0 -264
  178. package/template/.agents/skills/design/impeccable/scripts/detector/engines/visual/screenshot-contrast.mjs +0 -189
  179. package/template/.agents/skills/design/impeccable/scripts/detector/findings.mjs +0 -18
  180. package/template/.agents/skills/design/impeccable/scripts/detector/node/file-system.mjs +0 -212
  181. package/template/.agents/skills/design/impeccable/scripts/detector/profile/profiler.mjs +0 -166
  182. package/template/.agents/skills/design/impeccable/scripts/detector/registry/antipatterns.mjs +0 -617
  183. package/template/.agents/skills/design/impeccable/scripts/detector/rules/checks.mjs +0 -5580
  184. package/template/.agents/skills/design/impeccable/scripts/detector/shared/color.mjs +0 -124
  185. package/template/.agents/skills/design/impeccable/scripts/detector/shared/constants.mjs +0 -112
  186. package/template/.agents/skills/design/impeccable/scripts/detector/shared/fonts.mjs +0 -30
  187. package/template/.agents/skills/design/impeccable/scripts/detector/shared/inline-ignores.mjs +0 -148
  188. package/template/.agents/skills/design/impeccable/scripts/detector/shared/page.mjs +0 -7
  189. package/template/.agents/skills/design/impeccable/scripts/doctor.mjs +0 -336
  190. package/template/.agents/skills/design/impeccable/scripts/embed-prompt.mjs +0 -133
  191. package/template/.agents/skills/design/impeccable/scripts/generate-image.mjs +0 -240
  192. package/template/.agents/skills/design/impeccable/scripts/hook-admin.mjs +0 -741
  193. package/template/.agents/skills/design/impeccable/scripts/hook-before-edit.mjs +0 -516
  194. package/template/.agents/skills/design/impeccable/scripts/hook-lib.mjs +0 -2100
  195. package/template/.agents/skills/design/impeccable/scripts/hook.mjs +0 -78
  196. package/template/.agents/skills/design/impeccable/scripts/lib/artifact-schema.mjs +0 -93
  197. package/template/.agents/skills/design/impeccable/scripts/lib/composition-catalog.mjs +0 -200
  198. package/template/.agents/skills/design/impeccable/scripts/lib/concept-catalog.mjs +0 -357
  199. package/template/.agents/skills/design/impeccable/scripts/lib/design-parser.mjs +0 -842
  200. package/template/.agents/skills/design/impeccable/scripts/lib/impeccable-config.mjs +0 -658
  201. package/template/.agents/skills/design/impeccable/scripts/lib/impeccable-paths.mjs +0 -137
  202. package/template/.agents/skills/design/impeccable/scripts/lib/is-generated.mjs +0 -69
  203. package/template/.agents/skills/design/impeccable/scripts/lib/provider.mjs +0 -5
  204. package/template/.agents/skills/design/impeccable/scripts/lib/roll-selection.mjs +0 -362
  205. package/template/.agents/skills/design/impeccable/scripts/lib/staleness-deep.mjs +0 -457
  206. package/template/.agents/skills/design/impeccable/scripts/lib/staleness-notice.mjs +0 -169
  207. package/template/.agents/skills/design/impeccable/scripts/lib/staleness.mjs +0 -457
  208. package/template/.agents/skills/design/impeccable/scripts/lib/surface-briefs.mjs +0 -151
  209. package/template/.agents/skills/design/impeccable/scripts/lib/target-args.mjs +0 -42
  210. package/template/.agents/skills/design/impeccable/scripts/lib/target-slug.mjs +0 -33
  211. package/template/.agents/skills/design/impeccable/scripts/lib/template-extensions.mjs +0 -146
  212. package/template/.agents/skills/design/impeccable/scripts/live/accept-css.mjs +0 -617
  213. package/template/.agents/skills/design/impeccable/scripts/live/accept-verify.mjs +0 -60
  214. package/template/.agents/skills/design/impeccable/scripts/live/browser-script-parts.mjs +0 -55
  215. package/template/.agents/skills/design/impeccable/scripts/live/completion.mjs +0 -28
  216. package/template/.agents/skills/design/impeccable/scripts/live/event-validation.mjs +0 -199
  217. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/astro.mjs +0 -47
  218. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/detect-utils.mjs +0 -73
  219. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/index.mjs +0 -143
  220. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/journal.mjs +0 -197
  221. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/nextjs.mjs +0 -49
  222. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/nuxt.mjs +0 -161
  223. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/script-src.mjs +0 -17
  224. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/static-html.mjs +0 -26
  225. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/sveltekit.mjs +0 -71
  226. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/tag-strategy.mjs +0 -247
  227. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/tanstack-start.mjs +0 -70
  228. package/template/.agents/skills/design/impeccable/scripts/live/frameworks/vite-generic.mjs +0 -42
  229. package/template/.agents/skills/design/impeccable/scripts/live/generation-preflight.mjs +0 -149
  230. package/template/.agents/skills/design/impeccable/scripts/live/insert-ui.mjs +0 -458
  231. package/template/.agents/skills/design/impeccable/scripts/live/instructions.mjs +0 -142
  232. package/template/.agents/skills/design/impeccable/scripts/live/manual-apply.mjs +0 -939
  233. package/template/.agents/skills/design/impeccable/scripts/live/manual-edit-routes.mjs +0 -357
  234. package/template/.agents/skills/design/impeccable/scripts/live/manual-edits-buffer.mjs +0 -152
  235. package/template/.agents/skills/design/impeccable/scripts/live/poll-lanes.mjs +0 -14
  236. package/template/.agents/skills/design/impeccable/scripts/live/roots.mjs +0 -508
  237. package/template/.agents/skills/design/impeccable/scripts/live/session-store.mjs +0 -563
  238. package/template/.agents/skills/design/impeccable/scripts/live/source-lock.mjs +0 -105
  239. package/template/.agents/skills/design/impeccable/scripts/live/source-search.mjs +0 -105
  240. package/template/.agents/skills/design/impeccable/scripts/live/svelte-ast.mjs +0 -961
  241. package/template/.agents/skills/design/impeccable/scripts/live/svelte-component.mjs +0 -1342
  242. package/template/.agents/skills/design/impeccable/scripts/live/sveltekit-adapter.mjs +0 -316
  243. package/template/.agents/skills/design/impeccable/scripts/live/tanstack-adapter.mjs +0 -280
  244. package/template/.agents/skills/design/impeccable/scripts/live/ui-core.mjs +0 -180
  245. package/template/.agents/skills/design/impeccable/scripts/live/vocabulary.mjs +0 -171
  246. package/template/.agents/skills/design/impeccable/scripts/live-accept.mjs +0 -954
  247. package/template/.agents/skills/design/impeccable/scripts/live-browser-dom.js +0 -146
  248. package/template/.agents/skills/design/impeccable/scripts/live-browser-session.js +0 -123
  249. package/template/.agents/skills/design/impeccable/scripts/live-browser.js +0 -12512
  250. package/template/.agents/skills/design/impeccable/scripts/live-commit-manual-edits.mjs +0 -1244
  251. package/template/.agents/skills/design/impeccable/scripts/live-complete.mjs +0 -107
  252. package/template/.agents/skills/design/impeccable/scripts/live-copy-edit-agent.mjs +0 -683
  253. package/template/.agents/skills/design/impeccable/scripts/live-discard-manual-edits.mjs +0 -51
  254. package/template/.agents/skills/design/impeccable/scripts/live-inject.mjs +0 -503
  255. package/template/.agents/skills/design/impeccable/scripts/live-insert.mjs +0 -292
  256. package/template/.agents/skills/design/impeccable/scripts/live-manual-edit-evidence.mjs +0 -368
  257. package/template/.agents/skills/design/impeccable/scripts/live-poll.mjs +0 -429
  258. package/template/.agents/skills/design/impeccable/scripts/live-resume.mjs +0 -123
  259. package/template/.agents/skills/design/impeccable/scripts/live-server.mjs +0 -1661
  260. package/template/.agents/skills/design/impeccable/scripts/live-status.mjs +0 -71
  261. package/template/.agents/skills/design/impeccable/scripts/live-target.mjs +0 -30
  262. package/template/.agents/skills/design/impeccable/scripts/live-wrap.mjs +0 -927
  263. package/template/.agents/skills/design/impeccable/scripts/live.mjs +0 -359
  264. package/template/.agents/skills/design/impeccable/scripts/modern-screenshot.umd.js +0 -14
  265. package/template/.agents/skills/design/impeccable/scripts/palette.mjs +0 -628
  266. package/template/.agents/skills/design/impeccable/scripts/pin.mjs +0 -221
  267. package/template/.agents/skills/design/impeccable/scripts/serve-question.mjs +0 -932
  268. package/template/.agents/skills/design/impeccable/scripts/surface-brief.mjs +0 -74
  269. package/template/.agents/skills/design/shadcn/SKILL.md +0 -277
  270. package/template/.agents/skills/design/shadcn/agents/openai.yml +0 -5
  271. package/template/.agents/skills/design/shadcn/assets/shadcn-small.png +0 -0
  272. package/template/.agents/skills/design/shadcn/assets/shadcn.png +0 -0
  273. package/template/.agents/skills/design/shadcn/cli.md +0 -290
  274. package/template/.agents/skills/design/shadcn/customization.md +0 -209
  275. package/template/.agents/skills/design/shadcn/evals/evals.json +0 -77
  276. package/template/.agents/skills/design/shadcn/mcp.md +0 -105
  277. package/template/.agents/skills/design/shadcn/registry.md +0 -277
  278. package/template/.agents/skills/design/shadcn/rules/base-vs-radix.md +0 -306
  279. package/template/.agents/skills/design/shadcn/rules/chat.md +0 -224
  280. package/template/.agents/skills/design/shadcn/rules/composition.md +0 -213
  281. package/template/.agents/skills/design/shadcn/rules/forms.md +0 -192
  282. package/template/.agents/skills/design/shadcn/rules/icons.md +0 -101
  283. package/template/.agents/skills/design/shadcn/rules/styling.md +0 -185
  284. package/template/.agents/skills/find-skills/SKILL.md +0 -141
  285. package/template/.agents/skills/hono/SKILL.md +0 -579
  286. package/template/.agents/skills/integrations/langfuse/SKILL.md +0 -146
  287. package/template/.agents/skills/integrations/langfuse/references/ci-cd.md +0 -41
  288. package/template/.agents/skills/integrations/langfuse/references/cli.md +0 -60
  289. package/template/.agents/skills/integrations/langfuse/references/error-analysis.md +0 -88
  290. package/template/.agents/skills/integrations/langfuse/references/instrumentation.md +0 -121
  291. package/template/.agents/skills/integrations/langfuse/references/judge-calibration.md +0 -291
  292. package/template/.agents/skills/integrations/langfuse/references/prompt-engineering.md +0 -35
  293. package/template/.agents/skills/integrations/langfuse/references/prompt-migration.md +0 -79
  294. package/template/.agents/skills/integrations/langfuse/references/skill-feedback.md +0 -55
  295. package/template/.agents/skills/integrations/langfuse/references/trace-evaluator-upgrade.md +0 -76
  296. package/template/.agents/skills/integrations/langfuse/references/user-feedback.md +0 -92
  297. package/template/.agents/skills/integrations/langfuse/references/v4-project-migration.md +0 -73
  298. package/template/.agents/skills/integrations/posthog/SKILL.md +0 -102
  299. package/template/.agents/skills/integrations/posthog/references/error-tracking-alerts.md +0 -63
  300. package/template/.agents/skills/integrations/posthog/references/error-tracking-assigning-issues.md +0 -77
  301. package/template/.agents/skills/integrations/posthog/references/error-tracking-fingerprints.md +0 -57
  302. package/template/.agents/skills/integrations/posthog/references/error-tracking-monitoring.md +0 -140
  303. package/template/.agents/skills/integrations/posthog/references/error-tracking-nextjs.md +0 -490
  304. package/template/.agents/skills/integrations/posthog/references/error-tracking-source-maps.md +0 -45
  305. package/template/.agents/skills/integrations/posthog/references/feature-flags-best-practices.md +0 -139
  306. package/template/.agents/skills/integrations/posthog/references/feature-flags-react.md +0 -302
  307. package/template/.agents/skills/integrations/posthog/references/identify-users.md +0 -202
  308. package/template/.agents/skills/integrations/posthog/references/integration-example.md +0 -706
  309. package/template/.agents/skills/integrations/posthog/references/integration-nextjs.md +0 -385
  310. package/template/.agents/skills/integrations/posthog/references/integration-step-1-begin.md +0 -43
  311. package/template/.agents/skills/integrations/posthog/references/integration-step-2-edit.md +0 -37
  312. package/template/.agents/skills/integrations/posthog/references/integration-step-3-revise.md +0 -22
  313. package/template/.agents/skills/integrations/posthog/references/integration-step-4-conclude.md +0 -38
  314. package/template/.agents/skills/integrations/posthog/references/llm-analytics-anthropic.md +0 -200
  315. package/template/.agents/skills/integrations/posthog/references/llm-analytics-basics.md +0 -62
  316. package/template/.agents/skills/integrations/posthog/references/llm-analytics-costs.md +0 -197
  317. package/template/.agents/skills/integrations/posthog/references/llm-analytics-manual-capture.md +0 -397
  318. package/template/.agents/skills/integrations/posthog/references/llm-analytics-traces.md +0 -98
  319. package/template/.agents/skills/integrations/posthog/references/llm-analytics-vercel-ai.md +0 -120
  320. package/template/.agents/skills/repo/repo-ci/SKILL.md +0 -265
  321. package/template/.agents/skills/repo/repo-init-next-js/SKILL.md +0 -129
  322. package/template/.agents/skills/repo/repo-init-next-js/references/file-contents.md +0 -800
  323. package/template/.agents/skills/repo/repo-init-next-js/scripts/setup.sh +0 -47
  324. package/template/.agents/skills/repo/repo-init-node/SKILL.md +0 -196
  325. package/template/.agents/skills/skill-creator/LICENSE.txt +0 -202
  326. package/template/.agents/skills/skill-creator/SKILL.md +0 -485
  327. package/template/.agents/skills/skill-creator/agents/analyzer.md +0 -274
  328. package/template/.agents/skills/skill-creator/agents/comparator.md +0 -202
  329. package/template/.agents/skills/skill-creator/agents/grader.md +0 -223
  330. package/template/.agents/skills/skill-creator/assets/eval_review.html +0 -146
  331. package/template/.agents/skills/skill-creator/eval-viewer/generate_review.py +0 -471
  332. package/template/.agents/skills/skill-creator/eval-viewer/viewer.html +0 -1325
  333. package/template/.agents/skills/skill-creator/references/schemas.md +0 -430
  334. package/template/.agents/skills/skill-creator/scripts/__init__.py +0 -0
  335. package/template/.agents/skills/skill-creator/scripts/aggregate_benchmark.py +0 -401
  336. package/template/.agents/skills/skill-creator/scripts/generate_report.py +0 -326
  337. package/template/.agents/skills/skill-creator/scripts/improve_description.py +0 -247
  338. package/template/.agents/skills/skill-creator/scripts/package_skill.py +0 -136
  339. package/template/.agents/skills/skill-creator/scripts/quick_validate.py +0 -103
  340. package/template/.agents/skills/skill-creator/scripts/run_eval.py +0 -310
  341. package/template/.agents/skills/skill-creator/scripts/run_loop.py +0 -328
  342. package/template/.agents/skills/skill-creator/scripts/utils.py +0 -47
  343. package/template/.agents/skills/supabase/CHANGELOG.md +0 -71
  344. package/template/.agents/skills/supabase/SKILL.md +0 -145
  345. package/template/.agents/skills/supabase/assets/feedback-issue-template.md +0 -17
  346. package/template/.agents/skills/supabase/references/skill-feedback.md +0 -17
  347. package/template/.agents/skills/supabase-postgres-best-practices/CHANGELOG.md +0 -73
  348. package/template/.agents/skills/supabase-postgres-best-practices/SKILL.md +0 -64
  349. package/template/.agents/skills/supabase-postgres-best-practices/references/_contributing.md +0 -170
  350. package/template/.agents/skills/supabase-postgres-best-practices/references/_sections.md +0 -39
  351. package/template/.agents/skills/supabase-postgres-best-practices/references/_template.md +0 -34
  352. package/template/.agents/skills/supabase-postgres-best-practices/references/advanced-full-text-search.md +0 -55
  353. package/template/.agents/skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md +0 -49
  354. package/template/.agents/skills/supabase-postgres-best-practices/references/conn-idle-timeout.md +0 -46
  355. package/template/.agents/skills/supabase-postgres-best-practices/references/conn-limits.md +0 -44
  356. package/template/.agents/skills/supabase-postgres-best-practices/references/conn-pooling.md +0 -41
  357. package/template/.agents/skills/supabase-postgres-best-practices/references/conn-prepared-statements.md +0 -46
  358. package/template/.agents/skills/supabase-postgres-best-practices/references/data-batch-inserts.md +0 -54
  359. package/template/.agents/skills/supabase-postgres-best-practices/references/data-n-plus-one.md +0 -53
  360. package/template/.agents/skills/supabase-postgres-best-practices/references/data-pagination.md +0 -50
  361. package/template/.agents/skills/supabase-postgres-best-practices/references/data-upsert.md +0 -50
  362. package/template/.agents/skills/supabase-postgres-best-practices/references/lock-advisory.md +0 -56
  363. package/template/.agents/skills/supabase-postgres-best-practices/references/lock-deadlock-prevention.md +0 -68
  364. package/template/.agents/skills/supabase-postgres-best-practices/references/lock-short-transactions.md +0 -50
  365. package/template/.agents/skills/supabase-postgres-best-practices/references/lock-skip-locked.md +0 -54
  366. package/template/.agents/skills/supabase-postgres-best-practices/references/monitor-explain-analyze.md +0 -45
  367. package/template/.agents/skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md +0 -55
  368. package/template/.agents/skills/supabase-postgres-best-practices/references/monitor-vacuum-analyze.md +0 -55
  369. package/template/.agents/skills/supabase-postgres-best-practices/references/query-composite-indexes.md +0 -44
  370. package/template/.agents/skills/supabase-postgres-best-practices/references/query-covering-indexes.md +0 -40
  371. package/template/.agents/skills/supabase-postgres-best-practices/references/query-index-types.md +0 -48
  372. package/template/.agents/skills/supabase-postgres-best-practices/references/query-missing-indexes.md +0 -43
  373. package/template/.agents/skills/supabase-postgres-best-practices/references/query-partial-indexes.md +0 -45
  374. package/template/.agents/skills/supabase-postgres-best-practices/references/schema-constraints.md +0 -80
  375. package/template/.agents/skills/supabase-postgres-best-practices/references/schema-data-types.md +0 -46
  376. package/template/.agents/skills/supabase-postgres-best-practices/references/schema-foreign-key-indexes.md +0 -59
  377. package/template/.agents/skills/supabase-postgres-best-practices/references/schema-lowercase-identifiers.md +0 -55
  378. package/template/.agents/skills/supabase-postgres-best-practices/references/schema-partitioning.md +0 -55
  379. package/template/.agents/skills/supabase-postgres-best-practices/references/schema-primary-keys.md +0 -61
  380. package/template/.agents/skills/supabase-postgres-best-practices/references/security-privileges.md +0 -54
  381. package/template/.agents/skills/supabase-postgres-best-practices/references/security-rls-basics.md +0 -50
  382. package/template/.agents/skills/supabase-postgres-best-practices/references/security-rls-performance.md +0 -63
  383. package/template/.agents/skills/writing/humanizer/SKILL.md +0 -621
  384. package/template/.agents/upstreams.json +0 -116
@@ -1,1244 +0,0 @@
1
- #!/usr/bin/env node
2
- /**
3
- * CLI helper: apply pending live copy edits as one AI-owned batch.
4
- *
5
- * The browser Save path stages copy edits in .impeccable/live. This script is
6
- * called by /manual-edit-commit when the user clicks Apply copy edits. It gives
7
- * the local AI runner the full staged batch plus evidence, validates the files
8
- * the runner reports touching, and clears only entries reported as applied.
9
- *
10
- * Usage:
11
- * node live-commit-manual-edits.mjs
12
- * node live-commit-manual-edits.mjs --page-url=/
13
- *
14
- * Output JSON:
15
- * { applied, failed, files, cleared, count, pageUrl }
16
- */
17
-
18
- import { buildManualEditEvidence } from './live-manual-edit-evidence.mjs';
19
- import { readBuffer, readBufferStrict, writeBuffer, countByPage } from './live/manual-edits-buffer.mjs';
20
- import { isGeneratedFile } from './lib/is-generated.mjs';
21
- import {
22
- runCopyEditBatchAgent,
23
- runCopyEditPostApplyChecks,
24
- } from './live-copy-edit-agent.mjs';
25
- import fs from 'node:fs';
26
- import path from 'node:path';
27
-
28
- const ROLLBACK_EXTENSIONS = new Set([
29
- '.astro',
30
- '.cjs',
31
- '.css',
32
- '.eex',
33
- '.ex',
34
- '.heex',
35
- '.htm',
36
- '.html',
37
- '.js',
38
- '.json',
39
- '.jsx',
40
- '.md',
41
- '.mdx',
42
- '.mjs',
43
- '.scss',
44
- '.svelte',
45
- '.svg',
46
- '.ts',
47
- '.tsx',
48
- '.txt',
49
- '.vue',
50
- '.yaml',
51
- '.yml',
52
- ]);
53
- const ROLLBACK_SKIP_DIRS = new Set([
54
- '.astro',
55
- '.git',
56
- '.impeccable',
57
- '.next',
58
- '.nuxt',
59
- '.svelte-kit',
60
- 'build',
61
- 'coverage',
62
- 'dist',
63
- 'node_modules',
64
- 'out',
65
- ]);
66
- const DEFAULT_REPAIR_ATTEMPTS = 3;
67
-
68
- function argVal(args, name) {
69
- const prefix = name + '=';
70
- for (const arg of args) {
71
- if (arg === name) return true;
72
- if (arg.startsWith(prefix)) return arg.slice(prefix.length);
73
- }
74
- return null;
75
- }
76
-
77
- function countOps(entries) {
78
- let count = 0;
79
- for (const entry of entries || []) count += Array.isArray(entry.ops) ? entry.ops.length : 0;
80
- return count;
81
- }
82
-
83
- function summarizeAppliedEntries(entries, appliedEntryIds) {
84
- const ids = new Set(appliedEntryIds);
85
- const out = [];
86
- for (const entry of entries || []) {
87
- if (!ids.has(entry.id)) continue;
88
- for (const op of entry.ops || []) {
89
- out.push({
90
- id: entry.id,
91
- ref: op.ref,
92
- originalText: op.originalText,
93
- newText: op.newText,
94
- });
95
- }
96
- }
97
- return out;
98
- }
99
-
100
- function normalizeFailedEntries(batch, result, fallbackReason) {
101
- const failed = [];
102
- const failedByEntryId = new Map();
103
- for (const item of result?.failed || []) {
104
- const entryId = item.entryId || item.id || null;
105
- if (!entryId) continue;
106
- failedByEntryId.set(entryId, item);
107
- }
108
-
109
- for (const entry of batch.entries || []) {
110
- const item = failedByEntryId.get(entry.id);
111
- if (!item) continue;
112
- failed.push({
113
- id: entry.id,
114
- reason: item.reason || item.message || fallbackReason || 'failed',
115
- candidates: Array.isArray(item.candidates) && item.candidates.length > 0
116
- ? item.candidates
117
- : candidatesForEntry(batch, entry.id),
118
- });
119
- }
120
- return failed;
121
- }
122
-
123
- function mergeFailedEntries(...groups) {
124
- const out = [];
125
- const indexById = new Map();
126
- for (const item of groups.flatMap((group) => Array.isArray(group) ? group : [])) {
127
- if (!item || typeof item !== 'object') continue;
128
- const id = typeof item.id === 'string' && item.id ? item.id : null;
129
- if (!id) {
130
- out.push(item);
131
- continue;
132
- }
133
- const existingIndex = indexById.get(id);
134
- if (existingIndex === undefined) {
135
- indexById.set(id, out.length);
136
- out.push(item);
137
- continue;
138
- }
139
- out[existingIndex] = {
140
- ...out[existingIndex],
141
- ...item,
142
- candidates: item.candidates || out[existingIndex].candidates,
143
- checks: item.checks || out[existingIndex].checks,
144
- };
145
- }
146
- return out;
147
- }
148
-
149
- function candidatesForEntry(batch, entryId) {
150
- return (batch.candidates || [])
151
- .filter((candidate) => candidate.entryId === entryId)
152
- .flatMap((candidate) => [
153
- ...(candidate.sourceHint ? [candidate.sourceHint] : []),
154
- ...(candidate.textMatches || []),
155
- ...(candidate.objectKeyMatches || []),
156
- ...(candidate.locatorMatches || []),
157
- ...(candidate.contextTextMatches || []),
158
- ])
159
- .slice(0, 12);
160
- }
161
-
162
- function uniqueStrings(values) {
163
- return [...new Set(values.filter((value) => typeof value === 'string' && value.trim()))];
164
- }
165
-
166
- function allEntryIds(batch) {
167
- return (batch?.entries || []).map((entry) => entry.id).filter(Boolean);
168
- }
169
-
170
- function mergeUniqueStrings(...groups) {
171
- return uniqueStrings(groups.flatMap((group) => Array.isArray(group) ? group : []));
172
- }
173
-
174
- function repairAttemptLimit(env = process.env) {
175
- const value = Number(env.IMPECCABLE_LIVE_MANUAL_EDIT_REPAIR_ATTEMPTS || DEFAULT_REPAIR_ATTEMPTS);
176
- if (!Number.isFinite(value)) return DEFAULT_REPAIR_ATTEMPTS;
177
- return Math.max(1, Math.min(10, Math.trunc(value)));
178
- }
179
-
180
- function summarizeRepairFailures(failures = []) {
181
- return failures.map((failure) => {
182
- const out = {
183
- reason: failure.reason || failure.detail || 'validation_failed',
184
- };
185
- if (failure.id || failure.entryId) out.entryId = failure.id || failure.entryId;
186
- if (failure.ref) out.ref = failure.ref;
187
- if (failure.detail) out.detail = failure.detail;
188
- if (failure.file) out.file = failure.file;
189
- if (failure.message) out.message = failure.message;
190
- if (failure.marker) out.marker = failure.marker;
191
- if (Array.isArray(failure.files)) out.files = failure.files.slice(0, 8);
192
- if (Array.isArray(failure.candidates)) {
193
- out.candidates = failure.candidates.slice(0, 8).map((candidate) => ({
194
- file: candidate.file,
195
- line: candidate.line,
196
- kind: candidate.kind,
197
- reason: candidate.reason,
198
- }));
199
- }
200
- if (Array.isArray(failure.failures)) {
201
- out.failures = failure.failures.slice(0, 8).map((item) => ({
202
- ref: item.ref,
203
- reason: item.reason || item.detail,
204
- detail: item.detail,
205
- candidates: Array.isArray(item.candidates)
206
- ? item.candidates.slice(0, 6).map((candidate) => ({
207
- file: candidate.file,
208
- line: candidate.line,
209
- kind: candidate.kind,
210
- reason: candidate.reason,
211
- }))
212
- : undefined,
213
- }));
214
- }
215
- if (failure.checks) out.checks = failure.checks;
216
- return out;
217
- }).slice(0, 20);
218
- }
219
-
220
- function buildRepairBatch(batch, repair) {
221
- return {
222
- ...batch,
223
- repair,
224
- };
225
- }
226
-
227
- function normalizeProjectSourcePath(cwd, file, opts = {}) {
228
- if (!file || typeof file !== 'string') return null;
229
- const absolute = path.isAbsolute(file) ? file : path.resolve(cwd, file);
230
- const relative = path.relative(cwd, absolute);
231
- if (!relative || relative.startsWith('..') || path.isAbsolute(relative)) return null;
232
- if (opts.requireExists && !fs.existsSync(absolute)) return null;
233
- if (isGeneratedFile(absolute, { cwd })) return null;
234
- return relative;
235
- }
236
-
237
- function normalizeRelativeFile(cwd, file) {
238
- return normalizeProjectSourcePath(cwd, file, { requireExists: true });
239
- }
240
-
241
- function sourceHintWindowFailure(cwd, op) {
242
- const hint = op?.sourceHint;
243
- if (!hint?.file || !hint.line) return null;
244
- const relative = normalizeRelativeFile(cwd, hint.file);
245
- if (!relative) return null;
246
- const absolute = path.resolve(cwd, relative);
247
- let content;
248
- try { content = fs.readFileSync(absolute, 'utf-8'); } catch { return null; }
249
- const lines = content.split('\n');
250
- const line = Math.max(1, Number(hint.line) || 1);
251
- const lineText = lines[line - 1] || '';
252
- const start = Math.max(0, line - 5);
253
- const end = Math.min(lines.length, line + 4);
254
- if (
255
- typeof op.originalText === 'string'
256
- && op.originalText
257
- && lineText.includes(op.originalText)
258
- && !lineShowsAppliedOp(lineText, op)
259
- ) {
260
- return {
261
- file: relative,
262
- line,
263
- reason: 'source_hint_still_contains_original_text',
264
- };
265
- }
266
- if (lines.slice(start, end).some((candidateLine) => lineShowsAppliedOp(candidateLine, op))) return null;
267
- return null;
268
- }
269
-
270
- function verificationTargetsForOp(batch, op, reportedFiles, cwd) {
271
- const candidate = (batch.candidates || []).find((item) => item.entryId === op.entryId && item.ref === op.ref);
272
- const out = [];
273
- const reportedFileSet = new Set(reportedFiles || []);
274
- const add = (file, line, kind) => {
275
- const relativeFile = normalizeRelativeFile(cwd, file);
276
- const lineNumber = Number(line);
277
- if (!relativeFile || !Number.isFinite(lineNumber) || lineNumber < 1) return;
278
- out.push({ file: relativeFile, line: lineNumber, kind, reported: reportedFileSet.has(relativeFile) });
279
- };
280
-
281
- add(op.sourceHint?.file, op.sourceHint?.line, 'source_hint');
282
- add(candidate?.sourceHint?.relativeFile || candidate?.sourceHint?.file, candidate?.sourceHint?.line, 'candidate_source_hint');
283
- for (const item of candidate?.textMatches || []) add(item.file, item.line, 'text_match');
284
- for (const item of candidate?.objectKeyMatches || []) add(item.file, item.line, 'object_key_match');
285
- for (const item of candidate?.locatorMatches || []) add(item.file, item.line, 'locator_match');
286
- for (const item of candidate?.contextTextMatches || []) add(item.file, item.line, 'context_text_match');
287
-
288
- // Manual copy edits often stage coupled leaves from the same UI object, e.g.
289
- // a card label plus its count. Dynamic source stores both on the label/key
290
- // line, so the count op may need the sibling label's data candidates.
291
- for (const siblingCandidate of siblingCandidatesForEntry(batch, op)) {
292
- add(siblingCandidate.sourceHint?.relativeFile || siblingCandidate.sourceHint?.file, siblingCandidate.sourceHint?.line, 'entry_source_hint');
293
- for (const item of siblingCandidate.textMatches || []) add(item.file, item.line, 'entry_text_match');
294
- for (const item of siblingCandidate.objectKeyMatches || []) add(item.file, item.line, 'entry_object_key_match');
295
- for (const item of siblingCandidate.contextTextMatches || []) add(item.file, item.line, 'entry_context_text_match');
296
- }
297
-
298
- for (const relativeFile of reportedFiles || []) {
299
- for (const target of locatorTargetsInFile(cwd, relativeFile, op)) {
300
- out.push(target);
301
- }
302
- }
303
-
304
- const seen = new Set();
305
- return out.filter((target) => {
306
- const key = target.file + ':' + target.line + ':' + target.kind;
307
- if (seen.has(key)) return false;
308
- seen.add(key);
309
- return true;
310
- });
311
- }
312
-
313
- function objectKeyCandidatesForOp(batch, op) {
314
- const candidates = (batch.candidates || [])
315
- .filter((item) => item.entryId === op.entryId && item.ref === op.ref);
316
- return candidates.flatMap((candidate) => candidate.objectKeyMatches || []);
317
- }
318
-
319
- function lineHasObjectKey(line, text) {
320
- if (typeof text !== 'string' || text.length === 0) return false;
321
- const quotedKey = new RegExp('(^|[\\s,{])([\'"`])' + escapeRegExp(text) + '\\2\\s*:');
322
- if (quotedKey.test(line)) return true;
323
- const identifierSafe = /^[A-Za-z_$][\w$]*$/.test(text);
324
- if (!identifierSafe) return false;
325
- const bareKey = new RegExp('(^|[\\s,{])' + escapeRegExp(text) + '\\s*:');
326
- return bareKey.test(line);
327
- }
328
-
329
- function objectKeyMatchStillUsesOriginal(cwd, match, op) {
330
- const relative = normalizeRelativeFile(cwd, match?.file);
331
- const lineNumber = Number(match?.line);
332
- if (!relative || !Number.isFinite(lineNumber) || lineNumber < 1) return false;
333
- let lines;
334
- try { lines = fs.readFileSync(path.resolve(cwd, relative), 'utf-8').split('\n'); } catch { return false; }
335
- const start = Math.max(0, lineNumber - 4);
336
- const end = Math.min(lines.length, lineNumber + 3);
337
- const windowLines = lines.slice(start, end);
338
- if (windowLines.some((line) => lineHasObjectKey(line, op.newText))) return false;
339
- return windowLines.some((line) => lineHasObjectKey(line, op.originalText));
340
- }
341
-
342
- function coupledObjectKeyFailuresForOp(batch, op, cwd) {
343
- if (
344
- typeof op?.originalText !== 'string'
345
- || typeof op?.newText !== 'string'
346
- || op.originalText === op.newText
347
- ) return [];
348
- return objectKeyCandidatesForOp(batch, op)
349
- .filter((match) => objectKeyMatchStillUsesOriginal(cwd, match, op))
350
- .map((match) => ({
351
- ref: op.ref,
352
- reason: 'source_verification_failed',
353
- detail: 'edited_text_source_key_dependency_not_updated',
354
- candidates: [{
355
- file: normalizeRelativeFile(cwd, match.file) || match.file,
356
- line: match.line,
357
- kind: 'object_key_match',
358
- reason: 'edited text is also a source key; update the coupled key to newText or fail the entry',
359
- }],
360
- }));
361
- }
362
-
363
- function siblingCandidatesForEntry(batch, op) {
364
- if (!op?.entryId) return [];
365
- return (batch.candidates || []).filter((item) => item.entryId === op.entryId && item.ref !== op.ref);
366
- }
367
-
368
- function locatorTargetsInFile(cwd, relativeFile, op) {
369
- if (!opHasLocator(op)) return [];
370
- const absolute = path.resolve(cwd, relativeFile);
371
- let lines;
372
- try { lines = fs.readFileSync(absolute, 'utf-8').split('\n'); } catch { return []; }
373
- const out = [];
374
- for (let index = 0; index < lines.length; index += 1) {
375
- if (!lineMatchesManualEditLocator(lines[index], op)) continue;
376
- out.push({ file: relativeFile, line: index + 1, kind: 'reported_locator_match' });
377
- if (out.length >= 20) break;
378
- }
379
- return out;
380
- }
381
-
382
- function verificationTargetPasses(cwd, target, op) {
383
- let lines;
384
- try { lines = fs.readFileSync(path.resolve(cwd, target.file), 'utf-8').split('\n'); } catch { return false; }
385
- return verificationTargetPassesLines(lines, target, op);
386
- }
387
-
388
- function verificationTargetPassesLines(lines, target, op) {
389
- const line = lines[target.line - 1] || '';
390
- if (lineShowsAppliedOp(line, op)) return true;
391
- const originalText = typeof op?.originalText === 'string' ? op.originalText : '';
392
- if (originalText && line.includes(originalText)) return false;
393
- const kind = String(target.kind || '');
394
- const canSearchWindow = target.reported
395
- || kind.includes('context_text_match')
396
- || kind.includes('object_key_match')
397
- || kind.includes('text_match');
398
- if (!canSearchWindow) return false;
399
- const radius = kind.includes('context_text_match') ? 20 : 4;
400
- const start = Math.max(0, target.line - radius - 1);
401
- const end = Math.min(lines.length, target.line + radius);
402
- const windowLines = lines.slice(start, end);
403
- if (windowLines.some((candidateLine) => lineShowsAppliedOp(candidateLine, op))) return true;
404
- if (windowShowsAppliedOp(windowLines, op)) return true;
405
- return false;
406
- }
407
-
408
- function windowShowsAppliedOp(lines, op) {
409
- const newText = typeof op?.newText === 'string' ? op.newText : '';
410
- if (!newText) return false;
411
- const originalText = typeof op?.originalText === 'string' ? op.originalText : '';
412
- const normalizedNew = normalizeVerificationText(newText);
413
- const normalizedOriginal = normalizeVerificationText(originalText);
414
- const normalizedWindow = normalizeVerificationText(lines.join('\n'));
415
- if (!normalizedNew || !normalizedWindow.includes(normalizedNew)) return false;
416
- if (normalizedOriginal && !normalizedNew.includes(normalizedOriginal) && normalizedWindow.includes(normalizedOriginal)) return false;
417
- return true;
418
- }
419
-
420
- function normalizeVerificationText(text) {
421
- return String(text || '').replace(/\s+/g, ' ').trim();
422
- }
423
-
424
- function lineShowsAppliedOp(line, op) {
425
- const originalText = typeof op?.originalText === 'string' ? op.originalText : '';
426
- const newText = typeof op?.newText === 'string' ? op.newText : '';
427
- const deletion = op?.deleted === true || newText.length === 0;
428
- if (deletion) return !!originalText && !line.includes(originalText);
429
- if (!line.includes(newText)) return false;
430
- if (originalText && !newText.includes(originalText) && line.includes(originalText)) return false;
431
- return true;
432
- }
433
-
434
- function opHasLocator(op) {
435
- return !!(
436
- op?.tag
437
- || op?.elementId
438
- || (Array.isArray(op?.classes) && op.classes.filter(Boolean).length > 0)
439
- );
440
- }
441
-
442
- function lineMatchesManualEditLocator(line, op) {
443
- if (op.tag) {
444
- const tagRe = new RegExp('<\\s*' + escapeRegExp(op.tag) + '(?=[\\s>/]|$)', 'i');
445
- if (!tagRe.test(line)) return false;
446
- }
447
-
448
- if (op.elementId) {
449
- const idRe = new RegExp('\\bid\\s*=\\s*["\']' + escapeRegExp(op.elementId) + '["\']');
450
- if (!idRe.test(line)) return false;
451
- }
452
-
453
- const classes = Array.isArray(op.classes) ? op.classes.filter(Boolean) : [];
454
- for (const className of classes) {
455
- if (!line.includes(className)) return false;
456
- }
457
-
458
- return true;
459
- }
460
-
461
- function verifyAppliedEntry({ batch, entry, reportedFiles, cwd }) {
462
- const failures = [];
463
- for (const rawOp of entry.ops || []) {
464
- const op = { ...rawOp, entryId: entry.id };
465
- if (op.deleted === true && typeof op.newText !== 'string') op.newText = '';
466
- if (typeof op.newText !== 'string') {
467
- failures.push({
468
- ref: op.ref,
469
- reason: 'source_verification_failed',
470
- detail: 'missing_newText',
471
- candidates: candidatesForEntry(batch, entry.id).slice(0, 12),
472
- });
473
- continue;
474
- }
475
- const targets = verificationTargetsForOp(batch, op, reportedFiles, cwd);
476
- const coupledObjectKeyFailures = coupledObjectKeyFailuresForOp(batch, op, cwd);
477
- if (
478
- coupledObjectKeyFailures.length === 0
479
- && targets.some((target) => verificationTargetPasses(cwd, target, op))
480
- ) continue;
481
-
482
- if (coupledObjectKeyFailures.length > 0) {
483
- failures.push(...coupledObjectKeyFailures.map((failure) => ({
484
- ...failure,
485
- candidates: [
486
- ...(failure.candidates || []),
487
- ...targets.map((target) => ({ file: target.file, line: target.line, kind: target.kind })),
488
- ...candidatesForEntry(batch, entry.id),
489
- ].slice(0, 12),
490
- })));
491
- continue;
492
- }
493
-
494
- const hintedOldText = sourceHintWindowFailure(cwd, op);
495
- if (hintedOldText) {
496
- failures.push({
497
- ref: op.ref,
498
- reason: 'source_verification_failed',
499
- detail: hintedOldText.reason,
500
- candidates: [hintedOldText, ...targets.map((target) => ({ file: target.file, line: target.line, kind: target.kind })), ...candidatesForEntry(batch, entry.id)].slice(0, 12),
501
- });
502
- continue;
503
- }
504
-
505
- failures.push({
506
- ref: op.ref,
507
- reason: 'source_verification_failed',
508
- detail: op.newText.length === 0 ? 'originalText_still_present_in_plausible_source_location' : 'newText_not_found_in_plausible_source_location',
509
- candidates: targets.map((target) => ({ file: target.file, line: target.line, kind: target.kind })).concat(candidatesForEntry(batch, entry.id)).slice(0, 12),
510
- });
511
- }
512
- return failures;
513
- }
514
-
515
- function snapshotTargetPasses(snapshot, target, op) {
516
- const before = snapshot.get(target.file)?.content;
517
- if (typeof before !== 'string') return false;
518
- return verificationTargetPassesLines(before.split('\n'), target, op);
519
- }
520
-
521
- function findUnappliedEntrySourceChanges({ batch, entries, reportedFiles, cwd, rollbackSnapshot }) {
522
- const failures = [];
523
- for (const entry of entries || []) {
524
- for (const rawOp of entry.ops || []) {
525
- const op = { ...rawOp, entryId: entry.id };
526
- if (typeof op.newText !== 'string' || op.newText.length === 0) continue;
527
- const targets = verificationTargetsForOp(batch, op, reportedFiles, cwd);
528
- const leakedTargets = targets.filter((target) =>
529
- verificationTargetPasses(cwd, target, op)
530
- && !snapshotTargetPasses(rollbackSnapshot, target, op)
531
- );
532
- if (leakedTargets.length === 0) continue;
533
- failures.push({
534
- id: entry.id,
535
- reason: 'failed_entry_source_changed',
536
- ref: op.ref,
537
- newText: op.newText,
538
- candidates: leakedTargets
539
- .map((target) => ({ file: target.file, line: target.line, kind: target.kind }))
540
- .concat(candidatesForEntry(batch, entry.id))
541
- .slice(0, 12),
542
- });
543
- break;
544
- }
545
- }
546
- return failures;
547
- }
548
-
549
- function verificationFailuresForEntries(batch, entries, reason, extra = {}) {
550
- return entries.map((entry) => ({
551
- id: entry.id,
552
- reason,
553
- candidates: candidatesForEntry(batch, entry.id),
554
- ...extra,
555
- }));
556
- }
557
-
558
- function clearAppliedEntries(cwd, appliedEntryIds) {
559
- const ids = new Set(appliedEntryIds);
560
- if (ids.size === 0) return 0;
561
- const buffer = readBuffer(cwd);
562
- let cleared = 0;
563
- const kept = [];
564
- for (const entry of buffer.entries || []) {
565
- if (ids.has(entry.id)) {
566
- cleared += Array.isArray(entry.ops) ? entry.ops.length : 0;
567
- } else {
568
- kept.push(entry);
569
- }
570
- }
571
- writeBuffer(cwd, { version: buffer.version || 1, entries: kept });
572
- return cleared;
573
- }
574
-
575
- function snapshotRollbackFiles(cwd, files = null) {
576
- const snapshot = new Map();
577
- const rollbackFiles = Array.isArray(files) && files.length > 0
578
- ? uniqueStrings(files).map((file) => normalizeRollbackPath(cwd, file)).filter(Boolean)
579
- : collectRollbackFiles(cwd);
580
- for (const relativeFile of rollbackFiles) {
581
- const absolute = path.resolve(cwd, relativeFile);
582
- try {
583
- snapshot.set(relativeFile, {
584
- existed: true,
585
- content: fs.readFileSync(absolute, 'utf-8'),
586
- });
587
- } catch (err) {
588
- if (err?.code === 'ENOENT') {
589
- snapshot.set(relativeFile, { existed: false });
590
- }
591
- // Other read failures are not safe to roll back.
592
- }
593
- }
594
- return snapshot;
595
- }
596
-
597
- function collectRollbackFiles(cwd) {
598
- const out = [];
599
- const seenDirs = new Set();
600
- const seenFiles = new Set();
601
- scanRollbackDir(cwd, cwd, out, seenDirs, seenFiles, 0);
602
- return out;
603
- }
604
-
605
- function scanRollbackDir(dir, cwd, out, seenDirs, seenFiles, depth) {
606
- if (depth > 10) return;
607
- let realDir;
608
- try { realDir = fs.realpathSync(dir); } catch { return; }
609
- if (seenDirs.has(realDir)) return;
610
- seenDirs.add(realDir);
611
-
612
- let entries;
613
- try { entries = fs.readdirSync(dir, { withFileTypes: true }); } catch { return; }
614
- for (const entry of entries) {
615
- if (entry.isDirectory()) {
616
- if (ROLLBACK_SKIP_DIRS.has(entry.name)) continue;
617
- scanRollbackDir(path.join(dir, entry.name), cwd, out, seenDirs, seenFiles, depth + 1);
618
- continue;
619
- }
620
- if (!entry.isFile()) continue;
621
- if (!ROLLBACK_EXTENSIONS.has(path.extname(entry.name).toLowerCase())) continue;
622
- const absolute = path.join(dir, entry.name);
623
- if (isGeneratedFile(absolute, { cwd })) continue;
624
- let realFile;
625
- try { realFile = fs.realpathSync(absolute); } catch { continue; }
626
- if (seenFiles.has(realFile)) continue;
627
- seenFiles.add(realFile);
628
- const relative = path.relative(cwd, absolute);
629
- if (!relative || relative.startsWith('..') || path.isAbsolute(relative)) continue;
630
- out.push(relative);
631
- }
632
- }
633
-
634
- function changedFilesSinceSnapshot(cwd, snapshot, scopeFiles = null) {
635
- const changed = new Map();
636
- const scopedFiles = Array.isArray(scopeFiles) && scopeFiles.length > 0
637
- ? scopeFiles.map((file) => normalizeRollbackPath(cwd, file)).filter(Boolean)
638
- : null;
639
- const currentFiles = new Set(scopedFiles || collectRollbackFiles(cwd));
640
- for (const [relativeFile, before] of snapshot.entries()) {
641
- if (scopedFiles && !currentFiles.has(relativeFile)) continue;
642
- const absolute = path.resolve(cwd, relativeFile);
643
- if (before?.existed === false) {
644
- if (fs.existsSync(absolute)) changed.set(relativeFile, { file: relativeFile, kind: 'added' });
645
- continue;
646
- }
647
- if (!fs.existsSync(absolute)) {
648
- changed.set(relativeFile, { file: relativeFile, kind: 'deleted' });
649
- continue;
650
- }
651
- let content;
652
- try { content = fs.readFileSync(absolute, 'utf-8'); } catch { continue; }
653
- if (content !== before.content) {
654
- changed.set(relativeFile, { file: relativeFile, kind: 'modified' });
655
- }
656
- }
657
- for (const relativeFile of currentFiles) {
658
- if (!snapshot.has(relativeFile)) {
659
- changed.set(relativeFile, { file: relativeFile, kind: 'unknown' });
660
- }
661
- }
662
- return [...changed.values()];
663
- }
664
-
665
- function rollbackChangedFiles(cwd, snapshot, extraFiles = [], scopeFiles = []) {
666
- const scope = new Set(
667
- [...(scopeFiles || []), ...(extraFiles || [])]
668
- .map((file) => normalizeRollbackPath(cwd, file))
669
- .filter(Boolean),
670
- );
671
- const changed = changedFilesSinceSnapshot(cwd, snapshot, [...scope]);
672
- const byFile = new Map(changed.map((item) => [item.file, item]));
673
- for (const file of extraFiles || []) {
674
- const relative = normalizeRollbackPath(cwd, file);
675
- if (relative && !byFile.has(relative)) {
676
- byFile.set(relative, { file: relative, kind: snapshot.has(relative) ? 'reported' : 'unknown' });
677
- }
678
- }
679
-
680
- const rolledBackFiles = [];
681
- const rollbackFailures = [];
682
- for (const item of byFile.values()) {
683
- if (!scope.has(item.file)) continue;
684
- const absolute = path.resolve(cwd, item.file);
685
- const before = snapshot.get(item.file);
686
- try {
687
- if (before?.existed !== false && typeof before?.content === 'string') {
688
- fs.mkdirSync(path.dirname(absolute), { recursive: true });
689
- fs.writeFileSync(absolute, before.content, 'utf-8');
690
- } else if (before?.existed === false && item.kind === 'added' && fs.existsSync(absolute)) {
691
- fs.rmSync(absolute);
692
- } else {
693
- rollbackFailures.push({ file: item.file, reason: 'no_snapshot' });
694
- continue;
695
- }
696
- rolledBackFiles.push(item.file);
697
- } catch (err) {
698
- rollbackFailures.push({ file: item.file, reason: 'restore_failed', message: err.message || String(err) });
699
- }
700
- }
701
- return { rolledBackFiles, rollbackFailures };
702
- }
703
-
704
- function collectApplyOwnedFiles(batch, cwd, extraFiles = []) {
705
- const files = [];
706
- for (const entry of batch?.entries || []) {
707
- for (const op of entry.ops || []) files.push(op.sourceHint?.file);
708
- }
709
- for (const candidate of batch?.candidates || []) {
710
- files.push(candidate.sourceHint?.relativeFile, candidate.sourceHint?.file);
711
- for (const item of candidate.textMatches || []) files.push(item.file);
712
- for (const item of candidate.objectKeyMatches || []) files.push(item.file);
713
- for (const item of candidate.locatorMatches || []) files.push(item.file);
714
- for (const item of candidate.contextTextMatches || []) files.push(item.file);
715
- }
716
- files.push(...(extraFiles || []));
717
- return uniqueStrings(files)
718
- .map((file) => normalizeRollbackPath(cwd, file))
719
- .filter(Boolean);
720
- }
721
-
722
- function unreportedChangedFiles(cwd, snapshot, reportedFiles, scopeFiles = []) {
723
- const reported = new Set(
724
- (reportedFiles || [])
725
- .map((file) => normalizeRollbackPath(cwd, file))
726
- .filter(Boolean),
727
- );
728
- const scope = new Set(
729
- (scopeFiles || [])
730
- .map((file) => normalizeRollbackPath(cwd, file))
731
- .filter(Boolean),
732
- );
733
- return changedFilesSinceSnapshot(cwd, snapshot, [...scope])
734
- .map((item) => item.file)
735
- .filter((file) => scope.has(file))
736
- .filter((file) => !reported.has(file));
737
- }
738
-
739
- function normalizeRollbackPath(cwd, file) {
740
- return normalizeProjectSourcePath(cwd, file);
741
- }
742
-
743
- function verifyEntriesAfterRepair({ batch, appliedEntryIds, files, cwd }) {
744
- const reportedFiles = uniqueStrings(files || [])
745
- .map((file) => normalizeRelativeFile(cwd, file))
746
- .filter(Boolean);
747
- const entries = (batch.entries || []).filter((entry) => appliedEntryIds.includes(entry.id));
748
- const verifiedIds = [];
749
- const failed = [];
750
- for (const entry of entries) {
751
- const failures = verifyAppliedEntry({ batch, entry, reportedFiles, cwd });
752
- if (failures.length === 0) {
753
- verifiedIds.push(entry.id);
754
- } else {
755
- failed.push({
756
- id: entry.id,
757
- reason: 'source_verification_failed',
758
- failures,
759
- candidates: candidatesForEntry(batch, entry.id),
760
- });
761
- }
762
- }
763
- return { verifiedIds, failed, reportedFiles };
764
- }
765
-
766
- async function repairPostApplyValidation({
767
- batch,
768
- cwd,
769
- pageUrl,
770
- count,
771
- provider,
772
- env,
773
- timeoutMs,
774
- applyBatchToSource,
775
- chatAvailable,
776
- transactionId,
777
- appliedEntryIds,
778
- files,
779
- failed,
780
- notes,
781
- warnings,
782
- postChecks,
783
- repairReason = 'post_apply_validation_failed',
784
- repairFailures = null,
785
- }) {
786
- const maxAttempts = repairAttemptLimit(env);
787
- let currentFiles = mergeUniqueStrings(files || []);
788
- let currentAppliedIds = mergeUniqueStrings(appliedEntryIds || []);
789
- let currentFailed = Array.isArray(failed) ? failed : [];
790
- let currentNotes = Array.isArray(notes) ? notes : [];
791
- let currentWarnings = Array.isArray(warnings) ? warnings : [];
792
- let currentFailures = Array.isArray(repairFailures) ? repairFailures : (postChecks?.failures || []);
793
-
794
- for (let attempt = 1; attempt <= maxAttempts; attempt += 1) {
795
- const repair = {
796
- attempt,
797
- maxAttempts,
798
- transactionId: transactionId || null,
799
- reason: repairReason,
800
- failures: summarizeRepairFailures(currentFailures),
801
- files: currentFiles,
802
- pageUrl,
803
- };
804
- let repairResult;
805
- try {
806
- repairResult = await runCopyEditBatchAgent(buildRepairBatch(batch, repair), {
807
- cwd,
808
- provider,
809
- env,
810
- timeoutMs,
811
- applyBatchToSource,
812
- chatAvailable,
813
- });
814
- } catch (err) {
815
- currentFailures = [{
816
- reason: 'repair_agent_failed',
817
- message: err.message || String(err),
818
- }];
819
- continue;
820
- }
821
-
822
- currentFiles = mergeUniqueStrings(currentFiles, repairResult.files || []);
823
- currentNotes = [...currentNotes, ...(repairResult.notes || [])];
824
- currentWarnings = [...currentWarnings, ...(repairResult.warnings || [])];
825
- currentAppliedIds = mergeUniqueStrings(currentAppliedIds, repairResult.appliedEntryIds || []);
826
- currentFailed = mergeFailedEntries(
827
- currentFailed,
828
- normalizeFailedEntries(batch, repairResult, 'repair_failed'),
829
- );
830
-
831
- const verified = verifyEntriesAfterRepair({
832
- batch,
833
- appliedEntryIds: currentAppliedIds,
834
- files: currentFiles,
835
- cwd,
836
- });
837
- if (verified.failed.length > 0) {
838
- currentFailures = verified.failed;
839
- continue;
840
- }
841
-
842
- const repairedChecks = runCopyEditPostApplyChecks({ cwd, files: currentFiles });
843
- currentWarnings = [...currentWarnings, ...(repairedChecks.warnings || [])];
844
- if (!repairedChecks.ok) {
845
- currentFailures = repairedChecks.failures || [];
846
- continue;
847
- }
848
-
849
- const cleared = clearAppliedEntries(cwd, verified.verifiedIds);
850
- const counts = countByPage(cwd);
851
- const verifiedIdSet = new Set(verified.verifiedIds);
852
- return {
853
- applied: summarizeAppliedEntries(batch.entries, verified.verifiedIds),
854
- failed: mergeFailedEntries(currentFailed).filter((item) => !verifiedIdSet.has(item.id)),
855
- files: currentFiles,
856
- cleared,
857
- count,
858
- pageUrl,
859
- warnings: currentWarnings,
860
- notes: currentNotes,
861
- repair: {
862
- status: 'repaired',
863
- attempts: attempt,
864
- maxAttempts,
865
- transactionId: transactionId || null,
866
- },
867
- ...counts,
868
- };
869
- }
870
-
871
- const decisionFailedEntries = currentAppliedIds.length > 0
872
- ? (batch.entries || [])
873
- .filter((entry) => currentAppliedIds.includes(entry.id))
874
- .map((entry) => ({
875
- id: entry.id,
876
- reason: repairReason,
877
- checks: currentFailures,
878
- candidates: candidatesForEntry(batch, entry.id),
879
- }))
880
- : verificationFailuresForEntries(batch, batch.entries || [], repairReason, { checks: currentFailures });
881
- return {
882
- applied: [],
883
- failed: mergeFailedEntries(decisionFailedEntries, currentFailed),
884
- files: currentFiles,
885
- cleared: 0,
886
- count,
887
- pageUrl,
888
- warnings: currentWarnings,
889
- notes: currentNotes,
890
- reason: 'manual_edit_repair_needs_decision',
891
- needsManualDecision: true,
892
- repair: {
893
- status: 'needs_decision',
894
- attempts: maxAttempts,
895
- maxAttempts,
896
- transactionId: transactionId || null,
897
- failures: summarizeRepairFailures(currentFailures),
898
- files: currentFiles,
899
- },
900
- ...countByPage(cwd),
901
- };
902
- }
903
-
904
- export async function commitManualEdits({
905
- cwd = process.cwd(),
906
- pageUrl = null,
907
- provider = undefined,
908
- env = process.env,
909
- timeoutMs = undefined,
910
- applyBatchToSource = undefined,
911
- chatAvailable = undefined,
912
- repairOnly = false,
913
- transactionId = null,
914
- batch: providedBatch = null,
915
- } = {}) {
916
- try {
917
- readBufferStrict(cwd);
918
- } catch (err) {
919
- return {
920
- applied: [],
921
- failed: [],
922
- files: [],
923
- cleared: 0,
924
- count: 0,
925
- pageUrl,
926
- reason: 'manual_edit_buffer_invalid',
927
- message: err.message || String(err),
928
- ...countByPage(cwd),
929
- };
930
- }
931
-
932
- const batch = providedBatch || buildManualEditEvidence({ cwd, pageUrl });
933
- const count = countOps(batch.entries);
934
- if (count === 0) {
935
- return {
936
- applied: [],
937
- failed: [],
938
- files: [],
939
- cleared: 0,
940
- count: 0,
941
- pageUrl,
942
- reason: 'no_pending_edits',
943
- ...countByPage(cwd),
944
- };
945
- }
946
-
947
- const baseRollbackScope = collectApplyOwnedFiles(batch, cwd);
948
- const rollbackSnapshot = snapshotRollbackFiles(cwd, baseRollbackScope);
949
- let result;
950
- try {
951
- result = repairOnly
952
- ? {
953
- status: 'done',
954
- appliedEntryIds: allEntryIds(batch),
955
- failed: [],
956
- files: collectApplyOwnedFiles(batch, cwd),
957
- notes: ['repair-only validation pass'],
958
- }
959
- : await runCopyEditBatchAgent(batch, {
960
- cwd,
961
- provider,
962
- env,
963
- timeoutMs,
964
- applyBatchToSource,
965
- chatAvailable,
966
- });
967
- } catch (err) {
968
- const rollback = rollbackChangedFiles(cwd, rollbackSnapshot, [], baseRollbackScope);
969
- return {
970
- applied: [],
971
- failed: batch.entries.map((entry) => ({
972
- id: entry.id,
973
- reason: err.message || String(err),
974
- candidates: candidatesForEntry(batch, entry.id),
975
- })),
976
- files: [],
977
- cleared: 0,
978
- count,
979
- pageUrl,
980
- rolledBackFiles: rollback.rolledBackFiles,
981
- rollbackFailures: rollback.rollbackFailures,
982
- ...countByPage(cwd),
983
- };
984
- }
985
-
986
- if (result.status === 'error') {
987
- const rollbackScope = collectApplyOwnedFiles(batch, cwd, result.files || []);
988
- const rollback = rollbackChangedFiles(cwd, rollbackSnapshot, result.files || [], rollbackScope);
989
- const failed = normalizeFailedEntries(batch, result, result.message || 'AI copy edit failed');
990
- return {
991
- applied: [],
992
- failed: failed.length > 0
993
- ? failed
994
- : verificationFailuresForEntries(batch, batch.entries, result.message || 'AI copy edit failed'),
995
- files: result.files || [],
996
- cleared: 0,
997
- count,
998
- pageUrl,
999
- notes: result.notes || [],
1000
- rolledBackFiles: rollback.rolledBackFiles,
1001
- rollbackFailures: rollback.rollbackFailures,
1002
- ...countByPage(cwd),
1003
- };
1004
- }
1005
-
1006
- const reportedAppliedIds = uniqueStrings(result.appliedEntryIds || []);
1007
- const reportedFiles = uniqueStrings(result.files || [])
1008
- .map((file) => normalizeRelativeFile(cwd, file))
1009
- .filter(Boolean);
1010
- const aiFailed = normalizeFailedEntries(batch, result, 'AI copy edit failed');
1011
- const rollbackScope = collectApplyOwnedFiles(batch, cwd, result.files || []);
1012
- const failedIds = new Set(aiFailed.map((item) => item.id).filter(Boolean));
1013
- const conflictingAppliedIds = reportedAppliedIds.filter((id) => failedIds.has(id));
1014
-
1015
- if (conflictingAppliedIds.length > 0) {
1016
- const rollback = rollbackChangedFiles(cwd, rollbackSnapshot, result.files || [], rollbackScope);
1017
- const conflictingEntries = batch.entries.filter((entry) => conflictingAppliedIds.includes(entry.id));
1018
- return {
1019
- applied: [],
1020
- failed: [
1021
- ...verificationFailuresForEntries(batch, conflictingEntries, 'conflicting_apply_result'),
1022
- ...aiFailed.filter((item) => !conflictingAppliedIds.includes(item.id)),
1023
- ],
1024
- files: result.files || [],
1025
- cleared: 0,
1026
- count,
1027
- pageUrl,
1028
- notes: result.notes || [],
1029
- rolledBackFiles: rollback.rolledBackFiles,
1030
- rollbackFailures: rollback.rollbackFailures,
1031
- ...countByPage(cwd),
1032
- };
1033
- }
1034
-
1035
- const unreportedFiles = unreportedChangedFiles(cwd, rollbackSnapshot, result.files || [], rollbackScope);
1036
- if (unreportedFiles.length > 0) {
1037
- const rollback = rollbackChangedFiles(cwd, rollbackSnapshot, result.files || [], [...rollbackScope, ...unreportedFiles]);
1038
- return {
1039
- applied: [],
1040
- failed: verificationFailuresForEntries(batch, batch.entries, 'unreported_source_changes', { files: unreportedFiles }),
1041
- files: result.files || [],
1042
- unreportedFiles,
1043
- cleared: 0,
1044
- count,
1045
- pageUrl,
1046
- notes: result.notes || [],
1047
- rolledBackFiles: rollback.rolledBackFiles,
1048
- rollbackFailures: rollback.rollbackFailures,
1049
- ...countByPage(cwd),
1050
- };
1051
- }
1052
-
1053
- if (result.status === 'done' && reportedAppliedIds.length === 0) {
1054
- const rollback = rollbackChangedFiles(cwd, rollbackSnapshot, result.files || [], rollbackScope);
1055
- return {
1056
- applied: [],
1057
- failed: verificationFailuresForEntries(batch, batch.entries, 'missing_applied_entry_ids'),
1058
- files: result.files || [],
1059
- cleared: 0,
1060
- count,
1061
- pageUrl,
1062
- notes: result.notes || [],
1063
- rolledBackFiles: rollback.rolledBackFiles,
1064
- rollbackFailures: rollback.rollbackFailures,
1065
- ...countByPage(cwd),
1066
- };
1067
- }
1068
-
1069
- const reportedAppliedEntries = batch.entries.filter((entry) => reportedAppliedIds.includes(entry.id));
1070
- if (reportedAppliedIds.length > 0 && reportedFiles.length === 0) {
1071
- return repairPostApplyValidation({
1072
- batch,
1073
- cwd,
1074
- pageUrl,
1075
- count,
1076
- provider,
1077
- env,
1078
- timeoutMs,
1079
- applyBatchToSource,
1080
- chatAvailable,
1081
- transactionId,
1082
- appliedEntryIds: reportedAppliedIds,
1083
- files: result.files || [],
1084
- failed: aiFailed,
1085
- notes: result.notes || [],
1086
- warnings: result.warnings || [],
1087
- repairReason: 'missing_touched_files',
1088
- repairFailures: verificationFailuresForEntries(batch, reportedAppliedEntries, 'missing_touched_files'),
1089
- });
1090
- }
1091
-
1092
- const verifiedAppliedIds = [];
1093
- const verificationFailed = [];
1094
- for (const entry of reportedAppliedEntries) {
1095
- const failures = verifyAppliedEntry({ batch, entry, reportedFiles, cwd });
1096
- if (failures.length === 0) {
1097
- verifiedAppliedIds.push(entry.id);
1098
- } else {
1099
- verificationFailed.push({
1100
- id: entry.id,
1101
- reason: 'source_verification_failed',
1102
- failures,
1103
- candidates: candidatesForEntry(batch, entry.id),
1104
- });
1105
- }
1106
- }
1107
- const unreportedEntries = result.status === 'done' || result.status === 'partial'
1108
- ? batch.entries.filter((entry) => !reportedAppliedIds.includes(entry.id) && !aiFailed.some((item) => item.id === entry.id))
1109
- : [];
1110
- const nonRepairFailed = [
1111
- ...verificationFailuresForEntries(batch, unreportedEntries, 'not_reported_applied'),
1112
- ...aiFailed,
1113
- ];
1114
- const failed = [
1115
- ...verificationFailed,
1116
- ...nonRepairFailed,
1117
- ];
1118
-
1119
- const unappliedEntries = batch.entries.filter((entry) => !reportedAppliedIds.includes(entry.id));
1120
- const leakedUnapplied = findUnappliedEntrySourceChanges({
1121
- batch,
1122
- entries: unappliedEntries,
1123
- reportedFiles,
1124
- cwd,
1125
- rollbackSnapshot,
1126
- });
1127
- if (leakedUnapplied.length > 0) {
1128
- const leakedIds = new Set(leakedUnapplied.map((item) => item.id).filter(Boolean));
1129
- const rolledBackVerified = reportedAppliedEntries
1130
- .filter((entry) => verifiedAppliedIds.includes(entry.id))
1131
- .map((entry) => ({
1132
- id: entry.id,
1133
- reason: 'rolled_back_due_to_failed_entry_source_changed',
1134
- candidates: candidatesForEntry(batch, entry.id),
1135
- }));
1136
- const rollback = rollbackChangedFiles(cwd, rollbackSnapshot, result.files || [], rollbackScope);
1137
- return {
1138
- applied: [],
1139
- failed: [
1140
- ...leakedUnapplied,
1141
- ...failed.filter((item) => !leakedIds.has(item.id)),
1142
- ...rolledBackVerified,
1143
- ],
1144
- files: result.files || [],
1145
- cleared: 0,
1146
- count,
1147
- pageUrl,
1148
- rolledBackFiles: rollback.rolledBackFiles,
1149
- rollbackFailures: rollback.rollbackFailures,
1150
- notes: result.notes || [],
1151
- ...countByPage(cwd),
1152
- };
1153
- }
1154
-
1155
- if (verificationFailed.length > 0) {
1156
- return repairPostApplyValidation({
1157
- batch,
1158
- cwd,
1159
- pageUrl,
1160
- count,
1161
- provider,
1162
- env,
1163
- timeoutMs,
1164
- applyBatchToSource,
1165
- chatAvailable,
1166
- transactionId,
1167
- appliedEntryIds: reportedAppliedIds,
1168
- files: result.files || [],
1169
- failed: nonRepairFailed,
1170
- notes: result.notes || [],
1171
- warnings: result.warnings || [],
1172
- repairReason: 'source_verification_failed',
1173
- repairFailures: verificationFailed,
1174
- });
1175
- }
1176
-
1177
- const postChecks = runCopyEditPostApplyChecks({ cwd, files: result.files || [] });
1178
- if (!postChecks.ok) {
1179
- const postCheckEntries = verifiedAppliedIds.length > 0
1180
- ? reportedAppliedEntries.filter((entry) => verifiedAppliedIds.includes(entry.id))
1181
- : batch.entries;
1182
- return repairPostApplyValidation({
1183
- batch,
1184
- cwd,
1185
- pageUrl,
1186
- count,
1187
- provider,
1188
- env,
1189
- timeoutMs,
1190
- applyBatchToSource,
1191
- chatAvailable,
1192
- transactionId,
1193
- appliedEntryIds: verifiedAppliedIds.length > 0
1194
- ? verifiedAppliedIds
1195
- : postCheckEntries.map((entry) => entry.id).filter(Boolean),
1196
- files: result.files || [],
1197
- failed,
1198
- notes: result.notes || [],
1199
- warnings: [...(result.warnings || []), ...(postChecks.warnings || [])],
1200
- postChecks,
1201
- });
1202
- }
1203
-
1204
- const cleared = clearAppliedEntries(cwd, verifiedAppliedIds);
1205
- const counts = countByPage(cwd);
1206
- return {
1207
- applied: summarizeAppliedEntries(batch.entries, verifiedAppliedIds),
1208
- failed,
1209
- files: result.files || [],
1210
- cleared,
1211
- count,
1212
- pageUrl,
1213
- warnings: [...(result.warnings || []), ...(postChecks.warnings || [])],
1214
- notes: result.notes || [],
1215
- ...counts,
1216
- };
1217
- }
1218
-
1219
- async function main() {
1220
- const args = process.argv.slice(2);
1221
- if (args.includes('--help') || args.includes('-h')) {
1222
- console.log('Usage: node live-commit-manual-edits.mjs [--page-url=<url>] [--provider=auto|codex|claude|mock]');
1223
- process.exit(0);
1224
- }
1225
-
1226
- const result = await commitManualEdits({
1227
- cwd: process.cwd(),
1228
- pageUrl: argVal(args, '--page-url'),
1229
- provider: argVal(args, '--provider') || undefined,
1230
- timeoutMs: Number(process.env.IMPECCABLE_LIVE_COPY_AGENT_TIMEOUT_MS || 120000),
1231
- });
1232
- console.log(JSON.stringify(result));
1233
- }
1234
-
1235
- if (process.argv[1]?.endsWith('live-commit-manual-edits.mjs')) {
1236
- main().catch((err) => {
1237
- console.error(JSON.stringify({ error: 'commit_failed', message: err.message || String(err) }));
1238
- process.exit(1);
1239
- });
1240
- }
1241
-
1242
- function escapeRegExp(value) {
1243
- return String(value).replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
1244
- }