failproofai 0.0.11-beta.7 → 0.0.11-beta.9

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 (233) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/app-path-routes-manifest.json +1 -0
  3. package/.next/standalone/.next/build-manifest.json +6 -6
  4. package/.next/standalone/.next/prerender-manifest.json +3 -3
  5. package/.next/standalone/.next/required-server-files.json +1 -1
  6. package/.next/standalone/.next/routes-manifest.json +6 -0
  7. package/.next/standalone/.next/server/app/_global-error/page/build-manifest.json +3 -3
  8. package/.next/standalone/.next/server/app/_global-error/page/server-reference-manifest.json +1 -1
  9. package/.next/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
  10. package/.next/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  11. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  12. package/.next/standalone/.next/server/app/_global-error.rsc +7 -7
  13. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +2 -2
  14. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +7 -7
  15. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
  16. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
  17. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  18. package/.next/standalone/.next/server/app/_not-found/page/build-manifest.json +3 -3
  19. package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
  20. package/.next/standalone/.next/server/app/_not-found/page.js +2 -2
  21. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  22. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  23. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  24. package/.next/standalone/.next/server/app/_not-found.rsc +15 -15
  25. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +15 -15
  26. package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  27. package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +10 -10
  28. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  29. package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  30. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  31. package/.next/standalone/.next/server/app/api/audit/invite/route/app-paths-manifest.json +3 -0
  32. package/.next/standalone/.next/server/app/api/audit/invite/route/build-manifest.json +9 -0
  33. package/.next/standalone/.next/server/app/api/audit/invite/route/server-reference-manifest.json +4 -0
  34. package/.next/standalone/.next/server/app/api/audit/invite/route.js +7 -0
  35. package/.next/standalone/.next/server/app/api/audit/invite/route.js.map +5 -0
  36. package/.next/standalone/.next/server/app/api/audit/invite/route.js.nft.json +1 -0
  37. package/.next/standalone/.next/server/app/api/audit/invite/route_client-reference-manifest.js +3 -0
  38. package/.next/standalone/.next/server/app/api/audit/run/route.js +1 -1
  39. package/.next/standalone/.next/server/app/api/audit/run/route.js.nft.json +1 -1
  40. package/.next/standalone/.next/server/app/api/auth/login-request/route.js +1 -1
  41. package/.next/standalone/.next/server/app/api/auth/login-request/route.js.nft.json +1 -1
  42. package/.next/standalone/.next/server/app/api/auth/login-verify/route.js +2 -2
  43. package/.next/standalone/.next/server/app/api/auth/login-verify/route.js.nft.json +1 -1
  44. package/.next/standalone/.next/server/app/api/auth/logout/route.js +2 -2
  45. package/.next/standalone/.next/server/app/api/auth/logout/route.js.nft.json +1 -1
  46. package/.next/standalone/.next/server/app/api/auth/reminder/route.js +2 -2
  47. package/.next/standalone/.next/server/app/api/auth/reminder/route.js.nft.json +1 -1
  48. package/.next/standalone/.next/server/app/api/auth/status/route.js +2 -2
  49. package/.next/standalone/.next/server/app/api/auth/status/route.js.nft.json +1 -1
  50. package/.next/standalone/.next/server/app/api/download/[project]/[session]/route.js.nft.json +1 -1
  51. package/.next/standalone/.next/server/app/audit/page/build-manifest.json +3 -3
  52. package/.next/standalone/.next/server/app/audit/page/server-reference-manifest.json +2 -2
  53. package/.next/standalone/.next/server/app/audit/page.js +2 -2
  54. package/.next/standalone/.next/server/app/audit/page.js.nft.json +1 -1
  55. package/.next/standalone/.next/server/app/audit/page_client-reference-manifest.js +1 -1
  56. package/.next/standalone/.next/server/app/index.html +1 -1
  57. package/.next/standalone/.next/server/app/index.rsc +15 -15
  58. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  59. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +15 -15
  60. package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +4 -4
  61. package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +10 -10
  62. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  63. package/.next/standalone/.next/server/app/page/build-manifest.json +3 -3
  64. package/.next/standalone/.next/server/app/page/server-reference-manifest.json +1 -1
  65. package/.next/standalone/.next/server/app/page.js +2 -2
  66. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  67. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  68. package/.next/standalone/.next/server/app/policies/page/build-manifest.json +3 -3
  69. package/.next/standalone/.next/server/app/policies/page/server-reference-manifest.json +8 -8
  70. package/.next/standalone/.next/server/app/policies/page.js +2 -2
  71. package/.next/standalone/.next/server/app/policies/page.js.nft.json +1 -1
  72. package/.next/standalone/.next/server/app/policies/page_client-reference-manifest.js +1 -1
  73. package/.next/standalone/.next/server/app/project/[name]/page/build-manifest.json +3 -3
  74. package/.next/standalone/.next/server/app/project/[name]/page/server-reference-manifest.json +1 -1
  75. package/.next/standalone/.next/server/app/project/[name]/page.js +3 -3
  76. package/.next/standalone/.next/server/app/project/[name]/page.js.nft.json +1 -1
  77. package/.next/standalone/.next/server/app/project/[name]/page_client-reference-manifest.js +1 -1
  78. package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page/build-manifest.json +3 -3
  79. package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page/react-loadable-manifest.json +2 -2
  80. package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page/server-reference-manifest.json +2 -2
  81. package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page.js +3 -3
  82. package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page.js.nft.json +1 -1
  83. package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page_client-reference-manifest.js +1 -1
  84. package/.next/standalone/.next/server/app/projects/page/build-manifest.json +3 -3
  85. package/.next/standalone/.next/server/app/projects/page/server-reference-manifest.json +1 -1
  86. package/.next/standalone/.next/server/app/projects/page.js +3 -3
  87. package/.next/standalone/.next/server/app/projects/page.js.nft.json +1 -1
  88. package/.next/standalone/.next/server/app/projects/page_client-reference-manifest.js +1 -1
  89. package/.next/standalone/.next/server/app-paths-manifest.json +1 -0
  90. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1_mqemn._.js +1 -1
  91. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1r1h8v9._.js +3 -0
  92. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1rhmvod._.js +1 -1
  93. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1uatkiv._.js +3 -0
  94. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1y6gxxb._.js +3 -0
  95. package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_audit_invite_route_actions_0-2n5sy.js +3 -0
  96. package/.next/standalone/.next/server/chunks/node_modules_0-tu4ot._.js +3 -0
  97. package/.next/standalone/.next/server/chunks/node_modules_0ttxbz7._.js +3 -0
  98. package/.next/standalone/.next/server/chunks/node_modules_1bnh1y0._.js +3 -0
  99. package/.next/standalone/.next/server/chunks/node_modules_1epycqa._.js +3 -0
  100. package/.next/standalone/.next/server/chunks/node_modules_1wpdcgo._.js +3 -0
  101. package/.next/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_17k9e3w.js +8 -8
  102. package/.next/standalone/.next/server/chunks/node_modules_posthog-node_dist_entrypoints_index_node_mjs_01r25oi._.js +1 -1
  103. package/.next/standalone/.next/server/chunks/node_modules_posthog-node_dist_entrypoints_index_node_mjs_09z9-p7._.js +1 -1
  104. package/.next/standalone/.next/server/chunks/package_json_[json]_cjs_1nxcc4v._.js +1 -1
  105. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0808sha._.js +4 -0
  106. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__1cd25c7._.js → [root-of-the-server]__0e4-6d8._.js} +3 -3
  107. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__08gyb62._.js → [root-of-the-server]__0e446gb._.js} +2 -2
  108. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ehe24g._.js +4 -0
  109. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__1-scthx._.js → [root-of-the-server]__0f62vu9._.js} +2 -2
  110. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0g253ve._.js +4 -0
  111. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0l13qf2._.js → [root-of-the-server]__0k65l27._.js} +2 -2
  112. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0vxf0_g._.js +4 -0
  113. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__08v7sn2._.js → [root-of-the-server]__0wprfyc._.js} +2 -2
  114. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__12mcauo._.js +4 -0
  115. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0989_dx._.js → [root-of-the-server]__1e-x7j4._.js} +2 -2
  116. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1mt35_w._.js +1 -1
  117. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1pcxxwg._.js +2 -2
  118. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1uvfwgr._.js +4 -0
  119. package/.next/standalone/.next/server/chunks/ssr/_05whahf._.js +1 -1
  120. package/.next/standalone/.next/server/chunks/ssr/_0il3fl1._.js +3 -0
  121. package/.next/standalone/.next/server/chunks/ssr/_11_p9y8._.js +1 -1
  122. package/.next/standalone/.next/server/chunks/ssr/_1kje4fm._.js +1 -1
  123. package/.next/standalone/.next/server/chunks/ssr/app_audit__components_audit-dashboard_tsx_0p9ud47._.js +21 -21
  124. package/.next/standalone/.next/server/chunks/ssr/app_global-error_tsx_1kp6l3x._.js +1 -1
  125. package/.next/standalone/.next/server/chunks/ssr/app_policies_hooks-client_tsx_19dqvpc._.js +2 -2
  126. package/.next/standalone/.next/server/chunks/ssr/node_modules_html-to-image_es_index_0y4a-0q.js +3 -0
  127. package/.next/standalone/.next/server/chunks/ssr/node_modules_html-to-image_es_index_1ao30b1.js +3 -0
  128. package/.next/standalone/.next/server/chunks/ssr/node_modules_posthog-node_dist_entrypoints_index_node_mjs_11bnuzn._.js +1 -1
  129. package/.next/standalone/.next/server/functions-config-manifest.json +0 -3
  130. package/.next/standalone/.next/server/middleware-build-manifest.js +6 -6
  131. package/.next/standalone/.next/server/pages/404.html +1 -1
  132. package/.next/standalone/.next/server/pages/500.html +1 -1
  133. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  134. package/.next/standalone/.next/server/server-reference-manifest.json +10 -10
  135. package/.next/standalone/.next/static/chunks/{0hmxjseydp6as.js → 07_d165p5h5ys.js} +1 -1
  136. package/.next/standalone/.next/static/chunks/0f7d7hnbh4djs.js +1 -0
  137. package/.next/standalone/.next/static/chunks/0h7auy7hzjyhw.js +1 -0
  138. package/.next/standalone/.next/static/chunks/168k-8z6k7e8z.css +1 -0
  139. package/.next/standalone/.next/static/chunks/{3n28elq6kwpy3.js → 1kvadxkgnapyj.js} +1 -1
  140. package/.next/standalone/.next/static/chunks/{0fpw1jzeg66_x.js → 277oc363p56n6.js} +2 -2
  141. package/.next/standalone/.next/static/chunks/28mkxkl_d91-l.js +1 -0
  142. package/.next/standalone/.next/static/chunks/28x7jvo3kxd3u.js +41 -0
  143. package/.next/standalone/.next/static/chunks/29nrs5xs9c4hx.css +2 -0
  144. package/.next/standalone/.next/static/chunks/{41vwoxpkauj1w.js → 29tg7deqmq32l.js} +1 -1
  145. package/.next/standalone/.next/static/chunks/{3w8d8k_dca5rp.js → 2h0dkzyy0vocp.js} +1 -1
  146. package/.next/standalone/.next/static/chunks/{1eq7f419t6ln3.js → 2z42u62k-8-_q.js} +1 -1
  147. package/.next/standalone/.next/static/chunks/{0avgb78edu0i-.js → 3nj6g3xu9uy78.js} +1 -1
  148. package/.next/standalone/.next/static/chunks/{0xkxbaa-oo180.js → 3ty6dhcuogout.js} +1 -1
  149. package/.next/standalone/.next/static/chunks/3zkg2s2vzxc3d.js +1 -0
  150. package/.next/standalone/.next/static/chunks/{turbopack-00qy7zfa7m--m.js → turbopack-3lrm4f20fz89b.js} +1 -1
  151. package/.next/standalone/app/api/audit/_state.ts +40 -33
  152. package/.next/standalone/app/api/audit/invite/route.ts +183 -0
  153. package/.next/standalone/app/api/audit/run/route.ts +30 -16
  154. package/.next/standalone/app/api/audit/status/route.ts +1 -0
  155. package/.next/standalone/app/audit/_components/audit-dashboard.tsx +33 -65
  156. package/.next/standalone/app/audit/_components/audit-poster.tsx +322 -0
  157. package/.next/standalone/app/audit/_components/audit-progress-strip.tsx +1 -1
  158. package/.next/standalone/app/audit/_components/auth-dialog.tsx +21 -49
  159. package/.next/standalone/app/audit/_components/come-back-better-section.tsx +316 -0
  160. package/.next/standalone/app/audit/_components/empty-state.tsx +8 -2
  161. package/.next/standalone/app/audit/_components/how-to-improve-section.tsx +187 -0
  162. package/.next/standalone/app/audit/_components/invite-dialog.tsx +227 -0
  163. package/.next/standalone/app/audit/_components/quirks-section.tsx +75 -0
  164. package/.next/standalone/app/audit/_components/rerun-button.tsx +43 -14
  165. package/.next/standalone/app/audit/_components/run-progress.tsx +2 -2
  166. package/.next/standalone/app/audit/_components/share-templates.ts +23 -22
  167. package/.next/standalone/app/audit/_components/sigil.tsx +9 -66
  168. package/.next/standalone/app/audit/_components/strengths-section.tsx +20 -32
  169. package/.next/standalone/app/audit/audit-styles.css +781 -1784
  170. package/.next/standalone/app/components/sessions-list.tsx +77 -80
  171. package/.next/standalone/app/globals.css +214 -32
  172. package/.next/standalone/app/layout.tsx +1 -10
  173. package/.next/standalone/app/policies/hooks-client.tsx +12 -4
  174. package/.next/standalone/app/project/[name]/page.tsx +23 -79
  175. package/.next/standalone/app/projects/page.tsx +14 -23
  176. package/.next/standalone/assets/audit/poster-styles.css +1 -1
  177. package/.next/standalone/assets/audit/styles.css +11 -11
  178. package/.next/standalone/components/navbar.tsx +2 -37
  179. package/.next/standalone/lib/auth/api-server-client.ts +25 -0
  180. package/.next/standalone/node_modules/@next/env/package.json +2 -2
  181. package/.next/standalone/node_modules/next/dist/build/swc/index.js +1 -1
  182. package/.next/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +1 -1
  183. package/.next/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +3 -3
  184. package/.next/standalone/node_modules/next/dist/server/config.js +1 -1
  185. package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +2 -2
  186. package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1 -1
  187. package/.next/standalone/node_modules/next/dist/server/lib/app-info-log.js +1 -1
  188. package/.next/standalone/node_modules/next/dist/server/lib/start-server.js +1 -1
  189. package/.next/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +1 -1
  190. package/.next/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +1 -1
  191. package/.next/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +1 -1
  192. package/.next/standalone/node_modules/next/dist/telemetry/events/version.js +2 -2
  193. package/.next/standalone/node_modules/next/package.json +15 -15
  194. package/.next/standalone/package.json +18 -15
  195. package/.next/standalone/server.js +1 -1
  196. package/dist/cli.mjs +2 -2
  197. package/lib/auth/api-server-client.ts +25 -0
  198. package/package.json +18 -15
  199. package/src/audit/dashboard-cache.ts +13 -6
  200. package/src/audit/social-proof.ts +34 -0
  201. package/.next/standalone/.next/server/chunks/[root-of-the-server]__07tgnzi._.js +0 -3
  202. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0oeun7z._.js +0 -3
  203. package/.next/standalone/.next/server/chunks/[root-of-the-server]__12pit4m._.js +0 -3
  204. package/.next/standalone/.next/server/chunks/[root-of-the-server]__13ra2jq._.js +0 -3
  205. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1b9z5-i._.js +0 -3
  206. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1ixjiy8._.js +0 -3
  207. package/.next/standalone/.next/server/chunks/_1-1804f._.js +0 -3
  208. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__00jkjmt._.js +0 -4
  209. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__013du6r._.js +0 -4
  210. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e85wxv._.js +0 -4
  211. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gfxvb1._.js +0 -3
  212. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1hlrq6y._.js +0 -4
  213. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1ihxdo5._.js +0 -4
  214. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1vvfde2._.js +0 -4
  215. package/.next/standalone/.next/server/chunks/ssr/node_modules_html2canvas_dist_html2canvas_esm_0q4m0_h.js +0 -3
  216. package/.next/standalone/.next/server/chunks/ssr/node_modules_html2canvas_dist_html2canvas_esm_1n-0xws.js +0 -3
  217. package/.next/standalone/.next/static/chunks/09ueq8s1as8xs.css +0 -2
  218. package/.next/standalone/.next/static/chunks/0qassxjx1ef04.js +0 -1
  219. package/.next/standalone/.next/static/chunks/2452blhu4bcdr.js +0 -41
  220. package/.next/standalone/.next/static/chunks/2so39wg7mjbi7.js +0 -1
  221. package/.next/standalone/.next/static/chunks/3gti1qdk5epqn.js +0 -1
  222. package/.next/standalone/.next/static/chunks/3osmt-t2hsrng.js +0 -1
  223. package/.next/standalone/.next/static/chunks/3wycox197ouus.css +0 -1
  224. package/.next/standalone/app/audit/_components/findings-section.tsx +0 -135
  225. package/.next/standalone/app/audit/_components/identity-section.tsx +0 -126
  226. package/.next/standalone/app/audit/_components/policies-section.tsx +0 -194
  227. package/.next/standalone/app/audit/_components/return-section.tsx +0 -416
  228. package/.next/standalone/app/audit/_components/score-section.tsx +0 -179
  229. package/.next/standalone/app/audit/_components/share-dock.tsx +0 -265
  230. package/.next/standalone/app/audit/_components/show-off-cta.tsx +0 -135
  231. /package/.next/standalone/.next/static/{90NFQus9VOnEzD6sP0EyP → NYPiJP6Rv_exQdSFVS8HP}/_buildManifest.js +0 -0
  232. /package/.next/standalone/.next/static/{90NFQus9VOnEzD6sP0EyP → NYPiJP6Rv_exQdSFVS8HP}/_clientMiddlewareManifest.js +0 -0
  233. /package/.next/standalone/.next/static/{90NFQus9VOnEzD6sP0EyP → NYPiJP6Rv_exQdSFVS8HP}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../.cursor/hooks.json","../../../../.failproofai/policies-config.json","../../../../.failproofai/policies/block-version-bumps.mjs","../../../../.failproofai/policies/review-policies.mjs","../../../../.failproofai/policies/workflow-policies.mjs","../../../../AGENTS.md","../../../../CHANGELOG.md","../../../../CLAUDE.md","../../../../CONTRIBUTING.md","../../../../Dockerfile.docs","../../../../LICENSE","../../../../README.md","../../../../SECURITY.md","../../../../app/actions/get-audit-result.ts","../../../../app/actions/get-hook-activity.ts","../../../../app/actions/get-hooks-config.ts","../../../../app/actions/get-telemetry-config.ts","../../../../app/actions/install-hooks-web.ts","../../../../app/actions/update-hooks-config.ts","../../../../app/actions/update-policy-params.ts","../../../../app/api/audit/_state.ts","../../../../app/api/audit/run/route.ts","../../../../app/api/audit/status/route.ts","../../../../app/api/auth/login-request/route.ts","../../../../app/api/auth/login-verify/route.ts","../../../../app/api/auth/logout/route.ts","../../../../app/api/auth/reminder/route.ts","../../../../app/api/auth/status/route.ts","../../../../app/api/download/[project]/[session]/route.ts","../../../../app/audit/_components/audit-dashboard.tsx","../../../../app/audit/_components/audit-progress-strip.tsx","../../../../app/audit/_components/auth-dialog.tsx","../../../../app/audit/_components/empty-state.tsx","../../../../app/audit/_components/findings-section.tsx","../../../../app/audit/_components/identity-section.tsx","../../../../app/audit/_components/policies-section.tsx","../../../../app/audit/_components/report-footer.tsx","../../../../app/audit/_components/rerun-button.tsx","../../../../app/audit/_components/return-section.tsx","../../../../app/audit/_components/run-progress.tsx","../../../../app/audit/_components/score-section.tsx","../../../../app/audit/_components/share-dock.tsx","../../../../app/audit/_components/share-templates.ts","../../../../app/audit/_components/show-off-cta.tsx","../../../../app/audit/_components/sigil.tsx","../../../../app/audit/_components/strengths-section.tsx","../../../../app/audit/audit-styles.css","../../../../app/audit/loading.tsx","../../../../app/audit/page.tsx","../../../../app/components/cli-badge.tsx","../../../../app/components/copy-button.tsx","../../../../app/components/date-picker-input.tsx","../../../../app/components/error-fallback.tsx","../../../../app/components/global-error-listeners.tsx","../../../../app/components/lazy-log-viewer.tsx","../../../../app/components/log-viewer/constants.ts","../../../../app/components/log-viewer/content-block-view.tsx","../../../../app/components/log-viewer/entry-icon.tsx","../../../../app/components/log-viewer/entry-link-button.tsx","../../../../app/components/log-viewer/entry-row.tsx","../../../../app/components/log-viewer/index.tsx","../../../../app/components/log-viewer/queue-divider.tsx","../../../../app/components/log-viewer/stats-bar.tsx","../../../../app/components/log-viewer/tool-input-output.tsx","../../../../app/components/log-viewer/type-badge.tsx","../../../../app/components/pagination-controls.tsx","../../../../app/components/project-list.tsx","../../../../app/components/raw-log-viewer.tsx","../../../../app/components/refresh-button.tsx","../../../../app/components/session-hooks-panel.tsx","../../../../app/components/sessions-list.tsx","../../../../app/components/toast.tsx","../../../../app/error.tsx","../../../../app/global-error.tsx","../../../../app/globals.css","../../../../app/layout.tsx","../../../../app/page.tsx","../../../../app/policies/hooks-client.tsx","../../../../app/policies/page.tsx","../../../../app/project/[name]/error.tsx","../../../../app/project/[name]/loading.tsx","../../../../app/project/[name]/page.tsx","../../../../app/project/[name]/session/[sessionId]/error.tsx","../../../../app/project/[name]/session/[sessionId]/loading.tsx","../../../../app/project/[name]/session/[sessionId]/page.tsx","../../../../app/projects/loading.tsx","../../../../app/projects/page.tsx","../../../../assets/audit/Audit Report.html","../../../../assets/audit/Show Off Your Agent.html","../../../../assets/audit/archetypes.jsx","../../../../assets/audit/assets/fonts/bitcount-prop-single.woff2","../../../../assets/audit/audit.jsx","../../../../assets/audit/poster-styles.css","../../../../assets/audit/poster.jsx","../../../../assets/audit/screenshots/poster-optimist.png","../../../../assets/audit/screenshots/poster-scrolled.png","../../../../assets/audit/styles.css","../../../../assets/audit/tweaks-panel.jsx","../../../../assets/logos/claude.svg","../../../../assets/logos/company/icon.svg","../../../../assets/logos/company/logo.svg","../../../../assets/logos/copilot-dark.svg","../../../../assets/logos/copilot-light.svg","../../../../assets/logos/cursor-dark.svg","../../../../assets/logos/cursor-light.svg","../../../../assets/logos/gemini-dark.svg","../../../../assets/logos/gemini-light.svg","../../../../assets/logos/openai-dark.svg","../../../../assets/logos/openai-light.svg","../../../../assets/logos/opencode-dark.svg","../../../../assets/logos/opencode-light.svg","../../../../assets/logos/pi-dark.svg","../../../../assets/logos/pi-light.svg","../../../../bin/failproofai.mjs","../../../../bun.lock","../../../../components.json","../../../../components/navbar.tsx","../../../../components/reach-developers.tsx","../../../../components/ui/button.tsx","../../../../contexts/AutoRefreshContext.tsx","../../../../contexts/PostHogContext.tsx","../../../../dist/cli.mjs","../../../../dist/index.js","../../../../docs/ar/architecture.mdx","../../../../docs/ar/built-in-policies.mdx","../../../../docs/ar/cli/audit.mdx","../../../../docs/ar/cli/auth.mdx","../../../../docs/ar/cli/dashboard.mdx","../../../../docs/ar/cli/environment-variables.mdx","../../../../docs/ar/cli/hook.mdx","../../../../docs/ar/cli/install-policies.mdx","../../../../docs/ar/cli/list-policies.mdx","../../../../docs/ar/cli/remove-policies.mdx","../../../../docs/ar/cli/version.mdx","../../../../docs/ar/configuration.mdx","../../../../docs/ar/custom-policies.mdx","../../../../docs/ar/dashboard.mdx","../../../../docs/ar/examples.mdx","../../../../docs/ar/for-agents.mdx","../../../../docs/ar/getting-started.mdx","../../../../docs/ar/introduction.mdx","../../../../docs/ar/package-aliases.mdx","../../../../docs/ar/testing.mdx","../../../../docs/architecture.mdx","../../../../docs/built-in-policies.mdx","../../../../docs/cli/audit.mdx","../../../../docs/cli/auth.mdx","../../../../docs/cli/dashboard.mdx","../../../../docs/cli/environment-variables.mdx","../../../../docs/cli/hook.mdx","../../../../docs/cli/install-policies.mdx","../../../../docs/cli/list-policies.mdx","../../../../docs/cli/remove-policies.mdx","../../../../docs/cli/version.mdx","../../../../docs/configuration.mdx","../../../../docs/custom-policies.mdx","../../../../docs/dashboard.mdx","../../../../docs/de/architecture.mdx","../../../../docs/de/built-in-policies.mdx","../../../../docs/de/cli/audit.mdx","../../../../docs/de/cli/auth.mdx","../../../../docs/de/cli/dashboard.mdx","../../../../docs/de/cli/environment-variables.mdx","../../../../docs/de/cli/hook.mdx","../../../../docs/de/cli/install-policies.mdx","../../../../docs/de/cli/list-policies.mdx","../../../../docs/de/cli/remove-policies.mdx","../../../../docs/de/cli/version.mdx","../../../../docs/de/configuration.mdx","../../../../docs/de/custom-policies.mdx","../../../../docs/de/dashboard.mdx","../../../../docs/de/examples.mdx","../../../../docs/de/for-agents.mdx","../../../../docs/de/getting-started.mdx","../../../../docs/de/introduction.mdx","../../../../docs/de/package-aliases.mdx","../../../../docs/de/testing.mdx","../../../../docs/docs.json","../../../../docs/es/architecture.mdx","../../../../docs/es/built-in-policies.mdx","../../../../docs/es/cli/audit.mdx","../../../../docs/es/cli/auth.mdx","../../../../docs/es/cli/dashboard.mdx","../../../../docs/es/cli/environment-variables.mdx","../../../../docs/es/cli/hook.mdx","../../../../docs/es/cli/install-policies.mdx","../../../../docs/es/cli/list-policies.mdx","../../../../docs/es/cli/remove-policies.mdx","../../../../docs/es/cli/version.mdx","../../../../docs/es/configuration.mdx","../../../../docs/es/custom-policies.mdx","../../../../docs/es/dashboard.mdx","../../../../docs/es/examples.mdx","../../../../docs/es/for-agents.mdx","../../../../docs/es/getting-started.mdx","../../../../docs/es/introduction.mdx","../../../../docs/es/package-aliases.mdx","../../../../docs/es/testing.mdx","../../../../docs/examples.mdx","../../../../docs/favicon.ico","../../../../docs/for-agents.mdx","../../../../docs/fr/architecture.mdx","../../../../docs/fr/built-in-policies.mdx","../../../../docs/fr/cli/audit.mdx","../../../../docs/fr/cli/auth.mdx","../../../../docs/fr/cli/dashboard.mdx","../../../../docs/fr/cli/environment-variables.mdx","../../../../docs/fr/cli/hook.mdx","../../../../docs/fr/cli/install-policies.mdx","../../../../docs/fr/cli/list-policies.mdx","../../../../docs/fr/cli/remove-policies.mdx","../../../../docs/fr/cli/version.mdx","../../../../docs/fr/configuration.mdx","../../../../docs/fr/custom-policies.mdx","../../../../docs/fr/dashboard.mdx","../../../../docs/fr/examples.mdx","../../../../docs/fr/for-agents.mdx","../../../../docs/fr/getting-started.mdx","../../../../docs/fr/introduction.mdx","../../../../docs/fr/package-aliases.mdx","../../../../docs/fr/testing.mdx","../../../../docs/getting-started.mdx","../../../../docs/he/architecture.mdx","../../../../docs/he/built-in-policies.mdx","../../../../docs/he/cli/audit.mdx","../../../../docs/he/cli/auth.mdx","../../../../docs/he/cli/dashboard.mdx","../../../../docs/he/cli/environment-variables.mdx","../../../../docs/he/cli/hook.mdx","../../../../docs/he/cli/install-policies.mdx","../../../../docs/he/cli/list-policies.mdx","../../../../docs/he/cli/remove-policies.mdx","../../../../docs/he/cli/version.mdx","../../../../docs/he/configuration.mdx","../../../../docs/he/custom-policies.mdx","../../../../docs/he/dashboard.mdx","../../../../docs/he/examples.mdx","../../../../docs/he/for-agents.mdx","../../../../docs/he/getting-started.mdx","../../../../docs/he/introduction.mdx","../../../../docs/he/package-aliases.mdx","../../../../docs/he/testing.mdx","../../../../docs/hi/architecture.mdx","../../../../docs/hi/built-in-policies.mdx","../../../../docs/hi/cli/audit.mdx","../../../../docs/hi/cli/auth.mdx","../../../../docs/hi/cli/dashboard.mdx","../../../../docs/hi/cli/environment-variables.mdx","../../../../docs/hi/cli/hook.mdx","../../../../docs/hi/cli/install-policies.mdx","../../../../docs/hi/cli/list-policies.mdx","../../../../docs/hi/cli/remove-policies.mdx","../../../../docs/hi/cli/version.mdx","../../../../docs/hi/configuration.mdx","../../../../docs/hi/custom-policies.mdx","../../../../docs/hi/dashboard.mdx","../../../../docs/hi/examples.mdx","../../../../docs/hi/for-agents.mdx","../../../../docs/hi/getting-started.mdx","../../../../docs/hi/introduction.mdx","../../../../docs/hi/package-aliases.mdx","../../../../docs/hi/testing.mdx","../../../../docs/i18n/README.ar.md","../../../../docs/i18n/README.de.md","../../../../docs/i18n/README.es.md","../../../../docs/i18n/README.fr.md","../../../../docs/i18n/README.he.md","../../../../docs/i18n/README.hi.md","../../../../docs/i18n/README.it.md","../../../../docs/i18n/README.ja.md","../../../../docs/i18n/README.ko.md","../../../../docs/i18n/README.pt-br.md","../../../../docs/i18n/README.ru.md","../../../../docs/i18n/README.tr.md","../../../../docs/i18n/README.vi.md","../../../../docs/i18n/README.zh.md","../../../../docs/introduction.mdx","../../../../docs/it/architecture.mdx","../../../../docs/it/built-in-policies.mdx","../../../../docs/it/cli/audit.mdx","../../../../docs/it/cli/auth.mdx","../../../../docs/it/cli/dashboard.mdx","../../../../docs/it/cli/environment-variables.mdx","../../../../docs/it/cli/hook.mdx","../../../../docs/it/cli/install-policies.mdx","../../../../docs/it/cli/list-policies.mdx","../../../../docs/it/cli/remove-policies.mdx","../../../../docs/it/cli/version.mdx","../../../../docs/it/configuration.mdx","../../../../docs/it/custom-policies.mdx","../../../../docs/it/dashboard.mdx","../../../../docs/it/examples.mdx","../../../../docs/it/for-agents.mdx","../../../../docs/it/getting-started.mdx","../../../../docs/it/introduction.mdx","../../../../docs/it/package-aliases.mdx","../../../../docs/it/testing.mdx","../../../../docs/ja/architecture.mdx","../../../../docs/ja/built-in-policies.mdx","../../../../docs/ja/cli/audit.mdx","../../../../docs/ja/cli/auth.mdx","../../../../docs/ja/cli/dashboard.mdx","../../../../docs/ja/cli/environment-variables.mdx","../../../../docs/ja/cli/hook.mdx","../../../../docs/ja/cli/install-policies.mdx","../../../../docs/ja/cli/list-policies.mdx","../../../../docs/ja/cli/remove-policies.mdx","../../../../docs/ja/cli/version.mdx","../../../../docs/ja/configuration.mdx","../../../../docs/ja/custom-policies.mdx","../../../../docs/ja/dashboard.mdx","../../../../docs/ja/examples.mdx","../../../../docs/ja/for-agents.mdx","../../../../docs/ja/getting-started.mdx","../../../../docs/ja/introduction.mdx","../../../../docs/ja/package-aliases.mdx","../../../../docs/ja/testing.mdx","../../../../docs/ko/architecture.mdx","../../../../docs/ko/built-in-policies.mdx","../../../../docs/ko/cli/audit.mdx","../../../../docs/ko/cli/auth.mdx","../../../../docs/ko/cli/dashboard.mdx","../../../../docs/ko/cli/environment-variables.mdx","../../../../docs/ko/cli/hook.mdx","../../../../docs/ko/cli/install-policies.mdx","../../../../docs/ko/cli/list-policies.mdx","../../../../docs/ko/cli/remove-policies.mdx","../../../../docs/ko/cli/version.mdx","../../../../docs/ko/configuration.mdx","../../../../docs/ko/custom-policies.mdx","../../../../docs/ko/dashboard.mdx","../../../../docs/ko/examples.mdx","../../../../docs/ko/for-agents.mdx","../../../../docs/ko/getting-started.mdx","../../../../docs/ko/introduction.mdx","../../../../docs/ko/package-aliases.mdx","../../../../docs/ko/testing.mdx","../../../../docs/logo/Failproof_AI_logo.png","../../../../docs/logo/Failproof_AI_logo_light.png","../../../../docs/package-aliases.mdx","../../../../docs/pt-br/architecture.mdx","../../../../docs/pt-br/built-in-policies.mdx","../../../../docs/pt-br/cli/audit.mdx","../../../../docs/pt-br/cli/auth.mdx","../../../../docs/pt-br/cli/dashboard.mdx","../../../../docs/pt-br/cli/environment-variables.mdx","../../../../docs/pt-br/cli/hook.mdx","../../../../docs/pt-br/cli/install-policies.mdx","../../../../docs/pt-br/cli/list-policies.mdx","../../../../docs/pt-br/cli/remove-policies.mdx","../../../../docs/pt-br/cli/version.mdx","../../../../docs/pt-br/configuration.mdx","../../../../docs/pt-br/custom-policies.mdx","../../../../docs/pt-br/dashboard.mdx","../../../../docs/pt-br/examples.mdx","../../../../docs/pt-br/for-agents.mdx","../../../../docs/pt-br/getting-started.mdx","../../../../docs/pt-br/introduction.mdx","../../../../docs/pt-br/package-aliases.mdx","../../../../docs/pt-br/testing.mdx","../../../../docs/ru/architecture.mdx","../../../../docs/ru/built-in-policies.mdx","../../../../docs/ru/cli/audit.mdx","../../../../docs/ru/cli/auth.mdx","../../../../docs/ru/cli/dashboard.mdx","../../../../docs/ru/cli/environment-variables.mdx","../../../../docs/ru/cli/hook.mdx","../../../../docs/ru/cli/install-policies.mdx","../../../../docs/ru/cli/list-policies.mdx","../../../../docs/ru/cli/remove-policies.mdx","../../../../docs/ru/cli/version.mdx","../../../../docs/ru/configuration.mdx","../../../../docs/ru/custom-policies.mdx","../../../../docs/ru/dashboard.mdx","../../../../docs/ru/examples.mdx","../../../../docs/ru/for-agents.mdx","../../../../docs/ru/getting-started.mdx","../../../../docs/ru/introduction.mdx","../../../../docs/ru/package-aliases.mdx","../../../../docs/ru/testing.mdx","../../../../docs/styles/config/vocabularies/Mintlify/accept.txt","../../../../docs/testing.mdx","../../../../docs/tr/architecture.mdx","../../../../docs/tr/built-in-policies.mdx","../../../../docs/tr/cli/audit.mdx","../../../../docs/tr/cli/auth.mdx","../../../../docs/tr/cli/dashboard.mdx","../../../../docs/tr/cli/environment-variables.mdx","../../../../docs/tr/cli/hook.mdx","../../../../docs/tr/cli/install-policies.mdx","../../../../docs/tr/cli/list-policies.mdx","../../../../docs/tr/cli/remove-policies.mdx","../../../../docs/tr/cli/version.mdx","../../../../docs/tr/configuration.mdx","../../../../docs/tr/custom-policies.mdx","../../../../docs/tr/dashboard.mdx","../../../../docs/tr/examples.mdx","../../../../docs/tr/for-agents.mdx","../../../../docs/tr/getting-started.mdx","../../../../docs/tr/introduction.mdx","../../../../docs/tr/package-aliases.mdx","../../../../docs/tr/testing.mdx","../../../../docs/vi/architecture.mdx","../../../../docs/vi/built-in-policies.mdx","../../../../docs/vi/cli/audit.mdx","../../../../docs/vi/cli/auth.mdx","../../../../docs/vi/cli/dashboard.mdx","../../../../docs/vi/cli/environment-variables.mdx","../../../../docs/vi/cli/hook.mdx","../../../../docs/vi/cli/install-policies.mdx","../../../../docs/vi/cli/list-policies.mdx","../../../../docs/vi/cli/remove-policies.mdx","../../../../docs/vi/cli/version.mdx","../../../../docs/vi/configuration.mdx","../../../../docs/vi/custom-policies.mdx","../../../../docs/vi/dashboard.mdx","../../../../docs/vi/examples.mdx","../../../../docs/vi/for-agents.mdx","../../../../docs/vi/getting-started.mdx","../../../../docs/vi/introduction.mdx","../../../../docs/vi/package-aliases.mdx","../../../../docs/vi/testing.mdx","../../../../docs/zh/architecture.mdx","../../../../docs/zh/built-in-policies.mdx","../../../../docs/zh/cli/audit.mdx","../../../../docs/zh/cli/auth.mdx","../../../../docs/zh/cli/dashboard.mdx","../../../../docs/zh/cli/environment-variables.mdx","../../../../docs/zh/cli/hook.mdx","../../../../docs/zh/cli/install-policies.mdx","../../../../docs/zh/cli/list-policies.mdx","../../../../docs/zh/cli/remove-policies.mdx","../../../../docs/zh/cli/version.mdx","../../../../docs/zh/configuration.mdx","../../../../docs/zh/custom-policies.mdx","../../../../docs/zh/dashboard.mdx","../../../../docs/zh/examples.mdx","../../../../docs/zh/for-agents.mdx","../../../../docs/zh/getting-started.mdx","../../../../docs/zh/introduction.mdx","../../../../docs/zh/package-aliases.mdx","../../../../docs/zh/testing.mdx","../../../../eslint.config.mjs","../../../../examples/convention-policies/security-policies.mjs","../../../../examples/convention-policies/workflow-policies.mjs","../../../../examples/policies-advanced/index.js","../../../../examples/policies-advanced/utils.js","../../../../examples/policies-basic.js","../../../../examples/policies-notification.js","../../../../examples/policies-stop.js","../../../../instrumentation.node.ts","../../../../instrumentation.ts","../../../../lib/atomic-write.ts","../../../../lib/auth/api-server-client.ts","../../../../lib/auth/auth-store.ts","../../../../lib/claude-config.ts","../../../../lib/claude-sessions.ts","../../../../lib/cli-registry.ts","../../../../lib/client-telemetry.ts","../../../../lib/codex-projects.ts","../../../../lib/codex-sessions.ts","../../../../lib/concurrency.ts","../../../../lib/copilot-projects.ts","../../../../lib/copilot-sessions.ts","../../../../lib/cursor-projects.ts","../../../../lib/cursor-sessions.ts","../../../../lib/date-filters.ts","../../../../lib/download-session.ts","../../../../lib/extract-subagent-ids.ts","../../../../lib/fetch-with-timeout.ts","../../../../lib/format-date.ts","../../../../lib/format-duration.ts","../../../../lib/gemini-projects.ts","../../../../lib/gemini-sessions.ts","../../../../lib/log-entries.ts","../../../../lib/log-format.ts","../../../../lib/log-stats.ts","../../../../lib/logger.ts","../../../../lib/opencode-projects.ts","../../../../lib/opencode-sessions.ts","../../../../lib/paths.ts","../../../../lib/pi-projects.ts","../../../../lib/pi-sessions.ts","../../../../lib/projects.ts","../../../../lib/resolve-subagent-path.ts","../../../../lib/runtime-cache.ts","../../../../lib/share-card.ts","../../../../lib/telemetry-id.ts","../../../../lib/telemetry.ts","../../../../lib/url-filter-serializers.ts","../../../../lib/use-filter-state.ts","../../../../lib/use-url-params.ts","../../../../lib/utils.ts","../../../../lib/utils/session-id.ts","../../../../next.config.ts","../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/@swc/helpers/package.json","../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../node_modules/next/dist/client/lib/console.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../node_modules/next/dist/compiled/ws/index.js","../../../../node_modules/next/dist/compiled/ws/package.json","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/picocolors.js","../../../../node_modules/next/dist/lib/scheduler.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../node_modules/next/dist/server/node-environment.js","../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../node_modules/next/dist/server/require-hook.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../../node_modules/react/cjs/react.development.js","../../../../node_modules/react/cjs/react.production.js","../../../../node_modules/react/index.js","../../../../node_modules/react/package.json","../../../../osv-scanner.toml","../../../../package.json","../../../../pi-extension/index.ts","../../../../pi-extension/package.json","../../../../postcss.config.mjs","../../../../proxy.ts","../../../../public/audit/fonts/bitcount-prop-single.woff2","../../../../public/icon.svg","../../../../public/logo.svg","../../../../readme-arch-hq.gif","../../../../scripts/alias-proxy.js","../../../../scripts/dev.ts","../../../../scripts/install-diagnosis.mjs","../../../../scripts/install-telemetry.mjs","../../../../scripts/launch.ts","../../../../scripts/parse-script-args.ts","../../../../scripts/postinstall.mjs","../../../../scripts/preuninstall.mjs","../../../../scripts/prune-standalone.mjs","../../../../scripts/publish-aliases.mjs","../../../../scripts/start.ts","../../../../scripts/sync-hook-events-prompt.md","../../../../scripts/translate-docs/cache.ts","../../../../scripts/translate-docs/cli.ts","../../../../scripts/translate-docs/config.ts","../../../../scripts/translate-docs/mdx-translator.ts","../../../../scripts/translate-docs/mintlify-nav.ts","../../../../scripts/translate-docs/readme-translator.ts","../../../../scripts/translate-docs/translator.ts","../../../../scripts/translate-docs/types.ts","../../../../skills-lock.json","../../../../src/audit/archetypes.ts","../../../../src/audit/cache.ts","../../../../src/audit/cli-adapters/claude.ts","../../../../src/audit/cli-adapters/codex.ts","../../../../src/audit/cli-adapters/copilot.ts","../../../../src/audit/cli-adapters/cursor.ts","../../../../src/audit/cli-adapters/gemini.ts","../../../../src/audit/cli-adapters/index.ts","../../../../src/audit/cli-adapters/opencode.ts","../../../../src/audit/cli-adapters/pi.ts","../../../../src/audit/cli-adapters/shared.ts","../../../../src/audit/dashboard-cache.ts","../../../../src/audit/detectors/find-from-root.ts","../../../../src/audit/detectors/git-commit-no-verify.ts","../../../../src/audit/detectors/index.ts","../../../../src/audit/detectors/prefer-edit-over-read-cat.ts","../../../../src/audit/detectors/prefer-edit-over-sed-awk.ts","../../../../src/audit/detectors/prefer-write-over-heredoc.ts","../../../../src/audit/detectors/redundant-cd-cwd.ts","../../../../src/audit/detectors/reread-after-edit.ts","../../../../src/audit/detectors/sleep-polling-loop.ts","../../../../src/audit/features.ts","../../../../src/audit/findings.ts","../../../../src/audit/index.ts","../../../../src/audit/replay.ts","../../../../src/audit/report.ts","../../../../src/audit/scoring.ts","../../../../src/audit/strengths.ts","../../../../src/audit/types.ts","../../../../src/auth/cli.ts","../../../../src/cli-error.ts","../../../../src/hooks/builtin-policies.ts","../../../../src/hooks/custom-hooks-loader.ts","../../../../src/hooks/custom-hooks-registry.ts","../../../../src/hooks/first-run-nudge.ts","../../../../src/hooks/handler.ts","../../../../src/hooks/hook-activity-store.ts","../../../../src/hooks/hook-logger.ts","../../../../src/hooks/hook-telemetry.ts","../../../../src/hooks/hooks-config.ts","../../../../src/hooks/install-prompt.ts","../../../../src/hooks/integrations.ts","../../../../src/hooks/llm-client.ts","../../../../src/hooks/loader-utils.ts","../../../../src/hooks/manager.ts","../../../../src/hooks/policy-evaluator.ts","../../../../src/hooks/policy-helpers.ts","../../../../src/hooks/policy-registry.ts","../../../../src/hooks/policy-types.ts","../../../../src/hooks/resolve-cwd.ts","../../../../src/hooks/resolve-permission-mode.ts","../../../../src/hooks/resolve-transcript-path.ts","../../../../src/hooks/tool-name-canonicalize.ts","../../../../src/hooks/types.ts","../../../../src/index.ts","../../../../src/posthog-key.ts","../../../../tailwind.config.ts","../../../../templates/bitcount-font/README.md","../../../../templates/bitcount-font/bitcount-prop-single.woff2","../../../../templates/bitcount-font/bitcount.css","../../../../templates/bitcount-font/fonts.ts.example","../../../../tsconfig.json","../../../../vitest.config.e2e.mts","../../../../vitest.config.mts","../../chunks/ssr/[externals]__1_g_b3t._.js","../../chunks/ssr/[root-of-the-server]__08gyb62._.js","../../chunks/ssr/[root-of-the-server]__0989_dx._.js","../../chunks/ssr/[root-of-the-server]__0gfxvb1._.js","../../chunks/ssr/[root-of-the-server]__1d8omgc._.js","../../chunks/ssr/[root-of-the-server]__1fax1sl._.js","../../chunks/ssr/[root-of-the-server]__1usf8v2._.js","../../chunks/ssr/[root-of-the-server]__1vvfde2._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/app_209u41o._.js","../../chunks/ssr/app_error_tsx_1zds1ns._.js","../../chunks/ssr/app_global-error_tsx_113y3za._.js","../../chunks/ssr/app_global-error_tsx_1kp6l3x._.js","../../chunks/ssr/app_projects_loading_tsx_20-3u8b._.js","../../chunks/ssr/lib_codex-projects_ts_0pqlw37._.js","../../chunks/ssr/lib_copilot-projects_ts_19wl7tp._.js","../../chunks/ssr/lib_cursor-projects_ts_18-iwyk._.js","../../chunks/ssr/lib_gemini-projects_ts_1c7bgx-._.js","../../chunks/ssr/lib_opencode-projects_ts_15bjxkm._.js","../../chunks/ssr/lib_pi-projects_ts_1wikofb._.js","../../chunks/ssr/lib_utils_ts_0az0sfq._.js","../../chunks/ssr/node_modules_1ynf7el._.js","../../chunks/ssr/node_modules_next_1a1kch7._.js","../../chunks/ssr/node_modules_next_dist_0uboya6._.js","../../chunks/ssr/node_modules_next_dist_1d_onnt._.js","../../chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_09p-8om.js","../../chunks/ssr/node_modules_posthog-node_dist_entrypoints_index_node_mjs_11bnuzn._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../.cursor/hooks.json","../../../../.failproofai/policies-config.json","../../../../.failproofai/policies/block-version-bumps.mjs","../../../../.failproofai/policies/review-policies.mjs","../../../../.failproofai/policies/workflow-policies.mjs","../../../../AGENTS.md","../../../../CHANGELOG.md","../../../../CLAUDE.md","../../../../CONTRIBUTING.md","../../../../Dockerfile.docs","../../../../LICENSE","../../../../README.md","../../../../SECURITY.md","../../../../app/actions/get-audit-result.ts","../../../../app/actions/get-hook-activity.ts","../../../../app/actions/get-hooks-config.ts","../../../../app/actions/get-telemetry-config.ts","../../../../app/actions/install-hooks-web.ts","../../../../app/actions/update-hooks-config.ts","../../../../app/actions/update-policy-params.ts","../../../../app/api/audit/_state.ts","../../../../app/api/audit/invite/route.ts","../../../../app/api/audit/run/route.ts","../../../../app/api/audit/status/route.ts","../../../../app/api/auth/login-request/route.ts","../../../../app/api/auth/login-verify/route.ts","../../../../app/api/auth/logout/route.ts","../../../../app/api/auth/reminder/route.ts","../../../../app/api/auth/status/route.ts","../../../../app/api/download/[project]/[session]/route.ts","../../../../app/audit/_components/audit-dashboard.tsx","../../../../app/audit/_components/audit-poster.tsx","../../../../app/audit/_components/audit-progress-strip.tsx","../../../../app/audit/_components/auth-dialog.tsx","../../../../app/audit/_components/come-back-better-section.tsx","../../../../app/audit/_components/empty-state.tsx","../../../../app/audit/_components/how-to-improve-section.tsx","../../../../app/audit/_components/invite-dialog.tsx","../../../../app/audit/_components/quirks-section.tsx","../../../../app/audit/_components/report-footer.tsx","../../../../app/audit/_components/rerun-button.tsx","../../../../app/audit/_components/run-progress.tsx","../../../../app/audit/_components/share-templates.ts","../../../../app/audit/_components/sigil.tsx","../../../../app/audit/_components/strengths-section.tsx","../../../../app/audit/audit-styles.css","../../../../app/audit/loading.tsx","../../../../app/audit/page.tsx","../../../../app/components/cli-badge.tsx","../../../../app/components/copy-button.tsx","../../../../app/components/date-picker-input.tsx","../../../../app/components/error-fallback.tsx","../../../../app/components/global-error-listeners.tsx","../../../../app/components/lazy-log-viewer.tsx","../../../../app/components/log-viewer/constants.ts","../../../../app/components/log-viewer/content-block-view.tsx","../../../../app/components/log-viewer/entry-icon.tsx","../../../../app/components/log-viewer/entry-link-button.tsx","../../../../app/components/log-viewer/entry-row.tsx","../../../../app/components/log-viewer/index.tsx","../../../../app/components/log-viewer/queue-divider.tsx","../../../../app/components/log-viewer/stats-bar.tsx","../../../../app/components/log-viewer/tool-input-output.tsx","../../../../app/components/log-viewer/type-badge.tsx","../../../../app/components/pagination-controls.tsx","../../../../app/components/project-list.tsx","../../../../app/components/raw-log-viewer.tsx","../../../../app/components/refresh-button.tsx","../../../../app/components/session-hooks-panel.tsx","../../../../app/components/sessions-list.tsx","../../../../app/components/toast.tsx","../../../../app/error.tsx","../../../../app/global-error.tsx","../../../../app/globals.css","../../../../app/layout.tsx","../../../../app/page.tsx","../../../../app/policies/hooks-client.tsx","../../../../app/policies/page.tsx","../../../../app/project/[name]/error.tsx","../../../../app/project/[name]/loading.tsx","../../../../app/project/[name]/page.tsx","../../../../app/project/[name]/session/[sessionId]/error.tsx","../../../../app/project/[name]/session/[sessionId]/loading.tsx","../../../../app/project/[name]/session/[sessionId]/page.tsx","../../../../app/projects/loading.tsx","../../../../app/projects/page.tsx","../../../../assets/audit/Audit Report.html","../../../../assets/audit/Show Off Your Agent.html","../../../../assets/audit/archetypes.jsx","../../../../assets/audit/assets/fonts/bitcount-prop-single.woff2","../../../../assets/audit/audit.jsx","../../../../assets/audit/poster-styles.css","../../../../assets/audit/poster.jsx","../../../../assets/audit/screenshots/poster-optimist.png","../../../../assets/audit/screenshots/poster-scrolled.png","../../../../assets/audit/styles.css","../../../../assets/audit/tweaks-panel.jsx","../../../../assets/logos/claude.svg","../../../../assets/logos/company/icon.svg","../../../../assets/logos/company/logo.svg","../../../../assets/logos/copilot-dark.svg","../../../../assets/logos/copilot-light.svg","../../../../assets/logos/cursor-dark.svg","../../../../assets/logos/cursor-light.svg","../../../../assets/logos/gemini-dark.svg","../../../../assets/logos/gemini-light.svg","../../../../assets/logos/openai-dark.svg","../../../../assets/logos/openai-light.svg","../../../../assets/logos/opencode-dark.svg","../../../../assets/logos/opencode-light.svg","../../../../assets/logos/pi-dark.svg","../../../../assets/logos/pi-light.svg","../../../../bin/failproofai.mjs","../../../../bun.lock","../../../../components.json","../../../../components/navbar.tsx","../../../../components/reach-developers.tsx","../../../../components/ui/button.tsx","../../../../contexts/AutoRefreshContext.tsx","../../../../contexts/PostHogContext.tsx","../../../../dist/cli.mjs","../../../../dist/index.js","../../../../docs/ar/architecture.mdx","../../../../docs/ar/built-in-policies.mdx","../../../../docs/ar/cli/audit.mdx","../../../../docs/ar/cli/auth.mdx","../../../../docs/ar/cli/dashboard.mdx","../../../../docs/ar/cli/environment-variables.mdx","../../../../docs/ar/cli/hook.mdx","../../../../docs/ar/cli/install-policies.mdx","../../../../docs/ar/cli/list-policies.mdx","../../../../docs/ar/cli/remove-policies.mdx","../../../../docs/ar/cli/version.mdx","../../../../docs/ar/configuration.mdx","../../../../docs/ar/custom-policies.mdx","../../../../docs/ar/dashboard.mdx","../../../../docs/ar/examples.mdx","../../../../docs/ar/for-agents.mdx","../../../../docs/ar/getting-started.mdx","../../../../docs/ar/introduction.mdx","../../../../docs/ar/package-aliases.mdx","../../../../docs/ar/testing.mdx","../../../../docs/architecture.mdx","../../../../docs/built-in-policies.mdx","../../../../docs/cli/audit.mdx","../../../../docs/cli/auth.mdx","../../../../docs/cli/dashboard.mdx","../../../../docs/cli/environment-variables.mdx","../../../../docs/cli/hook.mdx","../../../../docs/cli/install-policies.mdx","../../../../docs/cli/list-policies.mdx","../../../../docs/cli/remove-policies.mdx","../../../../docs/cli/version.mdx","../../../../docs/configuration.mdx","../../../../docs/custom-policies.mdx","../../../../docs/dashboard.mdx","../../../../docs/de/architecture.mdx","../../../../docs/de/built-in-policies.mdx","../../../../docs/de/cli/audit.mdx","../../../../docs/de/cli/auth.mdx","../../../../docs/de/cli/dashboard.mdx","../../../../docs/de/cli/environment-variables.mdx","../../../../docs/de/cli/hook.mdx","../../../../docs/de/cli/install-policies.mdx","../../../../docs/de/cli/list-policies.mdx","../../../../docs/de/cli/remove-policies.mdx","../../../../docs/de/cli/version.mdx","../../../../docs/de/configuration.mdx","../../../../docs/de/custom-policies.mdx","../../../../docs/de/dashboard.mdx","../../../../docs/de/examples.mdx","../../../../docs/de/for-agents.mdx","../../../../docs/de/getting-started.mdx","../../../../docs/de/introduction.mdx","../../../../docs/de/package-aliases.mdx","../../../../docs/de/testing.mdx","../../../../docs/docs.json","../../../../docs/es/architecture.mdx","../../../../docs/es/built-in-policies.mdx","../../../../docs/es/cli/audit.mdx","../../../../docs/es/cli/auth.mdx","../../../../docs/es/cli/dashboard.mdx","../../../../docs/es/cli/environment-variables.mdx","../../../../docs/es/cli/hook.mdx","../../../../docs/es/cli/install-policies.mdx","../../../../docs/es/cli/list-policies.mdx","../../../../docs/es/cli/remove-policies.mdx","../../../../docs/es/cli/version.mdx","../../../../docs/es/configuration.mdx","../../../../docs/es/custom-policies.mdx","../../../../docs/es/dashboard.mdx","../../../../docs/es/examples.mdx","../../../../docs/es/for-agents.mdx","../../../../docs/es/getting-started.mdx","../../../../docs/es/introduction.mdx","../../../../docs/es/package-aliases.mdx","../../../../docs/es/testing.mdx","../../../../docs/examples.mdx","../../../../docs/favicon.ico","../../../../docs/for-agents.mdx","../../../../docs/fr/architecture.mdx","../../../../docs/fr/built-in-policies.mdx","../../../../docs/fr/cli/audit.mdx","../../../../docs/fr/cli/auth.mdx","../../../../docs/fr/cli/dashboard.mdx","../../../../docs/fr/cli/environment-variables.mdx","../../../../docs/fr/cli/hook.mdx","../../../../docs/fr/cli/install-policies.mdx","../../../../docs/fr/cli/list-policies.mdx","../../../../docs/fr/cli/remove-policies.mdx","../../../../docs/fr/cli/version.mdx","../../../../docs/fr/configuration.mdx","../../../../docs/fr/custom-policies.mdx","../../../../docs/fr/dashboard.mdx","../../../../docs/fr/examples.mdx","../../../../docs/fr/for-agents.mdx","../../../../docs/fr/getting-started.mdx","../../../../docs/fr/introduction.mdx","../../../../docs/fr/package-aliases.mdx","../../../../docs/fr/testing.mdx","../../../../docs/getting-started.mdx","../../../../docs/he/architecture.mdx","../../../../docs/he/built-in-policies.mdx","../../../../docs/he/cli/audit.mdx","../../../../docs/he/cli/auth.mdx","../../../../docs/he/cli/dashboard.mdx","../../../../docs/he/cli/environment-variables.mdx","../../../../docs/he/cli/hook.mdx","../../../../docs/he/cli/install-policies.mdx","../../../../docs/he/cli/list-policies.mdx","../../../../docs/he/cli/remove-policies.mdx","../../../../docs/he/cli/version.mdx","../../../../docs/he/configuration.mdx","../../../../docs/he/custom-policies.mdx","../../../../docs/he/dashboard.mdx","../../../../docs/he/examples.mdx","../../../../docs/he/for-agents.mdx","../../../../docs/he/getting-started.mdx","../../../../docs/he/introduction.mdx","../../../../docs/he/package-aliases.mdx","../../../../docs/he/testing.mdx","../../../../docs/hi/architecture.mdx","../../../../docs/hi/built-in-policies.mdx","../../../../docs/hi/cli/audit.mdx","../../../../docs/hi/cli/auth.mdx","../../../../docs/hi/cli/dashboard.mdx","../../../../docs/hi/cli/environment-variables.mdx","../../../../docs/hi/cli/hook.mdx","../../../../docs/hi/cli/install-policies.mdx","../../../../docs/hi/cli/list-policies.mdx","../../../../docs/hi/cli/remove-policies.mdx","../../../../docs/hi/cli/version.mdx","../../../../docs/hi/configuration.mdx","../../../../docs/hi/custom-policies.mdx","../../../../docs/hi/dashboard.mdx","../../../../docs/hi/examples.mdx","../../../../docs/hi/for-agents.mdx","../../../../docs/hi/getting-started.mdx","../../../../docs/hi/introduction.mdx","../../../../docs/hi/package-aliases.mdx","../../../../docs/hi/testing.mdx","../../../../docs/i18n/README.ar.md","../../../../docs/i18n/README.de.md","../../../../docs/i18n/README.es.md","../../../../docs/i18n/README.fr.md","../../../../docs/i18n/README.he.md","../../../../docs/i18n/README.hi.md","../../../../docs/i18n/README.it.md","../../../../docs/i18n/README.ja.md","../../../../docs/i18n/README.ko.md","../../../../docs/i18n/README.pt-br.md","../../../../docs/i18n/README.ru.md","../../../../docs/i18n/README.tr.md","../../../../docs/i18n/README.vi.md","../../../../docs/i18n/README.zh.md","../../../../docs/introduction.mdx","../../../../docs/it/architecture.mdx","../../../../docs/it/built-in-policies.mdx","../../../../docs/it/cli/audit.mdx","../../../../docs/it/cli/auth.mdx","../../../../docs/it/cli/dashboard.mdx","../../../../docs/it/cli/environment-variables.mdx","../../../../docs/it/cli/hook.mdx","../../../../docs/it/cli/install-policies.mdx","../../../../docs/it/cli/list-policies.mdx","../../../../docs/it/cli/remove-policies.mdx","../../../../docs/it/cli/version.mdx","../../../../docs/it/configuration.mdx","../../../../docs/it/custom-policies.mdx","../../../../docs/it/dashboard.mdx","../../../../docs/it/examples.mdx","../../../../docs/it/for-agents.mdx","../../../../docs/it/getting-started.mdx","../../../../docs/it/introduction.mdx","../../../../docs/it/package-aliases.mdx","../../../../docs/it/testing.mdx","../../../../docs/ja/architecture.mdx","../../../../docs/ja/built-in-policies.mdx","../../../../docs/ja/cli/audit.mdx","../../../../docs/ja/cli/auth.mdx","../../../../docs/ja/cli/dashboard.mdx","../../../../docs/ja/cli/environment-variables.mdx","../../../../docs/ja/cli/hook.mdx","../../../../docs/ja/cli/install-policies.mdx","../../../../docs/ja/cli/list-policies.mdx","../../../../docs/ja/cli/remove-policies.mdx","../../../../docs/ja/cli/version.mdx","../../../../docs/ja/configuration.mdx","../../../../docs/ja/custom-policies.mdx","../../../../docs/ja/dashboard.mdx","../../../../docs/ja/examples.mdx","../../../../docs/ja/for-agents.mdx","../../../../docs/ja/getting-started.mdx","../../../../docs/ja/introduction.mdx","../../../../docs/ja/package-aliases.mdx","../../../../docs/ja/testing.mdx","../../../../docs/ko/architecture.mdx","../../../../docs/ko/built-in-policies.mdx","../../../../docs/ko/cli/audit.mdx","../../../../docs/ko/cli/auth.mdx","../../../../docs/ko/cli/dashboard.mdx","../../../../docs/ko/cli/environment-variables.mdx","../../../../docs/ko/cli/hook.mdx","../../../../docs/ko/cli/install-policies.mdx","../../../../docs/ko/cli/list-policies.mdx","../../../../docs/ko/cli/remove-policies.mdx","../../../../docs/ko/cli/version.mdx","../../../../docs/ko/configuration.mdx","../../../../docs/ko/custom-policies.mdx","../../../../docs/ko/dashboard.mdx","../../../../docs/ko/examples.mdx","../../../../docs/ko/for-agents.mdx","../../../../docs/ko/getting-started.mdx","../../../../docs/ko/introduction.mdx","../../../../docs/ko/package-aliases.mdx","../../../../docs/ko/testing.mdx","../../../../docs/logo/Failproof_AI_logo.png","../../../../docs/logo/Failproof_AI_logo_light.png","../../../../docs/package-aliases.mdx","../../../../docs/pt-br/architecture.mdx","../../../../docs/pt-br/built-in-policies.mdx","../../../../docs/pt-br/cli/audit.mdx","../../../../docs/pt-br/cli/auth.mdx","../../../../docs/pt-br/cli/dashboard.mdx","../../../../docs/pt-br/cli/environment-variables.mdx","../../../../docs/pt-br/cli/hook.mdx","../../../../docs/pt-br/cli/install-policies.mdx","../../../../docs/pt-br/cli/list-policies.mdx","../../../../docs/pt-br/cli/remove-policies.mdx","../../../../docs/pt-br/cli/version.mdx","../../../../docs/pt-br/configuration.mdx","../../../../docs/pt-br/custom-policies.mdx","../../../../docs/pt-br/dashboard.mdx","../../../../docs/pt-br/examples.mdx","../../../../docs/pt-br/for-agents.mdx","../../../../docs/pt-br/getting-started.mdx","../../../../docs/pt-br/introduction.mdx","../../../../docs/pt-br/package-aliases.mdx","../../../../docs/pt-br/testing.mdx","../../../../docs/ru/architecture.mdx","../../../../docs/ru/built-in-policies.mdx","../../../../docs/ru/cli/audit.mdx","../../../../docs/ru/cli/auth.mdx","../../../../docs/ru/cli/dashboard.mdx","../../../../docs/ru/cli/environment-variables.mdx","../../../../docs/ru/cli/hook.mdx","../../../../docs/ru/cli/install-policies.mdx","../../../../docs/ru/cli/list-policies.mdx","../../../../docs/ru/cli/remove-policies.mdx","../../../../docs/ru/cli/version.mdx","../../../../docs/ru/configuration.mdx","../../../../docs/ru/custom-policies.mdx","../../../../docs/ru/dashboard.mdx","../../../../docs/ru/examples.mdx","../../../../docs/ru/for-agents.mdx","../../../../docs/ru/getting-started.mdx","../../../../docs/ru/introduction.mdx","../../../../docs/ru/package-aliases.mdx","../../../../docs/ru/testing.mdx","../../../../docs/styles/config/vocabularies/Mintlify/accept.txt","../../../../docs/superpowers/specs/2026-06-11-audit-poster-restructure-design.md","../../../../docs/testing.mdx","../../../../docs/tr/architecture.mdx","../../../../docs/tr/built-in-policies.mdx","../../../../docs/tr/cli/audit.mdx","../../../../docs/tr/cli/auth.mdx","../../../../docs/tr/cli/dashboard.mdx","../../../../docs/tr/cli/environment-variables.mdx","../../../../docs/tr/cli/hook.mdx","../../../../docs/tr/cli/install-policies.mdx","../../../../docs/tr/cli/list-policies.mdx","../../../../docs/tr/cli/remove-policies.mdx","../../../../docs/tr/cli/version.mdx","../../../../docs/tr/configuration.mdx","../../../../docs/tr/custom-policies.mdx","../../../../docs/tr/dashboard.mdx","../../../../docs/tr/examples.mdx","../../../../docs/tr/for-agents.mdx","../../../../docs/tr/getting-started.mdx","../../../../docs/tr/introduction.mdx","../../../../docs/tr/package-aliases.mdx","../../../../docs/tr/testing.mdx","../../../../docs/vi/architecture.mdx","../../../../docs/vi/built-in-policies.mdx","../../../../docs/vi/cli/audit.mdx","../../../../docs/vi/cli/auth.mdx","../../../../docs/vi/cli/dashboard.mdx","../../../../docs/vi/cli/environment-variables.mdx","../../../../docs/vi/cli/hook.mdx","../../../../docs/vi/cli/install-policies.mdx","../../../../docs/vi/cli/list-policies.mdx","../../../../docs/vi/cli/remove-policies.mdx","../../../../docs/vi/cli/version.mdx","../../../../docs/vi/configuration.mdx","../../../../docs/vi/custom-policies.mdx","../../../../docs/vi/dashboard.mdx","../../../../docs/vi/examples.mdx","../../../../docs/vi/for-agents.mdx","../../../../docs/vi/getting-started.mdx","../../../../docs/vi/introduction.mdx","../../../../docs/vi/package-aliases.mdx","../../../../docs/vi/testing.mdx","../../../../docs/zh/architecture.mdx","../../../../docs/zh/built-in-policies.mdx","../../../../docs/zh/cli/audit.mdx","../../../../docs/zh/cli/auth.mdx","../../../../docs/zh/cli/dashboard.mdx","../../../../docs/zh/cli/environment-variables.mdx","../../../../docs/zh/cli/hook.mdx","../../../../docs/zh/cli/install-policies.mdx","../../../../docs/zh/cli/list-policies.mdx","../../../../docs/zh/cli/remove-policies.mdx","../../../../docs/zh/cli/version.mdx","../../../../docs/zh/configuration.mdx","../../../../docs/zh/custom-policies.mdx","../../../../docs/zh/dashboard.mdx","../../../../docs/zh/examples.mdx","../../../../docs/zh/for-agents.mdx","../../../../docs/zh/getting-started.mdx","../../../../docs/zh/introduction.mdx","../../../../docs/zh/package-aliases.mdx","../../../../docs/zh/testing.mdx","../../../../eslint.config.mjs","../../../../examples/convention-policies/security-policies.mjs","../../../../examples/convention-policies/workflow-policies.mjs","../../../../examples/policies-advanced/index.js","../../../../examples/policies-advanced/utils.js","../../../../examples/policies-basic.js","../../../../examples/policies-notification.js","../../../../examples/policies-stop.js","../../../../instrumentation.node.ts","../../../../instrumentation.ts","../../../../lib/atomic-write.ts","../../../../lib/auth/api-server-client.ts","../../../../lib/auth/auth-store.ts","../../../../lib/claude-config.ts","../../../../lib/claude-sessions.ts","../../../../lib/cli-registry.ts","../../../../lib/client-telemetry.ts","../../../../lib/codex-projects.ts","../../../../lib/codex-sessions.ts","../../../../lib/concurrency.ts","../../../../lib/copilot-projects.ts","../../../../lib/copilot-sessions.ts","../../../../lib/cursor-projects.ts","../../../../lib/cursor-sessions.ts","../../../../lib/date-filters.ts","../../../../lib/download-session.ts","../../../../lib/extract-subagent-ids.ts","../../../../lib/fetch-with-timeout.ts","../../../../lib/format-date.ts","../../../../lib/format-duration.ts","../../../../lib/gemini-projects.ts","../../../../lib/gemini-sessions.ts","../../../../lib/log-entries.ts","../../../../lib/log-format.ts","../../../../lib/log-stats.ts","../../../../lib/logger.ts","../../../../lib/opencode-projects.ts","../../../../lib/opencode-sessions.ts","../../../../lib/paths.ts","../../../../lib/pi-projects.ts","../../../../lib/pi-sessions.ts","../../../../lib/projects.ts","../../../../lib/resolve-subagent-path.ts","../../../../lib/runtime-cache.ts","../../../../lib/share-card.ts","../../../../lib/telemetry-id.ts","../../../../lib/telemetry.ts","../../../../lib/url-filter-serializers.ts","../../../../lib/use-filter-state.ts","../../../../lib/use-url-params.ts","../../../../lib/utils.ts","../../../../lib/utils/session-id.ts","../../../../next.config.ts","../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/@swc/helpers/package.json","../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../node_modules/next/dist/client/lib/console.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../node_modules/next/dist/compiled/ws/index.js","../../../../node_modules/next/dist/compiled/ws/package.json","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/picocolors.js","../../../../node_modules/next/dist/lib/scheduler.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../node_modules/next/dist/server/node-environment.js","../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../node_modules/next/dist/server/require-hook.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../../node_modules/react/cjs/react.development.js","../../../../node_modules/react/cjs/react.production.js","../../../../node_modules/react/index.js","../../../../node_modules/react/package.json","../../../../osv-scanner.toml","../../../../package.json","../../../../pi-extension/index.ts","../../../../pi-extension/package.json","../../../../postcss.config.mjs","../../../../proxy.ts","../../../../public/audit/fonts/bitcount-prop-single.woff2","../../../../public/icon.svg","../../../../public/logo.svg","../../../../readme-arch-hq.gif","../../../../scripts/alias-proxy.js","../../../../scripts/dev.ts","../../../../scripts/install-diagnosis.mjs","../../../../scripts/install-telemetry.mjs","../../../../scripts/launch.ts","../../../../scripts/parse-script-args.ts","../../../../scripts/postinstall.mjs","../../../../scripts/preuninstall.mjs","../../../../scripts/prune-standalone.mjs","../../../../scripts/publish-aliases.mjs","../../../../scripts/start.ts","../../../../scripts/sync-hook-events-prompt.md","../../../../scripts/translate-docs/cache.ts","../../../../scripts/translate-docs/cli.ts","../../../../scripts/translate-docs/config.ts","../../../../scripts/translate-docs/mdx-translator.ts","../../../../scripts/translate-docs/mintlify-nav.ts","../../../../scripts/translate-docs/readme-translator.ts","../../../../scripts/translate-docs/translator.ts","../../../../scripts/translate-docs/types.ts","../../../../skills-lock.json","../../../../src/audit/archetypes.ts","../../../../src/audit/cache.ts","../../../../src/audit/cli-adapters/claude.ts","../../../../src/audit/cli-adapters/codex.ts","../../../../src/audit/cli-adapters/copilot.ts","../../../../src/audit/cli-adapters/cursor.ts","../../../../src/audit/cli-adapters/gemini.ts","../../../../src/audit/cli-adapters/index.ts","../../../../src/audit/cli-adapters/opencode.ts","../../../../src/audit/cli-adapters/pi.ts","../../../../src/audit/cli-adapters/shared.ts","../../../../src/audit/dashboard-cache.ts","../../../../src/audit/detectors/find-from-root.ts","../../../../src/audit/detectors/git-commit-no-verify.ts","../../../../src/audit/detectors/index.ts","../../../../src/audit/detectors/prefer-edit-over-read-cat.ts","../../../../src/audit/detectors/prefer-edit-over-sed-awk.ts","../../../../src/audit/detectors/prefer-write-over-heredoc.ts","../../../../src/audit/detectors/redundant-cd-cwd.ts","../../../../src/audit/detectors/reread-after-edit.ts","../../../../src/audit/detectors/sleep-polling-loop.ts","../../../../src/audit/features.ts","../../../../src/audit/findings.ts","../../../../src/audit/index.ts","../../../../src/audit/replay.ts","../../../../src/audit/report.ts","../../../../src/audit/scoring.ts","../../../../src/audit/social-proof.ts","../../../../src/audit/strengths.ts","../../../../src/audit/types.ts","../../../../src/auth/cli.ts","../../../../src/cli-error.ts","../../../../src/hooks/builtin-policies.ts","../../../../src/hooks/custom-hooks-loader.ts","../../../../src/hooks/custom-hooks-registry.ts","../../../../src/hooks/first-run-nudge.ts","../../../../src/hooks/handler.ts","../../../../src/hooks/hook-activity-store.ts","../../../../src/hooks/hook-logger.ts","../../../../src/hooks/hook-telemetry.ts","../../../../src/hooks/hooks-config.ts","../../../../src/hooks/install-prompt.ts","../../../../src/hooks/integrations.ts","../../../../src/hooks/llm-client.ts","../../../../src/hooks/loader-utils.ts","../../../../src/hooks/manager.ts","../../../../src/hooks/policy-evaluator.ts","../../../../src/hooks/policy-helpers.ts","../../../../src/hooks/policy-registry.ts","../../../../src/hooks/policy-types.ts","../../../../src/hooks/resolve-cwd.ts","../../../../src/hooks/resolve-permission-mode.ts","../../../../src/hooks/resolve-transcript-path.ts","../../../../src/hooks/tool-name-canonicalize.ts","../../../../src/hooks/types.ts","../../../../src/index.ts","../../../../src/posthog-key.ts","../../../../tailwind.config.ts","../../../../templates/bitcount-font/README.md","../../../../templates/bitcount-font/bitcount-prop-single.woff2","../../../../templates/bitcount-font/bitcount.css","../../../../templates/bitcount-font/fonts.ts.example","../../../../tsconfig.json","../../../../vitest.config.e2e.mts","../../../../vitest.config.mts","../../chunks/ssr/[externals]__1_g_b3t._.js","../../chunks/ssr/[root-of-the-server]__0e446gb._.js","../../chunks/ssr/[root-of-the-server]__12mcauo._.js","../../chunks/ssr/[root-of-the-server]__1d8omgc._.js","../../chunks/ssr/[root-of-the-server]__1e-x7j4._.js","../../chunks/ssr/[root-of-the-server]__1fax1sl._.js","../../chunks/ssr/[root-of-the-server]__1usf8v2._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_0il3fl1._.js","../../chunks/ssr/app_209u41o._.js","../../chunks/ssr/app_error_tsx_1zds1ns._.js","../../chunks/ssr/app_global-error_tsx_113y3za._.js","../../chunks/ssr/app_global-error_tsx_1kp6l3x._.js","../../chunks/ssr/app_projects_loading_tsx_20-3u8b._.js","../../chunks/ssr/lib_codex-projects_ts_0pqlw37._.js","../../chunks/ssr/lib_copilot-projects_ts_19wl7tp._.js","../../chunks/ssr/lib_cursor-projects_ts_18-iwyk._.js","../../chunks/ssr/lib_gemini-projects_ts_1c7bgx-._.js","../../chunks/ssr/lib_opencode-projects_ts_15bjxkm._.js","../../chunks/ssr/lib_pi-projects_ts_1wikofb._.js","../../chunks/ssr/lib_utils_ts_0az0sfq._.js","../../chunks/ssr/node_modules_1ynf7el._.js","../../chunks/ssr/node_modules_next_1a1kch7._.js","../../chunks/ssr/node_modules_next_dist_0uboya6._.js","../../chunks/ssr/node_modules_next_dist_1d_onnt._.js","../../chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_09p-8om.js","../../chunks/ssr/node_modules_posthog-node_dist_entrypoints_index_node_mjs_11bnuzn._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/projects/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/contexts/PostHogContext.tsx <module evaluation>":{"id":12344,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/contexts/PostHogContext.tsx":{"id":12344,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/app/components/global-error-listeners.tsx <module evaluation>":{"id":97917,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/app/components/global-error-listeners.tsx":{"id":97917,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/contexts/AutoRefreshContext.tsx <module evaluation>":{"id":85881,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/contexts/AutoRefreshContext.tsx":{"id":85881,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/components/navbar.tsx <module evaluation>":{"id":63780,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/components/navbar.tsx":{"id":63780,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/app/components/toast.tsx <module evaluation>":{"id":55574,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/app/components/toast.tsx":{"id":55574,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/app/error.tsx <module evaluation>":{"id":8821,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3xpjn3cdgm-7m.js"],"async":false},"[project]/app/error.tsx":{"id":8821,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3xpjn3cdgm-7m.js"],"async":false},"[project]/app/global-error.tsx <module evaluation>":{"id":53348,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/0avgb78edu0i-.js"],"async":false},"[project]/app/global-error.tsx":{"id":53348,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/0avgb78edu0i-.js"],"async":false},"[project]/app/components/project-list.tsx <module evaluation>":{"id":62481,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/2wbuxnsvux4di.js"],"async":false},"[project]/app/components/project-list.tsx":{"id":62481,"name":"*","chunks":["/_next/static/chunks/41vwoxpkauj1w.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/2wbuxnsvux4di.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"12344":{"*":{"id":10765,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"97917":{"*":{"id":45550,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"85881":{"*":{"id":6236,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"63780":{"*":{"id":10815,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"55574":{"*":{"id":18952,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"8821":{"*":{"id":78141,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js","server/chunks/ssr/app_209u41o._.js"],"async":false}},"53348":{"*":{"id":3171,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js","server/chunks/ssr/app_global-error_tsx_1kp6l3x._.js"],"async":false}},"62481":{"*":{"id":69349,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08gyb62._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js","server/chunks/ssr/[root-of-the-server]__1d8omgc._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"12344":{"*":{"id":92036,"name":"*","chunks":[],"async":false}},"97917":{"*":{"id":16336,"name":"*","chunks":[],"async":false}},"85881":{"*":{"id":54950,"name":"*","chunks":[],"async":false}},"63780":{"*":{"id":42976,"name":"*","chunks":[],"async":false}},"55574":{"*":{"id":33711,"name":"*","chunks":[],"async":false}},"8821":{"*":{"id":50757,"name":"*","chunks":[],"async":false}},"53348":{"*":{"id":53128,"name":"*","chunks":[],"async":false}},"62481":{"*":{"id":92887,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/09ueq8s1as8xs.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/09ueq8s1as8xs.css","inlined":false}],"[project]/app/global-error":[{"path":"static/chunks/09ueq8s1as8xs.css","inlined":false}],"[project]/app/projects/page":[{"path":"static/chunks/09ueq8s1as8xs.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/41vwoxpkauj1w.js","static/chunks/33u59vf_8xpd-.js","static/chunks/0wwt5o04i4zwh.js"],"[project]/app/error":["static/chunks/41vwoxpkauj1w.js","static/chunks/33u59vf_8xpd-.js","static/chunks/0wwt5o04i4zwh.js","static/chunks/3xpjn3cdgm-7m.js"],"[project]/app/global-error":["static/chunks/41vwoxpkauj1w.js","static/chunks/33u59vf_8xpd-.js","static/chunks/0wwt5o04i4zwh.js","static/chunks/0avgb78edu0i-.js"],"[project]/app/projects/page":["static/chunks/41vwoxpkauj1w.js","static/chunks/33u59vf_8xpd-.js","static/chunks/0wwt5o04i4zwh.js","static/chunks/2wbuxnsvux4di.js"]}};
2
+ globalThis.__RSC_MANIFEST["/projects/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/contexts/PostHogContext.tsx <module evaluation>":{"id":12344,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/contexts/PostHogContext.tsx":{"id":12344,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/app/components/global-error-listeners.tsx <module evaluation>":{"id":97917,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/app/components/global-error-listeners.tsx":{"id":97917,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/contexts/AutoRefreshContext.tsx <module evaluation>":{"id":85881,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/contexts/AutoRefreshContext.tsx":{"id":85881,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/components/navbar.tsx <module evaluation>":{"id":63780,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/components/navbar.tsx":{"id":63780,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/app/components/toast.tsx <module evaluation>":{"id":55574,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/app/components/toast.tsx":{"id":55574,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"async":false},"[project]/app/error.tsx <module evaluation>":{"id":8821,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3xpjn3cdgm-7m.js"],"async":false},"[project]/app/error.tsx":{"id":8821,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3xpjn3cdgm-7m.js"],"async":false},"[project]/app/global-error.tsx <module evaluation>":{"id":53348,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3nj6g3xu9uy78.js"],"async":false},"[project]/app/global-error.tsx":{"id":53348,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3nj6g3xu9uy78.js"],"async":false},"[project]/app/components/project-list.tsx <module evaluation>":{"id":62481,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/2wbuxnsvux4di.js"],"async":false},"[project]/app/components/project-list.tsx":{"id":62481,"name":"*","chunks":["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/2wbuxnsvux4di.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"12344":{"*":{"id":10765,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"97917":{"*":{"id":45550,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"85881":{"*":{"id":6236,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"63780":{"*":{"id":10815,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"55574":{"*":{"id":18952,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js"],"async":false}},"8821":{"*":{"id":78141,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js","server/chunks/ssr/app_209u41o._.js"],"async":false}},"53348":{"*":{"id":3171,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js","server/chunks/ssr/app_global-error_tsx_1kp6l3x._.js"],"async":false}},"62481":{"*":{"id":69349,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e446gb._.js","server/chunks/ssr/lib_utils_ts_0az0sfq._.js","server/chunks/ssr/node_modules_next_1a1kch7._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_1ynf7el._.js","server/chunks/ssr/[root-of-the-server]__1d8omgc._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"12344":{"*":{"id":92036,"name":"*","chunks":[],"async":false}},"97917":{"*":{"id":16336,"name":"*","chunks":[],"async":false}},"85881":{"*":{"id":54950,"name":"*","chunks":[],"async":false}},"63780":{"*":{"id":42976,"name":"*","chunks":[],"async":false}},"55574":{"*":{"id":33711,"name":"*","chunks":[],"async":false}},"8821":{"*":{"id":50757,"name":"*","chunks":[],"async":false}},"53348":{"*":{"id":53128,"name":"*","chunks":[],"async":false}},"62481":{"*":{"id":92887,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/29nrs5xs9c4hx.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/29nrs5xs9c4hx.css","inlined":false}],"[project]/app/global-error":[{"path":"static/chunks/29nrs5xs9c4hx.css","inlined":false}],"[project]/app/projects/page":[{"path":"static/chunks/29nrs5xs9c4hx.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/29tg7deqmq32l.js","static/chunks/33u59vf_8xpd-.js","static/chunks/0wwt5o04i4zwh.js"],"[project]/app/error":["static/chunks/29tg7deqmq32l.js","static/chunks/33u59vf_8xpd-.js","static/chunks/0wwt5o04i4zwh.js","static/chunks/3xpjn3cdgm-7m.js"],"[project]/app/global-error":["static/chunks/29tg7deqmq32l.js","static/chunks/33u59vf_8xpd-.js","static/chunks/0wwt5o04i4zwh.js","static/chunks/3nj6g3xu9uy78.js"],"[project]/app/projects/page":["static/chunks/29tg7deqmq32l.js","static/chunks/33u59vf_8xpd-.js","static/chunks/0wwt5o04i4zwh.js","static/chunks/2wbuxnsvux4di.js"]}};
3
3
 
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "/_global-error/page": "app/_global-error/page.js",
3
3
  "/_not-found/page": "app/_not-found/page.js",
4
+ "/api/audit/invite/route": "app/api/audit/invite/route.js",
4
5
  "/api/audit/run/route": "app/api/audit/run/route.js",
5
6
  "/api/audit/status/route": "app/api/audit/status/route.js",
6
7
  "/api/auth/login-request/route": "app/api/auth/login-request/route.js",
@@ -1,3 +1,3 @@
1
- module.exports=[74533,(e,t,s)=>{t.exports=e.x("node:child_process",()=>require("node:child_process"))},50227,(e,t,s)=>{t.exports=e.x("node:path",()=>require("node:path"))},60526,(e,t,s)=>{t.exports=e.x("node:os",()=>require("node:os"))},2157,(e,t,s)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},66680,(e,t,s)=>{t.exports=e.x("node:crypto",()=>require("node:crypto"))},15855,e=>{"use strict";let t;var s=e.i(2157),i=e.i(50227),n=e.i(60526),r=e.i(66680);e.i(74533);let o=i.default.join(n.default.homedir(),".failproofai"),a=i.default.join(o,"instance-id");function l(e){return r.default.createHmac("sha256","failproofai-telemetry-v1").update(e).digest("hex")}e.s(["getInstanceId",0,function(){if(t)return t;let e=function(){try{for(let e of(n.default.platform(),["/etc/machine-id","/var/lib/dbus/machine-id"]))try{let t=s.default.readFileSync(e,"utf-8").trim();if(t)return t}catch{}}catch{}}();if(e)return t=l(e);let i=[n.default.hostname(),n.default.homedir(),n.default.platform(),n.default.arch(),n.default.cpus()[0]?.model??""].join(":");return t=i?l(i):function(){try{let e=s.default.readFileSync(a,"utf-8").trim();if(e)return e}catch{}let e=r.default.randomUUID();try{s.default.mkdirSync(o,{recursive:!0}),s.default.writeFileSync(a,e,"utf-8")}catch{}return e}()},"hashToId",0,l])},93133,(e,t,s)=>{t.exports={name:"failproofai",version:"0.0.11-beta.7",description:"The easiest way to manage policies that keep your AI agents reliable, on-task, and running autonomously — for Claude Code & the Agents SDK",bin:{failproofai:"./dist/cli.mjs"},files:["bin/","src/","scripts/","lib/","pi-extension/",".next/standalone/","dist/","README.md"],engines:{node:">=20.9.0",bun:">=1.3.0"},scripts:{predev:"bun run build:cli && bun link",dev:"FAILPROOFAI_TELEMETRY_DISABLED=1 bun scripts/dev.ts --port 8020","build:cli":"bun build --target=node --format=esm --outfile=dist/cli.mjs bin/failproofai.mjs --external posthog-node && node -e \"const fs=require('fs');const c=fs.readFileSync('dist/cli.mjs','utf8');fs.writeFileSync('dist/cli.mjs',c.replace('#!/usr/bin/env bun','#!/usr/bin/env node').replace('// @bun\\n',''))\"",build:"bun build --target=node --format=cjs --outfile=dist/index.js src/index.ts && bun run build:cli && bun --bun next build && node -e \"const {cpSync}=require('fs');cpSync('.next/static','.next/standalone/.next/static',{recursive:true});\" && node scripts/prune-standalone.mjs",prestart:"bun run build:cli && bun link",start:"FAILPROOFAI_TELEMETRY_DISABLED=1 bun scripts/start.ts",test:"vitest","test:run":"vitest run",lint:"eslint . --config eslint.config.mjs",postinstall:"node scripts/postinstall.mjs",preuninstall:"node scripts/preuninstall.mjs",prepare:"bun run build","test:e2e":"vitest run --config vitest.config.e2e.mts","test:e2e:watch":"vitest --config vitest.config.e2e.mts",translate:"bun scripts/translate-docs/cli.ts","translate:readme":"bun scripts/translate-docs/cli.ts --readme-only","translate:docs":"bun scripts/translate-docs/cli.ts --docs-only","translate:dry-run":"bun scripts/translate-docs/cli.ts --dry-run","translate:validate":"bun scripts/translate-docs/cli.ts --validate"},keywords:["claude","claude-code","claude-agents-sdk","anthropic","ai-agent","agent-reliability","agent-monitoring","autonomous-agent","failure-prevention","developer-tools","devtools","cli","local-first","hooks","policies"],author:"ExosphereHost Inc. <failproofai@exosphere.host>",license:"SEE LICENSE IN LICENSE",homepage:"https://github.com/FailproofAI/failproofai",repository:{type:"git",url:"https://github.com/FailproofAI/failproofai.git"},bugs:{url:"https://github.com/FailproofAI/failproofai/issues"},publishConfig:{access:"public"},devDependencies:{"@anthropic-ai/sdk":"^0.102.0","@tailwindcss/postcss":"^4.1.18","@tanstack/react-virtual":"^3.13.18","@testing-library/jest-dom":"^6.9.1","@testing-library/react":"^16.3.2","@testing-library/user-event":"^14.6.1","@types/node":"^25.5.2","@types/react":"^19.2.13","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^6.0.1",clsx:"^2.1.1",eslint:"^10.2.0","eslint-config-next":"^16.2.2",jsdom:"^29.1.1","lucide-react":"^1.0.1",next:"^16.2.2",react:"^19.2.4","react-dom":"^19.2.4","tailwind-merge":"^3.4.0",tailwindcss:"^4.1.18",typescript:"^6.0.2",vitest:"^4.0.18"},dependencies:{html2canvas:"^1.4.1","posthog-node":"^5.28.11"},overrides:{postcss:"8.5.14","eslint-plugin-react-hooks":"7.0.1"}}},34324,e=>{"use strict";var t=e.i(15855),s=e.i(93133);async function i(e,t){for(let s=1;s<=5;s++){try{let{signal:s,...i}=t,n=await fetch(e,{...i,signal:AbortSignal.timeout(5e3)});if(n.ok)return n}catch{}if(s<5){let e=Math.min(1e3*2**(s-1),8e3);await new Promise(t=>setTimeout(t,e))}}return new Response("{}",{status:200})}function n(){return"1"!==process.env.FAILPROOFAI_TELEMETRY_DISABLED}async function r(){try{if(!n()||globalThis.__FAILPROOFAI_POSTHOG__)return;let t=await e.A(37581),s=process.env.FAILPROOFAI_POSTHOG_KEY??"phc_Ac1Ww1GqKc0z1SyrRWbmatEeQdlOQIsDEEdP8l8JRgX",r=process.env.FAILPROOFAI_POSTHOG_HOST??"https://us.i.posthog.com";globalThis.__FAILPROOFAI_POSTHOG__=new t.PostHog(s,{host:r,flushAt:1,flushInterval:0,requestTimeout:5e3,fetchRetryCount:0,fetch:i});let o=()=>{globalThis.__FAILPROOFAI_POSTHOG__?.shutdown().catch(()=>{})};process.on("beforeExit",o),process.on("SIGTERM",o),process.on("SIGINT",o)}catch(e){console.warn("[failproofai:telemetry] init failed:",e instanceof Error?e.message:e)}}async function o(){let e=globalThis.__FAILPROOFAI_POSTHOG__;e&&await e.flush()}e.s(["flushTelemetry",0,o,"initTelemetry",0,r,"trackEvent",0,function(e,i){if(!n())return;let r=globalThis.__FAILPROOFAI_POSTHOG__;r&&r.capture({distinctId:(0,t.getInstanceId)(),event:e,properties:{...i,$lib:"failproofai",failproofai_version:s.version,product:"failproofai-oss"}})}],34324)},37581,e=>{e.v(t=>Promise.all(["server/chunks/[externals]__1s61mel._.js","server/chunks/node_modules_posthog-node_dist_entrypoints_index_node_mjs_09z9-p7._.js"].map(t=>e.l(t))).then(()=>t(28864)))}];
1
+ module.exports=[74533,(e,t,s)=>{t.exports=e.x("node:child_process",()=>require("node:child_process"))},50227,(e,t,s)=>{t.exports=e.x("node:path",()=>require("node:path"))},60526,(e,t,s)=>{t.exports=e.x("node:os",()=>require("node:os"))},2157,(e,t,s)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},66680,(e,t,s)=>{t.exports=e.x("node:crypto",()=>require("node:crypto"))},15855,e=>{"use strict";let t;var s=e.i(2157),i=e.i(50227),n=e.i(60526),r=e.i(66680);e.i(74533);let o=i.default.join(n.default.homedir(),".failproofai"),a=i.default.join(o,"instance-id");function l(e){return r.default.createHmac("sha256","failproofai-telemetry-v1").update(e).digest("hex")}e.s(["getInstanceId",0,function(){if(t)return t;let e=function(){try{for(let e of(n.default.platform(),["/etc/machine-id","/var/lib/dbus/machine-id"]))try{let t=s.default.readFileSync(e,"utf-8").trim();if(t)return t}catch{}}catch{}}();if(e)return t=l(e);let i=[n.default.hostname(),n.default.homedir(),n.default.platform(),n.default.arch(),n.default.cpus()[0]?.model??""].join(":");return t=i?l(i):function(){try{let e=s.default.readFileSync(a,"utf-8").trim();if(e)return e}catch{}let e=r.default.randomUUID();try{s.default.mkdirSync(o,{recursive:!0}),s.default.writeFileSync(a,e,"utf-8")}catch{}return e}()},"hashToId",0,l])},93133,(e,t,s)=>{t.exports={name:"failproofai",version:"0.0.11-beta.9",description:"The easiest way to manage policies that keep your AI agents reliable, on-task, and running autonomously — for Claude Code & the Agents SDK",bin:{failproofai:"./dist/cli.mjs"},files:["bin/","src/","scripts/","lib/","pi-extension/",".next/standalone/","dist/","README.md"],engines:{node:">=20.9.0",bun:">=1.3.0"},scripts:{predev:"bun run build:cli && bun link",dev:"FAILPROOFAI_TELEMETRY_DISABLED=1 bun scripts/dev.ts --port 8020","build:cli":"bun build --target=node --format=esm --outfile=dist/cli.mjs bin/failproofai.mjs --external posthog-node && node -e \"const fs=require('fs');const c=fs.readFileSync('dist/cli.mjs','utf8');fs.writeFileSync('dist/cli.mjs',c.replace('#!/usr/bin/env bun','#!/usr/bin/env node').replace('// @bun\\n',''))\"",build:"bun build --target=node --format=cjs --outfile=dist/index.js src/index.ts && bun run build:cli && bun --bun next build && node -e \"const {cpSync}=require('fs');cpSync('.next/static','.next/standalone/.next/static',{recursive:true});\" && node scripts/prune-standalone.mjs",prestart:"bun run build:cli && bun link",start:"FAILPROOFAI_TELEMETRY_DISABLED=1 bun scripts/start.ts",test:"vitest","test:run":"vitest run",lint:"eslint . --config eslint.config.mjs",postinstall:"node scripts/postinstall.mjs",preuninstall:"node scripts/preuninstall.mjs",prepare:"bun run build","test:e2e":"vitest run --config vitest.config.e2e.mts","test:e2e:watch":"vitest --config vitest.config.e2e.mts",translate:"bun scripts/translate-docs/cli.ts","translate:readme":"bun scripts/translate-docs/cli.ts --readme-only","translate:docs":"bun scripts/translate-docs/cli.ts --docs-only","translate:dry-run":"bun scripts/translate-docs/cli.ts --dry-run","translate:validate":"bun scripts/translate-docs/cli.ts --validate"},keywords:["claude","claude-code","claude-agents-sdk","anthropic","ai-agent","agent-reliability","agent-monitoring","autonomous-agent","failure-prevention","developer-tools","devtools","cli","local-first","hooks","policies"],author:"ExosphereHost Inc. <failproofai@exosphere.host>",license:"SEE LICENSE IN LICENSE",homepage:"https://github.com/FailproofAI/failproofai",repository:{type:"git",url:"https://github.com/FailproofAI/failproofai.git"},bugs:{url:"https://github.com/FailproofAI/failproofai/issues"},publishConfig:{access:"public"},devDependencies:{"@anthropic-ai/sdk":"^0.104.2","@tailwindcss/postcss":"^4.3.1","@tanstack/react-virtual":"^3.14.3","@testing-library/jest-dom":"^6.9.1","@testing-library/react":"^16.3.2","@testing-library/user-event":"^14.6.1","@types/node":"25.9.3","@types/react":"19.2.17","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^6.0.1",clsx:"^2.1.1",eslint:"^10.5.0","eslint-config-next":"^16.2.9",jsdom:"^29.1.1","lucide-react":"^1.18.0",next:"^16.2.9",react:"^19.2.4","react-dom":"^19.2.4","tailwind-merge":"^3.4.0",tailwindcss:"^4.3.1",typescript:"6.0.3",vitest:"^4.1.9"},dependencies:{"html-to-image":"^1.11.13",html2canvas:"^1.4.1","posthog-node":"^5.37.1"},overrides:{postcss:"8.5.14","eslint-plugin-react-hooks":"7.0.1",vite:"8.0.16",undici:"7.28.0"}}},34324,e=>{"use strict";var t=e.i(15855),s=e.i(93133);async function i(e,t){for(let s=1;s<=5;s++){try{let{signal:s,...i}=t,n=await fetch(e,{...i,signal:AbortSignal.timeout(5e3)});if(n.ok)return n}catch{}if(s<5){let e=Math.min(1e3*2**(s-1),8e3);await new Promise(t=>setTimeout(t,e))}}return new Response("{}",{status:200})}function n(){return"1"!==process.env.FAILPROOFAI_TELEMETRY_DISABLED}async function r(){try{if(!n()||globalThis.__FAILPROOFAI_POSTHOG__)return;let t=await e.A(37581),s=process.env.FAILPROOFAI_POSTHOG_KEY??"phc_Ac1Ww1GqKc0z1SyrRWbmatEeQdlOQIsDEEdP8l8JRgX",r=process.env.FAILPROOFAI_POSTHOG_HOST??"https://us.i.posthog.com";globalThis.__FAILPROOFAI_POSTHOG__=new t.PostHog(s,{host:r,flushAt:1,flushInterval:0,requestTimeout:5e3,fetchRetryCount:0,fetch:i});let o=()=>{globalThis.__FAILPROOFAI_POSTHOG__?.shutdown().catch(()=>{})};process.on("beforeExit",o),process.on("SIGTERM",o),process.on("SIGINT",o)}catch(e){console.warn("[failproofai:telemetry] init failed:",e instanceof Error?e.message:e)}}async function o(){let e=globalThis.__FAILPROOFAI_POSTHOG__;e&&await e.flush()}e.s(["flushTelemetry",0,o,"initTelemetry",0,r,"trackEvent",0,function(e,i){if(!n())return;let r=globalThis.__FAILPROOFAI_POSTHOG__;r&&r.capture({distinctId:(0,t.getInstanceId)(),event:e,properties:{...i,$lib:"failproofai",failproofai_version:s.version,product:"failproofai-oss"}})}],34324)},37581,e=>{e.v(t=>Promise.all(["server/chunks/[externals]__1s61mel._.js","server/chunks/node_modules_posthog-node_dist_entrypoints_index_node_mjs_09z9-p7._.js"].map(t=>e.l(t))).then(()=>t(28864)))}];
2
2
 
3
3
  //# sourceMappingURL=%5Broot-of-the-server%5D__1_mqemn._.js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},94930,e=>{"use strict";var t=e.i(2157),r=e.i(50227),n=e.i(66680);e.s(["writeJsonAtomically",0,function(e,s,i={}){let a=i.mode??384,o=i.dirMode??448,c=(0,r.dirname)(e);(0,t.existsSync)(c)||(0,t.mkdirSync)(c,{recursive:!0,mode:o});let u=`${e}.${process.pid}.${(0,n.randomBytes)(6).toString("hex")}.tmp`;try{(0,t.writeFileSync)(u,JSON.stringify(s,null,2),{mode:a});try{(63&(0,t.statSync)(u).mode)!=0&&(0,t.chmodSync)(u,a)}catch{}(0,t.renameSync)(u,e);try{(63&(0,t.statSync)(e).mode)!=0&&(0,t.chmodSync)(e,a)}catch{}}catch(e){try{(0,t.rmSync)(u,{force:!0})}catch{}throw e}}])},74533,(e,t,r)=>{t.exports=e.x("node:child_process",()=>require("node:child_process"))},50227,(e,t,r)=>{t.exports=e.x("node:path",()=>require("node:path"))},60526,(e,t,r)=>{t.exports=e.x("node:os",()=>require("node:os"))},2157,(e,t,r)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},66680,(e,t,r)=>{t.exports=e.x("node:crypto",()=>require("node:crypto"))},10659,e=>{"use strict";let t;var r=e.i(2157),n=e.i(50227),s=e.i(60526),i=e.i(66680);e.i(74533);let a=n.default.join(s.default.homedir(),".failproofai"),o=n.default.join(a,"instance-id");function c(e){return i.default.createHmac("sha256","failproofai-telemetry-v1").update(e).digest("hex")}e.s(["getInstanceId",0,function(){if(t)return t;let e=function(){try{for(let e of(s.default.platform(),["/etc/machine-id","/var/lib/dbus/machine-id"]))try{let t=r.default.readFileSync(e,"utf-8").trim();if(t)return t}catch{}}catch{}}();if(e)return t=c(e);let n=[s.default.hostname(),s.default.homedir(),s.default.platform(),s.default.arch(),s.default.cpus()[0]?.model??""].join(":");return t=n?c(n):function(){try{let e=r.default.readFileSync(o,"utf-8").trim();if(e)return e}catch{}let e=i.default.randomUUID();try{r.default.mkdirSync(a,{recursive:!0}),r.default.writeFileSync(o,e,"utf-8")}catch{}return e}()}])},24214,(e,t,r)=>{t.exports={name:"failproofai",version:"0.0.11-beta.9",description:"The easiest way to manage policies that keep your AI agents reliable, on-task, and running autonomously — for Claude Code & the Agents SDK",bin:{failproofai:"./dist/cli.mjs"},files:["bin/","src/","scripts/","lib/","pi-extension/",".next/standalone/","dist/","README.md"],engines:{node:">=20.9.0",bun:">=1.3.0"},scripts:{predev:"bun run build:cli && bun link",dev:"FAILPROOFAI_TELEMETRY_DISABLED=1 bun scripts/dev.ts --port 8020","build:cli":"bun build --target=node --format=esm --outfile=dist/cli.mjs bin/failproofai.mjs --external posthog-node && node -e \"const fs=require('fs');const c=fs.readFileSync('dist/cli.mjs','utf8');fs.writeFileSync('dist/cli.mjs',c.replace('#!/usr/bin/env bun','#!/usr/bin/env node').replace('// @bun\\n',''))\"",build:"bun build --target=node --format=cjs --outfile=dist/index.js src/index.ts && bun run build:cli && bun --bun next build && node -e \"const {cpSync}=require('fs');cpSync('.next/static','.next/standalone/.next/static',{recursive:true});\" && node scripts/prune-standalone.mjs",prestart:"bun run build:cli && bun link",start:"FAILPROOFAI_TELEMETRY_DISABLED=1 bun scripts/start.ts",test:"vitest","test:run":"vitest run",lint:"eslint . --config eslint.config.mjs",postinstall:"node scripts/postinstall.mjs",preuninstall:"node scripts/preuninstall.mjs",prepare:"bun run build","test:e2e":"vitest run --config vitest.config.e2e.mts","test:e2e:watch":"vitest --config vitest.config.e2e.mts",translate:"bun scripts/translate-docs/cli.ts","translate:readme":"bun scripts/translate-docs/cli.ts --readme-only","translate:docs":"bun scripts/translate-docs/cli.ts --docs-only","translate:dry-run":"bun scripts/translate-docs/cli.ts --dry-run","translate:validate":"bun scripts/translate-docs/cli.ts --validate"},keywords:["claude","claude-code","claude-agents-sdk","anthropic","ai-agent","agent-reliability","agent-monitoring","autonomous-agent","failure-prevention","developer-tools","devtools","cli","local-first","hooks","policies"],author:"ExosphereHost Inc. <failproofai@exosphere.host>",license:"SEE LICENSE IN LICENSE",homepage:"https://github.com/FailproofAI/failproofai",repository:{type:"git",url:"https://github.com/FailproofAI/failproofai.git"},bugs:{url:"https://github.com/FailproofAI/failproofai/issues"},publishConfig:{access:"public"},devDependencies:{"@anthropic-ai/sdk":"^0.104.2","@tailwindcss/postcss":"^4.3.1","@tanstack/react-virtual":"^3.14.3","@testing-library/jest-dom":"^6.9.1","@testing-library/react":"^16.3.2","@testing-library/user-event":"^14.6.1","@types/node":"25.9.3","@types/react":"19.2.17","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^6.0.1",clsx:"^2.1.1",eslint:"^10.5.0","eslint-config-next":"^16.2.9",jsdom:"^29.1.1","lucide-react":"^1.18.0",next:"^16.2.9",react:"^19.2.4","react-dom":"^19.2.4","tailwind-merge":"^3.4.0",tailwindcss:"^4.3.1",typescript:"6.0.3",vitest:"^4.1.9"},dependencies:{"html-to-image":"^1.11.13",html2canvas:"^1.4.1","posthog-node":"^5.37.1"},overrides:{postcss:"8.5.14","eslint-plugin-react-hooks":"7.0.1",vite:"8.0.16",undici:"7.28.0"}}},28067,e=>{"use strict";e.s(["POSTHOG_API_KEY",0,"phc_Ac1Ww1GqKc0z1SyrRWbmatEeQdlOQIsDEEdP8l8JRgX","POSTHOG_PRODUCT",0,"failproofai-oss"])},6375,72561,e=>{"use strict";var t=e.i(10659),r=e.i(24214),n=e.i(28067);let s=n.POSTHOG_API_KEY;async function i(e,t){for(let r=1;r<=5;r++){try{let{signal:r,...n}=t,s=await fetch(e,{...n,signal:AbortSignal.timeout(5e3)});if(s.ok)return s}catch{}if(r<5){let e=Math.min(1e3*2**(r-1),8e3);await new Promise(t=>setTimeout(t,e))}}return new Response("{}",{status:200})}function a(){return"1"!==process.env.FAILPROOFAI_TELEMETRY_DISABLED}async function o(){try{if(!a()||globalThis.__FAILPROOFAI_POSTHOG__)return;let t=await e.A(78081),r=process.env.FAILPROOFAI_POSTHOG_KEY??s,n=process.env.FAILPROOFAI_POSTHOG_HOST??"https://us.i.posthog.com";globalThis.__FAILPROOFAI_POSTHOG__=new t.PostHog(r,{host:n,flushAt:1,flushInterval:0,requestTimeout:5e3,fetchRetryCount:0,fetch:i});let o=()=>{globalThis.__FAILPROOFAI_POSTHOG__?.shutdown().catch(()=>{})};process.on("beforeExit",o),process.on("SIGTERM",o),process.on("SIGINT",o)}catch(e){console.warn("[failproofai:telemetry] init failed:",e instanceof Error?e.message:e)}}function c(e,s){if(!a())return;let i=globalThis.__FAILPROOFAI_POSTHOG__;i&&i.capture({distinctId:(0,t.getInstanceId)(),event:e,properties:{...s,$lib:"failproofai",failproofai_version:r.version,product:n.POSTHOG_PRODUCT}})}function u(){return(process.env.FAILPROOF_API_URL??process.env.FAILPROOFAI_API_URL??"https://api.befailproof.ai").replace(/\/+$/,"")}e.s(["initTelemetry",0,o,"trackEvent",0,c],72561);class l extends Error{status;code;retryAfterSecs;constructor(e,t,r,n){super(r),this.status=e,this.code=t,this.retryAfterSecs=n,this.name="AuthApiError"}}async function d(e){let t={};try{t=await e.json()}catch{}let r=t.code??`http_${e.status}`,n=t.message??t.detail??e.statusText??"request failed",s=t.retry_after_secs;if(void 0===s){let t=e.headers.get("retry-after");if(t){let e=Number(t);Number.isFinite(e)&&(s=e)}}return void 0!==s&&(s=Math.max(0,Math.min(86400,s))),new l(e.status,r,n,s)}async function f(e,t){try{return await fetch(e,{...t,signal:function(e){let t=AbortSignal.timeout(1e4);if(!e)return t;let r=AbortSignal.any;if(r)return r([t,e]);let n=new AbortController;if(t.aborted)n.abort(t.reason);else t.addEventListener("abort",()=>n.abort(t.reason),{once:!0});if(e.aborted)n.abort(e.reason);else e.addEventListener("abort",()=>n.abort(e.reason),{once:!0});return n.signal}(t.signal??void 0)})}catch(n){let r=function(e){if(null===e||"object"!=typeof e)return!1;let t=e.name;return"AbortError"===t||"TimeoutError"===t}(n);if(c("api_server_unreachable",{kind:r?"timeout":"network",path:function(e){try{return new URL(e).pathname}catch{return e}}(e),method:"string"==typeof t.method?t.method:"GET"}),r)throw new l(0,"timeout",`request to ${e} timed out after 10000ms`);throw n}}async function p(e,t,r){let n={"content-type":"application/json"};r?.accessToken&&(n.authorization=`Bearer ${r.accessToken}`);let s=await f(`${u()}${e}`,{method:"POST",headers:n,body:JSON.stringify(t)});if(204!==s.status){if(!s.ok)throw await d(s);return await s.json()}}async function h(e,t){let r=await f(`${u()}${e}`,{method:"GET",headers:{authorization:`Bearer ${t}`}});if(!r.ok)throw await d(r);return await r.json()}async function m(e){return p("/v0/auth/login/request",{email:e})}async function y(e,t){return p("/v0/auth/login/verify",{email:e,code:t})}async function _(e){return p("/v0/auth/token/refresh",{refresh_token:e})}async function x(e,t){await p("/v0/auth/logout",{refresh_token:t},{accessToken:e})}async function b(e){return h("/v0/auth/me",e)}async function g(e,t){return(await p("/v0/reminders",t,{accessToken:e})).reminder}async function v(e){let t=await f(`${u()}/v0/reminders`,{method:"DELETE",headers:{authorization:`Bearer ${e}`}});if(204!==t.status&&!t.ok)throw await d(t)}async function A(e,t){return p("/v0/invite",{to:t},{accessToken:e})}e.s(["AuthApiError",0,l,"cancelReminder",0,v,"fetchMe",0,b,"logoutSession",0,x,"refreshAccessToken",0,_,"requestLoginCode",0,m,"scheduleReminder",0,g,"sendInvites",0,A,"verifyLoginCode",0,y],6375)},17707,e=>{"use strict";var t=e.i(2157),r=e.i(60526),n=e.i(50227),s=e.i(94930),i=e.i(6375);function a(){let e=process.env.FAILPROOFAI_AUTH_DIR;return e||(0,n.join)((0,r.homedir)(),".failproofai")}function o(){return(0,n.join)(a(),"auth.json")}function c(){return(0,n.join)(a(),"next-audit.json")}function u(){let e=o();if(!(0,t.existsSync)(e))return null;try{let r=(0,t.readFileSync)(e,"utf-8"),n=JSON.parse(r);if("string"!=typeof n.access_token||"string"!=typeof n.refresh_token||"number"!=typeof n.access_expires_at||"object"!=typeof n.user||!n.user||"string"!=typeof n.user.id||"string"!=typeof n.user.email)return null;return{access_token:n.access_token,refresh_token:n.refresh_token,access_expires_at:n.access_expires_at,refresh_expires_at:"number"==typeof n.refresh_expires_at?n.refresh_expires_at:n.access_expires_at,user:{id:n.user.id,email:n.user.email}}}catch{return null}}function l(e){(0,s.writeJsonAtomically)(o(),e)}function d(){let e=o();(0,t.existsSync)(e)&&(0,t.rmSync)(e,{force:!0})}function f(e,t){let r=Math.floor(Date.now()/1e3),n=e.user??t;if(!n)throw Error("authFromTokenResponse: missing user identity");return{access_token:e.access_token,refresh_token:e.refresh_token,access_expires_at:r+e.access_expires_in,refresh_expires_at:r+e.refresh_expires_in,user:n}}let p=new Map;async function h(e){let t=p.get(e.refresh_token);if(t)return t;let r=(async()=>{let t=f(await (0,i.refreshAccessToken)(e.refresh_token),e.user);return l(t),t})();p.set(e.refresh_token,r);try{return await r}finally{p.delete(e.refresh_token)}}async function m(){let e=u();if(!e)return null;let t=Math.floor(Date.now()/1e3);if(e.access_expires_at-t>60)return e;try{return await h(e)}catch(e){return e instanceof i.AuthApiError&&401===e.status&&d(),null}}async function y(){let e=await m();if(!e)return null;try{return{me:await (0,i.fetchMe)(e.access_token),auth:e}}catch(e){if(e instanceof i.AuthApiError&&401===e.status){let e=u();if(!e)return null;try{let t=await h(e);return{me:await (0,i.fetchMe)(t.access_token),auth:t}}catch(e){e instanceof i.AuthApiError&&401===e.status&&d()}}return null}}e.s(["authFromTokenResponse",0,f,"deleteAuth",0,d,"deleteReminder",0,function(){let e=c();(0,t.existsSync)(e)&&(0,t.rmSync)(e,{force:!0})},"readAuth",0,u,"readReminder",0,function(){let e=c();if(!(0,t.existsSync)(e))return null;try{let r=(0,t.readFileSync)(e,"utf-8"),n=JSON.parse(r);if("number"!=typeof n.next_audit_at||"string"!=typeof n.user_email||"number"!=typeof n.set_at)return null;return{next_audit_at:n.next_audit_at,user_email:n.user_email,set_at:n.set_at}}catch{return null}},"whoAmI",0,y,"writeAuth",0,l,"writeReminder",0,function(e){(0,s.writeJsonAtomically)(c(),e)}])}];
2
+
3
+ //# sourceMappingURL=%5Broot-of-the-server%5D__1r1h8v9._.js.map
@@ -1,3 +1,3 @@
1
- module.exports=[50227,(e,t,r)=>{t.exports=e.x("node:path",()=>require("node:path"))},60526,(e,t,r)=>{t.exports=e.x("node:os",()=>require("node:os"))},2157,(e,t,r)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},66680,(e,t,r)=>{t.exports=e.x("node:crypto",()=>require("node:crypto"))},18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},94930,e=>{"use strict";var t=e.i(2157),r=e.i(50227),n=e.i(66680);e.s(["writeJsonAtomically",0,function(e,a,i={}){let s=i.mode??384,o=i.dirMode??448,l=(0,r.dirname)(e);(0,t.existsSync)(l)||(0,t.mkdirSync)(l,{recursive:!0,mode:o});let d=`${e}.${process.pid}.${(0,n.randomBytes)(6).toString("hex")}.tmp`;try{(0,t.writeFileSync)(d,JSON.stringify(a,null,2),{mode:s});try{(63&(0,t.statSync)(d).mode)!=0&&(0,t.chmodSync)(d,s)}catch{}(0,t.renameSync)(d,e);try{(63&(0,t.statSync)(e).mode)!=0&&(0,t.chmodSync)(e,s)}catch{}}catch(e){try{(0,t.rmSync)(d,{force:!0})}catch{}throw e}}])},47756,48480,e=>{"use strict";var t=e.i(2157),r=e.i(50227),n=e.i(60526),a=e.i(94930);function i(){return(0,r.join)((0,n.homedir)(),".failproofai","audit-dashboard.json")}e.s(["readDashboardCache",0,function(){let e=i();if(!(0,t.existsSync)(e))return null;try{let r=(0,t.readFileSync)(e,"utf-8"),n=JSON.parse(r);if(!n||"object"!=typeof n||"string"!=typeof n.cachedAt||!n.params||"object"!=typeof n.params||!n.result||"object"!=typeof n.result||2!==n.schemaVersion||function(e,t=30){let r=new Date(e).getTime();return!!Number.isNaN(r)||Date.now()-r>6e4*t}(n.cachedAt,10080))return null;return n}catch{return null}},"writeDashboardCache",0,function(e,t){try{let r={schemaVersion:2,cachedAt:new Date().toISOString(),params:e,result:t};(0,a.writeJsonAtomically)(i(),r)}catch{}}],47756);let s={running:!1};function o(){!s.running||void 0!==s.startedAt&&Date.now()-s.startedAt>3e5&&(s.running=!1,s.startedAt=void 0)}e.s(["getRunState",0,function(){return o(),{...s}},"releaseRun",0,function(){s.running=!1,s.startedAt=void 0},"tryAcquireRun",0,function(){return o(),!s.running&&(s.running=!0,s.startedAt=Date.now(),!0)}],48480)},56799,e=>{"use strict";var t=e.i(47909),r=e.i(74017),n=e.i(96250),a=e.i(59756),i=e.i(61916),s=e.i(74677),o=e.i(69741),l=e.i(16795),d=e.i(87718),u=e.i(95169),c=e.i(47587),p=e.i(66012),h=e.i(70101),x=e.i(26937),f=e.i(10372),m=e.i(93695);e.i(20232);var y=e.i(220),v=e.i(89171),R=e.i(47756),g=e.i(48480);async function w(){let e=(0,g.getRunState)(),t=(0,R.readDashboardCache)();return v.NextResponse.json({running:e.running,startedAt:e.startedAt??null,cachedAt:t?.cachedAt??null})}e.s(["GET",0,w,"dynamic",0,"force-dynamic"],6095);var A=e.i(6095);let E=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/audit/status/route",pathname:"/api/audit/status",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/app/api/audit/status/route.ts",nextConfigOutput:"standalone",userland:A,...{}}),{workAsyncStorage:C,workUnitAsyncStorage:S,serverHooks:b}=E;async function N(e,t,n){n.requestMeta&&(0,a.setRequestMeta)(e,n.requestMeta),E.isDev&&(0,a.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let v="/api/audit/status/route";v=v.replace(/\/index$/,"")||"/";let R=await E.prepare(e,t,{srcPage:v,multiZoneDraftMode:!1});if(!R)return t.statusCode=400,t.end("Bad Request"),null==n.waitUntil||n.waitUntil.call(n,Promise.resolve()),null;let{buildId:g,deploymentId:w,params:A,nextConfig:C,parsedUrl:S,isDraftMode:b,prerenderManifest:N,routerServerContext:q,isOnDemandRevalidate:T,revalidateOnlyGenerated:O,resolvedPathname:P,clientReferenceManifest:j,serverActionsManifest:k}=R,_=(0,o.normalizeAppPath)(v),D=!!(N.dynamicRoutes[_]||N.routes[P]),H=async()=>((null==q?void 0:q.render404)?await q.render404(e,t,S,!1):t.end("This page could not be found"),null);if(D&&!b){let e=!!N.routes[P],t=N.dynamicRoutes[_];if(t&&!1===t.fallback&&!e){if(C.adapterPath)return await H();throw new m.NoFallbackError}}let I=null;!D||E.isDev||b||(I="/index"===(I=P)?"/":I);let M=!0===E.isDev||!D,U=D&&!M;k&&j&&(0,s.setManifestsSingleton)({page:v,clientReferenceManifest:j,serverActionsManifest:k});let $=e.method||"GET",F=(0,i.getTracer)(),K=F.getActiveScopeSpan(),B=!!(null==q?void 0:q.isWrappedByNextServer),L=!!(0,a.getRequestMeta)(e,"minimalMode"),V=(0,a.getRequestMeta)(e,"incrementalCache")||await E.getIncrementalCache(e,C,N,L);null==V||V.resetRequestCache(),globalThis.__incrementalCache=V;let G={params:A,previewProps:N.preview,renderOpts:{experimental:{authInterrupts:!!C.experimental.authInterrupts},cacheComponents:!!C.cacheComponents,supportsDynamicResponse:M,incrementalCache:V,cacheLifeProfiles:C.cacheLife,waitUntil:n.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,n,a)=>E.onRequestError(e,t,n,a,q)},sharedContext:{buildId:g,deploymentId:w}},J=new l.NodeNextRequest(e),W=new l.NodeNextResponse(t),X=d.NextRequestAdapter.fromNodeNextRequest(J,(0,d.signalFromNodeResponse)(t));try{let a,s=async e=>E.handle(X,G).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=F.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==u.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let n=r.get("next.route");if(n){let t=`${$} ${n}`;e.setAttributes({"next.route":n,"http.route":n,"next.span_name":t}),e.updateName(t),a&&a!==e&&(a.setAttribute("http.route",n),a.updateName(t))}else e.updateName(`${$} ${v}`)}),o=async a=>{var i,o;let l=async({previousCacheEntry:r})=>{try{if(!L&&T&&O&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let i=await s(a);e.fetchMetrics=G.renderOpts.fetchMetrics;let o=G.renderOpts.pendingWaitUntil;o&&n.waitUntil&&(n.waitUntil(o),o=void 0);let l=G.renderOpts.collectedTags;if(!D)return await (0,p.sendResponse)(J,W,i,G.renderOpts.pendingWaitUntil),null;{let e=await i.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(i.headers);l&&(t[f.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==G.renderOpts.collectedRevalidate&&!(G.renderOpts.collectedRevalidate>=f.INFINITE_CACHE)&&G.renderOpts.collectedRevalidate,n=void 0===G.renderOpts.collectedExpire||G.renderOpts.collectedExpire>=f.INFINITE_CACHE?void 0:G.renderOpts.collectedExpire;return{value:{kind:y.CachedRouteKind.APP_ROUTE,status:i.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:n}}}}catch(t){throw(null==r?void 0:r.isStale)&&await E.onRequestError(e,t,{routerKind:"App Router",routePath:v,routeType:"route",revalidateReason:(0,c.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:T})},!1,q),t}},d=await E.handleResponse({req:e,nextConfig:C,cacheKey:I,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:N,isRoutePPREnabled:!1,isOnDemandRevalidate:T,revalidateOnlyGenerated:O,responseGenerator:l,waitUntil:n.waitUntil,isMinimalMode:L});if(!D)return null;if((null==d||null==(i=d.value)?void 0:i.kind)!==y.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(o=d.value)?void 0:o.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});L||t.setHeader("x-nextjs-cache",T?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),b&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let u=(0,h.fromNodeOutgoingHttpHeaders)(d.value.headers);return L&&D||u.delete(f.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||t.getHeader("Cache-Control")||u.get("Cache-Control")||u.set("Cache-Control",(0,x.getCacheControlHeader)(d.cacheControl)),await (0,p.sendResponse)(J,W,new Response(d.value.body,{headers:u,status:d.value.status||200})),null};B&&K?await o(K):(a=F.getActiveScopeSpan(),await F.withPropagatedContext(e.headers,()=>F.trace(u.BaseServerSpan.handleRequest,{spanName:`${$} ${v}`,kind:i.SpanKind.SERVER,attributes:{"http.method":$,"http.target":e.url}},o),void 0,!B))}catch(t){if(t instanceof m.NoFallbackError||await E.onRequestError(e,t,{routerKind:"App Router",routePath:_,routeType:"route",revalidateReason:(0,c.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:T})},!1,q),D)throw t;return await (0,p.sendResponse)(J,W,new Response(null,{status:500})),null}}e.s(["handler",0,N,"patchFetch",0,function(){return(0,n.patchFetch)({workAsyncStorage:C,workUnitAsyncStorage:S})},"routeModule",0,E,"serverHooks",0,b,"workAsyncStorage",0,C,"workUnitAsyncStorage",0,S],56799)}];
1
+ module.exports=[50227,(e,t,r)=>{t.exports=e.x("node:path",()=>require("node:path"))},60526,(e,t,r)=>{t.exports=e.x("node:os",()=>require("node:os"))},2157,(e,t,r)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},66680,(e,t,r)=>{t.exports=e.x("node:crypto",()=>require("node:crypto"))},18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},94930,e=>{"use strict";var t=e.i(2157),r=e.i(50227),n=e.i(66680);e.s(["writeJsonAtomically",0,function(e,a,i={}){let o=i.mode??384,s=i.dirMode??448,l=(0,r.dirname)(e);(0,t.existsSync)(l)||(0,t.mkdirSync)(l,{recursive:!0,mode:s});let u=`${e}.${process.pid}.${(0,n.randomBytes)(6).toString("hex")}.tmp`;try{(0,t.writeFileSync)(u,JSON.stringify(a,null,2),{mode:o});try{(63&(0,t.statSync)(u).mode)!=0&&(0,t.chmodSync)(u,o)}catch{}(0,t.renameSync)(u,e);try{(63&(0,t.statSync)(e).mode)!=0&&(0,t.chmodSync)(e,o)}catch{}}catch(e){try{(0,t.rmSync)(u,{force:!0})}catch{}throw e}}])},47756,48480,e=>{"use strict";var t=e.i(2157),r=e.i(50227),n=e.i(60526),a=e.i(94930);function i(){return(0,r.join)((0,n.homedir)(),".failproofai","audit-dashboard.json")}e.s(["readDashboardCache",0,function(){let e=i();if(!(0,t.existsSync)(e))return null;try{let r=(0,t.readFileSync)(e,"utf-8"),n=JSON.parse(r);if(!n||"object"!=typeof n||"string"!=typeof n.cachedAt||!n.params||"object"!=typeof n.params||!n.result||"object"!=typeof n.result||2!==n.schemaVersion||function(e,t=30){let r=new Date(e).getTime();return!!Number.isNaN(r)||Date.now()-r>6e4*t}(n.cachedAt,10080))return null;return n}catch{return null}},"writeDashboardCache",0,function(e,t){try{let r={schemaVersion:2,cachedAt:new Date().toISOString(),params:e,result:t};return(0,a.writeJsonAtomically)(i(),r),!0}catch{return!1}}],47756);let o={running:!1,error:null};e.s(["finishRun",0,function(e){o.running=!1,o.startedAt=void 0,o.error=e},"getRunState",0,function(){return{...o}},"tryAcquireRun",0,function(){return!o.running&&(o.running=!0,o.startedAt=Date.now(),o.error=null,!0)}],48480)},56799,e=>{"use strict";var t=e.i(47909),r=e.i(74017),n=e.i(96250),a=e.i(59756),i=e.i(61916),o=e.i(74677),s=e.i(69741),l=e.i(16795),u=e.i(87718),d=e.i(95169),c=e.i(47587),p=e.i(66012),h=e.i(70101),x=e.i(26937),f=e.i(10372),m=e.i(93695);e.i(20232);var y=e.i(220),R=e.i(89171),v=e.i(47756),g=e.i(48480);async function w(){let e=(0,g.getRunState)(),t=(0,v.readDashboardCache)();return R.NextResponse.json({running:e.running,startedAt:e.startedAt??null,cachedAt:t?.cachedAt??null,error:e.error})}e.s(["GET",0,w,"dynamic",0,"force-dynamic"],6095);var A=e.i(6095);let E=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/audit/status/route",pathname:"/api/audit/status",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/app/api/audit/status/route.ts",nextConfigOutput:"standalone",userland:A,...{}}),{workAsyncStorage:C,workUnitAsyncStorage:S,serverHooks:b}=E;async function N(e,t,n){n.requestMeta&&(0,a.setRequestMeta)(e,n.requestMeta),E.isDev&&(0,a.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let R="/api/audit/status/route";R=R.replace(/\/index$/,"")||"/";let v=await E.prepare(e,t,{srcPage:R,multiZoneDraftMode:!1});if(!v)return t.statusCode=400,t.end("Bad Request"),null==n.waitUntil||n.waitUntil.call(n,Promise.resolve()),null;let{buildId:g,deploymentId:w,params:A,nextConfig:C,parsedUrl:S,isDraftMode:b,prerenderManifest:N,routerServerContext:q,isOnDemandRevalidate:T,revalidateOnlyGenerated:O,resolvedPathname:P,clientReferenceManifest:j,serverActionsManifest:k}=v,_=(0,s.normalizeAppPath)(R),D=!!(N.dynamicRoutes[_]||N.routes[P]),H=async()=>((null==q?void 0:q.render404)?await q.render404(e,t,S,!1):t.end("This page could not be found"),null);if(D&&!b){let e=!!N.routes[P],t=N.dynamicRoutes[_];if(t&&!1===t.fallback&&!e){if(C.adapterPath)return await H();throw new m.NoFallbackError}}let I=null;!D||E.isDev||b||(I="/index"===(I=P)?"/":I);let M=!0===E.isDev||!D,U=D&&!M;k&&j&&(0,o.setManifestsSingleton)({page:R,clientReferenceManifest:j,serverActionsManifest:k});let $=e.method||"GET",F=(0,i.getTracer)(),K=F.getActiveScopeSpan(),B=!!(null==q?void 0:q.isWrappedByNextServer),L=!!(0,a.getRequestMeta)(e,"minimalMode"),V=(0,a.getRequestMeta)(e,"incrementalCache")||await E.getIncrementalCache(e,C,N,L);null==V||V.resetRequestCache(),globalThis.__incrementalCache=V;let G={params:A,previewProps:N.preview,renderOpts:{experimental:{authInterrupts:!!C.experimental.authInterrupts},cacheComponents:!!C.cacheComponents,supportsDynamicResponse:M,incrementalCache:V,cacheLifeProfiles:C.cacheLife,waitUntil:n.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,n,a)=>E.onRequestError(e,t,n,a,q)},sharedContext:{buildId:g,deploymentId:w}},J=new l.NodeNextRequest(e),W=new l.NodeNextResponse(t),X=u.NextRequestAdapter.fromNodeNextRequest(J,(0,u.signalFromNodeResponse)(t));try{let a,o=async e=>E.handle(X,G).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=F.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==d.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let n=r.get("next.route");if(n){let t=`${$} ${n}`;e.setAttributes({"next.route":n,"http.route":n,"next.span_name":t}),e.updateName(t),a&&a!==e&&(a.setAttribute("http.route",n),a.updateName(t))}else e.updateName(`${$} ${R}`)}),s=async a=>{var i,s;let l=async({previousCacheEntry:r})=>{try{if(!L&&T&&O&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let i=await o(a);e.fetchMetrics=G.renderOpts.fetchMetrics;let s=G.renderOpts.pendingWaitUntil;s&&n.waitUntil&&(n.waitUntil(s),s=void 0);let l=G.renderOpts.collectedTags;if(!D)return await (0,p.sendResponse)(J,W,i,G.renderOpts.pendingWaitUntil),null;{let e=await i.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(i.headers);l&&(t[f.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==G.renderOpts.collectedRevalidate&&!(G.renderOpts.collectedRevalidate>=f.INFINITE_CACHE)&&G.renderOpts.collectedRevalidate,n=void 0===G.renderOpts.collectedExpire||G.renderOpts.collectedExpire>=f.INFINITE_CACHE?void 0:G.renderOpts.collectedExpire;return{value:{kind:y.CachedRouteKind.APP_ROUTE,status:i.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:n}}}}catch(t){throw(null==r?void 0:r.isStale)&&await E.onRequestError(e,t,{routerKind:"App Router",routePath:R,routeType:"route",revalidateReason:(0,c.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:T})},!1,q),t}},u=await E.handleResponse({req:e,nextConfig:C,cacheKey:I,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:N,isRoutePPREnabled:!1,isOnDemandRevalidate:T,revalidateOnlyGenerated:O,responseGenerator:l,waitUntil:n.waitUntil,isMinimalMode:L});if(!D)return null;if((null==u||null==(i=u.value)?void 0:i.kind)!==y.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==u||null==(s=u.value)?void 0:s.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});L||t.setHeader("x-nextjs-cache",T?"REVALIDATED":u.isMiss?"MISS":u.isStale?"STALE":"HIT"),b&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let d=(0,h.fromNodeOutgoingHttpHeaders)(u.value.headers);return L&&D||d.delete(f.NEXT_CACHE_TAGS_HEADER),!u.cacheControl||t.getHeader("Cache-Control")||d.get("Cache-Control")||d.set("Cache-Control",(0,x.getCacheControlHeader)(u.cacheControl)),await (0,p.sendResponse)(J,W,new Response(u.value.body,{headers:d,status:u.value.status||200})),null};B&&K?await s(K):(a=F.getActiveScopeSpan(),await F.withPropagatedContext(e.headers,()=>F.trace(d.BaseServerSpan.handleRequest,{spanName:`${$} ${R}`,kind:i.SpanKind.SERVER,attributes:{"http.method":$,"http.target":e.url}},s),void 0,!B))}catch(t){if(t instanceof m.NoFallbackError||await E.onRequestError(e,t,{routerKind:"App Router",routePath:_,routeType:"route",revalidateReason:(0,c.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:T})},!1,q),D)throw t;return await (0,p.sendResponse)(J,W,new Response(null,{status:500})),null}}e.s(["handler",0,N,"patchFetch",0,function(){return(0,n.patchFetch)({workAsyncStorage:C,workUnitAsyncStorage:S})},"routeModule",0,E,"serverHooks",0,b,"workAsyncStorage",0,C,"workUnitAsyncStorage",0,S],56799)}];
2
2
 
3
3
  //# sourceMappingURL=%5Broot-of-the-server%5D__1rhmvod._.js.map