failproofai 0.0.11-beta.8 → 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 (221) 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]__1uatkiv._.js +3 -0
  93. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1y6gxxb._.js +3 -0
  94. package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_audit_invite_route_actions_0-2n5sy.js +3 -0
  95. package/.next/standalone/.next/server/chunks/node_modules_0-tu4ot._.js +3 -0
  96. package/.next/standalone/.next/server/chunks/node_modules_0ttxbz7._.js +3 -0
  97. package/.next/standalone/.next/server/chunks/node_modules_1bnh1y0._.js +3 -0
  98. package/.next/standalone/.next/server/chunks/node_modules_1epycqa._.js +3 -0
  99. package/.next/standalone/.next/server/chunks/node_modules_1wpdcgo._.js +3 -0
  100. package/.next/standalone/.next/server/chunks/node_modules_posthog-node_dist_entrypoints_index_node_mjs_01r25oi._.js +1 -1
  101. package/.next/standalone/.next/server/chunks/node_modules_posthog-node_dist_entrypoints_index_node_mjs_09z9-p7._.js +1 -1
  102. package/.next/standalone/.next/server/chunks/package_json_[json]_cjs_1nxcc4v._.js +1 -1
  103. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0808sha._.js +4 -0
  104. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__1cd25c7._.js → [root-of-the-server]__0e4-6d8._.js} +3 -3
  105. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__1d4gx_t._.js → [root-of-the-server]__0e446gb._.js} +2 -2
  106. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ehe24g._.js +4 -0
  107. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__1-scthx._.js → [root-of-the-server]__0f62vu9._.js} +2 -2
  108. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0g253ve._.js +4 -0
  109. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0l13qf2._.js → [root-of-the-server]__0k65l27._.js} +2 -2
  110. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0vxf0_g._.js +4 -0
  111. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__15i0juc._.js → [root-of-the-server]__0wprfyc._.js} +2 -2
  112. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__12mcauo._.js +4 -0
  113. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0989_dx._.js → [root-of-the-server]__1e-x7j4._.js} +2 -2
  114. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1mt35_w._.js +1 -1
  115. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1pcxxwg._.js +2 -2
  116. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1uvfwgr._.js +4 -0
  117. package/.next/standalone/.next/server/chunks/ssr/_05whahf._.js +1 -1
  118. package/.next/standalone/.next/server/chunks/ssr/_0il3fl1._.js +3 -0
  119. package/.next/standalone/.next/server/chunks/ssr/_11_p9y8._.js +1 -1
  120. package/.next/standalone/.next/server/chunks/ssr/app_audit__components_audit-dashboard_tsx_0p9ud47._.js +21 -21
  121. package/.next/standalone/.next/server/chunks/ssr/app_global-error_tsx_1kp6l3x._.js +1 -1
  122. package/.next/standalone/.next/server/chunks/ssr/app_policies_hooks-client_tsx_19dqvpc._.js +2 -2
  123. package/.next/standalone/.next/server/chunks/ssr/node_modules_html-to-image_es_index_0y4a-0q.js +3 -0
  124. package/.next/standalone/.next/server/chunks/ssr/node_modules_html-to-image_es_index_1ao30b1.js +3 -0
  125. package/.next/standalone/.next/server/chunks/ssr/node_modules_posthog-node_dist_entrypoints_index_node_mjs_11bnuzn._.js +1 -1
  126. package/.next/standalone/.next/server/middleware-build-manifest.js +6 -6
  127. package/.next/standalone/.next/server/pages/404.html +1 -1
  128. package/.next/standalone/.next/server/pages/500.html +1 -1
  129. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  130. package/.next/standalone/.next/server/server-reference-manifest.json +10 -10
  131. package/.next/standalone/.next/static/chunks/{1nd1e30h8s_mc.js → 07_d165p5h5ys.js} +1 -1
  132. package/.next/standalone/.next/static/chunks/0f7d7hnbh4djs.js +1 -0
  133. package/.next/standalone/.next/static/chunks/0h7auy7hzjyhw.js +1 -0
  134. package/.next/standalone/.next/static/chunks/168k-8z6k7e8z.css +1 -0
  135. package/.next/standalone/.next/static/chunks/{24z-bgbisv379.js → 1kvadxkgnapyj.js} +1 -1
  136. package/.next/standalone/.next/static/chunks/{29gs4efgi3hme.js → 277oc363p56n6.js} +2 -2
  137. package/.next/standalone/.next/static/chunks/28mkxkl_d91-l.js +1 -0
  138. package/.next/standalone/.next/static/chunks/28x7jvo3kxd3u.js +41 -0
  139. package/.next/standalone/.next/static/chunks/29nrs5xs9c4hx.css +2 -0
  140. package/.next/standalone/.next/static/chunks/{2mni177pnjx6u.js → 29tg7deqmq32l.js} +1 -1
  141. package/.next/standalone/.next/static/chunks/{3w8d8k_dca5rp.js → 2h0dkzyy0vocp.js} +1 -1
  142. package/.next/standalone/.next/static/chunks/{0j969hb6nujdf.js → 2z42u62k-8-_q.js} +1 -1
  143. package/.next/standalone/.next/static/chunks/{1m2yj97j7f_km.js → 3nj6g3xu9uy78.js} +1 -1
  144. package/.next/standalone/.next/static/chunks/{0d49wc5zca0u1.js → 3ty6dhcuogout.js} +1 -1
  145. package/.next/standalone/.next/static/chunks/3zkg2s2vzxc3d.js +1 -0
  146. package/.next/standalone/.next/static/chunks/{turbopack-00qy7zfa7m--m.js → turbopack-3lrm4f20fz89b.js} +1 -1
  147. package/.next/standalone/app/api/audit/invite/route.ts +183 -0
  148. package/.next/standalone/app/audit/_components/audit-dashboard.tsx +30 -62
  149. package/.next/standalone/app/audit/_components/audit-poster.tsx +322 -0
  150. package/.next/standalone/app/audit/_components/auth-dialog.tsx +21 -49
  151. package/.next/standalone/app/audit/_components/come-back-better-section.tsx +316 -0
  152. package/.next/standalone/app/audit/_components/how-to-improve-section.tsx +187 -0
  153. package/.next/standalone/app/audit/_components/invite-dialog.tsx +227 -0
  154. package/.next/standalone/app/audit/_components/quirks-section.tsx +75 -0
  155. package/.next/standalone/app/audit/_components/share-templates.ts +23 -22
  156. package/.next/standalone/app/audit/_components/sigil.tsx +9 -66
  157. package/.next/standalone/app/audit/_components/strengths-section.tsx +20 -32
  158. package/.next/standalone/app/audit/audit-styles.css +781 -1784
  159. package/.next/standalone/app/components/sessions-list.tsx +77 -80
  160. package/.next/standalone/app/globals.css +214 -32
  161. package/.next/standalone/app/layout.tsx +1 -10
  162. package/.next/standalone/app/policies/hooks-client.tsx +12 -4
  163. package/.next/standalone/app/project/[name]/page.tsx +23 -79
  164. package/.next/standalone/app/projects/page.tsx +14 -23
  165. package/.next/standalone/assets/audit/poster-styles.css +1 -1
  166. package/.next/standalone/assets/audit/styles.css +11 -11
  167. package/.next/standalone/components/navbar.tsx +2 -37
  168. package/.next/standalone/lib/auth/api-server-client.ts +25 -0
  169. package/.next/standalone/node_modules/@next/env/package.json +2 -2
  170. package/.next/standalone/node_modules/next/dist/build/swc/index.js +1 -1
  171. package/.next/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +1 -1
  172. package/.next/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +3 -3
  173. package/.next/standalone/node_modules/next/dist/server/config.js +1 -1
  174. package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +2 -2
  175. package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1 -1
  176. package/.next/standalone/node_modules/next/dist/server/lib/app-info-log.js +1 -1
  177. package/.next/standalone/node_modules/next/dist/server/lib/start-server.js +1 -1
  178. package/.next/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +1 -1
  179. package/.next/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +1 -1
  180. package/.next/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +1 -1
  181. package/.next/standalone/node_modules/next/dist/telemetry/events/version.js +2 -2
  182. package/.next/standalone/node_modules/next/package.json +15 -15
  183. package/.next/standalone/package.json +15 -12
  184. package/.next/standalone/server.js +1 -1
  185. package/dist/cli.mjs +2 -2
  186. package/lib/auth/api-server-client.ts +25 -0
  187. package/package.json +15 -12
  188. package/src/audit/social-proof.ts +34 -0
  189. package/.next/standalone/.next/server/chunks/[root-of-the-server]__07tgnzi._.js +0 -3
  190. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0oeun7z._.js +0 -3
  191. package/.next/standalone/.next/server/chunks/[root-of-the-server]__12pit4m._.js +0 -3
  192. package/.next/standalone/.next/server/chunks/[root-of-the-server]__13ra2jq._.js +0 -3
  193. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1b9z5-i._.js +0 -3
  194. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1ixjiy8._.js +0 -3
  195. package/.next/standalone/.next/server/chunks/_1-1804f._.js +0 -3
  196. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__00jkjmt._.js +0 -4
  197. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__013du6r._.js +0 -4
  198. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e85wxv._.js +0 -4
  199. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gfxvb1._.js +0 -3
  200. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1hlrq6y._.js +0 -4
  201. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1ihxdo5._.js +0 -4
  202. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1vvfde2._.js +0 -4
  203. package/.next/standalone/.next/server/chunks/ssr/node_modules_html2canvas_dist_html2canvas_esm_1k58rb_.js +0 -3
  204. package/.next/standalone/.next/server/chunks/ssr/node_modules_html2canvas_dist_html2canvas_esm_1n-0xws.js +0 -3
  205. package/.next/standalone/.next/static/chunks/09ueq8s1as8xs.css +0 -2
  206. package/.next/standalone/.next/static/chunks/0qassxjx1ef04.js +0 -1
  207. package/.next/standalone/.next/static/chunks/0qxb5czqxe-vu.js +0 -1
  208. package/.next/standalone/.next/static/chunks/1dh06515j265n.js +0 -41
  209. package/.next/standalone/.next/static/chunks/2so39wg7mjbi7.js +0 -1
  210. package/.next/standalone/.next/static/chunks/3gti1qdk5epqn.js +0 -1
  211. package/.next/standalone/.next/static/chunks/3wycox197ouus.css +0 -1
  212. package/.next/standalone/app/audit/_components/findings-section.tsx +0 -135
  213. package/.next/standalone/app/audit/_components/identity-section.tsx +0 -126
  214. package/.next/standalone/app/audit/_components/policies-section.tsx +0 -194
  215. package/.next/standalone/app/audit/_components/return-section.tsx +0 -416
  216. package/.next/standalone/app/audit/_components/score-section.tsx +0 -179
  217. package/.next/standalone/app/audit/_components/share-dock.tsx +0 -265
  218. package/.next/standalone/app/audit/_components/show-off-cta.tsx +0 -135
  219. /package/.next/standalone/.next/static/{CVv2A0hMd24t0c0x3V-W_ → NYPiJP6Rv_exQdSFVS8HP}/_buildManifest.js +0 -0
  220. /package/.next/standalone/.next/static/{CVv2A0hMd24t0c0x3V-W_ → NYPiJP6Rv_exQdSFVS8HP}/_clientMiddlewareManifest.js +0 -0
  221. /package/.next/standalone/.next/static/{CVv2A0hMd24t0c0x3V-W_ → NYPiJP6Rv_exQdSFVS8HP}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en" class="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="image" href="/logo.svg"/><link rel="stylesheet" href="/_next/static/chunks/09ueq8s1as8xs.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0zbxssxh53n-3.js"/><script src="/_next/static/chunks/1__i9af9g78vd.js" async=""></script><script src="/_next/static/chunks/03fmihek9n986.js" async=""></script><script src="/_next/static/chunks/3w8d8k_dca5rp.js" async=""></script><script src="/_next/static/chunks/13f1kmjea-0md.js" async=""></script><script src="/_next/static/chunks/turbopack-00qy7zfa7m--m.js" async=""></script><script src="/_next/static/chunks/2mni177pnjx6u.js" async=""></script><script src="/_next/static/chunks/33u59vf_8xpd-.js" async=""></script><script src="/_next/static/chunks/0wwt5o04i4zwh.js" async=""></script><script src="/_next/static/chunks/3xpjn3cdgm-7m.js" async=""></script><script src="/_next/static/chunks/1m2yj97j7f_km.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Failproof AI - Hooks &amp; Project Monitor</title><meta name="description" content="Open-source hooks, policies, and project visualization for Claude Code &amp; Agents SDK"/><link rel="icon" href="/icon.svg"/><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><header class="app-header"><a href="https://github.com/failproofai/failproofai" target="_blank" rel="noopener noreferrer" class="h-brand" style="flex:none" aria-label="failproof ai · GitHub"><img src="/logo.svg" alt="failproof_ai" style="height:18px;display:block;flex-shrink:0"/></a><nav class="tabs" style="border:none;padding:0;gap:0"><a class="tab" href="/policies"><span style="color:var(--dim);letter-spacing:-2px;margin-right:2px">━━</span>policies</a><a class="tab" href="/audit"><span style="color:var(--dim);letter-spacing:-2px;margin-right:2px">━━</span>audit</a><a class="tab" href="/projects"><span style="color:var(--dim);letter-spacing:-2px;margin-right:2px">━━</span>projects</a></nav><div style="flex:1"></div><div style="display:flex;align-items:center;gap:6px"><span style="font-family:var(--font-mono);font-size:10px;letter-spacing:0.18em;text-transform:uppercase;color:var(--dim)">v<!-- -->0.0.11-beta.8</span></div><div class="h-actions"><div class="inline-flex items-center rounded-lg border border-border bg-muted/50 p-0.5 gap-0.5"><button title="Refresh" class="inline-flex items-center justify-center rounded-md p-1.5 transition-colors text-muted-foreground hover:text-foreground hover:bg-muted"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw w-3.5 h-3.5" aria-hidden="true"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg></button><div class="w-px h-4 bg-border"></div><div class="inline-flex items-center gap-0.5" role="group" aria-label="Auto-refresh interval"><button aria-pressed="true" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors bg-background text-foreground shadow-sm">Off</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">5s</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">10s</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">30s</button></div></div><span style="width:1px;height:18px;background:var(--line);margin:0 6px"></span><div class="relative"><button class="justify-center rounded-md text-sm font-medium transition-[background-color,color,box-shadow,border-color] duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1 focus-visible:ring-offset-background disabled:opacity-50 disabled:pointer-events-none hover:bg-muted h-9 px-3 relative z-50 flex items-center gap-1.5 text-muted-foreground hover:text-foreground" type="button" aria-expanded="false" aria-haspopup="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-git-branch h-4 w-4" aria-hidden="true"><path d="M15 6a9 9 0 0 0-9 9V3"></path><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle></svg><span class="hidden sm:inline text-xs">Reach Us</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3 transition-transform" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div></div></header><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><div class="fixed bottom-4 right-4 z-50 flex flex-col gap-2"></div><script src="/_next/static/chunks/0zbxssxh53n-3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[12344,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"PostHogProvider\"]\n3:I[97917,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"GlobalErrorListeners\"]\n4:I[85881,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"AutoRefreshProvider\"]\n5:I[63780,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"Navbar\"]\n6:I[39756,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"default\"]\n7:I[8821,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\",\"/_next/static/chunks/3xpjn3cdgm-7m.js\"],\"default\"]\n8:I[37457,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"default\"]\n9:I[55574,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"Toaster\"]\na:I[97367,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\ne:I[97367,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"ViewportBoundary\"]\n10:I[97367,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"MetadataBoundary\"]\n12:I[53348,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\",\"/_next/static/chunks/1m2yj97j7f_km.js\"],\"default\"]\n:HL[\"/_next/static/chunks/09ueq8s1as8xs.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/09ueq8s1as8xs.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/2mni177pnjx6u.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/33u59vf_8xpd-.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0wwt5o04i4zwh.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark\",\"children\":[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{\"children\":[[\"$\",\"$L5\",null,{\"disabledPages\":[],\"auditSlippingCount\":\"$undefined\"}],[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$7\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/3xpjn3cdgm-7m.js\",\"async\":true}]],\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],[\"$\",\"$L9\",null,{}]]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,null]},null,false,\"$@d\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/09ueq8s1as8xs.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"CVv2A0hMd24t0c0x3V-W_\"}\n"])</script><script>self.__next_f.push([1,"13:[]\nd:\"$W13\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"14:I[27201,[\"/_next/static/chunks/2mni177pnjx6u.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"IconMark\"]\nc:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"Failproof AI - Hooks \u0026 Project Monitor\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open-source hooks, policies, and project visualization for Claude Code \u0026 Agents SDK\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg\"}],[\"$\",\"$L14\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" class="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="image" href="/logo.svg"/><link rel="stylesheet" href="/_next/static/chunks/29nrs5xs9c4hx.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0zbxssxh53n-3.js"/><script src="/_next/static/chunks/1__i9af9g78vd.js" async=""></script><script src="/_next/static/chunks/13f1kmjea-0md.js" async=""></script><script src="/_next/static/chunks/2h0dkzyy0vocp.js" async=""></script><script src="/_next/static/chunks/03fmihek9n986.js" async=""></script><script src="/_next/static/chunks/turbopack-3lrm4f20fz89b.js" async=""></script><script src="/_next/static/chunks/29tg7deqmq32l.js" async=""></script><script src="/_next/static/chunks/33u59vf_8xpd-.js" async=""></script><script src="/_next/static/chunks/0wwt5o04i4zwh.js" async=""></script><script src="/_next/static/chunks/3xpjn3cdgm-7m.js" async=""></script><script src="/_next/static/chunks/3nj6g3xu9uy78.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Failproof AI - Hooks &amp; Project Monitor</title><meta name="description" content="Open-source hooks, policies, and project visualization for Claude Code &amp; Agents SDK"/><link rel="icon" href="/icon.svg"/><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><header class="app-header"><a href="https://github.com/failproofai/failproofai" target="_blank" rel="noopener noreferrer" class="h-brand" style="flex:none" aria-label="failproof ai · GitHub"><img src="/logo.svg" alt="failproof_ai" style="height:18px;display:block;flex-shrink:0"/></a><nav class="tabs" style="border:none;padding:0;gap:0"><a class="tab" href="/projects">projects</a><a class="tab" href="/policies">policies</a><a class="tab" href="/audit">audit</a></nav><div style="flex:1"></div><div style="display:flex;align-items:center;gap:6px"><span style="font-family:var(--font-mono);font-size:10px;letter-spacing:0.18em;text-transform:uppercase;color:var(--dim)">v<!-- -->0.0.11-beta.9</span></div><div class="h-actions"><div class="inline-flex items-center rounded-lg border border-border bg-muted/50 p-0.5 gap-0.5"><button title="Refresh" class="inline-flex items-center justify-center rounded-md p-1.5 transition-colors text-muted-foreground hover:text-foreground hover:bg-muted"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw w-3.5 h-3.5" aria-hidden="true"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg></button><div class="w-px h-4 bg-border"></div><div class="inline-flex items-center gap-0.5" role="group" aria-label="Auto-refresh interval"><button aria-pressed="true" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors bg-background text-foreground shadow-sm">Off</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">5s</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">10s</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">30s</button></div></div><span style="width:1px;height:18px;background:var(--line);margin:0 6px"></span><div class="relative"><button class="justify-center rounded-md text-sm font-medium transition-[background-color,color,box-shadow,border-color] duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1 focus-visible:ring-offset-background disabled:opacity-50 disabled:pointer-events-none hover:bg-muted h-9 px-3 relative z-50 flex items-center gap-1.5 text-muted-foreground hover:text-foreground" type="button" aria-expanded="false" aria-haspopup="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-git-branch h-4 w-4" aria-hidden="true"><path d="M15 6a9 9 0 0 0-9 9V3"></path><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle></svg><span class="hidden sm:inline text-xs">Reach Us</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3 transition-transform" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div></div></header><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><div class="fixed bottom-4 right-4 z-50 flex flex-col gap-2"></div><script src="/_next/static/chunks/0zbxssxh53n-3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[12344,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"PostHogProvider\"]\n3:I[97917,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"GlobalErrorListeners\"]\n4:I[85881,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"AutoRefreshProvider\"]\n5:I[63780,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"Navbar\"]\n6:I[39756,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"default\"]\n7:I[8821,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\",\"/_next/static/chunks/3xpjn3cdgm-7m.js\"],\"default\"]\n8:I[37457,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"default\"]\n9:I[55574,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"Toaster\"]\na:I[97367,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\ne:I[97367,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"ViewportBoundary\"]\n10:I[97367,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"MetadataBoundary\"]\n12:I[53348,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\",\"/_next/static/chunks/3nj6g3xu9uy78.js\"],\"default\"]\n:HL[\"/_next/static/chunks/29nrs5xs9c4hx.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/29nrs5xs9c4hx.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/29tg7deqmq32l.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/33u59vf_8xpd-.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0wwt5o04i4zwh.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark\",\"children\":[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{\"children\":[[\"$\",\"$L5\",null,{\"disabledPages\":[]}],[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$7\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/3xpjn3cdgm-7m.js\",\"async\":true}]],\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],[\"$\",\"$L9\",null,{}]]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,null]},null,false,\"$@d\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/29nrs5xs9c4hx.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"NYPiJP6Rv_exQdSFVS8HP\"}\n"])</script><script>self.__next_f.push([1,"13:[]\nd:\"$W13\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"14:I[27201,[\"/_next/static/chunks/29tg7deqmq32l.js\",\"/_next/static/chunks/33u59vf_8xpd-.js\",\"/_next/static/chunks/0wwt5o04i4zwh.js\"],\"IconMark\"]\nc:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"Failproof AI - Hooks \u0026 Project Monitor\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open-source hooks, policies, and project visualization for Claude Code \u0026 Agents SDK\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg\"}],[\"$\",\"$L14\",\"3\",{}]]\n"])</script></body></html>
@@ -1,22 +1,22 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[12344,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"PostHogProvider"]
3
- 3:I[97917,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"GlobalErrorListeners"]
4
- 4:I[85881,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"AutoRefreshProvider"]
5
- 5:I[63780,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"Navbar"]
6
- 6:I[39756,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
7
- 7:I[8821,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3xpjn3cdgm-7m.js"],"default"]
8
- 8:I[37457,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
9
- 9:I[55574,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"Toaster"]
10
- a:I[97367,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"OutletBoundary"]
2
+ 2:I[12344,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"PostHogProvider"]
3
+ 3:I[97917,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"GlobalErrorListeners"]
4
+ 4:I[85881,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"AutoRefreshProvider"]
5
+ 5:I[63780,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"Navbar"]
6
+ 6:I[39756,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
7
+ 7:I[8821,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3xpjn3cdgm-7m.js"],"default"]
8
+ 8:I[37457,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
9
+ 9:I[55574,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"Toaster"]
10
+ a:I[97367,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"OutletBoundary"]
11
11
  b:"$Sreact.suspense"
12
- e:I[97367,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"ViewportBoundary"]
13
- 10:I[97367,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"MetadataBoundary"]
14
- 12:I[53348,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/1m2yj97j7f_km.js"],"default"]
15
- :HL["/_next/static/chunks/09ueq8s1as8xs.css","style"]
16
- 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/09ueq8s1as8xs.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/2mni177pnjx6u.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/33u59vf_8xpd-.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0wwt5o04i4zwh.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"disabledPages":[],"auditSlippingCount":"$undefined"}],["$","$L6",null,{"parallelRouterKey":"children","error":"$7","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/3xpjn3cdgm-7m.js","async":true}]],"template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],["$","$L9",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/09ueq8s1as8xs.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"CVv2A0hMd24t0c0x3V-W_"}
12
+ e:I[97367,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"ViewportBoundary"]
13
+ 10:I[97367,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"MetadataBoundary"]
14
+ 12:I[53348,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3nj6g3xu9uy78.js"],"default"]
15
+ :HL["/_next/static/chunks/29nrs5xs9c4hx.css","style"]
16
+ 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/29nrs5xs9c4hx.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/29tg7deqmq32l.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/33u59vf_8xpd-.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0wwt5o04i4zwh.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"disabledPages":[]}],["$","$L6",null,{"parallelRouterKey":"children","error":"$7","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/3xpjn3cdgm-7m.js","async":true}]],"template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],["$","$L9",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/29nrs5xs9c4hx.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"NYPiJP6Rv_exQdSFVS8HP"}
17
17
  13:[]
18
18
  d:"$W13"
19
19
  f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
20
- 14:I[27201,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"IconMark"]
20
+ 14:I[27201,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"IconMark"]
21
21
  c:null
22
22
  11:[["$","title","0",{"children":"Failproof AI - Hooks & Project Monitor"}],["$","meta","1",{"name":"description","content":"Open-source hooks, policies, and project visualization for Claude Code & Agents SDK"}],["$","link","2",{"rel":"icon","href":"/icon.svg"}],["$","$L14","3",{}]]
@@ -1,22 +1,22 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[12344,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"PostHogProvider"]
3
- 3:I[97917,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"GlobalErrorListeners"]
4
- 4:I[85881,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"AutoRefreshProvider"]
5
- 5:I[63780,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"Navbar"]
6
- 6:I[39756,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
7
- 7:I[8821,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3xpjn3cdgm-7m.js"],"default"]
8
- 8:I[37457,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
9
- 9:I[55574,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"Toaster"]
10
- a:I[97367,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"OutletBoundary"]
2
+ 2:I[12344,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"PostHogProvider"]
3
+ 3:I[97917,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"GlobalErrorListeners"]
4
+ 4:I[85881,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"AutoRefreshProvider"]
5
+ 5:I[63780,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"Navbar"]
6
+ 6:I[39756,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
7
+ 7:I[8821,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3xpjn3cdgm-7m.js"],"default"]
8
+ 8:I[37457,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
9
+ 9:I[55574,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"Toaster"]
10
+ a:I[97367,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"OutletBoundary"]
11
11
  b:"$Sreact.suspense"
12
- e:I[97367,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"ViewportBoundary"]
13
- 10:I[97367,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"MetadataBoundary"]
14
- 12:I[53348,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/1m2yj97j7f_km.js"],"default"]
15
- :HL["/_next/static/chunks/09ueq8s1as8xs.css","style"]
16
- 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/09ueq8s1as8xs.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/2mni177pnjx6u.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/33u59vf_8xpd-.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0wwt5o04i4zwh.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"disabledPages":[],"auditSlippingCount":"$undefined"}],["$","$L6",null,{"parallelRouterKey":"children","error":"$7","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/3xpjn3cdgm-7m.js","async":true}]],"template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],["$","$L9",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/09ueq8s1as8xs.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"CVv2A0hMd24t0c0x3V-W_"}
12
+ e:I[97367,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"ViewportBoundary"]
13
+ 10:I[97367,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"MetadataBoundary"]
14
+ 12:I[53348,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3nj6g3xu9uy78.js"],"default"]
15
+ :HL["/_next/static/chunks/29nrs5xs9c4hx.css","style"]
16
+ 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/29nrs5xs9c4hx.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/29tg7deqmq32l.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/33u59vf_8xpd-.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0wwt5o04i4zwh.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"disabledPages":[]}],["$","$L6",null,{"parallelRouterKey":"children","error":"$7","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/3xpjn3cdgm-7m.js","async":true}]],"template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],["$","$L9",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/29nrs5xs9c4hx.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"NYPiJP6Rv_exQdSFVS8HP"}
17
17
  13:[]
18
18
  d:"$W13"
19
19
  f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
20
- 14:I[27201,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"IconMark"]
20
+ 14:I[27201,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"IconMark"]
21
21
  c:null
22
22
  11:[["$","title","0",{"children":"Failproof AI - Hooks & Project Monitor"}],["$","meta","1",{"name":"description","content":"Open-source hooks, policies, and project visualization for Claude Code & Agents SDK"}],["$","link","2",{"rel":"icon","href":"/icon.svg"}],["$","$L14","3",{}]]
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[97367,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"ViewportBoundary"]
3
- 3:I[97367,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"MetadataBoundary"]
2
+ 2:I[97367,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"ViewportBoundary"]
3
+ 3:I[97367,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 5:I[27201,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Failproof AI - Hooks & Project Monitor"}],["$","meta","1",{"name":"description","content":"Open-source hooks, policies, and project visualization for Claude Code & Agents SDK"}],["$","link","2",{"rel":"icon","href":"/icon.svg"}],["$","$L5","3",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"CVv2A0hMd24t0c0x3V-W_"}
5
+ 5:I[27201,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"IconMark"]
6
+ 0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Failproof AI - Hooks & Project Monitor"}],["$","meta","1",{"name":"description","content":"Open-source hooks, policies, and project visualization for Claude Code & Agents SDK"}],["$","link","2",{"rel":"icon","href":"/icon.svg"}],["$","$L5","3",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"NYPiJP6Rv_exQdSFVS8HP"}
@@ -1,11 +1,11 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[12344,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"PostHogProvider"]
3
- 3:I[97917,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"GlobalErrorListeners"]
4
- 4:I[85881,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"AutoRefreshProvider"]
5
- 5:I[63780,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"Navbar"]
6
- 6:I[39756,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
7
- 7:I[8821,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3xpjn3cdgm-7m.js"],"default"]
8
- 8:I[37457,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
9
- 9:I[55574,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"Toaster"]
10
- :HL["/_next/static/chunks/09ueq8s1as8xs.css","style"]
11
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/09ueq8s1as8xs.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/2mni177pnjx6u.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/33u59vf_8xpd-.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0wwt5o04i4zwh.js","async":true}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"disabledPages":[]}],["$","$L6",null,{"parallelRouterKey":"children","error":"$7","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/3xpjn3cdgm-7m.js","async":true}]],"template":["$","$L8",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]]}],["$","$L9",null,{}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"CVv2A0hMd24t0c0x3V-W_"}
2
+ 2:I[12344,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"PostHogProvider"]
3
+ 3:I[97917,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"GlobalErrorListeners"]
4
+ 4:I[85881,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"AutoRefreshProvider"]
5
+ 5:I[63780,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"Navbar"]
6
+ 6:I[39756,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
7
+ 7:I[8821,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js","/_next/static/chunks/3xpjn3cdgm-7m.js"],"default"]
8
+ 8:I[37457,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
9
+ 9:I[55574,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"Toaster"]
10
+ :HL["/_next/static/chunks/29nrs5xs9c4hx.css","style"]
11
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/29nrs5xs9c4hx.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/29tg7deqmq32l.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/33u59vf_8xpd-.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0wwt5o04i4zwh.js","async":true}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"disabledPages":[]}],["$","$L6",null,{"parallelRouterKey":"children","error":"$7","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/3xpjn3cdgm-7m.js","async":true}]],"template":["$","$L8",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]]}],["$","$L9",null,{}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"NYPiJP6Rv_exQdSFVS8HP"}
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[97367,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"OutletBoundary"]
2
+ 2:I[97367,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"CVv2A0hMd24t0c0x3V-W_"}
4
+ 0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"NYPiJP6Rv_exQdSFVS8HP"}
5
5
  4:null
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[39756,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
3
- 3:I[37457,["/_next/static/chunks/2mni177pnjx6u.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
2
+ 2:I[39756,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
3
+ 3:I[37457,["/_next/static/chunks/29tg7deqmq32l.js","/_next/static/chunks/33u59vf_8xpd-.js","/_next/static/chunks/0wwt5o04i4zwh.js"],"default"]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"CVv2A0hMd24t0c0x3V-W_"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"NYPiJP6Rv_exQdSFVS8HP"}
@@ -1,2 +1,2 @@
1
- :HL["/_next/static/chunks/09ueq8s1as8xs.css","style"]
2
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"CVv2A0hMd24t0c0x3V-W_"}
1
+ :HL["/_next/static/chunks/29nrs5xs9c4hx.css","style"]
2
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"NYPiJP6Rv_exQdSFVS8HP"}
@@ -0,0 +1,3 @@
1
+ {
2
+ "/api/audit/invite/route": "app/api/audit/invite/route.js"
3
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "devFiles": [],
3
+ "ampDevFiles": [],
4
+ "polyfillFiles": [],
5
+ "lowPriorityFiles": [],
6
+ "rootMainFiles": [],
7
+ "pages": {},
8
+ "ampFirstPages": []
9
+ }
@@ -0,0 +1,7 @@
1
+ var R=require("../../../../chunks/[turbopack]_runtime.js")("server/app/api/audit/invite/route.js")
2
+ R.c("server/chunks/node_modules_0-tu4ot._.js")
3
+ R.c("server/chunks/[root-of-the-server]__0xuaoik._.js")
4
+ R.c("server/chunks/[root-of-the-server]__1r1h8v9._.js")
5
+ R.c("server/chunks/_next-internal_server_app_api_audit_invite_route_actions_0-2n5sy.js")
6
+ R.m(69005)
7
+ module.exports=R.m(69005).exports
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sections": []
5
+ }
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../../.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/next-server/app-route-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/[externals]__14odj07._.js","../../../../chunks/[root-of-the-server]__0xuaoik._.js","../../../../chunks/[root-of-the-server]__1r1h8v9._.js","../../../../chunks/[turbopack]_runtime.js","../../../../chunks/_next-internal_server_app_api_audit_invite_route_actions_0-2n5sy.js","../../../../chunks/node_modules_0-tu4ot._.js","../../../../chunks/node_modules_posthog-node_dist_entrypoints_index_node_mjs_01r25oi._.js","./route_client-reference-manifest.js"]}