@attalabs/vinaya 0.20.1 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/README.md +76 -1
  2. package/aeg-root/enforcement.md +15 -7
  3. package/aeg-root/milestone-model.md +3 -1
  4. package/aeg-root/roles/architect.md +2 -2
  5. package/aeg-root/roles/archivist.md +2 -2
  6. package/aeg-root/roles/developer.md +3 -2
  7. package/aeg-root/roles/planner.md +2 -2
  8. package/aeg-root/roles/principal.md +1 -0
  9. package/aeg-root/roles/tranche-archivist.md +2 -2
  10. package/aeg-root/templates/issue-rationale-template.md +4 -4
  11. package/aeg-root/templates/pr-report-template.md +2 -0
  12. package/aeg-root/tranche-model.md +4 -4
  13. package/dist/checks/bin/check-body-bare-digits.js +392 -10
  14. package/dist/checks/bin/check-branch-topology.js +382 -2
  15. package/dist/checks/bin/check-brief-shape.js +357 -2
  16. package/dist/checks/bin/check-changeset-coverage.js +4262 -0
  17. package/dist/checks/bin/check-closes-n.js +382 -2
  18. package/dist/checks/bin/check-coherence.js +416 -8
  19. package/dist/checks/bin/check-dead-branch-push.js +357 -2
  20. package/dist/checks/bin/check-dispatch-readiness.js +492 -25
  21. package/dist/checks/bin/check-doc-coverage-push.js +392 -9
  22. package/dist/checks/bin/check-doc-coverage.js +392 -9
  23. package/dist/checks/bin/check-doctrine-portability.js +391 -8
  24. package/dist/checks/bin/check-evidence-fresh.js +357 -2
  25. package/dist/checks/bin/check-first-push-dispatch.js +481 -17
  26. package/dist/checks/bin/check-issue-assignment.js +382 -2
  27. package/dist/checks/bin/check-main-branch-refusal.js +357 -2
  28. package/dist/checks/bin/check-no-disk-state.js +357 -2
  29. package/dist/checks/bin/check-quoted-command.js +4514 -0
  30. package/dist/checks/bin/check-reader-resolvable-prose.js +430 -21
  31. package/dist/checks/bin/check-registry-gates.js +410 -7
  32. package/dist/checks/bin/check-retired-vocabulary.js +422 -13
  33. package/dist/checks/bin/check-review-gate.js +389 -6
  34. package/dist/checks/bin/check-single-plan-pr.js +357 -2
  35. package/dist/checks/bin/check-test-plan.js +357 -2
  36. package/dist/checks/bin/check-token-collection-wired.js +4081 -0
  37. package/dist/checks/bin/check-token-report.js +4096 -0
  38. package/dist/checks/bin/check-workspace-escape.js +359 -4
  39. package/dist/index.js +1607 -641
  40. package/package.json +1 -1
  41. package/studio-standalone/apps/vinaya-studio/web/.next/BUILD_ID +1 -1
  42. package/studio-standalone/apps/vinaya-studio/web/.next/build-manifest.json +3 -3
  43. package/studio-standalone/apps/vinaya-studio/web/.next/prerender-manifest.json +3 -3
  44. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.html +1 -1
  45. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.rsc +1 -1
  46. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  47. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  48. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  49. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  50. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  51. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_not-found/page/server-reference-manifest.json +2 -2
  52. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_not-found/page.js +2 -2
  53. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  54. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  55. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/api/coherence/route.js.nft.json +1 -1
  56. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/page/server-reference-manifest.json +2 -2
  57. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/page.js +2 -2
  58. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/page.js.nft.json +1 -1
  59. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/page_client-reference-manifest.js +1 -1
  60. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/backlog/page/server-reference-manifest.json +2 -2
  61. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/backlog/page.js +2 -2
  62. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/backlog/page.js.nft.json +1 -1
  63. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/backlog/page_client-reference-manifest.js +1 -1
  64. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/page/server-reference-manifest.json +2 -2
  65. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/page.js +3 -3
  66. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/page.js.nft.json +1 -1
  67. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/page_client-reference-manifest.js +1 -1
  68. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/page/server-reference-manifest.json +2 -2
  69. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/page.js +3 -3
  70. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/page.js.nft.json +1 -1
  71. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/page_client-reference-manifest.js +1 -1
  72. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/page/server-reference-manifest.json +2 -2
  73. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/page.js +3 -3
  74. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/page.js.nft.json +1 -1
  75. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/page_client-reference-manifest.js +1 -1
  76. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/tasks/[taskId]/page/server-reference-manifest.json +2 -2
  77. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/tasks/[taskId]/page.js +3 -3
  78. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/tasks/[taskId]/page.js.nft.json +1 -1
  79. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
  80. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/page/server-reference-manifest.json +2 -2
  81. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/page.js +3 -3
  82. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/page.js.nft.json +1 -1
  83. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/page_client-reference-manifest.js +1 -1
  84. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/tranches/page/server-reference-manifest.json +2 -2
  85. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/tranches/page.js +2 -2
  86. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/tranches/page.js.nft.json +1 -1
  87. package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/tranches/page_client-reference-manifest.js +1 -1
  88. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/[root-of-the-server]__02a-3g8._.js +1 -1
  89. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/1q96_modules_@clerk_nextjs_dist_esm_app-router_client_keyless-creator-reader_0lom2js.js +1 -1
  90. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__0053k9k._.js +1 -1
  91. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__0112h-k._.js +1 -1
  92. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__02c71kv._.js +1 -1
  93. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__040smoa._.js +1 -1
  94. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/{[root-of-the-server]__16cuydh._.js → [root-of-the-server]__069-_41._.js} +1 -1
  95. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__0cxtq46._.js +25 -18
  96. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__0o771t1._.js +1 -1
  97. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__0puovz5._.js +1 -1
  98. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/{[root-of-the-server]__0ykun-j._.js → [root-of-the-server]__0z6dav-._.js} +3 -3
  99. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__18kqy4q._.js +1 -1
  100. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__19jyp3m._.js +1 -1
  101. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__1hs0dcu._.js +1 -1
  102. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__1wc4-ip._.js +1 -1
  103. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__1widio3._.js +1 -1
  104. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__1yoa8tx._.js +3 -0
  105. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_03x_w6q._.js +1 -1
  106. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_0gvm3og._.js +1 -1
  107. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_0lwxg63._.js +1 -1
  108. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_0o54suy._.js +1 -1
  109. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_0wxycau._.js +1 -1
  110. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_0x999pb._.js +1 -1
  111. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_1-6rzip._.js +1 -1
  112. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_1fqw88f._.js +2 -2
  113. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/{_0zys35s._.js → _1mqrlbl._.js} +2 -2
  114. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/{_1c9b9j-._.js → _1mrtj0f._.js} +2 -2
  115. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_1n0cnq-._.js +1 -1
  116. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/{apps_vinaya-studio_web_src_app_studio_18kqbvs._.js → apps_vinaya-studio_web_src_app_studio_06it6s-._.js} +2 -2
  117. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/apps_vinaya-studio_web_src_app_studio_projects_[name]_tranches_[slug]_05ufo8i._.js +1 -1
  118. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/node_modules_1vo08dj._.js +2 -2
  119. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/packages_ui_libraries_animate_components_index_ts_186fje1._.js +1 -1
  120. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/packages_ui_libraries_brutal_components_index_ts_0n_lcc4._.js +1 -1
  121. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/packages_ui_libraries_retro_components_index_ts_0wvpm_z._.js +1 -1
  122. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/packages_ui_libraries_retro_components_index_ts_1_cfi48._.js +1 -1
  123. package/studio-standalone/apps/vinaya-studio/web/.next/server/middleware-build-manifest.js +3 -3
  124. package/studio-standalone/apps/vinaya-studio/web/.next/server/pages/500.html +1 -1
  125. package/studio-standalone/apps/vinaya-studio/web/.next/server/server-reference-manifest.js +1 -1
  126. package/studio-standalone/apps/vinaya-studio/web/.next/server/server-reference-manifest.json +3 -3
  127. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/00pi8vhg8w6gi.js +1 -0
  128. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/03q0q9n6-xah8.js +1 -0
  129. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/0vc2u252q5q6o.js +1 -0
  130. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/13g16cu00g570.js +1 -0
  131. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{1lk7h-0buf4ab.js → 1hufpuody6vjv.js} +1 -1
  132. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/1sfxfunirkcr6.js +1 -0
  133. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{29-foak16tjfu.js → 206ajg8f1a-_h.js} +1 -1
  134. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{0ea8-8nopz29h.js → 267o-tsrnuwnv.js} +1 -1
  135. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{0msr2a1i-x-br.js → 279qq4twinc97.js} +1 -1
  136. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{112g08xpx3kro.js → 2ka8dg687auhj.js} +1 -1
  137. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{0up5x3jg-cwov.js → 2rn89uwtf2lwc.js} +1 -1
  138. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{2twnwe77d4n-m.js → 37hnluhzj9bei.js} +4 -4
  139. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/3qc67qhcvbg0o.css +1 -0
  140. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{30ojnsx3p4lp4.js → 3zugx9esh2x51.js} +1 -1
  141. package/studio-standalone/apps/vinaya-studio/web/package.json +2 -2
  142. package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__1rku4gz._.js +0 -3
  143. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/0_jnwbarv-cqk.js +0 -1
  144. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/0la0hhmjprdxm.css +0 -1
  145. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/25j-y57ng11hl.js +0 -1
  146. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/30lyvn0yzwdiz.js +0 -1
  147. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/35u8inxa732is.js +0 -1
  148. package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/3r5efmleneaco.js +0 -1
  149. /package/studio-standalone/_node_modules/@attalabs/{aeg-core → vinaya/studio-standalone/_node_modules/@attalabs/aeg-core}/bin/verify-coherence.ts +0 -0
  150. /package/studio-standalone/apps/vinaya-studio/web/.next/static/{b2VfZK2AItZwlghK_pUN0 → Fmyc42qzLwFcWWHLLNy-G}/_buildManifest.js +0 -0
  151. /package/studio-standalone/apps/vinaya-studio/web/.next/static/{b2VfZK2AItZwlghK_pUN0 → Fmyc42qzLwFcWWHLLNy-G}/_clientMiddlewareManifest.js +0 -0
  152. /package/studio-standalone/apps/vinaya-studio/web/.next/static/{b2VfZK2AItZwlghK_pUN0 → Fmyc42qzLwFcWWHLLNy-G}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,263724,867927,471415,566407,e=>{"use strict";var t=e.i(843476),a=e.i(271645),r=e.i(690923);let n=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("code",{ref:n,className:(0,r.cn)("rounded-sm bg-muted px-1.5 py-0.5 font-mono text-[0.92em] text-foreground",e),...a}));n.displayName="Code";let i=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("pre",{ref:n,className:(0,r.cn)("my-4 overflow-x-auto rounded-md bg-muted p-4 font-mono text-sm text-foreground",e),...a}));i.displayName="CodeBlock",e.s(["Code",0,n,"CodeBlock",0,i],263724);var o=e.i(991918),s=e.i(986253);e.s(["ChevronRight",()=>s.default],867927);var s=s;let l=(0,e.i(456420).default)("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]),d=a.forwardRef(({...e},a)=>(0,t.jsx)("nav",{ref:a,"aria-label":"breadcrumb",...e}));d.displayName="Breadcrumb";let c=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("ol",{ref:n,className:(0,r.cn)("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",e),...a}));c.displayName="BreadcrumbList";let u=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("li",{ref:n,className:(0,r.cn)("inline-flex items-center gap-1.5",e),...a}));u.displayName="BreadcrumbItem";let m=a.forwardRef(({asChild:e,className:a,...n},i)=>{let s=e?o.Slot:"a";return(0,t.jsx)(s,{ref:i,className:(0,r.cn)("transition-colors hover:text-foreground",a),...n})});m.displayName="BreadcrumbLink";let p=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("span",{ref:n,role:"link","aria-disabled":"true","aria-current":"page",className:(0,r.cn)("font-normal text-foreground",e),...a}));p.displayName="BreadcrumbPage";let f=({children:e,className:a,...n})=>(0,t.jsx)("li",{role:"presentation","aria-hidden":"true",className:(0,r.cn)("[&>svg]:w-3.5 [&>svg]:h-3.5",a),...n,children:e??(0,t.jsx)(s.default,{})});f.displayName="BreadcrumbSeparator";let g=({className:e,...a})=>(0,t.jsxs)("span",{role:"presentation","aria-hidden":"true",className:(0,r.cn)("flex h-9 w-9 items-center justify-center",e),...a,children:[(0,t.jsx)(l,{className:"h-4 w-4"}),(0,t.jsx)("span",{className:"sr-only",children:"More"})]});g.displayName="BreadcrumbElipssis",e.s(["Breadcrumb",0,d,"BreadcrumbEllipsis",0,g,"BreadcrumbItem",0,u,"BreadcrumbLink",0,m,"BreadcrumbList",0,c,"BreadcrumbPage",0,p,"BreadcrumbSeparator",0,f],471415),e.s(["makeScrollableTable",0,function(e,a){function n({className:i,containerClassName:o,stickyHeader:s=!1,...l}){return(0,t.jsx)("div",{className:"@container/tbl w-full min-w-0 max-w-full",children:(0,t.jsx)("div",{className:(0,r.cn)(s&&"@min-[780px]/tbl:[&>div]:overflow-visible",s&&a,o),children:(0,t.jsx)(e,{className:i,...l})})})}return n.displayName="Table",n}],566407)},828627,974817,15758,e=>{"use strict";var t=e.i(843476),a=e.i(991918),r=e.i(690923),n=e.i(271645);let i=n.default.forwardRef(({asChild:e,as:n="div",direction:i,align:o,justify:s,wrap:l,gap:d,className:c,...u},m)=>{let p=e?a.Slot:n,f=(0,r.cn)((e=>{let{direction:t,align:a,justify:r,wrap:n,gap:i}=e,o=["flex"];"column"===t&&o.push("flex-col"),"row-reverse"===t&&o.push("flex-row-reverse"),"column-reverse"===t&&o.push("flex-col-reverse"),"start"===a&&o.push("items-start"),"center"===a&&o.push("items-center"),"end"===a&&o.push("items-end"),"baseline"===a&&o.push("items-baseline"),"stretch"===a&&o.push("items-stretch"),"start"===r&&o.push("justify-start"),"center"===r&&o.push("justify-center"),"end"===r&&o.push("justify-end"),"between"===r&&o.push("justify-between"),"around"===r&&o.push("justify-around"),"evenly"===r&&o.push("justify-evenly"),"wrap"===n&&o.push("flex-wrap"),"nowrap"===n&&o.push("flex-nowrap"),"wrap-reverse"===n&&o.push("flex-wrap-reverse");let s=(e=>{if(void 0!==e)return({0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",7:"gap-7",8:"gap-8",9:"gap-9",10:"gap-10",11:"gap-11",12:"gap-12",14:"gap-14",16:"gap-16",20:"gap-20",24:"gap-24",28:"gap-28",32:"gap-32",36:"gap-36",40:"gap-40",44:"gap-44",48:"gap-48",52:"gap-52",56:"gap-56",60:"gap-60",64:"gap-64",72:"gap-72",80:"gap-80",96:"gap-96"})[e]||`gap-[${.25*e}rem]`})(i);return s&&o.push(s),o})({direction:i,align:o,justify:s,wrap:l,gap:d}),c);return(0,t.jsx)(p,{...u,ref:m,className:f})});i.displayName="Flex",e.s(["Flex",0,i],974817),e.i(702201);let o={xs:"text-xs",sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"},s={normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold"},l=n.forwardRef(({as:e="p",size:a="md",weight:n,muted:i,className:l,children:d,...c},u)=>(0,t.jsx)(e,{ref:u,className:(0,r.cn)(o[a],n&&s[n],i&&"text-muted-foreground",l),...c,children:d}));l.displayName="Text",e.s(["Text",0,l],15758),e.i(519410),e.i(947511),e.i(467384),e.s([],828627)},595040,e=>{"use strict";e.i(816396),e.s([])},687607,e=>{"use strict";var t=e.i(271645),a=e.i(981140),r=e.i(30030),n=e.i(369340),i=e.i(934620),o=e.i(820783),s=e.i(248425),l=e.i(296626),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,m=(e,t)=>u(e,"name",{value:t,configurable:!0}),p="Collapsible",[f,g]=(0,r.createContextScope)(p),[x,h]=f(p),v=t.forwardRef(m(function(e,a){let{__scopeCollapsible:r,open:i,defaultOpen:o,disabled:l,onOpenChange:u,...m}=e,[f,g]=(0,n.useControllableState)({prop:i,defaultProp:o??!1,onChange:u,caller:p});return(0,c.jsx)(x,{scope:r,disabled:l,contentId:(0,d.useId)(),open:f,onOpenToggle:t.useCallback(()=>g(e=>!e),[g]),children:(0,c.jsx)(s.Primitive.div,{"data-state":N(f),"data-disabled":l?"":void 0,...m,ref:a})})},"Collapsible")),b=t.forwardRef(m(function(e,t){let{__scopeCollapsible:r,...n}=e,i=h("CollapsibleTrigger",r);return(0,c.jsx)(s.Primitive.button,{type:"button","aria-controls":i.open?i.contentId:void 0,"aria-expanded":i.open||!1,"data-state":N(i.open),"data-disabled":i.disabled?"":void 0,disabled:i.disabled,...n,ref:t,onClick:(0,a.composeEventHandlers)(e.onClick,i.onOpenToggle)})},"CollapsibleTrigger")),y="CollapsibleContent",w=t.forwardRef(m(function(e,t){let{forceMount:a,...r}=e,n=h(y,e.__scopeCollapsible);return(0,c.jsx)(l.Presence,{present:a||n.open,children:({present:e})=>(0,c.jsx)(j,{...r,ref:t,present:e})})},"CollapsibleContent")),j=t.forwardRef(m(function(e,a){let{__scopeCollapsible:r,present:n,children:l,...d}=e,u=h(y,r),[m,p]=t.useState(n),f=t.useRef(null),g=(0,o.useComposedRefs)(a,f),x=t.useRef(0),v=x.current,b=t.useRef(0),w=b.current,j=u.open||m,T=t.useRef(j),k=t.useRef(void 0);return t.useEffect(()=>{let e=requestAnimationFrame(()=>T.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,i.useLayoutEffect)(()=>{let e=f.current;if(e){k.current=k.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let t=e.getBoundingClientRect();x.current=t.height,b.current=t.width,T.current||(e.style.transitionDuration=k.current.transitionDuration,e.style.animationName=k.current.animationName),p(n)}},[u.open,n]),(0,c.jsx)(s.Primitive.div,{"data-state":N(u.open),"data-disabled":u.disabled?"":void 0,id:u.contentId,hidden:!j,...d,ref:g,style:{"--radix-collapsible-content-height":v?`${v}px`:void 0,"--radix-collapsible-content-width":w?`${w}px`:void 0,...e.style},children:j&&l})},"CollapsibleContentImpl"));function N(e){return e?"open":"closed"}m(N,"getState"),e.s(["Collapsible",0,v,"CollapsibleContent",0,w,"CollapsibleTrigger",0,b,"Content",0,w,"Root",0,v,"Trigger",0,b,"createCollapsibleScope",0,g])},382449,e=>{"use strict";var t=e.i(388474);e.s(["Checkbox",0,t])},768467,e=>{"use strict";var t=e.i(57287);e.s(["Switch",0,t])},504607,e=>{"use strict";var t=e.i(980305);e.s(["Toggle",0,t])},503636,358729,e=>{"use strict";var t=e.i(26495);e.s(["ChevronDownIcon",()=>t.default],503636);var a=e.i(144716);e.s(["ChevronUpIcon",()=>a.default],358729)},926209,e=>{"use strict";var t=e.i(271645),a=e.i(981140),r=e.i(30030),n=e.i(842727),i=e.i(296626),o=e.i(248425),s=e.i(586318),l=e.i(369340),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,m=(e,t)=>u(e,"name",{value:t,configurable:!0}),p="Tabs",[f,g]=(0,r.createContextScope)(p,[n.createRovingFocusGroupScope]),x=(0,n.createRovingFocusGroupScope)(),[h,v]=f(p),b=t.forwardRef(m(function(e,t){let{__scopeTabs:a,value:r,onValueChange:n,defaultValue:i,orientation:u="horizontal",dir:m,activationMode:f="automatic",...g}=e,x=(0,s.useDirection)(m),[v,b]=(0,l.useControllableState)({prop:r,onChange:n,defaultProp:i??"",caller:p});return(0,c.jsx)(h,{scope:a,baseId:(0,d.useId)(),value:v,onValueChange:b,orientation:u,dir:x,activationMode:f,children:(0,c.jsx)(o.Primitive.div,{dir:x,"data-orientation":u,...g,ref:t})})},"Tabs")),y=t.forwardRef(m(function(e,t){let{__scopeTabs:a,loop:r=!0,...i}=e,s=v("TabsList",a),l=x(a);return(0,c.jsx)(n.Root,{asChild:!0,...l,orientation:s.orientation,dir:s.dir,loop:r,children:(0,c.jsx)(o.Primitive.div,{role:"tablist","aria-orientation":s.orientation,...i,ref:t})})},"TabsList")),w=t.forwardRef(m(function(e,t){let{__scopeTabs:r,value:i,disabled:s=!1,...l}=e,d=v("TabsTrigger",r),u=x(r),m=N(d.baseId,i),p=T(d.baseId,i),f=i===d.value;return(0,c.jsx)(n.Item,{asChild:!0,...u,focusable:!s,active:f,children:(0,c.jsx)(o.Primitive.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":p,"data-state":f?"active":"inactive","data-disabled":s?"":void 0,disabled:s,id:m,...l,ref:t,onMouseDown:(0,a.composeEventHandlers)(e.onMouseDown,e=>{s||0!==e.button||!1!==e.ctrlKey?e.preventDefault():d.onValueChange(i)}),onKeyDown:(0,a.composeEventHandlers)(e.onKeyDown,e=>{!s&&e.target===e.currentTarget&&[" ","Enter"].includes(e.key)&&d.onValueChange(i)}),onFocus:(0,a.composeEventHandlers)(e.onFocus,()=>{let e="manual"!==d.activationMode;f||s||!e||d.onValueChange(i)})})})},"TabsTrigger")),j=t.forwardRef(m(function(e,a){let{__scopeTabs:r,value:n,forceMount:s,children:l,...d}=e,u=v("TabsContent",r),m=N(u.baseId,n),p=T(u.baseId,n),f=n===u.value,g=t.useRef(f);return t.useEffect(()=>{let e=requestAnimationFrame(()=>g.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,c.jsx)(i.Presence,{present:s||f,children:({present:t})=>(0,c.jsx)(o.Primitive.div,{"data-state":f?"active":"inactive","data-orientation":u.orientation,role:"tabpanel","aria-labelledby":m,hidden:!t,id:p,tabIndex:0,...d,ref:a,style:{...e.style,animationDuration:g.current?"0s":void 0},children:t&&l})})},"TabsContent"));function N(e,t){return`${e}-trigger-${t}`}function T(e,t){return`${e}-content-${t}`}m(N,"makeTriggerId"),m(T,"makeContentId"),e.s(["Content",0,j,"List",0,y,"Root",0,b,"Tabs",0,b,"TabsContent",0,j,"TabsList",0,y,"TabsTrigger",0,w,"Trigger",0,w,"createTabsScope",0,g])},19710,929570,336583,76616,721930,7956,992250,137951,186506,398313,888624,884941,e=>{"use strict";var t=e.i(843476),a=e.i(225913),r=e.i(586011),n=e.i(690923);let i=(0,a.cva)("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded border-2 px-2 py-0.5 text-xs font-head font-medium whitespace-nowrap shadow-sm transition-all focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive [&>svg]:pointer-events-none [&>svg]:size-3!",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",secondary:"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",destructive:"bg-destructive text-destructive-foreground [a]:hover:bg-destructive/90",outline:"bg-transparent text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground",ghost:"border-transparent bg-transparent shadow-none hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50",link:"border-transparent bg-transparent shadow-none text-primary underline-offset-4 hover:underline"}},defaultVariants:{variant:"default"}});function o({className:e,size:a="default",...r}){return(0,t.jsx)("div",{"data-slot":"card","data-size":a,className:(0,n.cn)("group/card flex flex-col gap-(--card-spacing) overflow-hidden rounded border-2 bg-card py-(--card-spacing) text-sm text-card-foreground shadow-md [--card-spacing:--spacing(4)] has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:[--card-spacing:--spacing(3)] data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl",e),...r})}e.s(["Badge",0,function({className:e,variant:a="default",asChild:o=!1,...s}){let l=o?r.Slot.Root:"span";return(0,t.jsx)(l,{"data-slot":"badge","data-variant":a,className:(0,n.cn)(i({variant:a}),e),...s})}],929570),e.i(263724),e.s(["Card",0,o,"CardAction",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-action",className:(0,n.cn)("col-start-2 row-span-2 row-start-1 self-start justify-self-end",e),...a})},"CardContent",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,n.cn)("px-(--card-spacing)",e),...a})},"CardDescription",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,n.cn)("text-sm text-muted-foreground",e),...a})},"CardFooter",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,n.cn)("flex items-center rounded-b-xl border-t-2 bg-muted/50 p-(--card-spacing)",e),...a})},"CardHeader",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,n.cn)("group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-(--card-spacing) has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-(--card-spacing)",e),...a})},"CardTitle",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,n.cn)("cn-font-heading text-base leading-snug font-medium group-data-[size=sm]/card:text-sm",e),...a})}],336583),e.s(["ChromeFrame",0,function({variant:e,className:a,children:r,...i}){return"rail"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,n.cn)("flex h-full w-full flex-col overflow-hidden rounded bg-sidebar py-0",a),...i,children:r})}):"panel"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,n.cn)("flex h-full w-full flex-col overflow-y-auto rounded bg-card py-0",a),...i,children:r})}):"bar"===e?(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,n.cn)("flex w-full flex-row items-center rounded bg-card py-0",a),...i,children:r})}):(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,n.cn)("relative flex h-14 w-full flex-row items-center gap-0 rounded px-6 py-0 overflow-visible",a),...i,children:r})})}],76616),e.i(971763);var s=e.i(829834);e.s(["TabsTrigger",0,function({className:e,...a}){return(0,t.jsx)(s.TabsTrigger,{className:(0,n.cn)(e,"data-active:hover:text-primary-foreground"),...a})}],721930),e.i(277718),e.i(900843),e.i(382115),e.i(19810),e.i(649320);var l=e.i(392784);function d({variant:e,size:a,error:r,leftSection:i,rightSection:o,className:s,...c}){return i||o?(0,t.jsxs)("div",{className:"w-full flex items-center gap-1",children:[i,(0,t.jsx)(l.Input,{className:(0,n.cn)("flex-1",r&&"border-destructive",s),...c}),o]}):(0,t.jsx)(l.Input,{className:(0,n.cn)(r&&"border-destructive",s),...c})}function c({className:e,leftSection:a,rightSection:r,error:i,children:o}){return(0,t.jsxs)("div",{className:(0,n.cn)("w-full flex gap-1 items-center",i&&"border-destructive",e),children:[a,o,r]})}d.displayName="Input",c.displayName="InputBlock",e.s(["Input",0,d,"InputBlock",0,c],7956),e.i(500418),e.i(691298),e.i(311690),e.i(396409),e.i(74778),e.i(598349),e.i(471415);var u=e.i(503636),m=e.i(576958),m=m;let p=(0,a.cva)("group/navigation-menu-trigger inline-flex h-9 w-max items-center justify-center rounded px-2.5 py-1.5 text-sm font-medium transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary disabled:pointer-events-none disabled:opacity-50 data-popup-open:bg-accent data-popup-open:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground");function f({className:e,...a}){return(0,t.jsx)("div",{className:(0,n.cn)("absolute top-full left-0 isolate z-50 flex justify-center"),children:(0,t.jsx)(m.Viewport,{"data-slot":"navigation-menu-viewport",className:(0,n.cn)("origin-top-center relative mt-1.5 h-(--radix-navigation-menu-viewport-height) w-full overflow-hidden rounded border-2 bg-popover text-popover-foreground shadow-md duration-100 md:w-(--radix-navigation-menu-viewport-width) data-open:animate-in data-open:zoom-in-90 data-closed:animate-out data-closed:zoom-out-90",e),...a})})}e.s(["NavigationMenu",0,function({className:e,children:a,viewport:r=!0,...i}){return(0,t.jsxs)(m.Root,{"data-slot":"navigation-menu","data-viewport":r,className:(0,n.cn)("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",e),...i,children:[a,r&&(0,t.jsx)(f,{})]})},"NavigationMenuContent",0,function({className:e,...a}){return(0,t.jsx)(m.Content,{"data-slot":"navigation-menu-content",className:(0,n.cn)("top-0 left-0 w-full p-1 ease-[cubic-bezier(0.22,1,0.36,1)] group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded group-data-[viewport=false]/navigation-menu:border-2 group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:shadow-md group-data-[viewport=false]/navigation-menu:duration-300 data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 data-[motion^=from-]:animate-in data-[motion^=from-]:fade-in data-[motion^=to-]:animate-out data-[motion^=to-]:fade-out **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none md:absolute md:w-auto group-data-[viewport=false]/navigation-menu:data-open:animate-in group-data-[viewport=false]/navigation-menu:data-open:fade-in-0 group-data-[viewport=false]/navigation-menu:data-open:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-closed:animate-out group-data-[viewport=false]/navigation-menu:data-closed:fade-out-0 group-data-[viewport=false]/navigation-menu:data-closed:zoom-out-95",e),...a})},"NavigationMenuIndicator",0,function({className:e,...a}){return(0,t.jsx)(m.Indicator,{"data-slot":"navigation-menu-indicator",className:(0,n.cn)("top-full z-1 flex h-1.5 items-end justify-center overflow-hidden data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:animate-in data-[state=visible]:fade-in",e),...a,children:(0,t.jsx)("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"})})},"NavigationMenuItem",0,function({className:e,...a}){return(0,t.jsx)(m.Item,{"data-slot":"navigation-menu-item",className:(0,n.cn)("relative",e),...a})},"NavigationMenuLink",0,function({className:e,...a}){return(0,t.jsx)(m.Link,{"data-slot":"navigation-menu-link",className:(0,n.cn)("flex items-center gap-2 rounded-sm p-2 text-sm transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary in-data-[slot=navigation-menu-content]:rounded-sm data-active:bg-accent data-active:text-accent-foreground [&_svg:not([class*='size-'])]:size-4",e),...a})},"NavigationMenuList",0,function({className:e,...a}){return(0,t.jsx)(m.List,{"data-slot":"navigation-menu-list",className:(0,n.cn)("group flex flex-1 list-none items-center justify-center gap-0",e),...a})},"NavigationMenuTrigger",0,function({className:e,children:a,...r}){return(0,t.jsxs)(m.Trigger,{"data-slot":"navigation-menu-trigger",className:(0,n.cn)(p(),"group",e),...r,children:[a," ",(0,t.jsx)(u.ChevronDownIcon,{className:"relative top-px ml-1 size-3 transition duration-300 group-data-popup-open/navigation-menu-trigger:rotate-180 group-data-open/navigation-menu-trigger:rotate-180","aria-hidden":"true"})]})},"NavigationMenuViewport",0,f,"navigationMenuTriggerStyle",0,p],992250);var g=e.i(408277);let x=(0,e.i(566407).makeScrollableTable)(g.Table,"@min-[780px]/tbl:[&_thead_th]:sticky @min-[780px]/tbl:[&_thead_th]:top-0 @min-[780px]/tbl:[&_thead_th]:z-10 @min-[780px]/tbl:[&_thead_th]:bg-muted @min-[780px]/tbl:[&_thead_th]:shadow-[inset_0_-2px_0_0_var(--border)] @min-[780px]/tbl:[&_thead_th:first-child]:rounded-tl @min-[780px]/tbl:[&_thead_th:last-child]:rounded-tr");e.s(["Table",0,x,"TableCell",0,function({className:e,...a}){return(0,t.jsx)(g.TableCell,{className:(0,n.cn)("whitespace-normal",e),...a})}],137951),e.i(828627);var h=e.i(881736);e.s(["Button",0,function({className:e,...a}){return(0,t.jsx)(h.Button,{className:(0,n.cn)(e,"leading-none"),...a})}],186506);var v=e.i(96834);let b=(0,n.cn)("data-[state=checked]:bg-primary","[&_[data-slot=switch-thumb]]:data-[state=unchecked]:translate-x-0","[&_[data-slot=switch-thumb]]:data-[state=checked]:bg-background","data-[size=default]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-5","data-[size=sm]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-4");e.s(["Switch",0,function({className:e,...a}){return(0,t.jsx)(v.Switch,{className:(0,n.cn)(b,e),...a})}],398313);var y=e.i(802143);e.s(["Toggle",0,function({className:e,...a}){return(0,t.jsx)(y.Toggle,{className:(0,n.cn)(e,"cursor-pointer disabled:cursor-not-allowed"),...a})}],888624),e.i(678223),e.i(575360);var w=e.i(271645),j=e.i(579104);e.s(["SidebarMenuButton",0,function({render:e,children:a,asChild:r,...n}){return e&&(0,w.isValidElement)(e)?(0,t.jsx)(j.SidebarMenuButton,{asChild:!0,...n,children:(0,w.cloneElement)(e,void 0,a)}):(0,t.jsx)(j.SidebarMenuButton,{asChild:r,...n,children:a})}],884941),e.i(732002),e.i(943696),e.i(595040),e.s([],19710)},207530,e=>{"use strict";e.i(19710),e.s([])},441468,e=>{"use strict";var t=e.i(19810),a=e.i(9963);e.s(["Select",()=>a.Select,"SelectContent",()=>t.SelectContent,"SelectGroup",()=>a.SelectGroup,"SelectItem",()=>a.SelectItem,"SelectLabel",()=>a.SelectLabel,"SelectScrollDownButton",()=>a.SelectScrollDownButton,"SelectScrollUpButton",()=>a.SelectScrollUpButton,"SelectSeparator",()=>a.SelectSeparator,"SelectTrigger",()=>a.SelectTrigger,"SelectValue",()=>a.SelectValue])},915215,e=>{"use strict";var t=e.i(575360),a=e.i(359607);e.s(["ToastProvider",()=>t.ToastProvider,"useToastContext",()=>a.useToastContext])},102773,e=>{"use strict";let t=(0,e.i(456420).default)("funnel",[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",key:"sc7q7i"}]]);e.s(["Filter",0,t],102773)},388610,e=>{"use strict";var t=e.i(843476);let a="vinaya/",r=[{key:"blocked",id:"vinaya/blocked",category:"state",form:"literal",carries:"Execution is halted pending an external unblock; wins over every other derived status."},{key:"tier-0",id:"vinaya/tier:0",category:"tier",form:"literal",carries:"Lowest governance weight — typecheck, lint, tests, and a conforming PR body."},{key:"tier-1",id:"vinaya/tier:1",category:"tier",form:"literal",carries:"Tier 0 plus spec/skill coverage and a passing verify-docs run."},{key:"tier-3",id:"vinaya/tier:3",category:"tier",form:"literal",carries:"Tier 1 plus the reasoning for the change, stated in the pull request that makes it."},{key:"tranche",id:"vinaya/tranche:",category:"tranche",form:"prefix",carries:"The tranche slug this task Issue belongs to — the forge's grouping key, matched by prefix."},{key:"needs-execution-input",id:"vinaya/needs:execution-input",category:"needs",form:"literal",carries:"Waiting on a missing execution detail — a flag, a dependency, a value the brief did not carry."},{key:"needs-strategy-input",id:"vinaya/needs:strategy-input",category:"needs",form:"literal",carries:"Waiting on a strategy call — the brief assumes an approach the codebase has moved away from."},{key:"needs-principal-input",id:"vinaya/needs:principal-input",category:"needs",form:"literal",carries:"Waiting on the Principal — a product-level call no agent may make."},{key:"needs-brief-correction",id:"vinaya/needs:brief-correction",category:"needs",form:"literal",carries:"Waiting on the Brief Author — the brief contradicts the surface it describes."},{key:"waiver-docs",id:"vinaya/waiver:docs",category:"waiver",form:"literal",carries:"Doc-coverage gate excused for this PR — honored only when a principal applied it."},{key:"waiver-review",id:"vinaya/waiver:review",category:"waiver",form:"literal",carries:"Review gate excused for this PR — honored only when a principal applied it."},{key:"override-docs",id:"vinaya/override:docs",category:"waiver",form:"literal",carries:"The whole verify-docs gate suppressed for this PR — a Principal-only blunt override, wider than a waiver."},{key:"incoherent",id:"vinaya/incoherent",category:"flag",form:"literal",carries:"Closed COMPLETED with no merged-PR link — done-but-unprovable, surfaced for a human."},{key:"direct-main-push",id:"vinaya/direct-main-push",category:"flag",form:"literal",carries:"A commit reached main with no associated merged PR — ring-2 detection, never a mutation."},{key:"dead-branch-push",id:"vinaya/dead-branch-push",category:"flag",form:"literal",carries:"Commits landed on a branch after its PR had already resolved — daily-drift detection."},{key:"state-object",id:"vinaya/state-object",category:"kind",form:"literal",carries:"A permanent forge-native storage object, never actionable work — excluded from every backlog."}],n=new Map(r.map(e=>[e.key,e]));function i(e){let t=n.get(e);if(!t)throw Error(`labels.ts: no LABELS entry for key '${e}'`);return t}e.i(207530);var o=e.i(186506),s=e.i(137951),l=e.i(408277),d=e.i(102773),c=e.i(263676),u=e.i(271645),m=e.i(929570);let p={project:"text-primary border-primary/40",tier:"text-foreground border-border",state:"text-primary border-primary/40",needs:"text-warning border-warning/40",flag:"text-destructive border-destructive/40",other:"text-muted-foreground border-border"};function f(e){let t=r.find(t=>{var a;let r;return a=t.key,"prefix"===(r=i(a)).form?e.startsWith(r.id):e===r.id});return t?"tier"===t.category?"tier":"state"===t.category?"state":"needs"===t.category?"needs":"flag"===t.category?"flag":"other":"other"}function g(e){return{tier:e.find(e=>"tier"===f(e))??null,flags:e.filter(e=>{let t=f(e);return"needs"===t||"state"===t||"flag"===t})}}function x({label:e}){return(0,t.jsx)(m.Badge,{variant:"outline",className:`font-mono text-xs ${p[f(e)]}`,children:e.startsWith(a)?e.slice(a.length):e})}function h({project:e}){return(0,t.jsx)(m.Badge,{variant:"outline",className:`font-mono text-xs ${p.project}`,children:e})}function v(){return(0,t.jsx)("span",{className:"font-mono text-xs text-muted-foreground/60",children:"—"})}let b="flex min-w-0 flex-wrap gap-1 [&>*]:h-auto [&>*]:max-w-full [&>*]:overflow-visible [&>*]:break-words [&>*]:whitespace-normal",y="backlog-filter-heading",w=i("tier-0").id.replace(/0$/,"");function j({label:e,active:a,onToggle:r}){return(0,t.jsx)(o.Button,{type:"button",variant:a?"default":"outline",size:"sm",onClick:r,"aria-pressed":a,className:`h-7 font-mono text-xs ${a?"border-primary bg-accent text-accent-foreground hover:bg-accent/90":"text-muted-foreground"}`,children:e})}function N({name:e,options:a,selected:r,onToggle:n,strip:i=""}){return 0===a.length?null:(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-1.5",children:[(0,t.jsx)("span",{className:"font-mono text-xs uppercase tracking-wider text-foreground",children:e}),a.map(e=>(0,t.jsx)(j,{label:e.startsWith(i)?e.slice(i.length):e,active:r.has(e),onToggle:()=>n(e)},e))]})}e.s(["BacklogTable",0,function({issues:e,projectOptions:r,tierOptions:n,flagOptions:i}){let[m,p]=(0,u.useState)(new Set),[f,j]=(0,u.useState)(new Set),[T,k]=(0,u.useState)(new Set),C=e=>t=>e(e=>{let a=new Set(e);return a.has(t)?a.delete(t):a.add(t),a}),S=(0,u.useMemo)(()=>e.filter(e=>{let{tier:t,flags:a}=g(e.labels),r=0===m.size||e.projects.some(e=>m.has(e)),n=0===f.size||null!==t&&f.has(t),i=0===T.size||a.some(e=>T.has(e));return r&&n&&i}),[e,m,f,T]),R=m.size>0||f.size>0||T.size>0;return(0,t.jsxs)("div",{className:"space-y-3",children:[(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)(d.Filter,{className:"size-3.5 shrink-0 text-muted-foreground","aria-hidden":!0}),(0,t.jsx)("h2",{id:y,className:"font-mono text-xs uppercase tracking-wider text-muted-foreground",children:"Filter by"})]}),(0,t.jsxs)("div",{role:"group","aria-labelledby":y,className:"flex flex-wrap items-center gap-x-4 gap-y-2",children:[(0,t.jsx)(N,{name:"Project",options:r,selected:m,onToggle:C(p)}),(0,t.jsx)(N,{name:"Tier",options:n,selected:f,onToggle:C(j),strip:w}),(0,t.jsx)(N,{name:"Flags",options:i,selected:T,onToggle:C(k),strip:a}),R&&(0,t.jsxs)(o.Button,{type:"button",variant:"ghost",size:"sm",className:"h-7 gap-1 font-mono text-xs text-muted-foreground",onClick:()=>{p(new Set),j(new Set),k(new Set)},children:[(0,t.jsx)(c.X,{className:"size-3.5","aria-hidden":!0}),"Clear"]})]}),(0,t.jsx)("div",{children:(0,t.jsxs)(s.Table,{stickyHeader:!0,className:"min-w-[720px] table-fixed",children:[(0,t.jsx)(l.TableHeader,{children:(0,t.jsxs)(l.TableRow,{children:[(0,t.jsx)(l.TableHead,{className:"w-[6%] px-2 font-semibold text-foreground",children:"#"}),(0,t.jsx)(l.TableHead,{className:"w-[32%] font-semibold text-foreground",children:"Title"}),(0,t.jsx)(l.TableHead,{className:"w-[20%] font-semibold text-foreground",children:"Project(s)"}),(0,t.jsx)(l.TableHead,{className:"w-[10%] font-semibold text-foreground",children:"Tier"}),(0,t.jsx)(l.TableHead,{className:"w-[32%] font-semibold text-foreground",children:"Flags"})]})}),(0,t.jsx)(l.TableBody,{children:0===S.length?(0,t.jsx)(l.TableRow,{children:(0,t.jsx)(s.TableCell,{colSpan:5,className:"py-8 text-center font-sans text-sm text-muted-foreground/70",children:"No issues match these filters."})}):S.map(e=>{let{tier:a,flags:r}=g(e.labels);return(0,t.jsxs)(l.TableRow,{children:[(0,t.jsx)(s.TableCell,{className:"px-2 align-top",children:(0,t.jsxs)("a",{href:e.url,target:"_blank",rel:"noreferrer",className:"whitespace-nowrap font-mono text-xs text-muted-foreground hover:text-primary hover:underline",children:["#",e.number]})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("a",{href:e.url,target:"_blank",rel:"noreferrer",className:"block break-words font-sans text-sm text-card-foreground hover:text-primary hover:underline",children:e.title})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("div",{className:b,children:e.projects.length>0?e.projects.map(e=>(0,t.jsx)(h,{project:e},e)):(0,t.jsx)(v,{})})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("div",{className:b,children:a?(0,t.jsx)(x,{label:a}):(0,t.jsx)(v,{})})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("div",{className:b,children:r.length>0?r.map(e=>(0,t.jsx)(x,{label:e},e)):(0,t.jsx)(v,{})})})]},e.number)})})]})})]})}],388610)}]);
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,263724,867927,471415,566407,e=>{"use strict";var t=e.i(843476),a=e.i(271645),r=e.i(690923);let n=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("code",{ref:n,className:(0,r.cn)("rounded-sm bg-muted px-1.5 py-0.5 font-mono text-[0.92em] text-foreground",e),...a}));n.displayName="Code";let i=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("pre",{ref:n,className:(0,r.cn)("my-4 overflow-x-auto rounded-md bg-muted p-4 font-mono text-sm text-foreground",e),...a}));i.displayName="CodeBlock",e.s(["Code",0,n,"CodeBlock",0,i],263724);var o=e.i(991918),s=e.i(986253);e.s(["ChevronRight",()=>s.default],867927);var s=s;let l=(0,e.i(456420).default)("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]),d=a.forwardRef(({...e},a)=>(0,t.jsx)("nav",{ref:a,"aria-label":"breadcrumb",...e}));d.displayName="Breadcrumb";let c=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("ol",{ref:n,className:(0,r.cn)("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",e),...a}));c.displayName="BreadcrumbList";let u=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("li",{ref:n,className:(0,r.cn)("inline-flex items-center gap-1.5",e),...a}));u.displayName="BreadcrumbItem";let p=a.forwardRef(({asChild:e,className:a,...n},i)=>{let s=e?o.Slot:"a";return(0,t.jsx)(s,{ref:i,className:(0,r.cn)("transition-colors hover:text-foreground",a),...n})});p.displayName="BreadcrumbLink";let m=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("span",{ref:n,role:"link","aria-disabled":"true","aria-current":"page",className:(0,r.cn)("font-normal text-foreground",e),...a}));m.displayName="BreadcrumbPage";let f=({children:e,className:a,...n})=>(0,t.jsx)("li",{role:"presentation","aria-hidden":"true",className:(0,r.cn)("[&>svg]:w-3.5 [&>svg]:h-3.5",a),...n,children:e??(0,t.jsx)(s.default,{})});f.displayName="BreadcrumbSeparator";let g=({className:e,...a})=>(0,t.jsxs)("span",{role:"presentation","aria-hidden":"true",className:(0,r.cn)("flex h-9 w-9 items-center justify-center",e),...a,children:[(0,t.jsx)(l,{className:"h-4 w-4"}),(0,t.jsx)("span",{className:"sr-only",children:"More"})]});g.displayName="BreadcrumbElipssis",e.s(["Breadcrumb",0,d,"BreadcrumbEllipsis",0,g,"BreadcrumbItem",0,u,"BreadcrumbLink",0,p,"BreadcrumbList",0,c,"BreadcrumbPage",0,m,"BreadcrumbSeparator",0,f],471415),e.s(["makeScrollableTable",0,function(e,a){function n({className:i,containerClassName:o,stickyHeader:s=!1,...l}){return(0,t.jsx)("div",{className:"@container/tbl w-full min-w-0 max-w-full",children:(0,t.jsx)("div",{className:(0,r.cn)(s&&"@min-[780px]/tbl:[&>div]:overflow-visible",s&&a,o),children:(0,t.jsx)(e,{className:i,...l})})})}return n.displayName="Table",n}],566407)},828627,974817,15758,e=>{"use strict";var t=e.i(843476),a=e.i(991918),r=e.i(690923),n=e.i(271645);let i=n.default.forwardRef(({asChild:e,as:n="div",direction:i,align:o,justify:s,wrap:l,gap:d,className:c,...u},p)=>{let m=e?a.Slot:n,f=(0,r.cn)((e=>{let{direction:t,align:a,justify:r,wrap:n,gap:i}=e,o=["flex"];"column"===t&&o.push("flex-col"),"row-reverse"===t&&o.push("flex-row-reverse"),"column-reverse"===t&&o.push("flex-col-reverse"),"start"===a&&o.push("items-start"),"center"===a&&o.push("items-center"),"end"===a&&o.push("items-end"),"baseline"===a&&o.push("items-baseline"),"stretch"===a&&o.push("items-stretch"),"start"===r&&o.push("justify-start"),"center"===r&&o.push("justify-center"),"end"===r&&o.push("justify-end"),"between"===r&&o.push("justify-between"),"around"===r&&o.push("justify-around"),"evenly"===r&&o.push("justify-evenly"),"wrap"===n&&o.push("flex-wrap"),"nowrap"===n&&o.push("flex-nowrap"),"wrap-reverse"===n&&o.push("flex-wrap-reverse");let s=(e=>{if(void 0!==e)return({0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",7:"gap-7",8:"gap-8",9:"gap-9",10:"gap-10",11:"gap-11",12:"gap-12",14:"gap-14",16:"gap-16",20:"gap-20",24:"gap-24",28:"gap-28",32:"gap-32",36:"gap-36",40:"gap-40",44:"gap-44",48:"gap-48",52:"gap-52",56:"gap-56",60:"gap-60",64:"gap-64",72:"gap-72",80:"gap-80",96:"gap-96"})[e]||`gap-[${.25*e}rem]`})(i);return s&&o.push(s),o})({direction:i,align:o,justify:s,wrap:l,gap:d}),c);return(0,t.jsx)(m,{...u,ref:p,className:f})});i.displayName="Flex",e.s(["Flex",0,i],974817),e.i(702201);let o={xs:"text-xs",sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"},s={normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold"},l=n.forwardRef(({as:e="p",size:a="md",weight:n,muted:i,className:l,children:d,...c},u)=>(0,t.jsx)(e,{ref:u,className:(0,r.cn)(o[a],n&&s[n],i&&"text-muted-foreground",l),...c,children:d}));l.displayName="Text",e.s(["Text",0,l],15758),e.i(519410),e.i(947511),e.i(467384),e.s([],828627)},595040,e=>{"use strict";e.i(816396),e.s([])},687607,e=>{"use strict";var t=e.i(271645),a=e.i(981140),r=e.i(30030),n=e.i(369340),i=e.i(934620),o=e.i(820783),s=e.i(248425),l=e.i(296626),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,p=(e,t)=>u(e,"name",{value:t,configurable:!0}),m="Collapsible",[f,g]=(0,r.createContextScope)(m),[h,v]=f(m),x=t.forwardRef(p(function(e,a){let{__scopeCollapsible:r,open:i,defaultOpen:o,disabled:l,onOpenChange:u,...p}=e,[f,g]=(0,n.useControllableState)({prop:i,defaultProp:o??!1,onChange:u,caller:m});return(0,c.jsx)(h,{scope:r,disabled:l,contentId:(0,d.useId)(),open:f,onOpenToggle:t.useCallback(()=>g(e=>!e),[g]),children:(0,c.jsx)(s.Primitive.div,{"data-state":N(f),"data-disabled":l?"":void 0,...p,ref:a})})},"Collapsible")),b=t.forwardRef(p(function(e,t){let{__scopeCollapsible:r,...n}=e,i=v("CollapsibleTrigger",r);return(0,c.jsx)(s.Primitive.button,{type:"button","aria-controls":i.open?i.contentId:void 0,"aria-expanded":i.open||!1,"data-state":N(i.open),"data-disabled":i.disabled?"":void 0,disabled:i.disabled,...n,ref:t,onClick:(0,a.composeEventHandlers)(e.onClick,i.onOpenToggle)})},"CollapsibleTrigger")),y="CollapsibleContent",w=t.forwardRef(p(function(e,t){let{forceMount:a,...r}=e,n=v(y,e.__scopeCollapsible);return(0,c.jsx)(l.Presence,{present:a||n.open,children:({present:e})=>(0,c.jsx)(j,{...r,ref:t,present:e})})},"CollapsibleContent")),j=t.forwardRef(p(function(e,a){let{__scopeCollapsible:r,present:n,children:l,...d}=e,u=v(y,r),[p,m]=t.useState(n),f=t.useRef(null),g=(0,o.useComposedRefs)(a,f),h=t.useRef(0),x=h.current,b=t.useRef(0),w=b.current,j=u.open||p,k=t.useRef(j),T=t.useRef(void 0);return t.useEffect(()=>{let e=requestAnimationFrame(()=>k.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,i.useLayoutEffect)(()=>{let e=f.current;if(e){T.current=T.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let t=e.getBoundingClientRect();h.current=t.height,b.current=t.width,k.current||(e.style.transitionDuration=T.current.transitionDuration,e.style.animationName=T.current.animationName),m(n)}},[u.open,n]),(0,c.jsx)(s.Primitive.div,{"data-state":N(u.open),"data-disabled":u.disabled?"":void 0,id:u.contentId,hidden:!j,...d,ref:g,style:{"--radix-collapsible-content-height":x?`${x}px`:void 0,"--radix-collapsible-content-width":w?`${w}px`:void 0,...e.style},children:j&&l})},"CollapsibleContentImpl"));function N(e){return e?"open":"closed"}p(N,"getState"),e.s(["Collapsible",0,x,"CollapsibleContent",0,w,"CollapsibleTrigger",0,b,"Content",0,w,"Root",0,x,"Trigger",0,b,"createCollapsibleScope",0,g])},382449,e=>{"use strict";var t=e.i(388474);e.s(["Checkbox",0,t])},768467,e=>{"use strict";var t=e.i(57287);e.s(["Switch",0,t])},504607,e=>{"use strict";var t=e.i(980305);e.s(["Toggle",0,t])},503636,358729,e=>{"use strict";var t=e.i(26495);e.s(["ChevronDownIcon",()=>t.default],503636);var a=e.i(144716);e.s(["ChevronUpIcon",()=>a.default],358729)},926209,e=>{"use strict";var t=e.i(271645),a=e.i(981140),r=e.i(30030),n=e.i(842727),i=e.i(296626),o=e.i(248425),s=e.i(586318),l=e.i(369340),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,p=(e,t)=>u(e,"name",{value:t,configurable:!0}),m="Tabs",[f,g]=(0,r.createContextScope)(m,[n.createRovingFocusGroupScope]),h=(0,n.createRovingFocusGroupScope)(),[v,x]=f(m),b=t.forwardRef(p(function(e,t){let{__scopeTabs:a,value:r,onValueChange:n,defaultValue:i,orientation:u="horizontal",dir:p,activationMode:f="automatic",...g}=e,h=(0,s.useDirection)(p),[x,b]=(0,l.useControllableState)({prop:r,onChange:n,defaultProp:i??"",caller:m});return(0,c.jsx)(v,{scope:a,baseId:(0,d.useId)(),value:x,onValueChange:b,orientation:u,dir:h,activationMode:f,children:(0,c.jsx)(o.Primitive.div,{dir:h,"data-orientation":u,...g,ref:t})})},"Tabs")),y=t.forwardRef(p(function(e,t){let{__scopeTabs:a,loop:r=!0,...i}=e,s=x("TabsList",a),l=h(a);return(0,c.jsx)(n.Root,{asChild:!0,...l,orientation:s.orientation,dir:s.dir,loop:r,children:(0,c.jsx)(o.Primitive.div,{role:"tablist","aria-orientation":s.orientation,...i,ref:t})})},"TabsList")),w=t.forwardRef(p(function(e,t){let{__scopeTabs:r,value:i,disabled:s=!1,...l}=e,d=x("TabsTrigger",r),u=h(r),p=N(d.baseId,i),m=k(d.baseId,i),f=i===d.value;return(0,c.jsx)(n.Item,{asChild:!0,...u,focusable:!s,active:f,children:(0,c.jsx)(o.Primitive.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":m,"data-state":f?"active":"inactive","data-disabled":s?"":void 0,disabled:s,id:p,...l,ref:t,onMouseDown:(0,a.composeEventHandlers)(e.onMouseDown,e=>{s||0!==e.button||!1!==e.ctrlKey?e.preventDefault():d.onValueChange(i)}),onKeyDown:(0,a.composeEventHandlers)(e.onKeyDown,e=>{!s&&e.target===e.currentTarget&&[" ","Enter"].includes(e.key)&&d.onValueChange(i)}),onFocus:(0,a.composeEventHandlers)(e.onFocus,()=>{let e="manual"!==d.activationMode;f||s||!e||d.onValueChange(i)})})})},"TabsTrigger")),j=t.forwardRef(p(function(e,a){let{__scopeTabs:r,value:n,forceMount:s,children:l,...d}=e,u=x("TabsContent",r),p=N(u.baseId,n),m=k(u.baseId,n),f=n===u.value,g=t.useRef(f);return t.useEffect(()=>{let e=requestAnimationFrame(()=>g.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,c.jsx)(i.Presence,{present:s||f,children:({present:t})=>(0,c.jsx)(o.Primitive.div,{"data-state":f?"active":"inactive","data-orientation":u.orientation,role:"tabpanel","aria-labelledby":p,hidden:!t,id:m,tabIndex:0,...d,ref:a,style:{...e.style,animationDuration:g.current?"0s":void 0},children:t&&l})})},"TabsContent"));function N(e,t){return`${e}-trigger-${t}`}function k(e,t){return`${e}-content-${t}`}p(N,"makeTriggerId"),p(k,"makeContentId"),e.s(["Content",0,j,"List",0,y,"Root",0,b,"Tabs",0,b,"TabsContent",0,j,"TabsList",0,y,"TabsTrigger",0,w,"Trigger",0,w,"createTabsScope",0,g])},19710,929570,336583,76616,721930,7956,992250,137951,186506,398313,888624,884941,e=>{"use strict";var t=e.i(843476),a=e.i(225913),r=e.i(586011),n=e.i(690923);let i=(0,a.cva)("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded border-2 px-2 py-0.5 text-xs font-head font-medium whitespace-nowrap shadow-sm transition-all focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive [&>svg]:pointer-events-none [&>svg]:size-3!",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",secondary:"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",destructive:"bg-destructive text-destructive-foreground [a]:hover:bg-destructive/90",outline:"bg-transparent text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground",ghost:"border-transparent bg-transparent shadow-none hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50",link:"border-transparent bg-transparent shadow-none text-primary underline-offset-4 hover:underline"}},defaultVariants:{variant:"default"}});function o({className:e,size:a="default",...r}){return(0,t.jsx)("div",{"data-slot":"card","data-size":a,className:(0,n.cn)("group/card flex flex-col gap-(--card-spacing) overflow-hidden rounded border-2 bg-card py-(--card-spacing) text-sm text-card-foreground shadow-md [--card-spacing:--spacing(4)] has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:[--card-spacing:--spacing(3)] data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl",e),...r})}e.s(["Badge",0,function({className:e,variant:a="default",asChild:o=!1,...s}){let l=o?r.Slot.Root:"span";return(0,t.jsx)(l,{"data-slot":"badge","data-variant":a,className:(0,n.cn)(i({variant:a}),e),...s})}],929570),e.i(263724),e.s(["Card",0,o,"CardAction",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-action",className:(0,n.cn)("col-start-2 row-span-2 row-start-1 self-start justify-self-end",e),...a})},"CardContent",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,n.cn)("px-(--card-spacing)",e),...a})},"CardDescription",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,n.cn)("text-sm text-muted-foreground",e),...a})},"CardFooter",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,n.cn)("flex items-center rounded-b-xl border-t-2 bg-muted/50 p-(--card-spacing)",e),...a})},"CardHeader",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,n.cn)("group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-(--card-spacing) has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-(--card-spacing)",e),...a})},"CardTitle",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,n.cn)("cn-font-heading text-base leading-snug font-medium group-data-[size=sm]/card:text-sm",e),...a})}],336583),e.s(["ChromeFrame",0,function({variant:e,className:a,children:r,...i}){return"rail"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,n.cn)("flex h-full w-full flex-col overflow-hidden rounded bg-sidebar py-0",a),...i,children:r})}):"panel"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,n.cn)("flex h-full w-full flex-col overflow-y-auto rounded bg-card py-0",a),...i,children:r})}):"bar"===e?(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,n.cn)("flex w-full flex-row items-center rounded bg-card py-0",a),...i,children:r})}):(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,n.cn)("relative flex h-14 w-full flex-row items-center gap-0 rounded px-6 py-0 overflow-visible",a),...i,children:r})})}],76616),e.i(971763);var s=e.i(829834);e.s(["TabsContent",0,function({className:e,forceMount:a,keepMounted:r,...i}){return(0,t.jsx)(s.TabsContent,{className:(0,n.cn)(e,"data-[state=inactive]:hidden"),forceMount:!!(a??r)||void 0,...i})},"TabsTrigger",0,function({className:e,...a}){return(0,t.jsx)(s.TabsTrigger,{className:(0,n.cn)(e,"data-active:hover:text-primary-foreground"),...a})}],721930),e.i(277718),e.i(900843),e.i(382115),e.i(19810),e.i(649320);var l=e.i(392784);function d({variant:e,size:a,error:r,leftSection:i,rightSection:o,className:s,...c}){return i||o?(0,t.jsxs)("div",{className:"w-full flex items-center gap-1",children:[i,(0,t.jsx)(l.Input,{className:(0,n.cn)("flex-1",r&&"border-destructive",s),...c}),o]}):(0,t.jsx)(l.Input,{className:(0,n.cn)(r&&"border-destructive",s),...c})}function c({className:e,leftSection:a,rightSection:r,error:i,children:o}){return(0,t.jsxs)("div",{className:(0,n.cn)("w-full flex gap-1 items-center",i&&"border-destructive",e),children:[a,o,r]})}d.displayName="Input",c.displayName="InputBlock",e.s(["Input",0,d,"InputBlock",0,c],7956),e.i(500418),e.i(691298),e.i(311690),e.i(396409),e.i(74778),e.i(598349),e.i(471415);var u=e.i(503636),p=e.i(576958),p=p;let m=(0,a.cva)("group/navigation-menu-trigger inline-flex h-9 w-max items-center justify-center rounded px-2.5 py-1.5 text-sm font-medium transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary disabled:pointer-events-none disabled:opacity-50 data-popup-open:bg-accent data-popup-open:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground");function f({className:e,...a}){return(0,t.jsx)("div",{className:(0,n.cn)("absolute top-full left-0 isolate z-50 flex justify-center"),children:(0,t.jsx)(p.Viewport,{"data-slot":"navigation-menu-viewport",className:(0,n.cn)("origin-top-center relative mt-1.5 h-(--radix-navigation-menu-viewport-height) w-full overflow-hidden rounded border-2 bg-popover text-popover-foreground shadow-md duration-100 md:w-(--radix-navigation-menu-viewport-width) data-open:animate-in data-open:zoom-in-90 data-closed:animate-out data-closed:zoom-out-90",e),...a})})}e.s(["NavigationMenu",0,function({className:e,children:a,viewport:r=!0,...i}){return(0,t.jsxs)(p.Root,{"data-slot":"navigation-menu","data-viewport":r,className:(0,n.cn)("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",e),...i,children:[a,r&&(0,t.jsx)(f,{})]})},"NavigationMenuContent",0,function({className:e,...a}){return(0,t.jsx)(p.Content,{"data-slot":"navigation-menu-content",className:(0,n.cn)("top-0 left-0 w-full p-1 ease-[cubic-bezier(0.22,1,0.36,1)] group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded group-data-[viewport=false]/navigation-menu:border-2 group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:shadow-md group-data-[viewport=false]/navigation-menu:duration-300 data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 data-[motion^=from-]:animate-in data-[motion^=from-]:fade-in data-[motion^=to-]:animate-out data-[motion^=to-]:fade-out **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none md:absolute md:w-auto group-data-[viewport=false]/navigation-menu:data-open:animate-in group-data-[viewport=false]/navigation-menu:data-open:fade-in-0 group-data-[viewport=false]/navigation-menu:data-open:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-closed:animate-out group-data-[viewport=false]/navigation-menu:data-closed:fade-out-0 group-data-[viewport=false]/navigation-menu:data-closed:zoom-out-95",e),...a})},"NavigationMenuIndicator",0,function({className:e,...a}){return(0,t.jsx)(p.Indicator,{"data-slot":"navigation-menu-indicator",className:(0,n.cn)("top-full z-1 flex h-1.5 items-end justify-center overflow-hidden data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:animate-in data-[state=visible]:fade-in",e),...a,children:(0,t.jsx)("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"})})},"NavigationMenuItem",0,function({className:e,...a}){return(0,t.jsx)(p.Item,{"data-slot":"navigation-menu-item",className:(0,n.cn)("relative",e),...a})},"NavigationMenuLink",0,function({className:e,...a}){return(0,t.jsx)(p.Link,{"data-slot":"navigation-menu-link",className:(0,n.cn)("flex items-center gap-2 rounded-sm p-2 text-sm transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary in-data-[slot=navigation-menu-content]:rounded-sm data-active:bg-accent data-active:text-accent-foreground [&_svg:not([class*='size-'])]:size-4",e),...a})},"NavigationMenuList",0,function({className:e,...a}){return(0,t.jsx)(p.List,{"data-slot":"navigation-menu-list",className:(0,n.cn)("group flex flex-1 list-none items-center justify-center gap-0",e),...a})},"NavigationMenuTrigger",0,function({className:e,children:a,...r}){return(0,t.jsxs)(p.Trigger,{"data-slot":"navigation-menu-trigger",className:(0,n.cn)(m(),"group",e),...r,children:[a," ",(0,t.jsx)(u.ChevronDownIcon,{className:"relative top-px ml-1 size-3 transition duration-300 group-data-popup-open/navigation-menu-trigger:rotate-180 group-data-open/navigation-menu-trigger:rotate-180","aria-hidden":"true"})]})},"NavigationMenuViewport",0,f,"navigationMenuTriggerStyle",0,m],992250);var g=e.i(408277);let h=(0,e.i(566407).makeScrollableTable)(g.Table,"@min-[780px]/tbl:[&_thead_th]:sticky @min-[780px]/tbl:[&_thead_th]:top-0 @min-[780px]/tbl:[&_thead_th]:z-10 @min-[780px]/tbl:[&_thead_th]:bg-muted @min-[780px]/tbl:[&_thead_th]:shadow-[inset_0_-2px_0_0_var(--border)] @min-[780px]/tbl:[&_thead_th:first-child]:rounded-tl @min-[780px]/tbl:[&_thead_th:last-child]:rounded-tr");e.s(["Table",0,h,"TableCell",0,function({className:e,...a}){return(0,t.jsx)(g.TableCell,{className:(0,n.cn)("whitespace-normal",e),...a})}],137951),e.i(828627);var v=e.i(881736);e.s(["Button",0,function({className:e,...a}){return(0,t.jsx)(v.Button,{className:(0,n.cn)(e,"leading-none"),...a})}],186506);var x=e.i(96834);let b=(0,n.cn)("data-[state=checked]:bg-primary","[&_[data-slot=switch-thumb]]:data-[state=unchecked]:translate-x-0","[&_[data-slot=switch-thumb]]:data-[state=checked]:bg-background","data-[size=default]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-5","data-[size=sm]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-4");e.s(["Switch",0,function({className:e,...a}){return(0,t.jsx)(x.Switch,{className:(0,n.cn)(b,e),...a})}],398313);var y=e.i(802143);e.s(["Toggle",0,function({className:e,...a}){return(0,t.jsx)(y.Toggle,{className:(0,n.cn)(e,"cursor-pointer disabled:cursor-not-allowed"),...a})}],888624),e.i(678223),e.i(575360);var w=e.i(271645),j=e.i(579104);e.s(["SidebarMenuButton",0,function({render:e,children:a,asChild:r,...n}){return e&&(0,w.isValidElement)(e)?(0,t.jsx)(j.SidebarMenuButton,{asChild:!0,...n,children:(0,w.cloneElement)(e,void 0,a)}):(0,t.jsx)(j.SidebarMenuButton,{asChild:r,...n,children:a})}],884941),e.i(732002),e.i(943696),e.i(595040),e.s([],19710)},207530,e=>{"use strict";e.i(19710),e.s([])},441468,e=>{"use strict";var t=e.i(19810),a=e.i(9963);e.s(["Select",()=>a.Select,"SelectContent",()=>t.SelectContent,"SelectGroup",()=>a.SelectGroup,"SelectItem",()=>a.SelectItem,"SelectLabel",()=>a.SelectLabel,"SelectScrollDownButton",()=>a.SelectScrollDownButton,"SelectScrollUpButton",()=>a.SelectScrollUpButton,"SelectSeparator",()=>a.SelectSeparator,"SelectTrigger",()=>a.SelectTrigger,"SelectValue",()=>a.SelectValue])},915215,e=>{"use strict";var t=e.i(575360),a=e.i(359607);e.s(["ToastProvider",()=>t.ToastProvider,"useToastContext",()=>a.useToastContext])},102773,e=>{"use strict";let t=(0,e.i(456420).default)("funnel",[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",key:"sc7q7i"}]]);e.s(["Filter",0,t],102773)},388610,e=>{"use strict";var t=e.i(843476);let a="vinaya/",r=[{key:"blocked",id:"vinaya/blocked",category:"state",form:"literal",carries:"Execution is halted pending an external unblock; wins over every other derived status."},{key:"backlog",id:"vinaya/backlog",category:"state",form:"literal",carries:"The Issue is deliberately unplanned — belongs to no tranche and is excluded from dispatch, until a Planner promotes it."},{key:"tier-0",id:"vinaya/tier:0",category:"tier",form:"literal",carries:"Lowest governance weight — typecheck, lint, tests, and a conforming PR body."},{key:"tier-1",id:"vinaya/tier:1",category:"tier",form:"literal",carries:"Tier 0 plus spec/skill coverage and a passing verify-docs run."},{key:"tier-3",id:"vinaya/tier:3",category:"tier",form:"literal",carries:"Tier 1 plus the reasoning for the change, stated in the pull request that makes it."},{key:"tranche",id:"vinaya/tranche:",category:"tranche",form:"prefix",carries:"The tranche slug this task Issue belongs to — the forge's grouping key, matched by prefix."},{key:"needs-execution-input",id:"vinaya/needs:execution-input",category:"needs",form:"literal",carries:"Waiting on a missing execution detail — a flag, a dependency, a value the brief did not carry."},{key:"needs-strategy-input",id:"vinaya/needs:strategy-input",category:"needs",form:"literal",carries:"Waiting on a strategy call — the brief assumes an approach the codebase has moved away from."},{key:"needs-principal-input",id:"vinaya/needs:principal-input",category:"needs",form:"literal",carries:"Waiting on the Principal — a product-level call no agent may make."},{key:"needs-brief-correction",id:"vinaya/needs:brief-correction",category:"needs",form:"literal",carries:"Waiting on the Brief Author — the brief contradicts the surface it describes."},{key:"waiver-docs",id:"vinaya/waiver:docs",category:"waiver",form:"literal",carries:"Doc-coverage gate excused for this PR — honored only when a principal applied it."},{key:"waiver-review",id:"vinaya/waiver:review",category:"waiver",form:"literal",carries:"Review gate excused for this PR — honored only when a principal applied it."},{key:"override-docs",id:"vinaya/override:docs",category:"waiver",form:"literal",carries:"The whole verify-docs gate suppressed for this PR — a Principal-only blunt override, wider than a waiver."},{key:"incoherent",id:"vinaya/incoherent",category:"flag",form:"literal",carries:"Closed COMPLETED with no merged-PR link — done-but-unprovable, surfaced for a human."},{key:"direct-main-push",id:"vinaya/direct-main-push",category:"flag",form:"literal",carries:"A commit reached main with no associated merged PR — ring-2 detection, never a mutation."},{key:"dead-branch-push",id:"vinaya/dead-branch-push",category:"flag",form:"literal",carries:"Commits landed on a branch after its PR had already resolved — daily-drift detection."},{key:"state-object",id:"vinaya/state-object",category:"kind",form:"literal",carries:"A permanent forge-native storage object, never actionable work — excluded from every backlog."},{key:"type-build",id:"vinaya/type:build",category:"type",form:"literal",carries:"The task changes the build system, packaging, or an external dependency rather than product behavior."},{key:"type-chore",id:"vinaya/type:chore",category:"type",form:"literal",carries:"The task is maintenance or repo housekeeping with no functional, user-facing change."},{key:"type-docs",id:"vinaya/type:docs",category:"type",form:"literal",carries:"The task changes documentation only, with no code behavior affected."},{key:"type-feat",id:"vinaya/type:feat",category:"type",form:"literal",carries:"The task adds a capability that did not exist before."},{key:"type-fix",id:"vinaya/type:fix",category:"type",form:"literal",carries:"The task corrects incorrect behavior — a bug, not a missing capability."},{key:"type-perf",id:"vinaya/type:perf",category:"type",form:"literal",carries:"The task improves performance or resource use without changing observable behavior."},{key:"type-refactor",id:"vinaya/type:refactor",category:"type",form:"literal",carries:"The task restructures existing code without changing its external behavior."},{key:"type-revert",id:"vinaya/type:revert",category:"type",form:"literal",carries:"The task undoes a previous change that shipped in error or is no longer wanted."},{key:"type-style",id:"vinaya/type:style",category:"type",form:"literal",carries:"The task changes formatting, naming, or non-semantic code shape with no logic change."},{key:"type-test",id:"vinaya/type:test",category:"type",form:"literal",carries:"The task adds or corrects test coverage with no production-code behavior change."}],n=new Map(r.map(e=>[e.key,e]));function i(e){let t=n.get(e);if(!t)throw Error(`labels.ts: no LABELS entry for key '${e}'`);return t}e.i(207530);var o=e.i(186506),s=e.i(137951),l=e.i(408277),d=e.i(102773),c=e.i(263676),u=e.i(271645),p=e.i(929570);let m={project:"text-primary border-primary/40",tier:"text-foreground border-border",type:"text-muted-foreground border-border",state:"text-primary border-primary/40",needs:"text-warning border-warning/40",flag:"text-destructive border-destructive/40",other:"text-muted-foreground border-border"};function f(e){let t=r.find(t=>{var a;let r;return a=t.key,"prefix"===(r=i(a)).form?e.startsWith(r.id):e===r.id});return t?"tier"===t.category?"tier":"type"===t.category?"type":"state"===t.category?"state":"needs"===t.category?"needs":"flag"===t.category?"flag":"other":"other"}function g(e){return{tier:e.find(e=>"tier"===f(e))??null,type:e.find(e=>"type"===f(e))??null,flags:e.filter(e=>{let t=f(e);return"needs"===t||"state"===t||"flag"===t})}}function h({label:e}){return(0,t.jsx)(p.Badge,{variant:"outline",className:`font-mono text-xs ${m[f(e)]}`,children:e.startsWith(a)?e.slice(a.length):e})}function v({project:e}){return(0,t.jsx)(p.Badge,{variant:"outline",className:`font-mono text-xs ${m.project}`,children:e})}function x(){return(0,t.jsx)("span",{className:"font-mono text-xs text-muted-foreground/60",children:"—"})}let b="flex min-w-0 flex-wrap gap-1 [&>*]:h-auto [&>*]:max-w-full [&>*]:overflow-visible [&>*]:break-words [&>*]:whitespace-normal",y="backlog-filter-heading",w=i("tier-0").id.replace(/0$/,""),j=i("type-build").id.replace(/build$/,"");function N({label:e,active:a,onToggle:r}){return(0,t.jsx)(o.Button,{type:"button",variant:a?"default":"outline",size:"sm",onClick:r,"aria-pressed":a,className:`h-7 font-mono text-xs ${a?"border-primary bg-accent text-accent-foreground hover:bg-accent/90":"text-muted-foreground"}`,children:e})}function k({name:e,options:a,selected:r,onToggle:n,strip:i=""}){return 0===a.length?null:(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-1.5",children:[(0,t.jsx)("span",{className:"font-mono text-xs uppercase tracking-wider text-foreground",children:e}),a.map(e=>(0,t.jsx)(N,{label:e.startsWith(i)?e.slice(i.length):e,active:r.has(e),onToggle:()=>n(e)},e))]})}e.s(["BacklogTable",0,function({issues:e,projectOptions:r,tierOptions:n,typeOptions:i,flagOptions:p}){let[m,f]=(0,u.useState)(new Set),[N,T]=(0,u.useState)(new Set),[C,S]=(0,u.useState)(new Set),[R,B]=(0,u.useState)(new Set),z=e=>t=>e(e=>{let a=new Set(e);return a.has(t)?a.delete(t):a.add(t),a}),I=(0,u.useMemo)(()=>e.filter(e=>{let{tier:t,type:a,flags:r}=g(e.labels),n=0===m.size||e.projects.some(e=>m.has(e)),i=0===N.size||null!==t&&N.has(t),o=0===C.size||null!==a&&C.has(a),s=0===R.size||r.some(e=>R.has(e));return n&&i&&o&&s}),[e,m,N,C,R]),P=m.size>0||N.size>0||C.size>0||R.size>0;return(0,t.jsxs)("div",{className:"space-y-3",children:[(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)(d.Filter,{className:"size-3.5 shrink-0 text-muted-foreground","aria-hidden":!0}),(0,t.jsx)("h2",{id:y,className:"font-mono text-xs uppercase tracking-wider text-muted-foreground",children:"Filter by"})]}),(0,t.jsxs)("div",{role:"group","aria-labelledby":y,className:"flex flex-wrap items-center gap-x-4 gap-y-2",children:[(0,t.jsx)(k,{name:"Project",options:r,selected:m,onToggle:z(f)}),(0,t.jsx)(k,{name:"Tier",options:n,selected:N,onToggle:z(T),strip:w}),(0,t.jsx)(k,{name:"Type",options:i,selected:C,onToggle:z(S),strip:j}),(0,t.jsx)(k,{name:"Flags",options:p,selected:R,onToggle:z(B),strip:a}),P&&(0,t.jsxs)(o.Button,{type:"button",variant:"ghost",size:"sm",className:"h-7 gap-1 font-mono text-xs text-muted-foreground",onClick:()=>{f(new Set),T(new Set),S(new Set),B(new Set)},children:[(0,t.jsx)(c.X,{className:"size-3.5","aria-hidden":!0}),"Clear"]})]}),(0,t.jsx)("div",{children:(0,t.jsxs)(s.Table,{stickyHeader:!0,className:"min-w-[720px] table-fixed",children:[(0,t.jsx)(l.TableHeader,{children:(0,t.jsxs)(l.TableRow,{children:[(0,t.jsx)(l.TableHead,{className:"w-[6%] px-2 font-semibold text-foreground",children:"#"}),(0,t.jsx)(l.TableHead,{className:"w-[32%] font-semibold text-foreground",children:"Title"}),(0,t.jsx)(l.TableHead,{className:"w-[20%] font-semibold text-foreground",children:"Project(s)"}),(0,t.jsx)(l.TableHead,{className:"w-[10%] font-semibold text-foreground",children:"Tier / Type"}),(0,t.jsx)(l.TableHead,{className:"w-[32%] font-semibold text-foreground",children:"Flags"})]})}),(0,t.jsx)(l.TableBody,{children:0===I.length?(0,t.jsx)(l.TableRow,{children:(0,t.jsx)(s.TableCell,{colSpan:5,className:"py-8 text-center font-sans text-sm text-muted-foreground/70",children:"No issues match these filters."})}):I.map(e=>{let{tier:a,type:r,flags:n}=g(e.labels);return(0,t.jsxs)(l.TableRow,{children:[(0,t.jsx)(s.TableCell,{className:"px-2 align-top",children:(0,t.jsxs)("a",{href:e.url,target:"_blank",rel:"noreferrer",className:"whitespace-nowrap font-mono text-xs text-muted-foreground hover:text-primary hover:underline",children:["#",e.number]})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("a",{href:e.url,target:"_blank",rel:"noreferrer",className:"block break-words font-sans text-sm text-card-foreground hover:text-primary hover:underline",children:e.title})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("div",{className:b,children:e.projects.length>0?e.projects.map(e=>(0,t.jsx)(v,{project:e},e)):(0,t.jsx)(x,{})})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsxs)("div",{className:b,children:[a?(0,t.jsx)(h,{label:a}):null,r?(0,t.jsx)(h,{label:r}):null,a||r?null:(0,t.jsx)(x,{})]})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("div",{className:b,children:n.length>0?n.map(e=>(0,t.jsx)(h,{label:e},e)):(0,t.jsx)(x,{})})})]},e.number)})})]})})]})}],388610)}]);
@@ -1 +1 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,441468,e=>{"use strict";var s=e.i(19810),t=e.i(9963);e.s(["Select",()=>t.Select,"SelectContent",()=>s.SelectContent,"SelectGroup",()=>t.SelectGroup,"SelectItem",()=>t.SelectItem,"SelectLabel",()=>t.SelectLabel,"SelectScrollDownButton",()=>t.SelectScrollDownButton,"SelectScrollUpButton",()=>t.SelectScrollUpButton,"SelectSeparator",()=>t.SelectSeparator,"SelectTrigger",()=>t.SelectTrigger,"SelectValue",()=>t.SelectValue])},915215,e=>{"use strict";var s=e.i(575360),t=e.i(359607);e.s(["ToastProvider",()=>s.ToastProvider,"useToastContext",()=>t.useToastContext])},923016,e=>{"use strict";var s=e.i(843476);e.i(207530);var t=e.i(186506),a=e.i(853138),r=e.i(551757),n=e.i(456420);let i=(0,n.default)("refresh-cw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]),l=(0,n.default)("shield-check",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);var c=e.i(583967),d=e.i(271645);function o({data:e}){let{summary:t,checks:n,forgeUnavailable:i,oracleError:l,repo:d}=e;if(l)return(0,s.jsxs)("div",{className:"flex items-start gap-2 rounded-md border border-destructive/40 bg-destructive/10 px-3 py-2",children:[(0,s.jsx)(c.XCircle,{className:"size-4 shrink-0 translate-y-0.5 text-destructive","aria-hidden":!0}),(0,s.jsxs)("p",{className:"font-sans text-xs text-destructive",children:["Oracle error: ",(0,s.jsx)("span",{className:"font-mono",children:l})]})]});let x=n.filter(e=>"fail"===e.status),h=n.filter(e=>"pass"===e.status);return(0,s.jsxs)("div",{className:"space-y-3",children:[i&&(0,s.jsxs)("div",{className:"flex items-start gap-2 rounded-md border border-warning/40 bg-warning/10 px-3 py-2",children:[(0,s.jsx)(a.AlertTriangle,{className:"size-4 shrink-0 translate-y-0.5 text-warning","aria-hidden":!0}),(0,s.jsxs)("p",{className:"font-sans text-xs text-warning",children:["Forge unavailable — forge-dependent checks skipped. Set ",(0,s.jsx)("span",{className:"font-mono",children:"GITHUB_TOKEN"})," or run ",(0,s.jsx)("span",{className:"font-mono",children:"gh auth login"}),"."]})]}),0===x.length?(0,s.jsxs)("div",{className:"flex items-center gap-2 rounded-md border border-success/40 bg-success/10 px-3 py-2",children:[(0,s.jsx)(r.CheckCircle2,{className:"size-4 shrink-0 text-success","aria-hidden":!0}),(0,s.jsxs)("p",{className:"font-sans text-xs text-success",children:["All checks pass — ",h.length," passed, 0 failed."]})]}):(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsxs)("p",{className:"font-mono text-xs text-muted-foreground",children:[t.passed," passed · ",t.failed," failed · ",t.info," info"]}),x.map(e=>(0,s.jsx)(u,{result:e,repo:d},e.check))]})]})}function u({result:e,repo:t}){return(0,s.jsxs)("div",{className:"rounded-md border border-destructive/40 bg-destructive/10 p-3 space-y-2",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)(c.XCircle,{className:"size-3.5 shrink-0 text-destructive","aria-hidden":!0}),(0,s.jsx)("span",{className:"font-mono text-xs font-semibold text-destructive",children:e.check}),e.note&&(0,s.jsx)("span",{className:"font-sans text-xs text-destructive/80",children:e.note})]}),e.failures.length>0&&(0,s.jsx)("ul",{className:"space-y-1.5 pl-5",children:e.failures.map((e,a)=>{var r;return(0,s.jsxs)("li",{className:"font-sans text-xs text-destructive/90 leading-relaxed",children:[(0,s.jsx)("span",{className:"font-mono text-muted-foreground",children:e.tranche}),e.task?(0,s.jsxs)("span",{className:"font-mono text-muted-foreground",children:[" / ",e.task]}):null,null!=e.issue?(0,s.jsxs)(s.Fragment,{children:[" ",(0,s.jsxs)("a",{href:(r=e.issue,t?`https://github.com/${t.owner}/${t.repo}/issues/${r}`:`#issue-${r}`),target:"_blank",rel:"noopener noreferrer",className:"font-mono text-destructive underline underline-offset-2 hover:text-destructive/70",children:["#",e.issue]})]}):null," — ",e.reason]},a)})})]})}e.s(["CoherencePanel",0,function(){let[e,a]=(0,d.useState)({kind:"idle"});async function r(){a({kind:"loading"});try{let e=await fetch("/api/coherence"),s=await e.json();a({kind:"done",data:s})}catch{a({kind:"error",msg:"Network error — could not reach /api/coherence."})}}let n="loading"===e.kind;return(0,s.jsxs)("div",{className:"space-y-3",children:[(0,s.jsxs)("div",{className:"flex flex-wrap items-center gap-3",children:[(0,s.jsxs)(t.Button,{variant:"outline",size:"sm",onClick:r,disabled:n,className:"font-mono text-xs",children:[n?(0,s.jsx)(i,{className:"mr-1.5 size-3.5 animate-spin","aria-hidden":!0}):(0,s.jsx)(l,{className:"mr-1.5 size-3.5","aria-hidden":!0}),n?"Checking…":"Check Coherence"]}),"idle"===e.kind&&(0,s.jsxs)("p",{className:"font-sans text-xs text-muted-foreground",children:["Runs ",(0,s.jsx)("span",{className:"font-mono",children:"@attalabs/aeg-core"}),"'s"," ",(0,s.jsx)("span",{className:"font-mono",children:"verify-coherence.ts"})," against the live forge."]})]}),"error"===e.kind&&(0,s.jsxs)("div",{className:"flex items-start gap-2 rounded-md border border-destructive/40 bg-destructive/10 px-3 py-2",children:[(0,s.jsx)(c.XCircle,{className:"size-4 shrink-0 translate-y-0.5 text-destructive","aria-hidden":!0}),(0,s.jsx)("p",{className:"font-sans text-xs text-destructive",children:e.msg})]}),"done"===e.kind&&(0,s.jsx)(o,{data:e.data})]})}],923016)},114640,e=>{"use strict";var s=e.i(843476);e.i(207530);var t=e.i(829834),a=e.i(721930);e.s(["TrancheTabs",0,function({tasks:e,ledger:r}){return(0,s.jsxs)(t.Tabs,{defaultValue:"tasks",className:"space-y-4",children:[(0,s.jsxs)(t.TabsList,{children:[(0,s.jsx)(a.TabsTrigger,{value:"tasks",children:"Tasks"}),(0,s.jsx)(a.TabsTrigger,{value:"ledger",children:"Token Ledger"})]}),(0,s.jsx)(t.TabsContent,{value:"tasks",className:"space-y-8",children:e}),(0,s.jsx)(t.TabsContent,{value:"ledger",className:"space-y-3",children:r})]})}])},29787,e=>{"use strict";var s=e.i(843476);e.s(["TaskTitleCell",0,function({title:e}){return(0,s.jsx)("span",{className:"line-clamp-5 font-sans text-sm text-card-foreground",children:e})}])}]);
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,441468,e=>{"use strict";var s=e.i(19810),t=e.i(9963);e.s(["Select",()=>t.Select,"SelectContent",()=>s.SelectContent,"SelectGroup",()=>t.SelectGroup,"SelectItem",()=>t.SelectItem,"SelectLabel",()=>t.SelectLabel,"SelectScrollDownButton",()=>t.SelectScrollDownButton,"SelectScrollUpButton",()=>t.SelectScrollUpButton,"SelectSeparator",()=>t.SelectSeparator,"SelectTrigger",()=>t.SelectTrigger,"SelectValue",()=>t.SelectValue])},915215,e=>{"use strict";var s=e.i(575360),t=e.i(359607);e.s(["ToastProvider",()=>s.ToastProvider,"useToastContext",()=>t.useToastContext])},923016,e=>{"use strict";var s=e.i(843476);e.i(207530);var t=e.i(186506),a=e.i(853138),r=e.i(551757),n=e.i(456420);let i=(0,n.default)("refresh-cw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]),l=(0,n.default)("shield-check",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);var c=e.i(583967),d=e.i(271645);function o({data:e}){let{summary:t,checks:n,forgeUnavailable:i,oracleError:l,repo:d}=e;if(l)return(0,s.jsxs)("div",{className:"flex items-start gap-2 rounded-md border border-destructive/40 bg-destructive/10 px-3 py-2",children:[(0,s.jsx)(c.XCircle,{className:"size-4 shrink-0 translate-y-0.5 text-destructive","aria-hidden":!0}),(0,s.jsxs)("p",{className:"font-sans text-xs text-destructive",children:["Oracle error: ",(0,s.jsx)("span",{className:"font-mono",children:l})]})]});let x=n.filter(e=>"fail"===e.status),h=n.filter(e=>"pass"===e.status);return(0,s.jsxs)("div",{className:"space-y-3",children:[i&&(0,s.jsxs)("div",{className:"flex items-start gap-2 rounded-md border border-warning/40 bg-warning/10 px-3 py-2",children:[(0,s.jsx)(a.AlertTriangle,{className:"size-4 shrink-0 translate-y-0.5 text-warning","aria-hidden":!0}),(0,s.jsxs)("p",{className:"font-sans text-xs text-warning",children:["Forge unavailable — forge-dependent checks skipped. Set ",(0,s.jsx)("span",{className:"font-mono",children:"GITHUB_TOKEN"})," or run ",(0,s.jsx)("span",{className:"font-mono",children:"gh auth login"}),"."]})]}),0===x.length?(0,s.jsxs)("div",{className:"flex items-center gap-2 rounded-md border border-success/40 bg-success/10 px-3 py-2",children:[(0,s.jsx)(r.CheckCircle2,{className:"size-4 shrink-0 text-success","aria-hidden":!0}),(0,s.jsxs)("p",{className:"font-sans text-xs text-success",children:["All checks pass — ",h.length," passed, 0 failed."]})]}):(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsxs)("p",{className:"font-mono text-xs text-muted-foreground",children:[t.passed," passed · ",t.failed," failed · ",t.info," info"]}),x.map(e=>(0,s.jsx)(u,{result:e,repo:d},e.check))]})]})}function u({result:e,repo:t}){return(0,s.jsxs)("div",{className:"rounded-md border border-destructive/40 bg-destructive/10 p-3 space-y-2",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)(c.XCircle,{className:"size-3.5 shrink-0 text-destructive","aria-hidden":!0}),(0,s.jsx)("span",{className:"font-mono text-xs font-semibold text-destructive",children:e.check}),e.note&&(0,s.jsx)("span",{className:"font-sans text-xs text-destructive/80",children:e.note})]}),e.failures.length>0&&(0,s.jsx)("ul",{className:"space-y-1.5 pl-5",children:e.failures.map((e,a)=>{var r;return(0,s.jsxs)("li",{className:"font-sans text-xs text-destructive/90 leading-relaxed",children:[(0,s.jsx)("span",{className:"font-mono text-muted-foreground",children:e.tranche}),e.task?(0,s.jsxs)("span",{className:"font-mono text-muted-foreground",children:[" / ",e.task]}):null,null!=e.issue?(0,s.jsxs)(s.Fragment,{children:[" ",(0,s.jsxs)("a",{href:(r=e.issue,t?`https://github.com/${t.owner}/${t.repo}/issues/${r}`:`#issue-${r}`),target:"_blank",rel:"noopener noreferrer",className:"font-mono text-destructive underline underline-offset-2 hover:text-destructive/70",children:["#",e.issue]})]}):null," — ",e.reason]},a)})})]})}e.s(["CoherencePanel",0,function(){let[e,a]=(0,d.useState)({kind:"idle"});async function r(){a({kind:"loading"});try{let e=await fetch("/api/coherence"),s=await e.json();a({kind:"done",data:s})}catch{a({kind:"error",msg:"Network error — could not reach /api/coherence."})}}let n="loading"===e.kind;return(0,s.jsxs)("div",{className:"space-y-3",children:[(0,s.jsxs)("div",{className:"flex flex-wrap items-center gap-3",children:[(0,s.jsxs)(t.Button,{variant:"outline",size:"sm",onClick:r,disabled:n,className:"font-mono text-xs",children:[n?(0,s.jsx)(i,{className:"mr-1.5 size-3.5 animate-spin","aria-hidden":!0}):(0,s.jsx)(l,{className:"mr-1.5 size-3.5","aria-hidden":!0}),n?"Checking…":"Check Coherence"]}),"idle"===e.kind&&(0,s.jsxs)("p",{className:"font-sans text-xs text-muted-foreground",children:["Runs ",(0,s.jsx)("span",{className:"font-mono",children:"@attalabs/aeg-core"}),"'s"," ",(0,s.jsx)("span",{className:"font-mono",children:"verify-coherence.ts"})," against the live forge."]})]}),"error"===e.kind&&(0,s.jsxs)("div",{className:"flex items-start gap-2 rounded-md border border-destructive/40 bg-destructive/10 px-3 py-2",children:[(0,s.jsx)(c.XCircle,{className:"size-4 shrink-0 translate-y-0.5 text-destructive","aria-hidden":!0}),(0,s.jsx)("p",{className:"font-sans text-xs text-destructive",children:e.msg})]}),"done"===e.kind&&(0,s.jsx)(o,{data:e.data})]})}],923016)},114640,e=>{"use strict";var s=e.i(843476);e.i(207530);var t=e.i(829834),a=e.i(721930);e.s(["TrancheTabs",0,function({tasks:e,ledger:r}){return(0,s.jsxs)(t.Tabs,{defaultValue:"tasks",className:"space-y-4",children:[(0,s.jsxs)(t.TabsList,{children:[(0,s.jsx)(a.TabsTrigger,{value:"tasks",children:"Tasks"}),(0,s.jsx)(a.TabsTrigger,{value:"ledger",children:"Token Ledger"})]}),(0,s.jsx)(a.TabsContent,{value:"tasks",className:"space-y-8",children:e}),(0,s.jsx)(a.TabsContent,{value:"ledger",className:"space-y-3",children:r})]})}])},29787,e=>{"use strict";var s=e.i(843476);e.s(["TaskTitleCell",0,function({title:e}){return(0,s.jsx)("span",{className:"line-clamp-5 font-sans text-sm text-card-foreground",children:e})}])}]);
@@ -1 +1 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,947511,e=>{"use strict";var t=e.i(843476),a=e.i(690923);e.s(["Logo",0,function({light:e,dark:n,alt:r="",size:o="h-6",className:i,text:s}){let l=e??n;if(!l)return null;let d=s&&s.length>0,u=(0,t.jsx)("img",{src:l,alt:r,className:(0,a.cn)(o,"w-auto dark:invert",i)});if(!d)return u;let c=1===s.length?(0,t.jsx)("div",{className:(0,a.cn)(o,"flex items-center"),children:s[0]}):(0,t.jsxs)("div",{className:"flex flex-col",children:[(0,t.jsx)("span",{className:"text-sm uppercase font-mono",children:s[0]}),(0,t.jsx)("span",{className:"text-sm uppercase font-mono text-primary",children:s[1]})]});return(0,t.jsxs)("div",{className:"flex items-center gap-1 font-bold",children:[u,c]})}])},263724,867927,471415,566407,e=>{"use strict";var t=e.i(843476),a=e.i(271645),n=e.i(690923);let r=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("code",{ref:r,className:(0,n.cn)("rounded-sm bg-muted px-1.5 py-0.5 font-mono text-[0.92em] text-foreground",e),...a}));r.displayName="Code";let o=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("pre",{ref:r,className:(0,n.cn)("my-4 overflow-x-auto rounded-md bg-muted p-4 font-mono text-sm text-foreground",e),...a}));o.displayName="CodeBlock",e.s(["Code",0,r,"CodeBlock",0,o],263724);var i=e.i(991918),s=e.i(986253);e.s(["ChevronRight",()=>s.default],867927);var s=s;let l=(0,e.i(456420).default)("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]),d=a.forwardRef(({...e},a)=>(0,t.jsx)("nav",{ref:a,"aria-label":"breadcrumb",...e}));d.displayName="Breadcrumb";let u=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("ol",{ref:r,className:(0,n.cn)("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",e),...a}));u.displayName="BreadcrumbList";let c=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("li",{ref:r,className:(0,n.cn)("inline-flex items-center gap-1.5",e),...a}));c.displayName="BreadcrumbItem";let p=a.forwardRef(({asChild:e,className:a,...r},o)=>{let s=e?i.Slot:"a";return(0,t.jsx)(s,{ref:o,className:(0,n.cn)("transition-colors hover:text-foreground",a),...r})});p.displayName="BreadcrumbLink";let m=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("span",{ref:r,role:"link","aria-disabled":"true","aria-current":"page",className:(0,n.cn)("font-normal text-foreground",e),...a}));m.displayName="BreadcrumbPage";let g=({children:e,className:a,...r})=>(0,t.jsx)("li",{role:"presentation","aria-hidden":"true",className:(0,n.cn)("[&>svg]:w-3.5 [&>svg]:h-3.5",a),...r,children:e??(0,t.jsx)(s.default,{})});g.displayName="BreadcrumbSeparator";let f=({className:e,...a})=>(0,t.jsxs)("span",{role:"presentation","aria-hidden":"true",className:(0,n.cn)("flex h-9 w-9 items-center justify-center",e),...a,children:[(0,t.jsx)(l,{className:"h-4 w-4"}),(0,t.jsx)("span",{className:"sr-only",children:"More"})]});f.displayName="BreadcrumbElipssis",e.s(["Breadcrumb",0,d,"BreadcrumbEllipsis",0,f,"BreadcrumbItem",0,c,"BreadcrumbLink",0,p,"BreadcrumbList",0,u,"BreadcrumbPage",0,m,"BreadcrumbSeparator",0,g],471415),e.s(["makeScrollableTable",0,function(e,a){function r({className:o,containerClassName:i,stickyHeader:s=!1,...l}){return(0,t.jsx)("div",{className:"@container/tbl w-full min-w-0 max-w-full",children:(0,t.jsx)("div",{className:(0,n.cn)(s&&"@min-[780px]/tbl:[&>div]:overflow-visible",s&&a,i),children:(0,t.jsx)(e,{className:o,...l})})})}return r.displayName="Table",r}],566407)},828627,974817,15758,e=>{"use strict";var t=e.i(843476),a=e.i(991918),n=e.i(690923),r=e.i(271645);let o=r.default.forwardRef(({asChild:e,as:r="div",direction:o,align:i,justify:s,wrap:l,gap:d,className:u,...c},p)=>{let m=e?a.Slot:r,g=(0,n.cn)((e=>{let{direction:t,align:a,justify:n,wrap:r,gap:o}=e,i=["flex"];"column"===t&&i.push("flex-col"),"row-reverse"===t&&i.push("flex-row-reverse"),"column-reverse"===t&&i.push("flex-col-reverse"),"start"===a&&i.push("items-start"),"center"===a&&i.push("items-center"),"end"===a&&i.push("items-end"),"baseline"===a&&i.push("items-baseline"),"stretch"===a&&i.push("items-stretch"),"start"===n&&i.push("justify-start"),"center"===n&&i.push("justify-center"),"end"===n&&i.push("justify-end"),"between"===n&&i.push("justify-between"),"around"===n&&i.push("justify-around"),"evenly"===n&&i.push("justify-evenly"),"wrap"===r&&i.push("flex-wrap"),"nowrap"===r&&i.push("flex-nowrap"),"wrap-reverse"===r&&i.push("flex-wrap-reverse");let s=(e=>{if(void 0!==e)return({0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",7:"gap-7",8:"gap-8",9:"gap-9",10:"gap-10",11:"gap-11",12:"gap-12",14:"gap-14",16:"gap-16",20:"gap-20",24:"gap-24",28:"gap-28",32:"gap-32",36:"gap-36",40:"gap-40",44:"gap-44",48:"gap-48",52:"gap-52",56:"gap-56",60:"gap-60",64:"gap-64",72:"gap-72",80:"gap-80",96:"gap-96"})[e]||`gap-[${.25*e}rem]`})(o);return s&&i.push(s),i})({direction:o,align:i,justify:s,wrap:l,gap:d}),u);return(0,t.jsx)(m,{...c,ref:p,className:g})});o.displayName="Flex",e.s(["Flex",0,o],974817),e.i(702201);let i={xs:"text-xs",sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"},s={normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold"},l=r.forwardRef(({as:e="p",size:a="md",weight:r,muted:o,className:l,children:d,...u},c)=>(0,t.jsx)(e,{ref:c,className:(0,n.cn)(i[a],r&&s[r],o&&"text-muted-foreground",l),...u,children:d}));l.displayName="Text",e.s(["Text",0,l],15758),e.i(519410),e.i(947511),e.i(467384),e.s([],828627)},595040,e=>{"use strict";e.i(816396),e.s([])},687607,e=>{"use strict";var t=e.i(271645),a=e.i(981140),n=e.i(30030),r=e.i(369340),o=e.i(934620),i=e.i(820783),s=e.i(248425),l=e.i(296626),d=e.i(610772),u=e.i(843476),c=Object.defineProperty,p=(e,t)=>c(e,"name",{value:t,configurable:!0}),m="Collapsible",[g,f]=(0,n.createContextScope)(m),[b,v]=g(m),x=t.forwardRef(p(function(e,a){let{__scopeCollapsible:n,open:o,defaultOpen:i,disabled:l,onOpenChange:c,...p}=e,[g,f]=(0,r.useControllableState)({prop:o,defaultProp:i??!1,onChange:c,caller:m});return(0,u.jsx)(b,{scope:n,disabled:l,contentId:(0,d.useId)(),open:g,onOpenToggle:t.useCallback(()=>f(e=>!e),[f]),children:(0,u.jsx)(s.Primitive.div,{"data-state":T(g),"data-disabled":l?"":void 0,...p,ref:a})})},"Collapsible")),h=t.forwardRef(p(function(e,t){let{__scopeCollapsible:n,...r}=e,o=v("CollapsibleTrigger",n);return(0,u.jsx)(s.Primitive.button,{type:"button","aria-controls":o.open?o.contentId:void 0,"aria-expanded":o.open||!1,"data-state":T(o.open),"data-disabled":o.disabled?"":void 0,disabled:o.disabled,...r,ref:t,onClick:(0,a.composeEventHandlers)(e.onClick,o.onOpenToggle)})},"CollapsibleTrigger")),w="CollapsibleContent",S=t.forwardRef(p(function(e,t){let{forceMount:a,...n}=e,r=v(w,e.__scopeCollapsible);return(0,u.jsx)(l.Presence,{present:a||r.open,children:({present:e})=>(0,u.jsx)(C,{...n,ref:t,present:e})})},"CollapsibleContent")),C=t.forwardRef(p(function(e,a){let{__scopeCollapsible:n,present:r,children:l,...d}=e,c=v(w,n),[p,m]=t.useState(r),g=t.useRef(null),f=(0,i.useComposedRefs)(a,g),b=t.useRef(0),x=b.current,h=t.useRef(0),S=h.current,C=c.open||p,N=t.useRef(C),j=t.useRef(void 0);return t.useEffect(()=>{let e=requestAnimationFrame(()=>N.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,o.useLayoutEffect)(()=>{let e=g.current;if(e){j.current=j.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let t=e.getBoundingClientRect();b.current=t.height,h.current=t.width,N.current||(e.style.transitionDuration=j.current.transitionDuration,e.style.animationName=j.current.animationName),m(r)}},[c.open,r]),(0,u.jsx)(s.Primitive.div,{"data-state":T(c.open),"data-disabled":c.disabled?"":void 0,id:c.contentId,hidden:!C,...d,ref:f,style:{"--radix-collapsible-content-height":x?`${x}px`:void 0,"--radix-collapsible-content-width":S?`${S}px`:void 0,...e.style},children:C&&l})},"CollapsibleContentImpl"));function T(e){return e?"open":"closed"}p(T,"getState"),e.s(["Collapsible",0,x,"CollapsibleContent",0,S,"CollapsibleTrigger",0,h,"Content",0,S,"Root",0,x,"Trigger",0,h,"createCollapsibleScope",0,f])},382449,e=>{"use strict";var t=e.i(388474);e.s(["Checkbox",0,t])},768467,e=>{"use strict";var t=e.i(57287);e.s(["Switch",0,t])},504607,e=>{"use strict";var t=e.i(980305);e.s(["Toggle",0,t])},503636,358729,e=>{"use strict";var t=e.i(26495);e.s(["ChevronDownIcon",()=>t.default],503636);var a=e.i(144716);e.s(["ChevronUpIcon",()=>a.default],358729)},926209,e=>{"use strict";var t=e.i(271645),a=e.i(981140),n=e.i(30030),r=e.i(842727),o=e.i(296626),i=e.i(248425),s=e.i(586318),l=e.i(369340),d=e.i(610772),u=e.i(843476),c=Object.defineProperty,p=(e,t)=>c(e,"name",{value:t,configurable:!0}),m="Tabs",[g,f]=(0,n.createContextScope)(m,[r.createRovingFocusGroupScope]),b=(0,r.createRovingFocusGroupScope)(),[v,x]=g(m),h=t.forwardRef(p(function(e,t){let{__scopeTabs:a,value:n,onValueChange:r,defaultValue:o,orientation:c="horizontal",dir:p,activationMode:g="automatic",...f}=e,b=(0,s.useDirection)(p),[x,h]=(0,l.useControllableState)({prop:n,onChange:r,defaultProp:o??"",caller:m});return(0,u.jsx)(v,{scope:a,baseId:(0,d.useId)(),value:x,onValueChange:h,orientation:c,dir:b,activationMode:g,children:(0,u.jsx)(i.Primitive.div,{dir:b,"data-orientation":c,...f,ref:t})})},"Tabs")),w=t.forwardRef(p(function(e,t){let{__scopeTabs:a,loop:n=!0,...o}=e,s=x("TabsList",a),l=b(a);return(0,u.jsx)(r.Root,{asChild:!0,...l,orientation:s.orientation,dir:s.dir,loop:n,children:(0,u.jsx)(i.Primitive.div,{role:"tablist","aria-orientation":s.orientation,...o,ref:t})})},"TabsList")),S=t.forwardRef(p(function(e,t){let{__scopeTabs:n,value:o,disabled:s=!1,...l}=e,d=x("TabsTrigger",n),c=b(n),p=T(d.baseId,o),m=N(d.baseId,o),g=o===d.value;return(0,u.jsx)(r.Item,{asChild:!0,...c,focusable:!s,active:g,children:(0,u.jsx)(i.Primitive.button,{type:"button",role:"tab","aria-selected":g,"aria-controls":m,"data-state":g?"active":"inactive","data-disabled":s?"":void 0,disabled:s,id:p,...l,ref:t,onMouseDown:(0,a.composeEventHandlers)(e.onMouseDown,e=>{s||0!==e.button||!1!==e.ctrlKey?e.preventDefault():d.onValueChange(o)}),onKeyDown:(0,a.composeEventHandlers)(e.onKeyDown,e=>{!s&&e.target===e.currentTarget&&[" ","Enter"].includes(e.key)&&d.onValueChange(o)}),onFocus:(0,a.composeEventHandlers)(e.onFocus,()=>{let e="manual"!==d.activationMode;g||s||!e||d.onValueChange(o)})})})},"TabsTrigger")),C=t.forwardRef(p(function(e,a){let{__scopeTabs:n,value:r,forceMount:s,children:l,...d}=e,c=x("TabsContent",n),p=T(c.baseId,r),m=N(c.baseId,r),g=r===c.value,f=t.useRef(g);return t.useEffect(()=>{let e=requestAnimationFrame(()=>f.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,u.jsx)(o.Presence,{present:s||g,children:({present:t})=>(0,u.jsx)(i.Primitive.div,{"data-state":g?"active":"inactive","data-orientation":c.orientation,role:"tabpanel","aria-labelledby":p,hidden:!t,id:m,tabIndex:0,...d,ref:a,style:{...e.style,animationDuration:f.current?"0s":void 0},children:t&&l})})},"TabsContent"));function T(e,t){return`${e}-trigger-${t}`}function N(e,t){return`${e}-content-${t}`}p(T,"makeTriggerId"),p(N,"makeContentId"),e.s(["Content",0,C,"List",0,w,"Root",0,h,"Tabs",0,h,"TabsContent",0,C,"TabsList",0,w,"TabsTrigger",0,S,"Trigger",0,S,"createTabsScope",0,f])},19710,929570,336583,76616,721930,7956,992250,137951,186506,398313,888624,884941,e=>{"use strict";var t=e.i(843476),a=e.i(225913),n=e.i(586011),r=e.i(690923);let o=(0,a.cva)("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded border-2 px-2 py-0.5 text-xs font-head font-medium whitespace-nowrap shadow-sm transition-all focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive [&>svg]:pointer-events-none [&>svg]:size-3!",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",secondary:"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",destructive:"bg-destructive text-destructive-foreground [a]:hover:bg-destructive/90",outline:"bg-transparent text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground",ghost:"border-transparent bg-transparent shadow-none hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50",link:"border-transparent bg-transparent shadow-none text-primary underline-offset-4 hover:underline"}},defaultVariants:{variant:"default"}});function i({className:e,size:a="default",...n}){return(0,t.jsx)("div",{"data-slot":"card","data-size":a,className:(0,r.cn)("group/card flex flex-col gap-(--card-spacing) overflow-hidden rounded border-2 bg-card py-(--card-spacing) text-sm text-card-foreground shadow-md [--card-spacing:--spacing(4)] has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:[--card-spacing:--spacing(3)] data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl",e),...n})}e.s(["Badge",0,function({className:e,variant:a="default",asChild:i=!1,...s}){let l=i?n.Slot.Root:"span";return(0,t.jsx)(l,{"data-slot":"badge","data-variant":a,className:(0,r.cn)(o({variant:a}),e),...s})}],929570),e.i(263724),e.s(["Card",0,i,"CardAction",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-action",className:(0,r.cn)("col-start-2 row-span-2 row-start-1 self-start justify-self-end",e),...a})},"CardContent",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,r.cn)("px-(--card-spacing)",e),...a})},"CardDescription",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,r.cn)("text-sm text-muted-foreground",e),...a})},"CardFooter",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,r.cn)("flex items-center rounded-b-xl border-t-2 bg-muted/50 p-(--card-spacing)",e),...a})},"CardHeader",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,r.cn)("group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-(--card-spacing) has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-(--card-spacing)",e),...a})},"CardTitle",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,r.cn)("cn-font-heading text-base leading-snug font-medium group-data-[size=sm]/card:text-sm",e),...a})}],336583),e.s(["ChromeFrame",0,function({variant:e,className:a,children:n,...o}){return"rail"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(i,{className:(0,r.cn)("flex h-full w-full flex-col overflow-hidden rounded bg-sidebar py-0",a),...o,children:n})}):"panel"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(i,{className:(0,r.cn)("flex h-full w-full flex-col overflow-y-auto rounded bg-card py-0",a),...o,children:n})}):"bar"===e?(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(i,{className:(0,r.cn)("flex w-full flex-row items-center rounded bg-card py-0",a),...o,children:n})}):(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(i,{className:(0,r.cn)("relative flex h-14 w-full flex-row items-center gap-0 rounded px-6 py-0 overflow-visible",a),...o,children:n})})}],76616),e.i(971763);var s=e.i(829834);e.s(["TabsTrigger",0,function({className:e,...a}){return(0,t.jsx)(s.TabsTrigger,{className:(0,r.cn)(e,"data-active:hover:text-primary-foreground"),...a})}],721930),e.i(277718),e.i(900843),e.i(382115),e.i(19810),e.i(649320);var l=e.i(392784);function d({variant:e,size:a,error:n,leftSection:o,rightSection:i,className:s,...u}){return o||i?(0,t.jsxs)("div",{className:"w-full flex items-center gap-1",children:[o,(0,t.jsx)(l.Input,{className:(0,r.cn)("flex-1",n&&"border-destructive",s),...u}),i]}):(0,t.jsx)(l.Input,{className:(0,r.cn)(n&&"border-destructive",s),...u})}function u({className:e,leftSection:a,rightSection:n,error:o,children:i}){return(0,t.jsxs)("div",{className:(0,r.cn)("w-full flex gap-1 items-center",o&&"border-destructive",e),children:[a,i,n]})}d.displayName="Input",u.displayName="InputBlock",e.s(["Input",0,d,"InputBlock",0,u],7956),e.i(500418),e.i(691298),e.i(311690),e.i(396409),e.i(74778),e.i(598349),e.i(471415);var c=e.i(503636),p=e.i(576958),p=p;let m=(0,a.cva)("group/navigation-menu-trigger inline-flex h-9 w-max items-center justify-center rounded px-2.5 py-1.5 text-sm font-medium transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary disabled:pointer-events-none disabled:opacity-50 data-popup-open:bg-accent data-popup-open:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground");function g({className:e,...a}){return(0,t.jsx)("div",{className:(0,r.cn)("absolute top-full left-0 isolate z-50 flex justify-center"),children:(0,t.jsx)(p.Viewport,{"data-slot":"navigation-menu-viewport",className:(0,r.cn)("origin-top-center relative mt-1.5 h-(--radix-navigation-menu-viewport-height) w-full overflow-hidden rounded border-2 bg-popover text-popover-foreground shadow-md duration-100 md:w-(--radix-navigation-menu-viewport-width) data-open:animate-in data-open:zoom-in-90 data-closed:animate-out data-closed:zoom-out-90",e),...a})})}e.s(["NavigationMenu",0,function({className:e,children:a,viewport:n=!0,...o}){return(0,t.jsxs)(p.Root,{"data-slot":"navigation-menu","data-viewport":n,className:(0,r.cn)("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",e),...o,children:[a,n&&(0,t.jsx)(g,{})]})},"NavigationMenuContent",0,function({className:e,...a}){return(0,t.jsx)(p.Content,{"data-slot":"navigation-menu-content",className:(0,r.cn)("top-0 left-0 w-full p-1 ease-[cubic-bezier(0.22,1,0.36,1)] group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded group-data-[viewport=false]/navigation-menu:border-2 group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:shadow-md group-data-[viewport=false]/navigation-menu:duration-300 data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 data-[motion^=from-]:animate-in data-[motion^=from-]:fade-in data-[motion^=to-]:animate-out data-[motion^=to-]:fade-out **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none md:absolute md:w-auto group-data-[viewport=false]/navigation-menu:data-open:animate-in group-data-[viewport=false]/navigation-menu:data-open:fade-in-0 group-data-[viewport=false]/navigation-menu:data-open:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-closed:animate-out group-data-[viewport=false]/navigation-menu:data-closed:fade-out-0 group-data-[viewport=false]/navigation-menu:data-closed:zoom-out-95",e),...a})},"NavigationMenuIndicator",0,function({className:e,...a}){return(0,t.jsx)(p.Indicator,{"data-slot":"navigation-menu-indicator",className:(0,r.cn)("top-full z-1 flex h-1.5 items-end justify-center overflow-hidden data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:animate-in data-[state=visible]:fade-in",e),...a,children:(0,t.jsx)("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"})})},"NavigationMenuItem",0,function({className:e,...a}){return(0,t.jsx)(p.Item,{"data-slot":"navigation-menu-item",className:(0,r.cn)("relative",e),...a})},"NavigationMenuLink",0,function({className:e,...a}){return(0,t.jsx)(p.Link,{"data-slot":"navigation-menu-link",className:(0,r.cn)("flex items-center gap-2 rounded-sm p-2 text-sm transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary in-data-[slot=navigation-menu-content]:rounded-sm data-active:bg-accent data-active:text-accent-foreground [&_svg:not([class*='size-'])]:size-4",e),...a})},"NavigationMenuList",0,function({className:e,...a}){return(0,t.jsx)(p.List,{"data-slot":"navigation-menu-list",className:(0,r.cn)("group flex flex-1 list-none items-center justify-center gap-0",e),...a})},"NavigationMenuTrigger",0,function({className:e,children:a,...n}){return(0,t.jsxs)(p.Trigger,{"data-slot":"navigation-menu-trigger",className:(0,r.cn)(m(),"group",e),...n,children:[a," ",(0,t.jsx)(c.ChevronDownIcon,{className:"relative top-px ml-1 size-3 transition duration-300 group-data-popup-open/navigation-menu-trigger:rotate-180 group-data-open/navigation-menu-trigger:rotate-180","aria-hidden":"true"})]})},"NavigationMenuViewport",0,g,"navigationMenuTriggerStyle",0,m],992250);var f=e.i(408277);let b=(0,e.i(566407).makeScrollableTable)(f.Table,"@min-[780px]/tbl:[&_thead_th]:sticky @min-[780px]/tbl:[&_thead_th]:top-0 @min-[780px]/tbl:[&_thead_th]:z-10 @min-[780px]/tbl:[&_thead_th]:bg-muted @min-[780px]/tbl:[&_thead_th]:shadow-[inset_0_-2px_0_0_var(--border)] @min-[780px]/tbl:[&_thead_th:first-child]:rounded-tl @min-[780px]/tbl:[&_thead_th:last-child]:rounded-tr");e.s(["Table",0,b,"TableCell",0,function({className:e,...a}){return(0,t.jsx)(f.TableCell,{className:(0,r.cn)("whitespace-normal",e),...a})}],137951),e.i(828627);var v=e.i(881736);e.s(["Button",0,function({className:e,...a}){return(0,t.jsx)(v.Button,{className:(0,r.cn)(e,"leading-none"),...a})}],186506);var x=e.i(96834);let h=(0,r.cn)("data-[state=checked]:bg-primary","[&_[data-slot=switch-thumb]]:data-[state=unchecked]:translate-x-0","[&_[data-slot=switch-thumb]]:data-[state=checked]:bg-background","data-[size=default]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-5","data-[size=sm]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-4");e.s(["Switch",0,function({className:e,...a}){return(0,t.jsx)(x.Switch,{className:(0,r.cn)(h,e),...a})}],398313);var w=e.i(802143);e.s(["Toggle",0,function({className:e,...a}){return(0,t.jsx)(w.Toggle,{className:(0,r.cn)(e,"cursor-pointer disabled:cursor-not-allowed"),...a})}],888624),e.i(678223),e.i(575360);var S=e.i(271645),C=e.i(579104);e.s(["SidebarMenuButton",0,function({render:e,children:a,asChild:n,...r}){return e&&(0,S.isValidElement)(e)?(0,t.jsx)(C.SidebarMenuButton,{asChild:!0,...r,children:(0,S.cloneElement)(e,void 0,a)}):(0,t.jsx)(C.SidebarMenuButton,{asChild:n,...r,children:a})}],884941),e.i(732002),e.i(943696),e.i(595040),e.s([],19710)},311075,e=>{"use strict";e.i(19710);var t=e.i(929570),a=e.i(263724),n=e.i(76616),r=e.i(971763),o=e.i(829834),i=e.i(721930),s=e.i(277718),l=e.i(900843),d=e.i(382115),u=e.i(9963),c=e.i(19810),p=e.i(649320),m=e.i(7956),g=e.i(500418),f=e.i(691298),b=e.i(311690),v=e.i(396409),x=e.i(74778),h=e.i(598349),w=e.i(471415),S=e.i(992250),C=e.i(137951),T=e.i(408277),N=e.i(519410),j=e.i(974817),y=e.i(702201),M=e.i(15758),D=e.i(186506),I=e.i(881736),B=e.i(398313),k=e.i(888624),R=e.i(802143),P=e.i(336583),L=e.i(678223),_=e.i(575360),F=e.i(359607),z=e.i(884941),H=e.i(579104),G=e.i(732002),A=e.i(943696),E=e.i(816396);e.s(["AgentThinkingText",()=>N.AgentThinkingText,"Badge",()=>t.Badge,"Breadcrumb",()=>w.Breadcrumb,"BreadcrumbEllipsis",()=>w.BreadcrumbEllipsis,"BreadcrumbItem",()=>w.BreadcrumbItem,"BreadcrumbLink",()=>w.BreadcrumbLink,"BreadcrumbList",()=>w.BreadcrumbList,"BreadcrumbPage",()=>w.BreadcrumbPage,"BreadcrumbSeparator",()=>w.BreadcrumbSeparator,"Button",()=>D.Button,"Card",()=>P.Card,"CardAction",()=>P.CardAction,"CardContent",()=>P.CardContent,"CardDescription",()=>P.CardDescription,"CardFooter",()=>P.CardFooter,"CardHeader",()=>P.CardHeader,"CardTitle",()=>P.CardTitle,"Checkbox",()=>g.Checkbox,"ChromeFrame",()=>n.ChromeFrame,"Code",()=>a.Code,"CodeBlock",()=>a.CodeBlock,"Collapsible",()=>r.Collapsible,"CollapsibleContent",()=>r.CollapsibleContent,"CollapsibleTrigger",()=>r.CollapsibleTrigger,"Command",()=>p.Command,"CommandEmpty",()=>p.CommandEmpty,"CommandGroup",()=>p.CommandGroup,"CommandInput",()=>p.CommandInput,"CommandItem",()=>p.CommandItem,"CommandList",()=>p.CommandList,"CommandSeparator",()=>p.CommandSeparator,"CommandShortcut",()=>p.CommandShortcut,"Dialog",()=>A.Dialog,"DialogClose",()=>A.DialogClose,"DialogContent",()=>A.DialogContent,"DialogDescription",()=>A.DialogDescription,"DialogFooter",()=>A.DialogFooter,"DialogHeader",()=>A.DialogHeader,"DialogOverlay",()=>A.DialogOverlay,"DialogPortal",()=>A.DialogPortal,"DialogTitle",()=>A.DialogTitle,"DialogTrigger",()=>A.DialogTrigger,"DropdownMenu",()=>s.DropdownMenu,"DropdownMenuCheckboxItem",()=>s.DropdownMenuCheckboxItem,"DropdownMenuContent",()=>s.DropdownMenuContent,"DropdownMenuGroup",()=>s.DropdownMenuGroup,"DropdownMenuItem",()=>s.DropdownMenuItem,"DropdownMenuItemTextHighlight",()=>l.DropdownMenuItemTextHighlight,"DropdownMenuLabel",()=>s.DropdownMenuLabel,"DropdownMenuPortal",()=>s.DropdownMenuPortal,"DropdownMenuRadioGroup",()=>s.DropdownMenuRadioGroup,"DropdownMenuRadioItem",()=>s.DropdownMenuRadioItem,"DropdownMenuSeparator",()=>s.DropdownMenuSeparator,"DropdownMenuShortcut",()=>s.DropdownMenuShortcut,"DropdownMenuSub",()=>s.DropdownMenuSub,"DropdownMenuSubContent",()=>s.DropdownMenuSubContent,"DropdownMenuSubTrigger",()=>s.DropdownMenuSubTrigger,"DropdownMenuTrigger",()=>s.DropdownMenuTrigger,"Flex",()=>j.Flex,"Heading",()=>y.Heading,"Input",()=>m.Input,"InputBlock",()=>m.InputBlock,"ModelIcon",()=>v.ModelIcon,"ModelPicker",()=>x.ModelPicker,"NavigationMenu",()=>S.NavigationMenu,"NavigationMenuContent",()=>S.NavigationMenuContent,"NavigationMenuIndicator",()=>S.NavigationMenuIndicator,"NavigationMenuItem",()=>S.NavigationMenuItem,"NavigationMenuLink",()=>S.NavigationMenuLink,"NavigationMenuList",()=>S.NavigationMenuList,"NavigationMenuTrigger",()=>S.NavigationMenuTrigger,"NavigationMenuViewport",()=>S.NavigationMenuViewport,"Popover",()=>d.Popover,"PopoverAnchor",()=>d.PopoverAnchor,"PopoverContent",()=>d.PopoverContent,"PopoverTrigger",()=>d.PopoverTrigger,"Select",()=>u.Select,"SelectContent",()=>c.SelectContent,"SelectGroup",()=>u.SelectGroup,"SelectItem",()=>u.SelectItem,"SelectLabel",()=>u.SelectLabel,"SelectScrollDownButton",()=>u.SelectScrollDownButton,"SelectScrollUpButton",()=>u.SelectScrollUpButton,"SelectSeparator",()=>u.SelectSeparator,"SelectTrigger",()=>u.SelectTrigger,"SelectValue",()=>u.SelectValue,"Separator",()=>h.Separator,"Sheet",()=>G.Sheet,"SheetClose",()=>G.SheetClose,"SheetContent",()=>G.SheetContent,"SheetDescription",()=>G.SheetDescription,"SheetFooter",()=>G.SheetFooter,"SheetHeader",()=>G.SheetHeader,"SheetTitle",()=>G.SheetTitle,"SheetTrigger",()=>G.SheetTrigger,"Sidebar",()=>H.Sidebar,"SidebarContent",()=>H.SidebarContent,"SidebarFooter",()=>H.SidebarFooter,"SidebarGroup",()=>H.SidebarGroup,"SidebarGroupAction",()=>H.SidebarGroupAction,"SidebarGroupContent",()=>H.SidebarGroupContent,"SidebarGroupLabel",()=>H.SidebarGroupLabel,"SidebarHeader",()=>H.SidebarHeader,"SidebarInput",()=>H.SidebarInput,"SidebarInset",()=>H.SidebarInset,"SidebarMenu",()=>H.SidebarMenu,"SidebarMenuAction",()=>H.SidebarMenuAction,"SidebarMenuBadge",()=>H.SidebarMenuBadge,"SidebarMenuButton",()=>z.SidebarMenuButton,"SidebarMenuItem",()=>H.SidebarMenuItem,"SidebarMenuSkeleton",()=>H.SidebarMenuSkeleton,"SidebarMenuSub",()=>H.SidebarMenuSub,"SidebarMenuSubButton",()=>H.SidebarMenuSubButton,"SidebarMenuSubItem",()=>H.SidebarMenuSubItem,"SidebarProvider",()=>H.SidebarProvider,"SidebarRail",()=>H.SidebarRail,"SidebarSeparator",()=>H.SidebarSeparator,"SidebarTrigger",()=>H.SidebarTrigger,"Slider",()=>b.Slider,"Switch",()=>B.Switch,"Table",()=>C.Table,"TableBody",()=>T.TableBody,"TableCaption",()=>T.TableCaption,"TableCell",()=>C.TableCell,"TableFooter",()=>T.TableFooter,"TableHead",()=>T.TableHead,"TableHeader",()=>T.TableHeader,"TableRow",()=>T.TableRow,"Tabs",()=>o.Tabs,"TabsContent",()=>o.TabsContent,"TabsList",()=>o.TabsList,"TabsTrigger",()=>i.TabsTrigger,"Text",()=>M.Text,"TextReveal",()=>E.TextReveal,"Textarea",()=>f.Textarea,"Toast",()=>L.Toast,"ToastProvider",()=>_.ToastProvider,"Toggle",()=>k.Toggle,"buttonVariants",()=>I.buttonVariants,"navigationMenuTriggerStyle",()=>S.navigationMenuTriggerStyle,"toggleVariants",()=>R.toggleVariants,"useSidebar",()=>H.useSidebar,"useToastContext",()=>F.useToastContext])}]);
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,947511,e=>{"use strict";var t=e.i(843476),a=e.i(690923);e.s(["Logo",0,function({light:e,dark:n,alt:r="",size:o="h-6",className:i,text:s}){let l=e??n;if(!l)return null;let d=s&&s.length>0,u=(0,t.jsx)("img",{src:l,alt:r,className:(0,a.cn)(o,"w-auto dark:invert",i)});if(!d)return u;let c=1===s.length?(0,t.jsx)("div",{className:(0,a.cn)(o,"flex items-center"),children:s[0]}):(0,t.jsxs)("div",{className:"flex flex-col",children:[(0,t.jsx)("span",{className:"text-sm uppercase font-mono",children:s[0]}),(0,t.jsx)("span",{className:"text-sm uppercase font-mono text-primary",children:s[1]})]});return(0,t.jsxs)("div",{className:"flex items-center gap-1 font-bold",children:[u,c]})}])},263724,867927,471415,566407,e=>{"use strict";var t=e.i(843476),a=e.i(271645),n=e.i(690923);let r=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("code",{ref:r,className:(0,n.cn)("rounded-sm bg-muted px-1.5 py-0.5 font-mono text-[0.92em] text-foreground",e),...a}));r.displayName="Code";let o=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("pre",{ref:r,className:(0,n.cn)("my-4 overflow-x-auto rounded-md bg-muted p-4 font-mono text-sm text-foreground",e),...a}));o.displayName="CodeBlock",e.s(["Code",0,r,"CodeBlock",0,o],263724);var i=e.i(991918),s=e.i(986253);e.s(["ChevronRight",()=>s.default],867927);var s=s;let l=(0,e.i(456420).default)("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]),d=a.forwardRef(({...e},a)=>(0,t.jsx)("nav",{ref:a,"aria-label":"breadcrumb",...e}));d.displayName="Breadcrumb";let u=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("ol",{ref:r,className:(0,n.cn)("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",e),...a}));u.displayName="BreadcrumbList";let c=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("li",{ref:r,className:(0,n.cn)("inline-flex items-center gap-1.5",e),...a}));c.displayName="BreadcrumbItem";let p=a.forwardRef(({asChild:e,className:a,...r},o)=>{let s=e?i.Slot:"a";return(0,t.jsx)(s,{ref:o,className:(0,n.cn)("transition-colors hover:text-foreground",a),...r})});p.displayName="BreadcrumbLink";let m=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("span",{ref:r,role:"link","aria-disabled":"true","aria-current":"page",className:(0,n.cn)("font-normal text-foreground",e),...a}));m.displayName="BreadcrumbPage";let g=({children:e,className:a,...r})=>(0,t.jsx)("li",{role:"presentation","aria-hidden":"true",className:(0,n.cn)("[&>svg]:w-3.5 [&>svg]:h-3.5",a),...r,children:e??(0,t.jsx)(s.default,{})});g.displayName="BreadcrumbSeparator";let f=({className:e,...a})=>(0,t.jsxs)("span",{role:"presentation","aria-hidden":"true",className:(0,n.cn)("flex h-9 w-9 items-center justify-center",e),...a,children:[(0,t.jsx)(l,{className:"h-4 w-4"}),(0,t.jsx)("span",{className:"sr-only",children:"More"})]});f.displayName="BreadcrumbElipssis",e.s(["Breadcrumb",0,d,"BreadcrumbEllipsis",0,f,"BreadcrumbItem",0,c,"BreadcrumbLink",0,p,"BreadcrumbList",0,u,"BreadcrumbPage",0,m,"BreadcrumbSeparator",0,g],471415),e.s(["makeScrollableTable",0,function(e,a){function r({className:o,containerClassName:i,stickyHeader:s=!1,...l}){return(0,t.jsx)("div",{className:"@container/tbl w-full min-w-0 max-w-full",children:(0,t.jsx)("div",{className:(0,n.cn)(s&&"@min-[780px]/tbl:[&>div]:overflow-visible",s&&a,i),children:(0,t.jsx)(e,{className:o,...l})})})}return r.displayName="Table",r}],566407)},828627,974817,15758,e=>{"use strict";var t=e.i(843476),a=e.i(991918),n=e.i(690923),r=e.i(271645);let o=r.default.forwardRef(({asChild:e,as:r="div",direction:o,align:i,justify:s,wrap:l,gap:d,className:u,...c},p)=>{let m=e?a.Slot:r,g=(0,n.cn)((e=>{let{direction:t,align:a,justify:n,wrap:r,gap:o}=e,i=["flex"];"column"===t&&i.push("flex-col"),"row-reverse"===t&&i.push("flex-row-reverse"),"column-reverse"===t&&i.push("flex-col-reverse"),"start"===a&&i.push("items-start"),"center"===a&&i.push("items-center"),"end"===a&&i.push("items-end"),"baseline"===a&&i.push("items-baseline"),"stretch"===a&&i.push("items-stretch"),"start"===n&&i.push("justify-start"),"center"===n&&i.push("justify-center"),"end"===n&&i.push("justify-end"),"between"===n&&i.push("justify-between"),"around"===n&&i.push("justify-around"),"evenly"===n&&i.push("justify-evenly"),"wrap"===r&&i.push("flex-wrap"),"nowrap"===r&&i.push("flex-nowrap"),"wrap-reverse"===r&&i.push("flex-wrap-reverse");let s=(e=>{if(void 0!==e)return({0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",7:"gap-7",8:"gap-8",9:"gap-9",10:"gap-10",11:"gap-11",12:"gap-12",14:"gap-14",16:"gap-16",20:"gap-20",24:"gap-24",28:"gap-28",32:"gap-32",36:"gap-36",40:"gap-40",44:"gap-44",48:"gap-48",52:"gap-52",56:"gap-56",60:"gap-60",64:"gap-64",72:"gap-72",80:"gap-80",96:"gap-96"})[e]||`gap-[${.25*e}rem]`})(o);return s&&i.push(s),i})({direction:o,align:i,justify:s,wrap:l,gap:d}),u);return(0,t.jsx)(m,{...c,ref:p,className:g})});o.displayName="Flex",e.s(["Flex",0,o],974817),e.i(702201);let i={xs:"text-xs",sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"},s={normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold"},l=r.forwardRef(({as:e="p",size:a="md",weight:r,muted:o,className:l,children:d,...u},c)=>(0,t.jsx)(e,{ref:c,className:(0,n.cn)(i[a],r&&s[r],o&&"text-muted-foreground",l),...u,children:d}));l.displayName="Text",e.s(["Text",0,l],15758),e.i(519410),e.i(947511),e.i(467384),e.s([],828627)},595040,e=>{"use strict";e.i(816396),e.s([])},687607,e=>{"use strict";var t=e.i(271645),a=e.i(981140),n=e.i(30030),r=e.i(369340),o=e.i(934620),i=e.i(820783),s=e.i(248425),l=e.i(296626),d=e.i(610772),u=e.i(843476),c=Object.defineProperty,p=(e,t)=>c(e,"name",{value:t,configurable:!0}),m="Collapsible",[g,f]=(0,n.createContextScope)(m),[b,v]=g(m),x=t.forwardRef(p(function(e,a){let{__scopeCollapsible:n,open:o,defaultOpen:i,disabled:l,onOpenChange:c,...p}=e,[g,f]=(0,r.useControllableState)({prop:o,defaultProp:i??!1,onChange:c,caller:m});return(0,u.jsx)(b,{scope:n,disabled:l,contentId:(0,d.useId)(),open:g,onOpenToggle:t.useCallback(()=>f(e=>!e),[f]),children:(0,u.jsx)(s.Primitive.div,{"data-state":T(g),"data-disabled":l?"":void 0,...p,ref:a})})},"Collapsible")),h=t.forwardRef(p(function(e,t){let{__scopeCollapsible:n,...r}=e,o=v("CollapsibleTrigger",n);return(0,u.jsx)(s.Primitive.button,{type:"button","aria-controls":o.open?o.contentId:void 0,"aria-expanded":o.open||!1,"data-state":T(o.open),"data-disabled":o.disabled?"":void 0,disabled:o.disabled,...r,ref:t,onClick:(0,a.composeEventHandlers)(e.onClick,o.onOpenToggle)})},"CollapsibleTrigger")),w="CollapsibleContent",S=t.forwardRef(p(function(e,t){let{forceMount:a,...n}=e,r=v(w,e.__scopeCollapsible);return(0,u.jsx)(l.Presence,{present:a||r.open,children:({present:e})=>(0,u.jsx)(C,{...n,ref:t,present:e})})},"CollapsibleContent")),C=t.forwardRef(p(function(e,a){let{__scopeCollapsible:n,present:r,children:l,...d}=e,c=v(w,n),[p,m]=t.useState(r),g=t.useRef(null),f=(0,i.useComposedRefs)(a,g),b=t.useRef(0),x=b.current,h=t.useRef(0),S=h.current,C=c.open||p,N=t.useRef(C),j=t.useRef(void 0);return t.useEffect(()=>{let e=requestAnimationFrame(()=>N.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,o.useLayoutEffect)(()=>{let e=g.current;if(e){j.current=j.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let t=e.getBoundingClientRect();b.current=t.height,h.current=t.width,N.current||(e.style.transitionDuration=j.current.transitionDuration,e.style.animationName=j.current.animationName),m(r)}},[c.open,r]),(0,u.jsx)(s.Primitive.div,{"data-state":T(c.open),"data-disabled":c.disabled?"":void 0,id:c.contentId,hidden:!C,...d,ref:f,style:{"--radix-collapsible-content-height":x?`${x}px`:void 0,"--radix-collapsible-content-width":S?`${S}px`:void 0,...e.style},children:C&&l})},"CollapsibleContentImpl"));function T(e){return e?"open":"closed"}p(T,"getState"),e.s(["Collapsible",0,x,"CollapsibleContent",0,S,"CollapsibleTrigger",0,h,"Content",0,S,"Root",0,x,"Trigger",0,h,"createCollapsibleScope",0,f])},382449,e=>{"use strict";var t=e.i(388474);e.s(["Checkbox",0,t])},768467,e=>{"use strict";var t=e.i(57287);e.s(["Switch",0,t])},504607,e=>{"use strict";var t=e.i(980305);e.s(["Toggle",0,t])},503636,358729,e=>{"use strict";var t=e.i(26495);e.s(["ChevronDownIcon",()=>t.default],503636);var a=e.i(144716);e.s(["ChevronUpIcon",()=>a.default],358729)},926209,e=>{"use strict";var t=e.i(271645),a=e.i(981140),n=e.i(30030),r=e.i(842727),o=e.i(296626),i=e.i(248425),s=e.i(586318),l=e.i(369340),d=e.i(610772),u=e.i(843476),c=Object.defineProperty,p=(e,t)=>c(e,"name",{value:t,configurable:!0}),m="Tabs",[g,f]=(0,n.createContextScope)(m,[r.createRovingFocusGroupScope]),b=(0,r.createRovingFocusGroupScope)(),[v,x]=g(m),h=t.forwardRef(p(function(e,t){let{__scopeTabs:a,value:n,onValueChange:r,defaultValue:o,orientation:c="horizontal",dir:p,activationMode:g="automatic",...f}=e,b=(0,s.useDirection)(p),[x,h]=(0,l.useControllableState)({prop:n,onChange:r,defaultProp:o??"",caller:m});return(0,u.jsx)(v,{scope:a,baseId:(0,d.useId)(),value:x,onValueChange:h,orientation:c,dir:b,activationMode:g,children:(0,u.jsx)(i.Primitive.div,{dir:b,"data-orientation":c,...f,ref:t})})},"Tabs")),w=t.forwardRef(p(function(e,t){let{__scopeTabs:a,loop:n=!0,...o}=e,s=x("TabsList",a),l=b(a);return(0,u.jsx)(r.Root,{asChild:!0,...l,orientation:s.orientation,dir:s.dir,loop:n,children:(0,u.jsx)(i.Primitive.div,{role:"tablist","aria-orientation":s.orientation,...o,ref:t})})},"TabsList")),S=t.forwardRef(p(function(e,t){let{__scopeTabs:n,value:o,disabled:s=!1,...l}=e,d=x("TabsTrigger",n),c=b(n),p=T(d.baseId,o),m=N(d.baseId,o),g=o===d.value;return(0,u.jsx)(r.Item,{asChild:!0,...c,focusable:!s,active:g,children:(0,u.jsx)(i.Primitive.button,{type:"button",role:"tab","aria-selected":g,"aria-controls":m,"data-state":g?"active":"inactive","data-disabled":s?"":void 0,disabled:s,id:p,...l,ref:t,onMouseDown:(0,a.composeEventHandlers)(e.onMouseDown,e=>{s||0!==e.button||!1!==e.ctrlKey?e.preventDefault():d.onValueChange(o)}),onKeyDown:(0,a.composeEventHandlers)(e.onKeyDown,e=>{!s&&e.target===e.currentTarget&&[" ","Enter"].includes(e.key)&&d.onValueChange(o)}),onFocus:(0,a.composeEventHandlers)(e.onFocus,()=>{let e="manual"!==d.activationMode;g||s||!e||d.onValueChange(o)})})})},"TabsTrigger")),C=t.forwardRef(p(function(e,a){let{__scopeTabs:n,value:r,forceMount:s,children:l,...d}=e,c=x("TabsContent",n),p=T(c.baseId,r),m=N(c.baseId,r),g=r===c.value,f=t.useRef(g);return t.useEffect(()=>{let e=requestAnimationFrame(()=>f.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,u.jsx)(o.Presence,{present:s||g,children:({present:t})=>(0,u.jsx)(i.Primitive.div,{"data-state":g?"active":"inactive","data-orientation":c.orientation,role:"tabpanel","aria-labelledby":p,hidden:!t,id:m,tabIndex:0,...d,ref:a,style:{...e.style,animationDuration:f.current?"0s":void 0},children:t&&l})})},"TabsContent"));function T(e,t){return`${e}-trigger-${t}`}function N(e,t){return`${e}-content-${t}`}p(T,"makeTriggerId"),p(N,"makeContentId"),e.s(["Content",0,C,"List",0,w,"Root",0,h,"Tabs",0,h,"TabsContent",0,C,"TabsList",0,w,"TabsTrigger",0,S,"Trigger",0,S,"createTabsScope",0,f])},19710,929570,336583,76616,721930,7956,992250,137951,186506,398313,888624,884941,e=>{"use strict";var t=e.i(843476),a=e.i(225913),n=e.i(586011),r=e.i(690923);let o=(0,a.cva)("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded border-2 px-2 py-0.5 text-xs font-head font-medium whitespace-nowrap shadow-sm transition-all focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive [&>svg]:pointer-events-none [&>svg]:size-3!",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",secondary:"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",destructive:"bg-destructive text-destructive-foreground [a]:hover:bg-destructive/90",outline:"bg-transparent text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground",ghost:"border-transparent bg-transparent shadow-none hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50",link:"border-transparent bg-transparent shadow-none text-primary underline-offset-4 hover:underline"}},defaultVariants:{variant:"default"}});function i({className:e,size:a="default",...n}){return(0,t.jsx)("div",{"data-slot":"card","data-size":a,className:(0,r.cn)("group/card flex flex-col gap-(--card-spacing) overflow-hidden rounded border-2 bg-card py-(--card-spacing) text-sm text-card-foreground shadow-md [--card-spacing:--spacing(4)] has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:[--card-spacing:--spacing(3)] data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl",e),...n})}e.s(["Badge",0,function({className:e,variant:a="default",asChild:i=!1,...s}){let l=i?n.Slot.Root:"span";return(0,t.jsx)(l,{"data-slot":"badge","data-variant":a,className:(0,r.cn)(o({variant:a}),e),...s})}],929570),e.i(263724),e.s(["Card",0,i,"CardAction",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-action",className:(0,r.cn)("col-start-2 row-span-2 row-start-1 self-start justify-self-end",e),...a})},"CardContent",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,r.cn)("px-(--card-spacing)",e),...a})},"CardDescription",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,r.cn)("text-sm text-muted-foreground",e),...a})},"CardFooter",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,r.cn)("flex items-center rounded-b-xl border-t-2 bg-muted/50 p-(--card-spacing)",e),...a})},"CardHeader",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,r.cn)("group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-(--card-spacing) has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-(--card-spacing)",e),...a})},"CardTitle",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,r.cn)("cn-font-heading text-base leading-snug font-medium group-data-[size=sm]/card:text-sm",e),...a})}],336583),e.s(["ChromeFrame",0,function({variant:e,className:a,children:n,...o}){return"rail"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(i,{className:(0,r.cn)("flex h-full w-full flex-col overflow-hidden rounded bg-sidebar py-0",a),...o,children:n})}):"panel"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(i,{className:(0,r.cn)("flex h-full w-full flex-col overflow-y-auto rounded bg-card py-0",a),...o,children:n})}):"bar"===e?(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(i,{className:(0,r.cn)("flex w-full flex-row items-center rounded bg-card py-0",a),...o,children:n})}):(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(i,{className:(0,r.cn)("relative flex h-14 w-full flex-row items-center gap-0 rounded px-6 py-0 overflow-visible",a),...o,children:n})})}],76616),e.i(971763);var s=e.i(829834);e.s(["TabsContent",0,function({className:e,forceMount:a,keepMounted:n,...o}){return(0,t.jsx)(s.TabsContent,{className:(0,r.cn)(e,"data-[state=inactive]:hidden"),forceMount:!!(a??n)||void 0,...o})},"TabsTrigger",0,function({className:e,...a}){return(0,t.jsx)(s.TabsTrigger,{className:(0,r.cn)(e,"data-active:hover:text-primary-foreground"),...a})}],721930),e.i(277718),e.i(900843),e.i(382115),e.i(19810),e.i(649320);var l=e.i(392784);function d({variant:e,size:a,error:n,leftSection:o,rightSection:i,className:s,...u}){return o||i?(0,t.jsxs)("div",{className:"w-full flex items-center gap-1",children:[o,(0,t.jsx)(l.Input,{className:(0,r.cn)("flex-1",n&&"border-destructive",s),...u}),i]}):(0,t.jsx)(l.Input,{className:(0,r.cn)(n&&"border-destructive",s),...u})}function u({className:e,leftSection:a,rightSection:n,error:o,children:i}){return(0,t.jsxs)("div",{className:(0,r.cn)("w-full flex gap-1 items-center",o&&"border-destructive",e),children:[a,i,n]})}d.displayName="Input",u.displayName="InputBlock",e.s(["Input",0,d,"InputBlock",0,u],7956),e.i(500418),e.i(691298),e.i(311690),e.i(396409),e.i(74778),e.i(598349),e.i(471415);var c=e.i(503636),p=e.i(576958),p=p;let m=(0,a.cva)("group/navigation-menu-trigger inline-flex h-9 w-max items-center justify-center rounded px-2.5 py-1.5 text-sm font-medium transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary disabled:pointer-events-none disabled:opacity-50 data-popup-open:bg-accent data-popup-open:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground");function g({className:e,...a}){return(0,t.jsx)("div",{className:(0,r.cn)("absolute top-full left-0 isolate z-50 flex justify-center"),children:(0,t.jsx)(p.Viewport,{"data-slot":"navigation-menu-viewport",className:(0,r.cn)("origin-top-center relative mt-1.5 h-(--radix-navigation-menu-viewport-height) w-full overflow-hidden rounded border-2 bg-popover text-popover-foreground shadow-md duration-100 md:w-(--radix-navigation-menu-viewport-width) data-open:animate-in data-open:zoom-in-90 data-closed:animate-out data-closed:zoom-out-90",e),...a})})}e.s(["NavigationMenu",0,function({className:e,children:a,viewport:n=!0,...o}){return(0,t.jsxs)(p.Root,{"data-slot":"navigation-menu","data-viewport":n,className:(0,r.cn)("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",e),...o,children:[a,n&&(0,t.jsx)(g,{})]})},"NavigationMenuContent",0,function({className:e,...a}){return(0,t.jsx)(p.Content,{"data-slot":"navigation-menu-content",className:(0,r.cn)("top-0 left-0 w-full p-1 ease-[cubic-bezier(0.22,1,0.36,1)] group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded group-data-[viewport=false]/navigation-menu:border-2 group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:shadow-md group-data-[viewport=false]/navigation-menu:duration-300 data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 data-[motion^=from-]:animate-in data-[motion^=from-]:fade-in data-[motion^=to-]:animate-out data-[motion^=to-]:fade-out **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none md:absolute md:w-auto group-data-[viewport=false]/navigation-menu:data-open:animate-in group-data-[viewport=false]/navigation-menu:data-open:fade-in-0 group-data-[viewport=false]/navigation-menu:data-open:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-closed:animate-out group-data-[viewport=false]/navigation-menu:data-closed:fade-out-0 group-data-[viewport=false]/navigation-menu:data-closed:zoom-out-95",e),...a})},"NavigationMenuIndicator",0,function({className:e,...a}){return(0,t.jsx)(p.Indicator,{"data-slot":"navigation-menu-indicator",className:(0,r.cn)("top-full z-1 flex h-1.5 items-end justify-center overflow-hidden data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:animate-in data-[state=visible]:fade-in",e),...a,children:(0,t.jsx)("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"})})},"NavigationMenuItem",0,function({className:e,...a}){return(0,t.jsx)(p.Item,{"data-slot":"navigation-menu-item",className:(0,r.cn)("relative",e),...a})},"NavigationMenuLink",0,function({className:e,...a}){return(0,t.jsx)(p.Link,{"data-slot":"navigation-menu-link",className:(0,r.cn)("flex items-center gap-2 rounded-sm p-2 text-sm transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary in-data-[slot=navigation-menu-content]:rounded-sm data-active:bg-accent data-active:text-accent-foreground [&_svg:not([class*='size-'])]:size-4",e),...a})},"NavigationMenuList",0,function({className:e,...a}){return(0,t.jsx)(p.List,{"data-slot":"navigation-menu-list",className:(0,r.cn)("group flex flex-1 list-none items-center justify-center gap-0",e),...a})},"NavigationMenuTrigger",0,function({className:e,children:a,...n}){return(0,t.jsxs)(p.Trigger,{"data-slot":"navigation-menu-trigger",className:(0,r.cn)(m(),"group",e),...n,children:[a," ",(0,t.jsx)(c.ChevronDownIcon,{className:"relative top-px ml-1 size-3 transition duration-300 group-data-popup-open/navigation-menu-trigger:rotate-180 group-data-open/navigation-menu-trigger:rotate-180","aria-hidden":"true"})]})},"NavigationMenuViewport",0,g,"navigationMenuTriggerStyle",0,m],992250);var f=e.i(408277);let b=(0,e.i(566407).makeScrollableTable)(f.Table,"@min-[780px]/tbl:[&_thead_th]:sticky @min-[780px]/tbl:[&_thead_th]:top-0 @min-[780px]/tbl:[&_thead_th]:z-10 @min-[780px]/tbl:[&_thead_th]:bg-muted @min-[780px]/tbl:[&_thead_th]:shadow-[inset_0_-2px_0_0_var(--border)] @min-[780px]/tbl:[&_thead_th:first-child]:rounded-tl @min-[780px]/tbl:[&_thead_th:last-child]:rounded-tr");e.s(["Table",0,b,"TableCell",0,function({className:e,...a}){return(0,t.jsx)(f.TableCell,{className:(0,r.cn)("whitespace-normal",e),...a})}],137951),e.i(828627);var v=e.i(881736);e.s(["Button",0,function({className:e,...a}){return(0,t.jsx)(v.Button,{className:(0,r.cn)(e,"leading-none"),...a})}],186506);var x=e.i(96834);let h=(0,r.cn)("data-[state=checked]:bg-primary","[&_[data-slot=switch-thumb]]:data-[state=unchecked]:translate-x-0","[&_[data-slot=switch-thumb]]:data-[state=checked]:bg-background","data-[size=default]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-5","data-[size=sm]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-4");e.s(["Switch",0,function({className:e,...a}){return(0,t.jsx)(x.Switch,{className:(0,r.cn)(h,e),...a})}],398313);var w=e.i(802143);e.s(["Toggle",0,function({className:e,...a}){return(0,t.jsx)(w.Toggle,{className:(0,r.cn)(e,"cursor-pointer disabled:cursor-not-allowed"),...a})}],888624),e.i(678223),e.i(575360);var S=e.i(271645),C=e.i(579104);e.s(["SidebarMenuButton",0,function({render:e,children:a,asChild:n,...r}){return e&&(0,S.isValidElement)(e)?(0,t.jsx)(C.SidebarMenuButton,{asChild:!0,...r,children:(0,S.cloneElement)(e,void 0,a)}):(0,t.jsx)(C.SidebarMenuButton,{asChild:n,...r,children:a})}],884941),e.i(732002),e.i(943696),e.i(595040),e.s([],19710)},311075,e=>{"use strict";e.i(19710);var t=e.i(929570),a=e.i(263724),n=e.i(76616),r=e.i(971763),o=e.i(829834),i=e.i(721930),s=e.i(277718),l=e.i(900843),d=e.i(382115),u=e.i(9963),c=e.i(19810),p=e.i(649320),m=e.i(7956),g=e.i(500418),f=e.i(691298),b=e.i(311690),v=e.i(396409),x=e.i(74778),h=e.i(598349),w=e.i(471415),S=e.i(992250),C=e.i(137951),T=e.i(408277),N=e.i(519410),j=e.i(974817),y=e.i(702201),M=e.i(15758),D=e.i(186506),I=e.i(881736),B=e.i(398313),k=e.i(888624),R=e.i(802143),P=e.i(336583),L=e.i(678223),_=e.i(575360),F=e.i(359607),z=e.i(884941),H=e.i(579104),G=e.i(732002),A=e.i(943696),E=e.i(816396);e.s(["AgentThinkingText",()=>N.AgentThinkingText,"Badge",()=>t.Badge,"Breadcrumb",()=>w.Breadcrumb,"BreadcrumbEllipsis",()=>w.BreadcrumbEllipsis,"BreadcrumbItem",()=>w.BreadcrumbItem,"BreadcrumbLink",()=>w.BreadcrumbLink,"BreadcrumbList",()=>w.BreadcrumbList,"BreadcrumbPage",()=>w.BreadcrumbPage,"BreadcrumbSeparator",()=>w.BreadcrumbSeparator,"Button",()=>D.Button,"Card",()=>P.Card,"CardAction",()=>P.CardAction,"CardContent",()=>P.CardContent,"CardDescription",()=>P.CardDescription,"CardFooter",()=>P.CardFooter,"CardHeader",()=>P.CardHeader,"CardTitle",()=>P.CardTitle,"Checkbox",()=>g.Checkbox,"ChromeFrame",()=>n.ChromeFrame,"Code",()=>a.Code,"CodeBlock",()=>a.CodeBlock,"Collapsible",()=>r.Collapsible,"CollapsibleContent",()=>r.CollapsibleContent,"CollapsibleTrigger",()=>r.CollapsibleTrigger,"Command",()=>p.Command,"CommandEmpty",()=>p.CommandEmpty,"CommandGroup",()=>p.CommandGroup,"CommandInput",()=>p.CommandInput,"CommandItem",()=>p.CommandItem,"CommandList",()=>p.CommandList,"CommandSeparator",()=>p.CommandSeparator,"CommandShortcut",()=>p.CommandShortcut,"Dialog",()=>A.Dialog,"DialogClose",()=>A.DialogClose,"DialogContent",()=>A.DialogContent,"DialogDescription",()=>A.DialogDescription,"DialogFooter",()=>A.DialogFooter,"DialogHeader",()=>A.DialogHeader,"DialogOverlay",()=>A.DialogOverlay,"DialogPortal",()=>A.DialogPortal,"DialogTitle",()=>A.DialogTitle,"DialogTrigger",()=>A.DialogTrigger,"DropdownMenu",()=>s.DropdownMenu,"DropdownMenuCheckboxItem",()=>s.DropdownMenuCheckboxItem,"DropdownMenuContent",()=>s.DropdownMenuContent,"DropdownMenuGroup",()=>s.DropdownMenuGroup,"DropdownMenuItem",()=>s.DropdownMenuItem,"DropdownMenuItemTextHighlight",()=>l.DropdownMenuItemTextHighlight,"DropdownMenuLabel",()=>s.DropdownMenuLabel,"DropdownMenuPortal",()=>s.DropdownMenuPortal,"DropdownMenuRadioGroup",()=>s.DropdownMenuRadioGroup,"DropdownMenuRadioItem",()=>s.DropdownMenuRadioItem,"DropdownMenuSeparator",()=>s.DropdownMenuSeparator,"DropdownMenuShortcut",()=>s.DropdownMenuShortcut,"DropdownMenuSub",()=>s.DropdownMenuSub,"DropdownMenuSubContent",()=>s.DropdownMenuSubContent,"DropdownMenuSubTrigger",()=>s.DropdownMenuSubTrigger,"DropdownMenuTrigger",()=>s.DropdownMenuTrigger,"Flex",()=>j.Flex,"Heading",()=>y.Heading,"Input",()=>m.Input,"InputBlock",()=>m.InputBlock,"ModelIcon",()=>v.ModelIcon,"ModelPicker",()=>x.ModelPicker,"NavigationMenu",()=>S.NavigationMenu,"NavigationMenuContent",()=>S.NavigationMenuContent,"NavigationMenuIndicator",()=>S.NavigationMenuIndicator,"NavigationMenuItem",()=>S.NavigationMenuItem,"NavigationMenuLink",()=>S.NavigationMenuLink,"NavigationMenuList",()=>S.NavigationMenuList,"NavigationMenuTrigger",()=>S.NavigationMenuTrigger,"NavigationMenuViewport",()=>S.NavigationMenuViewport,"Popover",()=>d.Popover,"PopoverAnchor",()=>d.PopoverAnchor,"PopoverContent",()=>d.PopoverContent,"PopoverTrigger",()=>d.PopoverTrigger,"Select",()=>u.Select,"SelectContent",()=>c.SelectContent,"SelectGroup",()=>u.SelectGroup,"SelectItem",()=>u.SelectItem,"SelectLabel",()=>u.SelectLabel,"SelectScrollDownButton",()=>u.SelectScrollDownButton,"SelectScrollUpButton",()=>u.SelectScrollUpButton,"SelectSeparator",()=>u.SelectSeparator,"SelectTrigger",()=>u.SelectTrigger,"SelectValue",()=>u.SelectValue,"Separator",()=>h.Separator,"Sheet",()=>G.Sheet,"SheetClose",()=>G.SheetClose,"SheetContent",()=>G.SheetContent,"SheetDescription",()=>G.SheetDescription,"SheetFooter",()=>G.SheetFooter,"SheetHeader",()=>G.SheetHeader,"SheetTitle",()=>G.SheetTitle,"SheetTrigger",()=>G.SheetTrigger,"Sidebar",()=>H.Sidebar,"SidebarContent",()=>H.SidebarContent,"SidebarFooter",()=>H.SidebarFooter,"SidebarGroup",()=>H.SidebarGroup,"SidebarGroupAction",()=>H.SidebarGroupAction,"SidebarGroupContent",()=>H.SidebarGroupContent,"SidebarGroupLabel",()=>H.SidebarGroupLabel,"SidebarHeader",()=>H.SidebarHeader,"SidebarInput",()=>H.SidebarInput,"SidebarInset",()=>H.SidebarInset,"SidebarMenu",()=>H.SidebarMenu,"SidebarMenuAction",()=>H.SidebarMenuAction,"SidebarMenuBadge",()=>H.SidebarMenuBadge,"SidebarMenuButton",()=>z.SidebarMenuButton,"SidebarMenuItem",()=>H.SidebarMenuItem,"SidebarMenuSkeleton",()=>H.SidebarMenuSkeleton,"SidebarMenuSub",()=>H.SidebarMenuSub,"SidebarMenuSubButton",()=>H.SidebarMenuSubButton,"SidebarMenuSubItem",()=>H.SidebarMenuSubItem,"SidebarProvider",()=>H.SidebarProvider,"SidebarRail",()=>H.SidebarRail,"SidebarSeparator",()=>H.SidebarSeparator,"SidebarTrigger",()=>H.SidebarTrigger,"Slider",()=>b.Slider,"Switch",()=>B.Switch,"Table",()=>C.Table,"TableBody",()=>T.TableBody,"TableCaption",()=>T.TableCaption,"TableCell",()=>C.TableCell,"TableFooter",()=>T.TableFooter,"TableHead",()=>T.TableHead,"TableHeader",()=>T.TableHeader,"TableRow",()=>T.TableRow,"Tabs",()=>o.Tabs,"TabsContent",()=>i.TabsContent,"TabsList",()=>o.TabsList,"TabsTrigger",()=>i.TabsTrigger,"Text",()=>M.Text,"TextReveal",()=>E.TextReveal,"Textarea",()=>f.Textarea,"Toast",()=>L.Toast,"ToastProvider",()=>_.ToastProvider,"Toggle",()=>k.Toggle,"buttonVariants",()=>I.buttonVariants,"navigationMenuTriggerStyle",()=>S.navigationMenuTriggerStyle,"toggleVariants",()=>R.toggleVariants,"useSidebar",()=>H.useSidebar,"useToastContext",()=>F.useToastContext])}]);