@runa-ai/runa-cli 0.5.72 → 0.7.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 (528) hide show
  1. package/dist/build-V66FAQXB.js +1719 -0
  2. package/dist/cache-N7WNPEYF.js +111 -0
  3. package/dist/check-LOMVIRHX.js +12 -0
  4. package/dist/chunk-2APB25TT.js +442 -0
  5. package/dist/chunk-3FDQW524.js +544 -0
  6. package/dist/chunk-3WDV32GA.js +33 -0
  7. package/dist/chunk-5FT3F36G.js +59 -0
  8. package/dist/chunk-5NKWR4FF.js +254 -0
  9. package/dist/chunk-644FVGIQ.js +194 -0
  10. package/dist/chunk-6AALH2ED.js +121 -0
  11. package/dist/chunk-6FAU4IGR.js +63 -0
  12. package/dist/chunk-6Y3LAUGL.js +35 -0
  13. package/dist/chunk-7B5C6U2K.js +274 -0
  14. package/dist/chunk-AAIE4F2U.js +140 -0
  15. package/dist/chunk-AIP6MR42.js +12 -0
  16. package/dist/chunk-CCKG5R4Y.js +59 -0
  17. package/dist/chunk-DRSUEMAK.js +123 -0
  18. package/dist/chunk-FHG3ILE4.js +2011 -0
  19. package/dist/chunk-H2AHNI75.js +31 -0
  20. package/dist/chunk-HD74F6W2.js +460 -0
  21. package/dist/chunk-HKUWEGUX.js +36 -0
  22. package/dist/chunk-IBVVGH6X.js +33 -0
  23. package/dist/chunk-II7VYQEM.js +179 -0
  24. package/dist/chunk-JMJP4A47.js +204 -0
  25. package/dist/chunk-JQXOVCOP.js +574 -0
  26. package/dist/chunk-KE6QJBZG.js +41 -0
  27. package/dist/chunk-KWX3JHCY.js +85 -0
  28. package/dist/chunk-MXRWBNIY.js +74 -0
  29. package/dist/chunk-NPSRD26F.js +149 -0
  30. package/dist/chunk-QDF7QXBL.js +67 -0
  31. package/dist/chunk-QM53IQHM.js +209 -0
  32. package/dist/chunk-RZLYEO4U.js +219 -0
  33. package/dist/chunk-SGJG3BKD.js +351 -0
  34. package/dist/chunk-TYIAD6SB.js +74 -0
  35. package/dist/chunk-UWWSAPDR.js +31 -0
  36. package/dist/chunk-VM3IWOT5.js +458 -0
  37. package/dist/chunk-VRXHCR5K.js +42 -0
  38. package/dist/chunk-WJXC4MVY.js +75 -0
  39. package/dist/chunk-XDCHRVE3.js +215 -0
  40. package/dist/chunk-Z4Z5DNW4.js +1196 -0
  41. package/dist/chunk-ZZOXM6Q4.js +8 -0
  42. package/dist/ci-ZWRVWNFX.js +9298 -0
  43. package/dist/cli/contract-output.d.ts +1 -0
  44. package/dist/cli/index.d.ts +7 -1
  45. package/dist/cli/requested-command.d.ts +8 -0
  46. package/dist/cli-2JNBJUBB.js +704 -0
  47. package/dist/commands/build/actors/db-sync.d.ts +2 -0
  48. package/dist/commands/build/actors/static-checks.d.ts +7 -6
  49. package/dist/commands/build/actors/validate.d.ts +2 -0
  50. package/dist/commands/build/contract.d.ts +30 -30
  51. package/dist/commands/build/machine-dry-run.d.ts +3 -0
  52. package/dist/commands/build/machine-e2e-meta.d.ts +120 -0
  53. package/dist/commands/build/machine.d.ts +22 -22
  54. package/dist/commands/build/types.d.ts +2 -4
  55. package/dist/commands/check/commands/check.d.ts +8 -3
  56. package/dist/commands/ci/machine/actors/db/collect-schema-stats.d.ts +9 -6
  57. package/dist/commands/ci/machine/actors/db/schema-canonical-diff.d.ts +55 -0
  58. package/dist/commands/ci/machine/actors/db/schema-stats.d.ts +11 -0
  59. package/dist/commands/ci/machine/actors/db/sync-schema.d.ts +9 -1
  60. package/dist/commands/ci/machine/contract.d.ts +26 -26
  61. package/dist/commands/ci/machine/formatters/sections/final-comment.d.ts +1 -5
  62. package/dist/commands/ci/machine/formatters/sections/format-helpers.d.ts +5 -0
  63. package/dist/commands/ci/machine/formatters/sections/index.d.ts +2 -2
  64. package/dist/commands/ci/machine/formatters/sections/schema-matrix.d.ts +3 -3
  65. package/dist/commands/ci/machine/machine-execution-helpers.d.ts +40 -0
  66. package/dist/commands/ci/machine/machine-state-helpers.d.ts +14 -0
  67. package/dist/commands/ci/machine/machine.d.ts +12 -12
  68. package/dist/commands/ci/machine/types.d.ts +2 -5
  69. package/dist/commands/ci/utils/ci-summary.d.ts +15 -15
  70. package/dist/commands/ci/utils/execa-helpers.d.ts +2 -0
  71. package/dist/commands/db/apply/actors/idempotent-actors.d.ts +34 -0
  72. package/dist/commands/db/apply/actors/lock-actors.d.ts +16 -0
  73. package/dist/commands/db/apply/actors/pg-schema-diff-actors.d.ts +31 -0
  74. package/dist/commands/db/apply/actors/seed-actors.d.ts +11 -0
  75. package/dist/commands/db/apply/actors/shared.d.ts +9 -0
  76. package/dist/commands/db/apply/actors.d.ts +16 -65
  77. package/dist/commands/db/apply/contract.d.ts +8 -1
  78. package/dist/commands/db/apply/helpers/data-compatibility-checker.d.ts +3 -4
  79. package/dist/commands/db/apply/helpers/data-integrity-verifier.d.ts +37 -0
  80. package/dist/commands/db/apply/helpers/fresh-db-handler.d.ts +34 -0
  81. package/dist/commands/db/apply/helpers/hazard-handler.d.ts +60 -0
  82. package/dist/commands/db/apply/helpers/idempotent-object-registry.d.ts +96 -0
  83. package/dist/commands/db/apply/helpers/idempotent-transaction.d.ts +20 -0
  84. package/dist/commands/db/apply/helpers/index.d.ts +6 -0
  85. package/dist/commands/db/apply/helpers/partition-validator.d.ts +2 -15
  86. package/dist/commands/db/apply/helpers/pg-schema-diff-helpers.d.ts +18 -162
  87. package/dist/commands/db/apply/helpers/pg-schema-diff-patterns.d.ts +55 -0
  88. package/dist/commands/db/apply/helpers/pg-schema-diff-version.d.ts +50 -0
  89. package/dist/commands/db/apply/helpers/plan-validator.d.ts +4 -10
  90. package/dist/commands/db/apply/helpers/rbac-password-manager.d.ts +34 -0
  91. package/dist/commands/db/apply/helpers/retry-logic.d.ts +16 -2
  92. package/dist/commands/db/apply/helpers/shadow-db-manager.d.ts +1 -1
  93. package/dist/commands/db/apply/helpers/sql-utils.d.ts +26 -0
  94. package/dist/commands/db/apply/machine.d.ts +52 -1
  95. package/dist/commands/db/commands/db-apply.d.ts +18 -0
  96. package/dist/commands/db/commands/db-sync/boundary-classifier.d.ts +21 -0
  97. package/dist/commands/db/commands/db-sync/error-classifier.d.ts +9 -0
  98. package/dist/commands/db/commands/db-sync/plan-hazard-analyzer.d.ts +13 -0
  99. package/dist/commands/db/commands/db-sync/risk-reporter.d.ts +19 -0
  100. package/dist/commands/db/commands/db-sync/sql-parser.d.ts +25 -0
  101. package/dist/commands/db/commands/db-sync/types.d.ts +47 -0
  102. package/dist/commands/db/commands/db-sync.d.ts +14 -0
  103. package/dist/commands/db/sync/contract.d.ts +6 -2
  104. package/dist/commands/db/sync/machine.d.ts +2 -1
  105. package/dist/commands/db/types.d.ts +2 -0
  106. package/dist/commands/db/utils/boundary-policy/rule-compiler.d.ts +11 -0
  107. package/dist/commands/db/utils/boundary-policy/types.d.ts +105 -0
  108. package/dist/commands/db/utils/boundary-policy/validation.d.ts +20 -0
  109. package/dist/commands/db/utils/boundary-policy-runtime.d.ts +28 -0
  110. package/dist/commands/db/utils/boundary-policy.d.ts +5 -0
  111. package/dist/commands/db/utils/idempotent-risk-context.d.ts +29 -0
  112. package/dist/commands/db/utils/preflight-check.d.ts +14 -0
  113. package/dist/commands/db/utils/preflight-checks/domain-naming-checks.d.ts +106 -0
  114. package/dist/commands/db/utils/preflight-checks/orphan-checks.d.ts +36 -0
  115. package/dist/commands/db/utils/preflight-checks/schema-risk-checks.d.ts +22 -0
  116. package/dist/commands/db/utils/preflight-checks/supabase-checks.d.ts +55 -0
  117. package/dist/commands/db/utils/risk-detector-loader.d.ts +8 -0
  118. package/dist/commands/db/utils/schema-precheck-budget.d.ts +17 -0
  119. package/dist/commands/db/utils/sql-boundary-parser.d.ts +12 -0
  120. package/dist/commands/db/utils/sql-file-collector.d.ts +8 -0
  121. package/dist/commands/db/utils/sql-filename-parser.d.ts +20 -0
  122. package/dist/commands/db/utils/sql-table-extractor-ast.d.ts +19 -0
  123. package/dist/commands/db/utils/sql-table-extractor-regex.d.ts +50 -0
  124. package/dist/commands/db/utils/sql-table-extractor-rls.d.ts +13 -0
  125. package/dist/commands/db/utils/sql-table-extractor.d.ts +79 -1
  126. package/dist/commands/db/utils/table-registry-introspection.d.ts +68 -0
  127. package/dist/commands/db/utils/table-registry.d.ts +3 -38
  128. package/dist/commands/dev/actors/app-lifecycle.d.ts +18 -0
  129. package/dist/commands/dev/actors/index.d.ts +12 -2
  130. package/dist/commands/dev/actors/process-check.d.ts +12 -0
  131. package/dist/commands/dev/actors/shared.d.ts +15 -0
  132. package/dist/commands/dev/actors/tables-manifest.d.ts +16 -0
  133. package/dist/commands/dev/contract.d.ts +3 -3
  134. package/dist/commands/dev/guards.d.ts +24 -0
  135. package/dist/commands/dev/machine.d.ts +27 -32
  136. package/dist/commands/dev/types.d.ts +2 -0
  137. package/dist/commands/doctor.d.ts +9 -0
  138. package/dist/commands/env/commands/env-pull/auth.d.ts +13 -0
  139. package/dist/commands/env/commands/env-pull/dotenv-files.d.ts +14 -0
  140. package/dist/commands/env/commands/env-pull/security.d.ts +12 -0
  141. package/dist/commands/env/commands/env-pull/service.d.ts +8 -0
  142. package/dist/commands/env/commands/env-pull/shared.d.ts +79 -0
  143. package/dist/commands/env/commands/setup/types.d.ts +1 -1
  144. package/dist/commands/env/constants/local-supabase.d.ts +2 -0
  145. package/dist/commands/inject-test-attrs/defaults.d.ts +9 -0
  146. package/dist/commands/template-check/contract.d.ts +6 -6
  147. package/dist/commands/template-check/machine.d.ts +2 -2
  148. package/dist/commands/template-check/types.d.ts +0 -4
  149. package/dist/commands/template-check/utils/diff-analyzer.d.ts +0 -4
  150. package/dist/commands/utils/machine-state-logging.d.ts +20 -0
  151. package/dist/commands/utils/repo-root.d.ts +2 -0
  152. package/dist/config/env.d.ts +4 -4
  153. package/dist/config-loader-GT3HAQ7U.js +7 -0
  154. package/dist/db-XULCILOU.js +14137 -0
  155. package/dist/dev-5YXNPTCJ.js +992 -0
  156. package/dist/doctor-MZLOA53G.js +44 -0
  157. package/dist/env-HMMRSYCI.js +7 -0
  158. package/dist/env-SS66PZ4B.js +2623 -0
  159. package/dist/env-files-2UIUYLLR.js +8 -0
  160. package/dist/error-handler-HEXBRNVV.js +460 -0
  161. package/dist/hotfix-YA3DGLOM.js +1477 -0
  162. package/dist/index.d.ts +5 -1
  163. package/dist/index.js +48 -42995
  164. package/dist/init-ZIL6LRFO.js +631 -0
  165. package/dist/inject-test-attrs-P44BVTQS.js +23 -0
  166. package/dist/internal/machines/snapshot-helpers.d.ts +6 -0
  167. package/dist/lib/sql-comment-utils.d.ts +25 -0
  168. package/dist/license-OB7GVJQ2.js +468 -0
  169. package/dist/link-VSNDVZZD.js +59 -0
  170. package/dist/manifest-TMFLESHW.js +19 -0
  171. package/dist/prepare-32DOVHTE.js +250 -0
  172. package/dist/risk-detector-4U6ZJ2G5.js +6 -0
  173. package/dist/risk-detector-core-TK4OAI3N.js +166 -0
  174. package/dist/risk-detector-plpgsql-HWKS4OLR.js +1886 -0
  175. package/dist/sdk-XK6HQU7S.js +348 -0
  176. package/dist/services-7VK5KZTO.js +177 -0
  177. package/dist/session-SFW5QSXZ.js +142 -0
  178. package/dist/signal-handler-DO3OANW5.js +6 -0
  179. package/dist/status-UTKS63AB.js +94 -0
  180. package/dist/telemetry-P56UBLZ2.js +93 -0
  181. package/dist/template-check-3P4HZXVY.js +1944 -0
  182. package/dist/test-V4KQL574.js +650 -0
  183. package/dist/test-gen-FS4CEY3P.js +88 -0
  184. package/dist/ui-RJAMCWUI.js +331 -0
  185. package/dist/upgrade-NUK3ZBCL.js +637 -0
  186. package/dist/utils/config-loader.d.ts +0 -3
  187. package/dist/validate-CAAW4Y44.js +54 -0
  188. package/dist/validators/risk-detector-content-risks.d.ts +13 -0
  189. package/dist/validators/risk-detector-core.d.ts +25 -0
  190. package/dist/validators/risk-detector-patterns.d.ts +15 -0
  191. package/dist/validators/risk-detector-plpgsql-expression-resolver.d.ts +22 -0
  192. package/dist/validators/risk-detector-plpgsql-parser.d.ts +5 -0
  193. package/dist/validators/risk-detector-plpgsql-tokenizer.d.ts +18 -0
  194. package/dist/validators/risk-detector-plpgsql.d.ts +9 -0
  195. package/dist/validators/risk-detector-text-utils.d.ts +6 -0
  196. package/dist/validators/risk-detector-types.d.ts +16 -0
  197. package/dist/validators/risk-detector.d.ts +7 -26
  198. package/dist/vuln-check-2W7N5TA2.js +121 -0
  199. package/dist/vuln-checker-IQJ56RUV.js +3223 -0
  200. package/dist/watch-PNTKZYFB.js +911 -0
  201. package/dist/workflow-H75N4BXX.js +897 -0
  202. package/package.json +5 -2
  203. package/dist/cli/contract-mode.d.ts.map +0 -1
  204. package/dist/cli/contract-output.d.ts.map +0 -1
  205. package/dist/cli/early-flags.d.ts.map +0 -1
  206. package/dist/cli/error-handler.d.ts.map +0 -1
  207. package/dist/cli/exec.d.ts.map +0 -1
  208. package/dist/cli/index.d.ts.map +0 -1
  209. package/dist/cli/json-output.d.ts.map +0 -1
  210. package/dist/cli/non-interactive.d.ts.map +0 -1
  211. package/dist/cli/output-format.d.ts.map +0 -1
  212. package/dist/cli/signal-handler.d.ts.map +0 -1
  213. package/dist/commands/build/actors/build.d.ts.map +0 -1
  214. package/dist/commands/build/actors/clean.d.ts.map +0 -1
  215. package/dist/commands/build/actors/db-sync.d.ts.map +0 -1
  216. package/dist/commands/build/actors/index.d.ts.map +0 -1
  217. package/dist/commands/build/actors/manifest.d.ts.map +0 -1
  218. package/dist/commands/build/actors/setup.d.ts.map +0 -1
  219. package/dist/commands/build/actors/static-checks.d.ts.map +0 -1
  220. package/dist/commands/build/actors/validate.d.ts.map +0 -1
  221. package/dist/commands/build/commands/build.d.ts.map +0 -1
  222. package/dist/commands/build/contract.d.ts.map +0 -1
  223. package/dist/commands/build/guards.d.ts.map +0 -1
  224. package/dist/commands/build/index.d.ts.map +0 -1
  225. package/dist/commands/build/machine.d.ts.map +0 -1
  226. package/dist/commands/build/types.d.ts.map +0 -1
  227. package/dist/commands/cache.d.ts.map +0 -1
  228. package/dist/commands/check/commands/check.d.ts.map +0 -1
  229. package/dist/commands/check/index.d.ts.map +0 -1
  230. package/dist/commands/ci/commands/ci-checks.d.ts.map +0 -1
  231. package/dist/commands/ci/commands/ci-layer-content.d.ts.map +0 -1
  232. package/dist/commands/ci/commands/ci-pr-capabilities.d.ts.map +0 -1
  233. package/dist/commands/ci/commands/ci-prod-apply.d.ts.map +0 -1
  234. package/dist/commands/ci/commands/ci-prod-db-operations.d.ts.map +0 -1
  235. package/dist/commands/ci/commands/ci-prod-github.d.ts.map +0 -1
  236. package/dist/commands/ci/commands/ci-prod-types.d.ts.map +0 -1
  237. package/dist/commands/ci/commands/ci-prod-utils.d.ts.map +0 -1
  238. package/dist/commands/ci/commands/ci-prod-workflow.d.ts.map +0 -1
  239. package/dist/commands/ci/commands/ci-resolvers.d.ts.map +0 -1
  240. package/dist/commands/ci/commands/ci-static.d.ts.map +0 -1
  241. package/dist/commands/ci/commands/ci-supabase-local.d.ts.map +0 -1
  242. package/dist/commands/ci/index.d.ts.map +0 -1
  243. package/dist/commands/ci/machine/actors/build/app-build.d.ts.map +0 -1
  244. package/dist/commands/ci/machine/actors/build/app-start.d.ts.map +0 -1
  245. package/dist/commands/ci/machine/actors/build/build-and-playwright.d.ts.map +0 -1
  246. package/dist/commands/ci/machine/actors/build/index.d.ts.map +0 -1
  247. package/dist/commands/ci/machine/actors/build/playwright-install.d.ts.map +0 -1
  248. package/dist/commands/ci/machine/actors/build/static-checks.d.ts.map +0 -1
  249. package/dist/commands/ci/machine/actors/db/apply-seeds.d.ts.map +0 -1
  250. package/dist/commands/ci/machine/actors/db/collect-schema-stats.d.ts.map +0 -1
  251. package/dist/commands/ci/machine/actors/db/index.d.ts.map +0 -1
  252. package/dist/commands/ci/machine/actors/db/pgtap-install.d.ts.map +0 -1
  253. package/dist/commands/ci/machine/actors/db/production-preview.d.ts.map +0 -1
  254. package/dist/commands/ci/machine/actors/db/pull-production.d.ts.map +0 -1
  255. package/dist/commands/ci/machine/actors/db/reset.d.ts.map +0 -1
  256. package/dist/commands/ci/machine/actors/db/schema-stats.d.ts.map +0 -1
  257. package/dist/commands/ci/machine/actors/db/setup-roles.d.ts.map +0 -1
  258. package/dist/commands/ci/machine/actors/db/sync-schema.d.ts.map +0 -1
  259. package/dist/commands/ci/machine/actors/finalize/github.d.ts.map +0 -1
  260. package/dist/commands/ci/machine/actors/finalize/index.d.ts.map +0 -1
  261. package/dist/commands/ci/machine/actors/finalize/summary.d.ts.map +0 -1
  262. package/dist/commands/ci/machine/actors/index.d.ts.map +0 -1
  263. package/dist/commands/ci/machine/actors/setup/index.d.ts.map +0 -1
  264. package/dist/commands/ci/machine/actors/setup/local.d.ts.map +0 -1
  265. package/dist/commands/ci/machine/actors/setup/pr-common.d.ts.map +0 -1
  266. package/dist/commands/ci/machine/actors/setup/pr-local.d.ts.map +0 -1
  267. package/dist/commands/ci/machine/actors/test/capabilities.d.ts.map +0 -1
  268. package/dist/commands/ci/machine/actors/test/index.d.ts.map +0 -1
  269. package/dist/commands/ci/machine/actors/test/run-layers.d.ts.map +0 -1
  270. package/dist/commands/ci/machine/commands/ci-local.d.ts.map +0 -1
  271. package/dist/commands/ci/machine/commands/ci-pr.d.ts.map +0 -1
  272. package/dist/commands/ci/machine/commands/index.d.ts.map +0 -1
  273. package/dist/commands/ci/machine/commands/machine-runner.d.ts.map +0 -1
  274. package/dist/commands/ci/machine/commands/runtime-env.d.ts.map +0 -1
  275. package/dist/commands/ci/machine/contract.d.ts.map +0 -1
  276. package/dist/commands/ci/machine/formatters/github-comment-types.d.ts.map +0 -1
  277. package/dist/commands/ci/machine/formatters/github-comment.d.ts.map +0 -1
  278. package/dist/commands/ci/machine/formatters/index.d.ts.map +0 -1
  279. package/dist/commands/ci/machine/formatters/sections/final-comment.d.ts.map +0 -1
  280. package/dist/commands/ci/machine/formatters/sections/format-helpers.d.ts.map +0 -1
  281. package/dist/commands/ci/machine/formatters/sections/index.d.ts.map +0 -1
  282. package/dist/commands/ci/machine/formatters/sections/progress-comment.d.ts.map +0 -1
  283. package/dist/commands/ci/machine/formatters/sections/schema-matrix.d.ts.map +0 -1
  284. package/dist/commands/ci/machine/formatters/summary.d.ts.map +0 -1
  285. package/dist/commands/ci/machine/guards.d.ts.map +0 -1
  286. package/dist/commands/ci/machine/helpers.d.ts.map +0 -1
  287. package/dist/commands/ci/machine/index.d.ts.map +0 -1
  288. package/dist/commands/ci/machine/machine.d.ts.map +0 -1
  289. package/dist/commands/ci/machine/types.d.ts.map +0 -1
  290. package/dist/commands/ci/utils/ai-report.d.ts.map +0 -1
  291. package/dist/commands/ci/utils/app-process.d.ts.map +0 -1
  292. package/dist/commands/ci/utils/app-runtime.d.ts.map +0 -1
  293. package/dist/commands/ci/utils/ci-config.d.ts.map +0 -1
  294. package/dist/commands/ci/utils/ci-env-schema.d.ts.map +0 -1
  295. package/dist/commands/ci/utils/ci-logging.d.ts.map +0 -1
  296. package/dist/commands/ci/utils/ci-summary.d.ts.map +0 -1
  297. package/dist/commands/ci/utils/config-readers.d.ts.map +0 -1
  298. package/dist/commands/ci/utils/db-url-utils.d.ts.map +0 -1
  299. package/dist/commands/ci/utils/e2e-auth-setup.d.ts.map +0 -1
  300. package/dist/commands/ci/utils/env-security.d.ts.map +0 -1
  301. package/dist/commands/ci/utils/execa-helpers.d.ts.map +0 -1
  302. package/dist/commands/ci/utils/exit-code-computation.d.ts.map +0 -1
  303. package/dist/commands/ci/utils/github-api.d.ts.map +0 -1
  304. package/dist/commands/ci/utils/github.d.ts.map +0 -1
  305. package/dist/commands/ci/utils/index.d.ts.map +0 -1
  306. package/dist/commands/ci/utils/pgtap-installer.d.ts.map +0 -1
  307. package/dist/commands/ci/utils/rls-verification.d.ts.map +0 -1
  308. package/dist/commands/ci/utils/schema-operations.d.ts.map +0 -1
  309. package/dist/commands/ci/utils/seed-operations.d.ts.map +0 -1
  310. package/dist/commands/ci/utils/test-parallel.d.ts.map +0 -1
  311. package/dist/commands/ci/utils/timestamp-invariants.d.ts.map +0 -1
  312. package/dist/commands/ci/utils/workflow-idempotency.d.ts.map +0 -1
  313. package/dist/commands/db/apply/actors.d.ts.map +0 -1
  314. package/dist/commands/db/apply/contract.d.ts.map +0 -1
  315. package/dist/commands/db/apply/helpers/advisory-lock.d.ts.map +0 -1
  316. package/dist/commands/db/apply/helpers/data-compatibility-checker.d.ts.map +0 -1
  317. package/dist/commands/db/apply/helpers/index.d.ts.map +0 -1
  318. package/dist/commands/db/apply/helpers/partition-acl-cleaner.d.ts.map +0 -1
  319. package/dist/commands/db/apply/helpers/partition-prefilter.d.ts.map +0 -1
  320. package/dist/commands/db/apply/helpers/partition-validator.d.ts.map +0 -1
  321. package/dist/commands/db/apply/helpers/pg-schema-diff-helpers.d.ts.map +0 -1
  322. package/dist/commands/db/apply/helpers/plan-validator.d.ts.map +0 -1
  323. package/dist/commands/db/apply/helpers/retry-logic.d.ts.map +0 -1
  324. package/dist/commands/db/apply/helpers/shadow-db-manager.d.ts.map +0 -1
  325. package/dist/commands/db/apply/index.d.ts.map +0 -1
  326. package/dist/commands/db/apply/machine.d.ts.map +0 -1
  327. package/dist/commands/db/commands/db-apply.d.ts.map +0 -1
  328. package/dist/commands/db/commands/db-audit.d.ts.map +0 -1
  329. package/dist/commands/db/commands/db-backup.d.ts.map +0 -1
  330. package/dist/commands/db/commands/db-cleanup.d.ts.map +0 -1
  331. package/dist/commands/db/commands/db-derive-role-passwords.d.ts.map +0 -1
  332. package/dist/commands/db/commands/db-derive-urls.d.ts.map +0 -1
  333. package/dist/commands/db/commands/db-diagram.d.ts.map +0 -1
  334. package/dist/commands/db/commands/db-drizzle.d.ts.map +0 -1
  335. package/dist/commands/db/commands/db-extension.d.ts.map +0 -1
  336. package/dist/commands/db/commands/db-generate-password.d.ts.map +0 -1
  337. package/dist/commands/db/commands/db-lifecycle.d.ts.map +0 -1
  338. package/dist/commands/db/commands/db-rollback.d.ts.map +0 -1
  339. package/dist/commands/db/commands/db-schema.d.ts.map +0 -1
  340. package/dist/commands/db/commands/db-seed-metadata.d.ts.map +0 -1
  341. package/dist/commands/db/commands/db-seed-verify.d.ts.map +0 -1
  342. package/dist/commands/db/commands/db-seed.d.ts.map +0 -1
  343. package/dist/commands/db/commands/db-snapshot.d.ts.map +0 -1
  344. package/dist/commands/db/commands/db-stack.d.ts.map +0 -1
  345. package/dist/commands/db/commands/db-stats.d.ts.map +0 -1
  346. package/dist/commands/db/commands/db-sync.d.ts.map +0 -1
  347. package/dist/commands/db/commands/db-test.d.ts.map +0 -1
  348. package/dist/commands/db/constants.d.ts.map +0 -1
  349. package/dist/commands/db/extension-registry.d.ts.map +0 -1
  350. package/dist/commands/db/index.d.ts.map +0 -1
  351. package/dist/commands/db/preflight/actors.d.ts.map +0 -1
  352. package/dist/commands/db/preflight/contract.d.ts.map +0 -1
  353. package/dist/commands/db/preflight/index.d.ts.map +0 -1
  354. package/dist/commands/db/sync/actors.d.ts.map +0 -1
  355. package/dist/commands/db/sync/contract.d.ts.map +0 -1
  356. package/dist/commands/db/sync/index.d.ts.map +0 -1
  357. package/dist/commands/db/sync/machine.d.ts.map +0 -1
  358. package/dist/commands/db/types.d.ts.map +0 -1
  359. package/dist/commands/db/utils/db-target.d.ts.map +0 -1
  360. package/dist/commands/db/utils/db-url-builder.d.ts.map +0 -1
  361. package/dist/commands/db/utils/error-handlers.d.ts.map +0 -1
  362. package/dist/commands/db/utils/import-impact-analyzer.d.ts.map +0 -1
  363. package/dist/commands/db/utils/preflight-check.d.ts.map +0 -1
  364. package/dist/commands/db/utils/psql.d.ts.map +0 -1
  365. package/dist/commands/db/utils/schema-detector.d.ts.map +0 -1
  366. package/dist/commands/db/utils/schema-sync.d.ts.map +0 -1
  367. package/dist/commands/db/utils/script-runner.d.ts.map +0 -1
  368. package/dist/commands/db/utils/seed-manager.d.ts.map +0 -1
  369. package/dist/commands/db/utils/semantic-mapper.d.ts.map +0 -1
  370. package/dist/commands/db/utils/sql-table-extractor.d.ts.map +0 -1
  371. package/dist/commands/db/utils/stack-detector.d.ts.map +0 -1
  372. package/dist/commands/db/utils/table-registry.d.ts.map +0 -1
  373. package/dist/commands/db/utils/table-source-classifier.d.ts.map +0 -1
  374. package/dist/commands/dev/actors/index.d.ts.map +0 -1
  375. package/dist/commands/dev/commands/dev.d.ts.map +0 -1
  376. package/dist/commands/dev/contract.d.ts.map +0 -1
  377. package/dist/commands/dev/guards.d.ts.map +0 -1
  378. package/dist/commands/dev/helpers/stale-process-detector.d.ts.map +0 -1
  379. package/dist/commands/dev/machine.d.ts.map +0 -1
  380. package/dist/commands/dev/types.d.ts.map +0 -1
  381. package/dist/commands/env/commands/env-check.d.ts.map +0 -1
  382. package/dist/commands/env/commands/env-encrypt.d.ts.map +0 -1
  383. package/dist/commands/env/commands/env-pull.d.ts.map +0 -1
  384. package/dist/commands/env/commands/env-setup.d.ts.map +0 -1
  385. package/dist/commands/env/commands/env-sync.d.ts.map +0 -1
  386. package/dist/commands/env/commands/setup/action.d.ts.map +0 -1
  387. package/dist/commands/env/commands/setup/auth.d.ts.map +0 -1
  388. package/dist/commands/env/commands/setup/file-export.d.ts.map +0 -1
  389. package/dist/commands/env/commands/setup/github-api.d.ts.map +0 -1
  390. package/dist/commands/env/commands/setup/helpers.d.ts.map +0 -1
  391. package/dist/commands/env/commands/setup/index.d.ts.map +0 -1
  392. package/dist/commands/env/commands/setup/parsers.d.ts.map +0 -1
  393. package/dist/commands/env/commands/setup/prompts.d.ts.map +0 -1
  394. package/dist/commands/env/commands/setup/supabase-api.d.ts.map +0 -1
  395. package/dist/commands/env/commands/setup/types.d.ts.map +0 -1
  396. package/dist/commands/env/commands/setup/vercel-api.d.ts.map +0 -1
  397. package/dist/commands/env/constants/local-supabase.d.ts.map +0 -1
  398. package/dist/commands/env/index.d.ts.map +0 -1
  399. package/dist/commands/hotfix/actors.d.ts.map +0 -1
  400. package/dist/commands/hotfix/commands/hotfix-complete.d.ts.map +0 -1
  401. package/dist/commands/hotfix/commands/hotfix-create.d.ts.map +0 -1
  402. package/dist/commands/hotfix/commands/hotfix-deploy.d.ts.map +0 -1
  403. package/dist/commands/hotfix/commands/hotfix-status.d.ts.map +0 -1
  404. package/dist/commands/hotfix/contract.d.ts.map +0 -1
  405. package/dist/commands/hotfix/index.d.ts.map +0 -1
  406. package/dist/commands/hotfix/machine.d.ts.map +0 -1
  407. package/dist/commands/hotfix/metadata.d.ts.map +0 -1
  408. package/dist/commands/hotfix/utils/hotfix-machine-helper.d.ts.map +0 -1
  409. package/dist/commands/init.d.ts.map +0 -1
  410. package/dist/commands/inject-test-attrs/action.d.ts.map +0 -1
  411. package/dist/commands/inject-test-attrs/commands/inject-test-attrs.d.ts.map +0 -1
  412. package/dist/commands/inject-test-attrs/contract.d.ts.map +0 -1
  413. package/dist/commands/inject-test-attrs/detection-diagnostics.d.ts.map +0 -1
  414. package/dist/commands/inject-test-attrs/formatter.d.ts.map +0 -1
  415. package/dist/commands/inject-test-attrs/index.d.ts.map +0 -1
  416. package/dist/commands/inject-test-attrs/manifest-generator.d.ts.map +0 -1
  417. package/dist/commands/inject-test-attrs/processor-utils.d.ts.map +0 -1
  418. package/dist/commands/inject-test-attrs/processor.d.ts.map +0 -1
  419. package/dist/commands/inject-test-attrs/types.d.ts.map +0 -1
  420. package/dist/commands/link.d.ts.map +0 -1
  421. package/dist/commands/manifest/index.d.ts.map +0 -1
  422. package/dist/commands/prepare/commands/prepare.d.ts.map +0 -1
  423. package/dist/commands/prepare/index.d.ts.map +0 -1
  424. package/dist/commands/sdk/commands/publish.d.ts.map +0 -1
  425. package/dist/commands/sdk/index.d.ts.map +0 -1
  426. package/dist/commands/services/index.d.ts.map +0 -1
  427. package/dist/commands/session/index.d.ts.map +0 -1
  428. package/dist/commands/status.d.ts.map +0 -1
  429. package/dist/commands/telemetry.d.ts.map +0 -1
  430. package/dist/commands/template-check/actors/compare.d.ts.map +0 -1
  431. package/dist/commands/template-check/actors/discover.d.ts.map +0 -1
  432. package/dist/commands/template-check/actors/index.d.ts.map +0 -1
  433. package/dist/commands/template-check/actors/report.d.ts.map +0 -1
  434. package/dist/commands/template-check/commands/template-check.d.ts.map +0 -1
  435. package/dist/commands/template-check/config.d.ts.map +0 -1
  436. package/dist/commands/template-check/contract.d.ts.map +0 -1
  437. package/dist/commands/template-check/index.d.ts.map +0 -1
  438. package/dist/commands/template-check/machine.d.ts.map +0 -1
  439. package/dist/commands/template-check/types.d.ts.map +0 -1
  440. package/dist/commands/template-check/utils/diff-analyzer.d.ts.map +0 -1
  441. package/dist/commands/template-check/utils/normalizer.d.ts.map +0 -1
  442. package/dist/commands/template-check/utils/path-mapping.d.ts.map +0 -1
  443. package/dist/commands/test/commands/test-db.d.ts.map +0 -1
  444. package/dist/commands/test/commands/test-e2e.d.ts.map +0 -1
  445. package/dist/commands/test/commands/test-fast.d.ts.map +0 -1
  446. package/dist/commands/test/commands/test-integration.d.ts.map +0 -1
  447. package/dist/commands/test/commands/test-layer.d.ts.map +0 -1
  448. package/dist/commands/test/commands/test-owasp-generate.d.ts.map +0 -1
  449. package/dist/commands/test/commands/test-service.d.ts.map +0 -1
  450. package/dist/commands/test/commands/test-static.d.ts.map +0 -1
  451. package/dist/commands/test/commands/test.d.ts.map +0 -1
  452. package/dist/commands/test/index.d.ts.map +0 -1
  453. package/dist/commands/test-gen.d.ts.map +0 -1
  454. package/dist/commands/ui.d.ts.map +0 -1
  455. package/dist/commands/upgrade.d.ts.map +0 -1
  456. package/dist/commands/validate.d.ts.map +0 -1
  457. package/dist/commands/vuln-check.d.ts.map +0 -1
  458. package/dist/commands/watch.d.ts.map +0 -1
  459. package/dist/commands/workflow/commands/deploy-production.d.ts.map +0 -1
  460. package/dist/commands/workflow/commands/final-status.d.ts.map +0 -1
  461. package/dist/commands/workflow/commands/log.d.ts.map +0 -1
  462. package/dist/commands/workflow/commands/notify.d.ts.map +0 -1
  463. package/dist/commands/workflow/commands/paths.d.ts.map +0 -1
  464. package/dist/commands/workflow/commands/sync.d.ts.map +0 -1
  465. package/dist/commands/workflow/commands/validate.d.ts.map +0 -1
  466. package/dist/commands/workflow/commands/verify-credentials.d.ts.map +0 -1
  467. package/dist/commands/workflow/index.d.ts.map +0 -1
  468. package/dist/commands/workflow/types.d.ts.map +0 -1
  469. package/dist/config/env-files.d.ts.map +0 -1
  470. package/dist/config/env.d.ts.map +0 -1
  471. package/dist/constants/versions.d.ts.map +0 -1
  472. package/dist/contracts/envelope.d.ts.map +0 -1
  473. package/dist/errors/catalog.d.ts.map +0 -1
  474. package/dist/errors/exit-codes.d.ts.map +0 -1
  475. package/dist/errors/index.d.ts.map +0 -1
  476. package/dist/incremental/affected-tests.d.ts.map +0 -1
  477. package/dist/index.d.ts.map +0 -1
  478. package/dist/internal/machines/index.d.ts.map +0 -1
  479. package/dist/internal/machines/machine-runner.d.ts.map +0 -1
  480. package/dist/internal/machines/snapshot-helpers.d.ts.map +0 -1
  481. package/dist/internal/machines/types.d.ts.map +0 -1
  482. package/dist/internal/vuln-checker/analyzers/dependency-analyzer.d.ts.map +0 -1
  483. package/dist/internal/vuln-checker/analyzers/rls-analyzer.d.ts.map +0 -1
  484. package/dist/internal/vuln-checker/analyzers/secret-analyzer.d.ts.map +0 -1
  485. package/dist/internal/vuln-checker/analyzers/typescript-analyzer.d.ts.map +0 -1
  486. package/dist/internal/vuln-checker/config/loader.d.ts.map +0 -1
  487. package/dist/internal/vuln-checker/constants.d.ts.map +0 -1
  488. package/dist/internal/vuln-checker/ignore/matcher.d.ts.map +0 -1
  489. package/dist/internal/vuln-checker/index.d.ts.map +0 -1
  490. package/dist/internal/vuln-checker/reporters/console-reporter.d.ts.map +0 -1
  491. package/dist/internal/vuln-checker/reporters/json-reporter.d.ts.map +0 -1
  492. package/dist/internal/vuln-checker/reporters/markdown-reporter.d.ts.map +0 -1
  493. package/dist/internal/vuln-checker/reporters/sarif-reporter.d.ts.map +0 -1
  494. package/dist/internal/vuln-checker/security/path-validation.d.ts.map +0 -1
  495. package/dist/internal/vuln-checker/types.d.ts.map +0 -1
  496. package/dist/notifiers/desktop-notifier.d.ts.map +0 -1
  497. package/dist/ui/components/db-panel.d.ts.map +0 -1
  498. package/dist/ui/components/status-bar.d.ts.map +0 -1
  499. package/dist/ui/components/test-panel.d.ts.map +0 -1
  500. package/dist/ui/dashboard.d.ts.map +0 -1
  501. package/dist/ui/index.d.ts.map +0 -1
  502. package/dist/utils/config-loader.d.ts.map +0 -1
  503. package/dist/utils/config-updater.d.ts.map +0 -1
  504. package/dist/utils/diagnostics.d.ts.map +0 -1
  505. package/dist/utils/dotenvx.d.ts.map +0 -1
  506. package/dist/utils/env-local-bridge.d.ts.map +0 -1
  507. package/dist/utils/execution-plan.d.ts.map +0 -1
  508. package/dist/utils/github-output-security.d.ts.map +0 -1
  509. package/dist/utils/help-system.d.ts.map +0 -1
  510. package/dist/utils/license/admin-auth.d.ts.map +0 -1
  511. package/dist/utils/license/allowlist-checker.d.ts.map +0 -1
  512. package/dist/utils/license/ci-detector.d.ts.map +0 -1
  513. package/dist/utils/license/index.d.ts.map +0 -1
  514. package/dist/utils/license/owner-resolver.d.ts.map +0 -1
  515. package/dist/utils/license/types.d.ts.map +0 -1
  516. package/dist/utils/license/validate-owner.d.ts.map +0 -1
  517. package/dist/utils/path-security.d.ts.map +0 -1
  518. package/dist/utils/port-allocator.d.ts.map +0 -1
  519. package/dist/utils/secure-exec.d.ts.map +0 -1
  520. package/dist/utils/template-fetcher.d.ts.map +0 -1
  521. package/dist/utils/type-guards.d.ts.map +0 -1
  522. package/dist/utils/vercel-project.d.ts.map +0 -1
  523. package/dist/utils/workspace-detector.d.ts.map +0 -1
  524. package/dist/validators/risk-detector.d.ts.map +0 -1
  525. package/dist/validators/schema-validator.d.ts.map +0 -1
  526. package/dist/version.d.ts.map +0 -1
  527. package/dist/watchers/schema-watcher.d.ts.map +0 -1
  528. package/dist/watchers/test-watcher.d.ts.map +0 -1
@@ -0,0 +1,105 @@
1
+ /**
2
+ * AI HINT: Boundary policy type definitions and small utility functions.
3
+ *
4
+ * Purpose: Shared types for boundary-policy validation, compilation, and loading.
5
+ */
6
+ export type BoundaryPolicyRiskLevel = 'high' | 'medium' | 'low';
7
+ export type AllowlistMetadata = {
8
+ owner?: string;
9
+ ticket?: string;
10
+ expiresAt?: string;
11
+ active?: boolean;
12
+ };
13
+ export type DeclarativeRiskAllowlistRule = {
14
+ id: string;
15
+ filePattern: RegExp;
16
+ descriptionPattern: RegExp;
17
+ level?: BoundaryPolicyRiskLevel;
18
+ reason: string;
19
+ owner?: string;
20
+ ticket?: string;
21
+ expiresAt?: string;
22
+ active: boolean;
23
+ };
24
+ export type DirectoryPlacementAllowlistRule = {
25
+ id: string;
26
+ filePattern: RegExp;
27
+ messagePattern: RegExp;
28
+ level?: BoundaryPolicyRiskLevel;
29
+ lineStart?: number;
30
+ lineEnd?: number;
31
+ reason: string;
32
+ owner?: string;
33
+ ticket?: string;
34
+ expiresAt?: string;
35
+ active: boolean;
36
+ };
37
+ export type BoundaryPolicyRaw = {
38
+ version?: unknown;
39
+ description?: unknown;
40
+ strictByDefault?: unknown;
41
+ declarativePreferredObjects?: unknown;
42
+ idempotentPreferredObjects?: unknown;
43
+ declarativeRiskAllowlist?: unknown;
44
+ directoryPlacementAllowlist?: unknown;
45
+ };
46
+ export type RawRule = {
47
+ id?: unknown;
48
+ filePattern?: unknown;
49
+ descriptionPattern?: unknown;
50
+ messagePattern?: unknown;
51
+ level?: unknown;
52
+ reason?: unknown;
53
+ owner?: unknown;
54
+ ticket?: unknown;
55
+ expiresAt?: unknown;
56
+ active?: unknown;
57
+ line?: unknown;
58
+ lineStart?: unknown;
59
+ lineEnd?: unknown;
60
+ };
61
+ export type BoundaryPolicyMeta = {
62
+ source: 'default' | 'policy-file';
63
+ sourcePath: string;
64
+ fallbackUsed: boolean;
65
+ invalidPolicy: boolean;
66
+ issues: string[];
67
+ warningCount: number;
68
+ };
69
+ export type BoundaryPolicy = {
70
+ version: string;
71
+ description: string;
72
+ strictByDefault: boolean;
73
+ declarativePreferredObjects: Set<string>;
74
+ idempotentPreferredObjects: Set<string>;
75
+ declarativeRiskAllowlist: DeclarativeRiskAllowlistRule[];
76
+ directoryPlacementAllowlist: DirectoryPlacementAllowlistRule[];
77
+ __meta: BoundaryPolicyMeta;
78
+ };
79
+ export type PolicyValidationSeverity = 'warning' | 'error';
80
+ export type PolicyValidationIssue = {
81
+ field: string;
82
+ message: string;
83
+ severity: PolicyValidationSeverity;
84
+ };
85
+ export type PolicyIssueFormatter = (field: string, message: string, severity?: PolicyValidationSeverity) => void;
86
+ export declare const BOUNDARY_POLICY_FILENAME = ".boundary-policy.json";
87
+ export declare const DEFAULT_POLICY_VERSION = "1.0";
88
+ export declare const SAFE_REGEXP: RegExp;
89
+ export declare const POLICY_VERSION_PATTERN: RegExp;
90
+ export declare const OBJECT_NAME_PATTERN: RegExp;
91
+ export declare const DATE_ISO_PATTERN: RegExp;
92
+ export declare const FALLBACK_DECLARATIVE_OBJECTS: Set<string>;
93
+ export declare const FALLBACK_IDEMPOTENT_OBJECTS: Set<string>;
94
+ export declare const FALLBACK_DECLARATIVE_RISK_ALLOWLIST: DeclarativeRiskAllowlistRule[];
95
+ export declare const FALLBACK_DIRECTORY_PLACEMENT_ALLOWLIST: DirectoryPlacementAllowlistRule[];
96
+ export declare function isObject(value: unknown): value is Record<string, unknown>;
97
+ export declare function isStringArray(value: unknown): value is string[];
98
+ export declare function isPastDate(value: string, today: string): boolean;
99
+ export declare function isAllowlistRuleUsable(rule: {
100
+ active: boolean;
101
+ expiresAt?: string;
102
+ }): boolean;
103
+ export declare function formatBoundaryPolicyIssue(filePath: string, issue: PolicyValidationIssue): string;
104
+ export declare function formatAllowlistMetadata(rule: AllowlistMetadata): string;
105
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1,20 @@
1
+ /**
2
+ * AI HINT: Boundary policy validation and coercion functions.
3
+ *
4
+ * Purpose: Validate raw policy JSON and coerce individual fields
5
+ * into strongly typed values with issue reporting.
6
+ */
7
+ import type { BoundaryPolicyRiskLevel, PolicyIssueFormatter, PolicyValidationIssue, PolicyValidationSeverity } from './types.js';
8
+ export declare function validateBoundaryPolicy(raw: unknown): PolicyValidationIssue[];
9
+ export declare function coercePolicyStringList(value: unknown, field: string, issueFormatter: PolicyIssueFormatter): Set<string>;
10
+ export declare function coerceRiskLevel(level: unknown): BoundaryPolicyRiskLevel | undefined;
11
+ export declare function compileRegExp(pattern: string, issueFormatter: PolicyIssueFormatter): RegExp;
12
+ export declare function coerceRuleId(raw: unknown, index: number, field: string, issueFormatter: PolicyIssueFormatter): string | null;
13
+ export declare function coerceRulePattern(raw: unknown, index: number, field: string, issueFormatter: PolicyIssueFormatter): string | null;
14
+ export declare function coerceOptionalString(raw: unknown, index: number, field: string, issueFormatter: PolicyIssueFormatter): string | undefined;
15
+ export declare function coerceOptionalPositiveInteger(raw: unknown, index: number, field: string, issueFormatter: PolicyIssueFormatter): number | undefined;
16
+ export declare function coerceBoolean(raw: unknown, index: number, field: string, issueFormatter: PolicyIssueFormatter): boolean;
17
+ export declare function coerceExpiresAt(raw: unknown, ruleId: string, index: number, field: string, issueFormatter: PolicyIssueFormatter): string | undefined;
18
+ export declare function mapPolicyVersion(rawVersion: unknown): string;
19
+ export declare function appendValidationIssue(issues: PolicyValidationIssue[], field: string, message: string, severity: PolicyValidationSeverity, policyFile: string, output: string[]): void;
20
+ //# sourceMappingURL=validation.d.ts.map
@@ -0,0 +1,28 @@
1
+ import { loadBoundaryPolicy, type DeclarativeRiskAllowlistRule, type DirectoryPlacementAllowlistRule } from './boundary-policy.js';
2
+ type Logger = {
3
+ warn: (message: string) => void;
4
+ info: (message: string) => void;
5
+ };
6
+ type BoundaryPolicy = ReturnType<typeof loadBoundaryPolicy>;
7
+ type DeclarativeRiskLike = {
8
+ level: 'high' | 'medium' | 'low';
9
+ file: string;
10
+ description: string;
11
+ };
12
+ type DirectoryRiskLike = {
13
+ level: 'high' | 'medium' | 'low';
14
+ file: string;
15
+ message: string;
16
+ line?: number;
17
+ };
18
+ export declare function getBoundaryPolicy(cwd?: string): BoundaryPolicy;
19
+ export declare function reportBoundaryPolicyState(logger: Logger, policy: BoundaryPolicy): void;
20
+ export declare function assertBoundaryPolicyUsable(logger: Logger, policy: BoundaryPolicy): void;
21
+ export declare function assertBoundaryPolicyQualityGate(logger: Logger, policy: BoundaryPolicy, strict: boolean): void;
22
+ export declare function findDeclarativeRiskAllowlistMatch(risk: DeclarativeRiskLike, policy: BoundaryPolicy): DeclarativeRiskAllowlistRule | undefined;
23
+ export declare function hasExplicitLineScope(rule: DirectoryPlacementAllowlistRule): boolean;
24
+ export declare function entryLineScopeMatches(issueLine: number | undefined, rule: DirectoryPlacementAllowlistRule): boolean;
25
+ export declare function findDirectoryPlacementAllowlistMatch(issue: DirectoryRiskLike, policy: BoundaryPolicy): DirectoryPlacementAllowlistRule | undefined;
26
+ export declare function resolveProductionApplyStrictMode(policy: BoundaryPolicy, strictOption: boolean | undefined): boolean;
27
+ export {};
28
+ //# sourceMappingURL=boundary-policy-runtime.d.ts.map
@@ -0,0 +1,5 @@
1
+ import type { BoundaryPolicy } from './boundary-policy/types.js';
2
+ export type { BoundaryPolicy, BoundaryPolicyMeta, BoundaryPolicyRiskLevel, DeclarativeRiskAllowlistRule, DirectoryPlacementAllowlistRule, } from './boundary-policy/types.js';
3
+ export { formatAllowlistMetadata } from './boundary-policy/types.js';
4
+ export declare function loadBoundaryPolicy(projectRoot: string, policyPath?: string): BoundaryPolicy;
5
+ //# sourceMappingURL=boundary-policy.d.ts.map
@@ -0,0 +1,29 @@
1
+ /**
2
+ * AI HINT: Idempotent Risk Context Correction
3
+ *
4
+ * Purpose: Shared constants and logic for adjusting risk severity in idempotent/ context.
5
+ * In idempotent/ files, DROP ... IF EXISTS is a standard cleanup-then-recreate pattern,
6
+ * so these are downgraded from their original severity to 'low'.
7
+ *
8
+ * Used by: preflight-check.ts, db-sync.ts
9
+ */
10
+ /**
11
+ * Reason codes whose severity is downgraded to 'low' in idempotent context.
12
+ * DROP ... IF EXISTS patterns are standard cleanup-then-recreate in idempotent files.
13
+ * REVOKE + GRANT is a standard RBAC reset pattern in idempotent RBAC files.
14
+ * DO blocks are the expected pattern for conditional logic in idempotent files.
15
+ */
16
+ export declare const IDEMPOTENT_DOWNGRADE_REASON_CODES: Set<string>;
17
+ /**
18
+ * Reason codes whose severity is capped at 'medium' in idempotent context.
19
+ * DROP POLICY in idempotent files is typically a cleanup-then-recreate pattern,
20
+ * but still warrants review since it removes access control rules.
21
+ */
22
+ export declare const IDEMPOTENT_MEDIUM_REASON_CODES: Set<string>;
23
+ /**
24
+ * Correct risk severity for idempotent context.
25
+ *
26
+ * @returns adjusted severity level
27
+ */
28
+ export declare function correctIdempotentRiskLevel(originalLevel: string, reasonCode: string | undefined): 'high' | 'medium' | 'low';
29
+ //# sourceMappingURL=idempotent-risk-context.d.ts.map
@@ -7,12 +7,26 @@
7
7
  * NOTE: This is DIFFERENT from `runa db preflight` command which checks DATA QUALITY
8
8
  * - preflight-check.ts: Environment validation (Supabase status, env vars, orphan detection)
9
9
  * - preflight/index.ts: Data quality validation (updated_at >= created_at constraint)
10
+ *
11
+ * Structure:
12
+ * - preflight-check.ts: Orchestrator, types, basic checks (this file)
13
+ * - preflight-checks/supabase-checks.ts: Supabase status & DB connection
14
+ * - preflight-checks/schema-risk-checks.ts: SQL schema risk scanning
15
+ * - preflight-checks/orphan-checks.ts: Orphaned objects & extension config
10
16
  */
11
17
  export interface PreflightCheckResult {
12
18
  passed: boolean;
13
19
  warnings: string[];
14
20
  errors: string[];
15
21
  }
22
+ /**
23
+ * Step counter for dynamic step numbering.
24
+ * This ensures correct sequential numbering regardless of which checks are executed.
25
+ */
26
+ export declare class StepCounter {
27
+ private current;
28
+ next(): number;
29
+ }
16
30
  /**
17
31
  * Run all preflight checks
18
32
  */
@@ -0,0 +1,106 @@
1
+ /**
2
+ * AI HINT: Domain Naming Consistency Checker (Preflight Sub-Check)
3
+ *
4
+ * Purpose: Validate declarative SQL files follow the naming convention:
5
+ * {PREFIX}_{DOMAIN}.sql → CREATE SCHEMA {DOMAIN} → {DOMAIN}.{table}
6
+ *
7
+ * Rules:
8
+ * 1. DOMAIN_FILENAME_SCHEMA_MISMATCH (ERROR) - file domain vs CREATE SCHEMA
9
+ * 2. DOMAIN_CROSS_DOMAIN_TABLE (WARNING) - table in wrong domain file
10
+ * 3. DOMAIN_MISSING_CREATE_SCHEMA (WARNING) - schema used but not created
11
+ * 4. DOMAIN_FK_PREFIX_ORDER (INFO) - FK references higher-prefix file
12
+ * 5. DOMAIN_FILE_TOO_LARGE (INFO) - file exceeds 2000 lines
13
+ * 6. DOMAIN_FK_TARGET_NOT_DECLARATIVE (ERROR) - FK target not in declarative SQL
14
+ * 7. DOMAIN_DUPLICATE_TABLE (ERROR) - same table defined in multiple files
15
+ * 8. DOMAIN_POLICY_CROSS_SCHEMA_REF (WARNING) - RLS policy references cross-schema table
16
+ *
17
+ * Reuses: schema-detector.ts, sql-boundary-parser.ts, sql-comment-utils.ts
18
+ */
19
+ import type { createCLILogger } from '@runa-ai/runa';
20
+ import type { PreflightCheckResult, StepCounter } from '../preflight-check.js';
21
+ import { type ParsedSqlFilename } from '../sql-filename-parser.js';
22
+ type DomainNamingRule = 'DOMAIN_FILENAME_SCHEMA_MISMATCH' | 'DOMAIN_CROSS_DOMAIN_TABLE' | 'DOMAIN_MISSING_CREATE_SCHEMA' | 'DOMAIN_FK_PREFIX_ORDER' | 'DOMAIN_FILE_TOO_LARGE' | 'DOMAIN_FK_TARGET_NOT_DECLARATIVE' | 'DOMAIN_DUPLICATE_TABLE' | 'DOMAIN_POLICY_CROSS_SCHEMA_REF';
23
+ export interface DomainNamingIssue {
24
+ file: string;
25
+ line?: number;
26
+ rule: DomainNamingRule;
27
+ severity: 'error' | 'warning' | 'info';
28
+ message: string;
29
+ }
30
+ interface FileAnalysis {
31
+ parsed: ParsedSqlFilename;
32
+ content: string;
33
+ strippedContent: string;
34
+ lineCount: number;
35
+ declaredSchemas: string[];
36
+ tables: TableRef[];
37
+ fkRefs: FkRef[];
38
+ }
39
+ interface TableRef {
40
+ schema: string;
41
+ table: string;
42
+ line: number;
43
+ }
44
+ interface FkRef {
45
+ schema: string;
46
+ table: string;
47
+ line: number;
48
+ }
49
+ declare function analyzeFile(sqlDir: string, filename: string): FileAnalysis | null;
50
+ /** Rule 1: Filename ↔ Schema name mismatch */
51
+ declare function checkFilenameSchemaMatch(analysis: FileAnalysis): DomainNamingIssue[];
52
+ /** Rule 2: Cross-domain table definition */
53
+ declare function checkCrossDomainTables(analysis: FileAnalysis): DomainNamingIssue[];
54
+ /**
55
+ * Rule 3: Missing CREATE SCHEMA
56
+ * Checks against all schemas declared across the entire project,
57
+ * not just the current file. This supports multi-file schemas
58
+ * (e.g., 10_accounts.sql + 11_accounts_rls.sql sharing a schema).
59
+ */
60
+ declare function checkMissingCreateSchema(analysis: FileAnalysis, allDeclaredSchemas: Set<string>): DomainNamingIssue[];
61
+ /** Rule 4: FK dependency prefix order violation */
62
+ declare function checkFkPrefixOrder(analysis: FileAnalysis, tableToDomain: Map<string, number>): DomainNamingIssue[];
63
+ /** Rule 5: File too large */
64
+ declare function checkFileSize(analysis: FileAnalysis): DomainNamingIssue[];
65
+ /**
66
+ * Rule 6: FK target not in declarative SQL
67
+ *
68
+ * When a FK references a table whose schema is "managed" (has at least one
69
+ * table in declarative files) but the specific table is NOT defined in any
70
+ * declarative file, pg-schema-diff will fail because the shadow DB won't
71
+ * contain the referenced table.
72
+ *
73
+ * FKs to non-managed schemas (e.g. auth, extensions) are skipped — those
74
+ * are platform-managed and not part of the desired schema.
75
+ */
76
+ declare function checkFkTargetInDeclarative(analysis: FileAnalysis, tablePrefixMap: Map<string, number>, managedSchemas: Set<string>): DomainNamingIssue[];
77
+ /**
78
+ * Rule 7: Duplicate table definition across files
79
+ *
80
+ * Each table must be defined in exactly one declarative SQL file.
81
+ * Duplicates cause ambiguous ownership and unpredictable pg-schema-diff behavior.
82
+ * This is a cross-file check (operates on all analyses, not per-file).
83
+ */
84
+ declare function checkDuplicateTables(analyses: FileAnalysis[]): DomainNamingIssue[];
85
+ /**
86
+ * Rule 8: Cross-schema table references in RLS policies
87
+ *
88
+ * pg-schema-diff does NOT track cross-schema references inside
89
+ * USING/WITH CHECK expressions. A policy on schema_a.table that
90
+ * references schema_b.other_table via EXISTS(...) will fail if
91
+ * schema_b tables are created after the policy.
92
+ *
93
+ * Workaround: use PL/pgSQL wrapper functions with dynamic SQL
94
+ * (lazy binding). See database-known-limitations.md #11.
95
+ */
96
+ declare function checkPolicyCrossSchemaRef(analysis: FileAnalysis, managedSchemas: Set<string>): DomainNamingIssue[];
97
+ declare function buildTablePrefixMap(analyses: FileAnalysis[]): Map<string, number>;
98
+ /**
99
+ * Derive the set of "managed schemas" — schemas that have at least one
100
+ * table defined in declarative SQL files. FK references to tables in
101
+ * non-managed schemas (e.g., auth, extensions) are not checked.
102
+ */
103
+ declare function buildManagedSchemas(tablePrefixMap: Map<string, number>): Set<string>;
104
+ export declare function runDomainNamingCheck(result: PreflightCheckResult, logger: ReturnType<typeof createCLILogger>, step: StepCounter): Promise<void>;
105
+ export { checkFilenameSchemaMatch as _checkFilenameSchemaMatch, checkCrossDomainTables as _checkCrossDomainTables, checkMissingCreateSchema as _checkMissingCreateSchema, checkFkPrefixOrder as _checkFkPrefixOrder, checkFileSize as _checkFileSize, checkFkTargetInDeclarative as _checkFkTargetInDeclarative, checkDuplicateTables as _checkDuplicateTables, checkPolicyCrossSchemaRef as _checkPolicyCrossSchemaRef, analyzeFile as _analyzeFile, buildTablePrefixMap as _buildTablePrefixMap, buildManagedSchemas as _buildManagedSchemas, type FileAnalysis, };
106
+ //# sourceMappingURL=domain-naming-checks.d.ts.map
@@ -0,0 +1,36 @@
1
+ /**
2
+ * AI HINT: Orphan Database Object Checks
3
+ *
4
+ * Purpose: Detect orphaned tables/enums in the database that exist
5
+ * in the live database but not in the schema definition files.
6
+ * Also checks PostgreSQL extension configuration.
7
+ *
8
+ * Extracted from preflight-check.ts for modularity.
9
+ */
10
+ import { type createCLILogger } from '@runa-ai/runa';
11
+ import type { PreflightCheckResult, StepCounter } from '../preflight-check.js';
12
+ interface OrphanDiff {
13
+ orphanTables: string[];
14
+ extraEnums: string[];
15
+ }
16
+ /**
17
+ * Log orphan diff details and fix suggestions.
18
+ */
19
+ export declare function logOrphanDetails(diff: OrphanDiff, result: PreflightCheckResult, logger: ReturnType<typeof createCLILogger>): void;
20
+ /**
21
+ * Check for orphaned database objects (local only)
22
+ *
23
+ * Orphaned objects are tables/enums that exist in the database but not in the schema.
24
+ * This commonly happens when previous Supabase runs left behind schemas.
25
+ */
26
+ export declare function runOrphanCheck(env: string, dbPackagePath: string | null, result: PreflightCheckResult, logger: ReturnType<typeof createCLILogger>, step: StepCounter): Promise<void>;
27
+ /**
28
+ * Inventory PostgreSQL extensions used in idempotent/*.sql
29
+ *
30
+ * This is an informational check (non-blocking). Extensions are managed via
31
+ * CREATE EXTENSION IF NOT EXISTS in idempotent/*.sql (SQL-managed).
32
+ * [db.extensions] in config.toml is NOT supported by Supabase CLI 2.72.7+.
33
+ */
34
+ export declare function runExtensionConfigCheck(_result: PreflightCheckResult, logger: ReturnType<typeof createCLILogger>, step: StepCounter): void;
35
+ export {};
36
+ //# sourceMappingURL=orphan-checks.d.ts.map
@@ -0,0 +1,22 @@
1
+ /**
2
+ * AI HINT: SQL Schema Risk Checks
3
+ *
4
+ * Purpose: Scan SQL schema files for dangerous patterns
5
+ * (auth.*, extensions.* references) that violate
6
+ * Supabase Auth Schema Independence rules.
7
+ *
8
+ * HIGH risk violations block db sync.
9
+ *
10
+ * Extracted from preflight-check.ts for modularity.
11
+ */
12
+ import type { createCLILogger } from '@runa-ai/runa';
13
+ import type { PreflightCheckResult, StepCounter } from '../preflight-check.js';
14
+ /**
15
+ * Scan SQL schema files for dangerous patterns (auth.*, extensions.* references)
16
+ *
17
+ * HIGH risk violations block db sync to prevent Supabase Auth Schema Independence violations
18
+ * per AGENTS.md rules.
19
+ */
20
+ export declare function runSqlSchemaRiskCheck(result: PreflightCheckResult, logger: ReturnType<typeof createCLILogger>, step: StepCounter): Promise<void>;
21
+ export { categorizeRisks } from '../../../../validators/risk-detector.js';
22
+ //# sourceMappingURL=schema-risk-checks.d.ts.map
@@ -0,0 +1,55 @@
1
+ /**
2
+ * AI HINT: Supabase Preflight Checks
3
+ *
4
+ * Purpose: Check Supabase running status, test database connection,
5
+ * and provide Docker port diagnostics for local development.
6
+ *
7
+ * Extracted from preflight-check.ts for modularity.
8
+ */
9
+ import type { createCLILogger } from '@runa-ai/runa';
10
+ import type { PreflightCheckResult, StepCounter } from '../preflight-check.js';
11
+ /**
12
+ * Parse supabase status output to determine if Supabase is running.
13
+ * Pure function for testability.
14
+ */
15
+ export declare function isSupabaseStatusRunning(output: {
16
+ exitCode: number;
17
+ stdout: string;
18
+ stderr: string;
19
+ }): boolean;
20
+ /**
21
+ * Check if Supabase is running (local only)
22
+ */
23
+ export declare function checkSupabaseRunning(): Promise<{
24
+ running: boolean;
25
+ error?: string;
26
+ }>;
27
+ /**
28
+ * Test actual database connection with SELECT 1
29
+ *
30
+ * This is more reliable than just checking supabase status,
31
+ * as it verifies:
32
+ * - Correct port configuration
33
+ * - Database is accepting connections
34
+ * - Credentials are valid
35
+ */
36
+ export declare function testDatabaseConnection(projectRoot?: string): Promise<{
37
+ connected: boolean;
38
+ port: number;
39
+ error?: string;
40
+ }>;
41
+ /**
42
+ * Get Docker container port diagnostics for supabase_db
43
+ * Used to detect port mismatch between supabase status and actual Docker port
44
+ */
45
+ export declare function getDockerPortDiagnostics(): Promise<{
46
+ containerFound: boolean;
47
+ containerName?: string;
48
+ actualPort?: number;
49
+ }>;
50
+ /**
51
+ * Run Supabase-related checks for local environment.
52
+ * Checks: Supabase status, database connection, Docker port diagnostics.
53
+ */
54
+ export declare function runSupabaseChecksIfLocal(env: string, result: PreflightCheckResult, logger: ReturnType<typeof createCLILogger>, step: StepCounter): Promise<void>;
55
+ //# sourceMappingURL=supabase-checks.d.ts.map
@@ -0,0 +1,8 @@
1
+ import type { SchemaRisk } from '../../../validators/risk-detector.js';
2
+ export type DetectSchemaRisksFn = (filePath: string) => Promise<SchemaRisk[]>;
3
+ type RiskDetectorModule = {
4
+ detectSchemaRisks: DetectSchemaRisksFn;
5
+ };
6
+ export declare function loadRiskDetectorModule(): Promise<RiskDetectorModule>;
7
+ export {};
8
+ //# sourceMappingURL=risk-detector-loader.d.ts.map
@@ -0,0 +1,17 @@
1
+ export declare const RUNA_SCHEMA_PRECHECK_MAX_FILES: number;
2
+ export declare const RUNA_SCHEMA_PRECHECK_MAX_TOTAL_BYTES: number;
3
+ export declare const RUNA_SCHEMA_PRECHECK_MAX_FILE_BYTES: number;
4
+ export declare const RUNA_PLAN_PRECHECK_MAX_BYTES: number;
5
+ export declare const RUNA_PLAN_PRECHECK_MAX_STATEMENTS: number;
6
+ export type SchemaPrecheckBudgetState = {
7
+ scannedFiles: number;
8
+ scannedBytes: number;
9
+ maxFiles: number;
10
+ maxBytes: number;
11
+ maxFileBytes: number;
12
+ };
13
+ export declare function formatBytes(value: number): string;
14
+ export declare function buildBudgetExceededReason(context: string, files: number, bytes: number, maxFiles: number, maxBytes: number): string;
15
+ export declare function createSchemaPrecheckBudgetState(): SchemaPrecheckBudgetState;
16
+ export declare function shouldAbortSchemaPrecheckForBudget(state: SchemaPrecheckBudgetState, filePath: string): string | null;
17
+ //# sourceMappingURL=schema-precheck-budget.d.ts.map
@@ -0,0 +1,12 @@
1
+ export type ParsedSqlStatement = {
2
+ statement: string;
3
+ line: number;
4
+ };
5
+ export declare function splitSqlStatements(content: string): ParsedSqlStatement[];
6
+ export declare function isNonDdlMaintenanceStatement(statement: string): boolean;
7
+ export declare function isNonSchemaOperation(statement: string): boolean;
8
+ export declare function extractDdlObject(statement: string): string | null;
9
+ export declare function isPartitionOfCreateTable(statement: string): boolean;
10
+ export declare function shouldReviewUnknownDeclarativeDdl(statement: string, declarativePreferredObjects: Set<string>, idempotentPreferredObjects: Set<string>): string | null;
11
+ export declare function shouldReviewUnknownIdempotentDdl(statement: string, idempotentPreferredObjects: Set<string>, declarativePreferredObjects: Set<string>): string | null;
12
+ //# sourceMappingURL=sql-boundary-parser.d.ts.map
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Recursively collect `.sql` files.
3
+ *
4
+ * Uses queue + index traversal to avoid O(n^2) behavior from shift().
5
+ * Unreadable directories are ignored so callers can keep precheck resilient.
6
+ */
7
+ export declare function collectSqlFilesRecursively(baseDir: string): Generator<string>;
8
+ //# sourceMappingURL=sql-file-collector.d.ts.map
@@ -0,0 +1,20 @@
1
+ /**
2
+ * AI HINT: Declarative SQL Filename Parser
3
+ *
4
+ * Purpose: Extract prefix and domain from declarative SQL filenames
5
+ * Convention: {PREFIX}_{DOMAIN}.sql (e.g., 10_accounts.sql → prefix=10, domain='accounts')
6
+ * Used by: domain-naming-checks (preflight check)
7
+ */
8
+ export interface ParsedSqlFilename {
9
+ prefix: number;
10
+ domain: string;
11
+ raw: string;
12
+ }
13
+ /**
14
+ * Parse declarative SQL filename: {PREFIX}_{DOMAIN}.sql
15
+ * Returns null if filename doesn't match the convention.
16
+ *
17
+ * Special case: 00_public.sql → domain = 'public'
18
+ */
19
+ export declare function parseSqlFilename(filename: string): ParsedSqlFilename | null;
20
+ //# sourceMappingURL=sql-filename-parser.d.ts.map
@@ -0,0 +1,19 @@
1
+ /**
2
+ * AI HINT: SQL Table Extractor — AST-based Parsing
3
+ *
4
+ * Purpose: Extract table definitions using libpg-query AST (primary parser)
5
+ * Extracted from: sql-table-extractor.ts (AST-based Parsing section)
6
+ *
7
+ * Functions:
8
+ * - extractTablesWithAst: Parse SQL content using libpg-query AST
9
+ * - convertAstColumns: Convert AST columns to ColumnDefinition array
10
+ * - convertAstForeignKeys: Convert AST foreign keys to ForeignKeyDefinition array
11
+ * - convertAstIndexes: Convert AST indexes to IndexDefinition array
12
+ */
13
+ import type { TableEntry } from '@runa-ai/runa/manifests';
14
+ import type { ResolvedOptions } from './sql-table-extractor.js';
15
+ /**
16
+ * Extract tables using libpg-query AST
17
+ */
18
+ export declare function extractTablesWithAst(content: string, filePath: string, opts: ResolvedOptions): Promise<TableEntry[]>;
19
+ //# sourceMappingURL=sql-table-extractor-ast.d.ts.map
@@ -0,0 +1,50 @@
1
+ /**
2
+ * AI HINT: SQL Table Extractor — Regex-based Parsing
3
+ *
4
+ * Purpose: Fallback parsing when libpg-query AST is not available
5
+ * Extracted from: sql-table-extractor.ts (Regex-based Parsing section)
6
+ *
7
+ * Functions:
8
+ * - findTablesRegex: Find all CREATE TABLE statements
9
+ * - parseColumnsRegex: Parse column definitions from table body
10
+ * - parsePrimaryKeyRegex: Parse PRIMARY KEY constraints
11
+ * - parseForeignKeysRegex: Parse FOREIGN KEY constraints (explicit + inline)
12
+ * - parseIndexesRegex: Parse CREATE INDEX statements
13
+ * - hasRlsEnabledRegex: Check if RLS is enabled for a table
14
+ */
15
+ import type { ColumnDefinition, ForeignKeyDefinition, IndexDefinition } from '@runa-ai/runa/manifests';
16
+ import type { ParseContext, ParsedTable } from './sql-table-extractor.js';
17
+ /**
18
+ * Find all CREATE TABLE statements in content (regex)
19
+ */
20
+ export declare function findTablesRegex(ctx: ParseContext): ParsedTable[];
21
+ export interface ParsedColumnDeclarationResult {
22
+ name: string;
23
+ type: string;
24
+ hasDefault: boolean;
25
+ notNull: boolean;
26
+ isPrimaryKey: boolean;
27
+ inlineReferenceTable?: string;
28
+ inlineReferenceColumn?: string;
29
+ }
30
+ /**
31
+ * Parse column definitions from table body (regex)
32
+ */
33
+ export declare function parseColumnsRegex(tableBody: string): ColumnDefinition[];
34
+ /**
35
+ * Parse PRIMARY KEY constraint (regex)
36
+ */
37
+ export declare function parsePrimaryKeyRegex(tableBody: string): string[];
38
+ /**
39
+ * Parse FOREIGN KEY constraints (regex)
40
+ */
41
+ export declare function parseForeignKeysRegex(tableBody: string): ForeignKeyDefinition[];
42
+ /**
43
+ * Parse indexes from full file content (regex)
44
+ */
45
+ export declare function parseIndexesRegex(content: string, schema: string, tableName: string): IndexDefinition[];
46
+ /**
47
+ * Check if RLS is enabled for table (regex)
48
+ */
49
+ export declare function hasRlsEnabledRegex(content: string, schema: string, tableName: string): boolean;
50
+ //# sourceMappingURL=sql-table-extractor-regex.d.ts.map
@@ -0,0 +1,13 @@
1
+ /**
2
+ * AI HINT: SQL Table Extractor — RLS Policy Parsing
3
+ *
4
+ * Purpose: Parse CREATE POLICY statements from SQL content
5
+ * Extracted from: sql-table-extractor.ts (RLS Policy Parsing section)
6
+ *
7
+ * Functions:
8
+ * - extractCreatePolicyStatements: Find all CREATE POLICY statements
9
+ * - parsePoliciesRegex: Parse policy details (name, command, USING, WITH CHECK)
10
+ */
11
+ import type { RlsPolicyDefinition } from '@runa-ai/runa/manifests';
12
+ export declare function parsePoliciesRegex(content: string, schema: string, tableName: string): RlsPolicyDefinition[];
13
+ //# sourceMappingURL=sql-table-extractor-rls.d.ts.map