@martin0309205/prism 0.2.2 → 0.2.3

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 (85) hide show
  1. package/assets/dashboard/.next/BUILD_ID +1 -1
  2. package/assets/dashboard/.next/app-build-manifest.json +23 -23
  3. package/assets/dashboard/.next/app-path-routes-manifest.json +1 -1
  4. package/assets/dashboard/.next/build-manifest.json +2 -2
  5. package/assets/dashboard/.next/prerender-manifest.json +1 -1
  6. package/assets/dashboard/.next/server/app/(dash)/claude-md/page.js +2 -2
  7. package/assets/dashboard/.next/server/app/(dash)/claude-md/page.js.nft.json +1 -1
  8. package/assets/dashboard/.next/server/app/(dash)/claude-md/page_client-reference-manifest.js +1 -1
  9. package/assets/dashboard/.next/server/app/(dash)/connectors/page.js +1 -1
  10. package/assets/dashboard/.next/server/app/(dash)/connectors/page.js.nft.json +1 -1
  11. package/assets/dashboard/.next/server/app/(dash)/connectors/page_client-reference-manifest.js +1 -1
  12. package/assets/dashboard/.next/server/app/(dash)/generate/page.js +3 -3
  13. package/assets/dashboard/.next/server/app/(dash)/generate/page.js.nft.json +1 -1
  14. package/assets/dashboard/.next/server/app/(dash)/generate/page_client-reference-manifest.js +1 -1
  15. package/assets/dashboard/.next/server/app/(dash)/jobs/[id]/page.js +1 -1
  16. package/assets/dashboard/.next/server/app/(dash)/jobs/[id]/page.js.nft.json +1 -1
  17. package/assets/dashboard/.next/server/app/(dash)/jobs/[id]/page_client-reference-manifest.js +1 -1
  18. package/assets/dashboard/.next/server/app/(dash)/jobs/page.js +1 -1
  19. package/assets/dashboard/.next/server/app/(dash)/jobs/page.js.nft.json +1 -1
  20. package/assets/dashboard/.next/server/app/(dash)/jobs/page_client-reference-manifest.js +1 -1
  21. package/assets/dashboard/.next/server/app/(dash)/logs/page.js +1 -1
  22. package/assets/dashboard/.next/server/app/(dash)/logs/page.js.nft.json +1 -1
  23. package/assets/dashboard/.next/server/app/(dash)/logs/page_client-reference-manifest.js +1 -1
  24. package/assets/dashboard/.next/server/app/(dash)/page.js +2 -2
  25. package/assets/dashboard/.next/server/app/(dash)/page.js.nft.json +1 -1
  26. package/assets/dashboard/.next/server/app/(dash)/page_client-reference-manifest.js +1 -1
  27. package/assets/dashboard/.next/server/app/(dash)/settings/page.js +1 -1
  28. package/assets/dashboard/.next/server/app/(dash)/settings/page.js.nft.json +1 -1
  29. package/assets/dashboard/.next/server/app/(dash)/settings/page_client-reference-manifest.js +1 -1
  30. package/assets/dashboard/.next/server/app/(dash)/skills/page.js +1 -1
  31. package/assets/dashboard/.next/server/app/(dash)/skills/page.js.nft.json +1 -1
  32. package/assets/dashboard/.next/server/app/(dash)/skills/page_client-reference-manifest.js +1 -1
  33. package/assets/dashboard/.next/server/app/_not-found/page.js +1 -1
  34. package/assets/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  35. package/assets/dashboard/.next/server/app/_not-found.html +1 -1
  36. package/assets/dashboard/.next/server/app/_not-found.rsc +2 -2
  37. package/assets/dashboard/.next/server/app/claude-md.html +1 -1
  38. package/assets/dashboard/.next/server/app/claude-md.rsc +3 -3
  39. package/assets/dashboard/.next/server/app/connectors.html +1 -1
  40. package/assets/dashboard/.next/server/app/connectors.rsc +3 -3
  41. package/assets/dashboard/.next/server/app/generate.html +1 -1
  42. package/assets/dashboard/.next/server/app/generate.rsc +3 -3
  43. package/assets/dashboard/.next/server/app/index.html +1 -1
  44. package/assets/dashboard/.next/server/app/index.rsc +4 -4
  45. package/assets/dashboard/.next/server/app/jobs.html +1 -1
  46. package/assets/dashboard/.next/server/app/jobs.rsc +3 -3
  47. package/assets/dashboard/.next/server/app/login/page.js +1 -1
  48. package/assets/dashboard/.next/server/app/login/page.js.nft.json +1 -1
  49. package/assets/dashboard/.next/server/app/login/page_client-reference-manifest.js +1 -1
  50. package/assets/dashboard/.next/server/app/login.html +1 -1
  51. package/assets/dashboard/.next/server/app/login.rsc +3 -3
  52. package/assets/dashboard/.next/server/app/logs.html +1 -1
  53. package/assets/dashboard/.next/server/app/logs.rsc +3 -3
  54. package/assets/dashboard/.next/server/app/settings.html +1 -1
  55. package/assets/dashboard/.next/server/app/settings.rsc +3 -3
  56. package/assets/dashboard/.next/server/app/setup/page.js +2 -2
  57. package/assets/dashboard/.next/server/app/setup/page.js.nft.json +1 -1
  58. package/assets/dashboard/.next/server/app/setup/page_client-reference-manifest.js +1 -1
  59. package/assets/dashboard/.next/server/app/setup.html +1 -1
  60. package/assets/dashboard/.next/server/app/setup.rsc +3 -3
  61. package/assets/dashboard/.next/server/app/skills.html +1 -1
  62. package/assets/dashboard/.next/server/app/skills.rsc +3 -3
  63. package/assets/dashboard/.next/server/app-paths-manifest.json +14 -14
  64. package/assets/dashboard/.next/server/chunks/565.js +1 -1
  65. package/assets/dashboard/.next/server/chunks/971.js +16 -0
  66. package/assets/dashboard/.next/server/middleware-build-manifest.js +1 -1
  67. package/assets/dashboard/.next/server/middleware-manifest.json +3 -3
  68. package/assets/dashboard/.next/server/pages/404.html +1 -1
  69. package/assets/dashboard/.next/server/pages/500.html +1 -1
  70. package/assets/dashboard/.next/server/server-reference-manifest.js +1 -1
  71. package/assets/dashboard/.next/server/server-reference-manifest.json +1 -1
  72. package/assets/dashboard/.next/static/chunks/app/(dash)/{layout-811aba273cfc2760.js → layout-b6c00b089d68684c.js} +4 -9
  73. package/assets/dashboard/.next/static/chunks/app/(dash)/page-4d95d6949e23f70a.js +21 -0
  74. package/assets/dashboard/.next/static/chunks/app/login/page-a86ba6749512fd5f.js +6 -0
  75. package/assets/dashboard/.next/static/chunks/app/setup/page-9ba0c05c0ee53518.js +6 -0
  76. package/assets/dashboard/.next/static/css/{27aea81e28f3c17d.css → d95c47155fb80ddd.css} +1 -1
  77. package/assets/dashboard/public/prism.svg +11 -0
  78. package/package.json +1 -1
  79. package/assets/dashboard/.next/server/chunks/100.js +0 -21
  80. package/assets/dashboard/.next/static/chunks/app/(dash)/page-3abefdb4e3abdac4.js +0 -26
  81. package/assets/dashboard/.next/static/chunks/app/login/page-0f56038c4425433c.js +0 -11
  82. package/assets/dashboard/.next/static/chunks/app/setup/page-dc2d1ccbfb73e8aa.js +0 -11
  83. package/assets/dashboard/public/PLACEHOLDER.txt +0 -2
  84. /package/assets/dashboard/.next/static/{B6791orORMZJwrcOvp3G0 → LtbBi3MHZ2YVsJMnPW3DH}/_buildManifest.js +0 -0
  85. /package/assets/dashboard/.next/static/{B6791orORMZJwrcOvp3G0 → LtbBi3MHZ2YVsJMnPW3DH}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dash)/generate/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"585":{"*":{"id":"7551","name":"*","chunks":[],"async":false}},"1193":{"*":{"id":"4146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"2535":{"*":{"id":"7530","name":"*","chunks":[],"async":false}},"2794":{"*":{"id":"7474","name":"*","chunks":[],"async":false}},"2854":{"*":{"id":"4795","name":"*","chunks":[],"async":false}},"3382":{"*":{"id":"1795","name":"*","chunks":[],"async":false}},"3541":{"*":{"id":"1582","name":"*","chunks":[],"async":false}},"4520":{"*":{"id":"4505","name":"*","chunks":[],"async":false}},"5324":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"5474":{"*":{"id":"2521","name":"*","chunks":[],"async":false}},"5751":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"9493","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"6513":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"6882":{"*":{"id":"2727","name":"*","chunks":[],"async":false}},"8751":{"*":{"id":"2646","name":"*","chunks":[],"async":false}},"9275":{"*":{"id":"9671","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/globals.css":{"id":3054,"name":"*","chunks":["185","static/chunks/app/layout-e3058a659be66c26.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/setup/page.tsx":{"id":4520,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/login/page.tsx":{"id":1193,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/claude-md/page.tsx":{"id":5474,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/components/sidebar.tsx":{"id":6882,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-811aba273cfc2760.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/connectors/page.tsx":{"id":8751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/generate/page.tsx":{"id":5907,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","838","static/chunks/app/(dash)/generate/page-a0162c8dfff3853b.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx":{"id":3541,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx":{"id":2854,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx":{"id":2535,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx":{"id":3382,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","523","static/chunks/app/(dash)/page-3abefdb4e3abdac4.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/skills/page.tsx":{"id":585,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/settings/page.tsx":{"id":2794,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/prism/prism/web/src/":[],"/home/runner/work/prism/prism/web/src/app/layout":["static/css/27aea81e28f3c17d.css"],"/home/runner/work/prism/prism/web/src/app/(dash)/layout":[],"/home/runner/work/prism/prism/web/src/app/(dash)/page":[],"/home/runner/work/prism/prism/web/src/app/(dash)/generate/page":[]}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dash)/generate/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"585":{"*":{"id":"7551","name":"*","chunks":[],"async":false}},"1193":{"*":{"id":"4146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"2535":{"*":{"id":"7530","name":"*","chunks":[],"async":false}},"2794":{"*":{"id":"7474","name":"*","chunks":[],"async":false}},"2854":{"*":{"id":"4795","name":"*","chunks":[],"async":false}},"3541":{"*":{"id":"1582","name":"*","chunks":[],"async":false}},"4520":{"*":{"id":"4505","name":"*","chunks":[],"async":false}},"5324":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"5474":{"*":{"id":"2521","name":"*","chunks":[],"async":false}},"5751":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"9493","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"6513":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"6882":{"*":{"id":"2727","name":"*","chunks":[],"async":false}},"8604":{"*":{"id":"9353","name":"*","chunks":[],"async":false}},"8751":{"*":{"id":"2646","name":"*","chunks":[],"async":false}},"9275":{"*":{"id":"9671","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/globals.css":{"id":3054,"name":"*","chunks":["185","static/chunks/app/layout-e3058a659be66c26.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/login/page.tsx":{"id":1193,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/setup/page.tsx":{"id":4520,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/claude-md/page.tsx":{"id":5474,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/components/sidebar.tsx":{"id":6882,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-b6c00b089d68684c.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx":{"id":3541,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/connectors/page.tsx":{"id":8751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx":{"id":2854,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx":{"id":2535,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/generate/page.tsx":{"id":5907,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","838","static/chunks/app/(dash)/generate/page-a0162c8dfff3853b.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx":{"id":8604,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","523","static/chunks/app/(dash)/page-4d95d6949e23f70a.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/settings/page.tsx":{"id":2794,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/skills/page.tsx":{"id":585,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/prism/prism/web/src/":[],"/home/runner/work/prism/prism/web/src/app/layout":["static/css/d95c47155fb80ddd.css"],"/home/runner/work/prism/prism/web/src/app/(dash)/layout":[],"/home/runner/work/prism/prism/web/src/app/(dash)/page":[],"/home/runner/work/prism/prism/web/src/app/(dash)/generate/page":[]}}
@@ -3,4 +3,4 @@
3
3
  *
4
4
  * This source code is licensed under the ISC license.
5
5
  * See the LICENSE file in the root directory of this source tree.
6
- */let d=(0,r(2881).Z)("ArrowLeft",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);var c=r(8932);function x(){let{id:e}=(0,i.useParams)(),[t,r]=(0,n.useState)(null),[x,m]=(0,n.useState)([]),[u,p]=(0,n.useState)(null);return u?(0,s.jsxs)("div",{className:"space-y-4",children:[(0,s.jsxs)(a.default,{href:"/jobs",className:"inline-flex items-center gap-1 text-sm text-text-muted hover:text-text",children:[s.jsx(d,{size:14})," Jobs"]}),(0,s.jsxs)("p",{className:"text-sm text-danger",children:["Error: ",u]})]}):t?(0,s.jsxs)("div",{className:"space-y-6",children:[(0,s.jsxs)(a.default,{href:"/jobs",className:"inline-flex items-center gap-1 text-sm text-text-muted hover:text-text",children:[s.jsx(d,{size:14})," Jobs"]}),(0,s.jsxs)("header",{className:"flex items-start justify-between",children:[(0,s.jsxs)("div",{children:[s.jsx("h1",{className:"text-2xl font-semibold tracking-tightest",children:t.id}),(0,s.jsxs)("p",{className:"mt-1 text-sm text-text-muted",children:[new Date(t.ts).toLocaleString()," \xb7 ",t.surface," \xb7 ",Math.round(t.duration_ms/100)/10,"s"]})]}),s.jsx(o.C,{variant:0===t.exit_code?"success":t.timed_out?"warning":"danger",dot:!0,children:t.timed_out?"timeout":0===t.exit_code?"ok":`exit ${t.exit_code}`})]}),(0,s.jsxs)(l.Zb,{children:[s.jsx(l.Ol,{children:s.jsx(l.ll,{className:"text-sm",children:"Brief"})}),s.jsx(l.aY,{children:s.jsx("pre",{className:"whitespace-pre-wrap break-words border border-border bg-bg-subtle p-3 text-xs font-mono",children:t.brief||"(empty)"})})]}),(0,s.jsxs)(l.Zb,{children:[(0,s.jsxs)(l.Ol,{children:[(0,s.jsxs)(l.ll,{className:"flex items-center gap-2 text-sm",children:[s.jsx(c.Z,{size:16})," Artifacts"]}),(0,s.jsxs)(l.SZ,{children:[x.length," file",1===x.length?"":"s"]})]}),s.jsx(l.aY,{className:"px-0 pb-0",children:0===x.length?s.jsx("div",{className:"px-6 py-6 text-sm text-text-muted",children:"No files were persisted."}):s.jsx("ul",{className:"divide-y divide-border",children:x.map(e=>{var t;return(0,s.jsxs)("li",{className:"flex items-center justify-between px-6 py-2",children:[s.jsx(a.default,{href:`/api/artifacts/${e.job_id}/${encodeURIComponent(e.filename)}`,target:"_blank",className:"truncate text-sm text-brand underline-offset-4 hover:underline",children:e.filename}),s.jsx("span",{className:"ml-4 text-[11px] text-text-muted",children:(t=e.size_bytes)<1024?`${t} B`:t<1048576?`${(t/1024).toFixed(1)} KB`:`${(t/1048576).toFixed(1)} MB`})]},e.filename)})})})]})]}):s.jsx("p",{className:"text-sm text-text-muted",children:"loading…"})}},2727:(e,t,r)=>{"use strict";r.d(t,{Sidebar:()=>y});var s=r(326),n=r(434),a=r(5047),i=r(7577),l=r(1223),o=r(9798),d=r(4527),c=r(2924),x=r(8932),m=r(812),u=r(6489),p=r(6283),h=r(9942),f=r(8378),b=r(1572),g=r(165),j=r(1810);let v=[{section:"Prism",items:[{href:"/",label:"Overview",icon:o.Z},{href:"/generate",label:"Playground",icon:d.Z}]},{section:"Runs",items:[{href:"/jobs",label:"Jobs",icon:c.Z},{href:"/artifacts",label:"Artifacts",icon:x.Z}]},{section:"Operations",items:[{href:"/skills",label:"Skills",icon:m.Z},{href:"/connectors",label:"Connectors",icon:u.Z,adminOnly:!0},{href:"/claude-md",label:"CLAUDE.md",icon:p.Z,adminOnly:!0},{href:"/logs",label:"Logs",icon:h.Z,adminOnly:!0}]},{section:"Admin",items:[{href:"/settings",label:"Settings",icon:f.Z,adminOnly:!0}]}];function y(){let e=(0,a.usePathname)(),t=(0,a.useRouter)(),[r,o]=(0,i.useState)(null);async function d(){await fetch("/api/auth/logout",{method:"POST"}).catch(()=>{}),t.push("/login")}return(0,s.jsxs)("aside",{className:"fixed left-0 top-0 z-40 flex h-screen w-[240px] flex-col border-r border-border bg-background",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2.5 px-5 py-5",children:[s.jsx("div",{className:"relative flex h-9 w-9 flex-none items-center justify-center bg-brand text-text-on-brand",children:s.jsx(b.Z,{size:18,strokeWidth:2.25})}),(0,s.jsxs)("div",{children:[s.jsx("div",{className:"text-sm font-semibold tracking-tight",children:"Prism"}),s.jsx("div",{className:"text-[10px] text-muted-foreground",children:"claude on tap"})]})]}),s.jsx("nav",{className:"flex-1 space-y-5 overflow-y-auto px-3 py-2",children:v.map(t=>{let a=t.items.filter(e=>!e.adminOnly||r?.role==="admin");return 0===a.length?null:(0,s.jsxs)("div",{children:[s.jsx("div",{className:"px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70",children:t.section}),s.jsx("div",{className:"space-y-0.5",children:a.map(t=>{let r=t.icon,a="/"===t.href?"/"===e:e===t.href||e.startsWith(t.href+"/");return(0,s.jsxs)(n.default,{href:t.href,className:(0,l.cn)("group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors",a?"bg-primary/10 text-primary":"text-muted-foreground hover:bg-secondary hover:text-foreground"),children:[a?s.jsx("span",{className:"absolute left-0 top-1/2 h-5 w-0.5 -translate-y-1/2 bg-primary"}):null,s.jsx(r,{size:16,strokeWidth:a?2.25:1.75,className:"flex-none"}),s.jsx("span",{className:"truncate",children:t.label}),t.adminOnly?s.jsx(g.Z,{size:11,className:"ml-auto text-muted-foreground/40"}):null]},t.href)})})]},t.section)})}),s.jsx("div",{className:"border-t border-border px-3 py-3",children:r?(0,s.jsxs)("div",{className:"flex items-center gap-2 border border-border px-2 py-2",children:[s.jsx("div",{className:"flex h-8 w-8 flex-none items-center justify-center rounded-pill bg-primary text-xs font-semibold uppercase text-primary-foreground",children:(r.name||r.email).slice(0,1)}),(0,s.jsxs)("div",{className:"min-w-0 flex-1",children:[s.jsx("div",{className:"truncate text-xs font-medium",children:r.name||r.email}),s.jsx("div",{className:"truncate text-[10px] text-muted-foreground",children:r.role})]}),s.jsx("button",{onClick:d,className:"flex h-7 w-7 items-center justify-center text-muted-foreground transition-colors hover:bg-secondary hover:text-foreground",title:"Sign out",children:s.jsx(j.Z,{size:14})})]}):s.jsx("div",{className:"px-2 py-2 text-[10px] text-muted-foreground",children:"Not signed in"})})]})}},8443:(e,t,r)=>{"use strict";r.d(t,{C:()=>l});var s=r(326);r(7577);var n=r(9360),a=r(1223);let i=(0,n.j)("inline-flex items-center gap-1.5 border px-2 py-0.5 text-[10px] font-medium uppercase tracking-wider transition-colors",{variants:{variant:{neutral:"border-border bg-bg-subtle text-text-muted",brand:"border-brand/30 bg-brand-soft text-brand",success:"border-success/30 bg-success-soft text-success",warning:"border-warning/30 bg-warning-soft text-warning",danger:"border-danger/30 bg-danger-soft text-danger",outline:"border-border-strong text-text bg-transparent",default:"border-brand/30 bg-brand-soft text-brand",secondary:"border-border bg-bg-subtle text-text-muted",destructive:"border-danger/30 bg-danger-soft text-danger"},size:{sm:"text-[9px] px-1.5 py-0",md:"text-[10px] px-2 py-0.5"}},defaultVariants:{variant:"neutral",size:"md"}});function l({className:e,variant:t,size:r,dot:n,children:l,...o}){return(0,s.jsxs)("div",{className:(0,a.cn)(i({variant:t,size:r}),e),...o,children:[n?s.jsx("span",{"aria-hidden":!0,className:"rounded-pill h-1.5 w-1.5 bg-current"}):null,l]})}},9752:(e,t,r)=>{"use strict";r.d(t,{Ol:()=>l,SZ:()=>c,Zb:()=>i,aY:()=>x,ll:()=>o});var s=r(326),n=r(7577),a=r(1223);let i=n.forwardRef(({className:e,hover:t,...r},n)=>s.jsx("div",{ref:n,className:(0,a.cn)("border border-border bg-bg-surface text-text transition-colors duration-base",t?"hover:border-border-strong":"",e),...r}));i.displayName="Card";let l=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("flex flex-col space-y-1.5 p-6",e),...t}));l.displayName="CardHeader";let o=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("text-lg font-semibold leading-none tracking-tightest",e),...t}));o.displayName="CardTitle";let d=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("text-sm text-text-muted",e),...t}));d.displayName="CardSubtitle";let c=d,x=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("p-6 pt-0",e),...t}));x.displayName="CardContent",n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("flex items-center p-6 pt-0",e),...t})).displayName="CardFooter"},1223:(e,t,r)=>{"use strict";r.d(t,{cn:()=>a});var s=r(1135),n=r(1009);function a(...e){return(0,n.m6)((0,s.W)(e))}},1695:(e,t,r)=>{"use strict";r.r(t),r.d(t,{$$typeof:()=>i,__esModule:()=>a,default:()=>l});var s=r(8570);let n=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx`),{__esModule:a,$$typeof:i}=n;n.default;let l=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx#default`)},9441:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>d});var s=r(9510),n=r(8570);let a=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx`),{__esModule:i,$$typeof:l}=a;a.default;let o=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx#Sidebar`);function d({children:e}){return(0,s.jsxs)("div",{className:"flex min-h-screen",children:[s.jsx(o,{}),s.jsx("main",{className:"ml-[240px] flex-1 px-8 py-8",children:e})]})}},2029:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>a,metadata:()=>n});var s=r(9510);r(5023);let n={title:"Prism",description:"Operate your prism instance from the browser.",icons:{icon:[{url:"/favicon.png",type:"image/png"}],shortcut:"/favicon.png",apple:"/favicon.png"}};function a({children:e}){return s.jsx("html",{lang:"en",suppressHydrationWarning:!0,children:s.jsx("body",{className:"min-h-screen bg-background text-foreground antialiased",children:e})})}},5023:()=>{}};var t=require("../../../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),s=t.X(0,[948,471,100,786],()=>r(9121));module.exports=s})();
6
+ */let d=(0,r(2881).Z)("ArrowLeft",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);var c=r(8932);function x(){let{id:e}=(0,i.useParams)(),[t,r]=(0,n.useState)(null),[x,m]=(0,n.useState)([]),[u,p]=(0,n.useState)(null);return u?(0,s.jsxs)("div",{className:"space-y-4",children:[(0,s.jsxs)(a.default,{href:"/jobs",className:"inline-flex items-center gap-1 text-sm text-text-muted hover:text-text",children:[s.jsx(d,{size:14})," Jobs"]}),(0,s.jsxs)("p",{className:"text-sm text-danger",children:["Error: ",u]})]}):t?(0,s.jsxs)("div",{className:"space-y-6",children:[(0,s.jsxs)(a.default,{href:"/jobs",className:"inline-flex items-center gap-1 text-sm text-text-muted hover:text-text",children:[s.jsx(d,{size:14})," Jobs"]}),(0,s.jsxs)("header",{className:"flex items-start justify-between",children:[(0,s.jsxs)("div",{children:[s.jsx("h1",{className:"text-2xl font-semibold tracking-tightest",children:t.id}),(0,s.jsxs)("p",{className:"mt-1 text-sm text-text-muted",children:[new Date(t.ts).toLocaleString()," \xb7 ",t.surface," \xb7 ",Math.round(t.duration_ms/100)/10,"s"]})]}),s.jsx(o.C,{variant:0===t.exit_code?"success":t.timed_out?"warning":"danger",dot:!0,children:t.timed_out?"timeout":0===t.exit_code?"ok":`exit ${t.exit_code}`})]}),(0,s.jsxs)(l.Zb,{children:[s.jsx(l.Ol,{children:s.jsx(l.ll,{className:"text-sm",children:"Brief"})}),s.jsx(l.aY,{children:s.jsx("pre",{className:"whitespace-pre-wrap break-words border border-border bg-bg-subtle p-3 text-xs font-mono",children:t.brief||"(empty)"})})]}),(0,s.jsxs)(l.Zb,{children:[(0,s.jsxs)(l.Ol,{children:[(0,s.jsxs)(l.ll,{className:"flex items-center gap-2 text-sm",children:[s.jsx(c.Z,{size:16})," Artifacts"]}),(0,s.jsxs)(l.SZ,{children:[x.length," file",1===x.length?"":"s"]})]}),s.jsx(l.aY,{className:"px-0 pb-0",children:0===x.length?s.jsx("div",{className:"px-6 py-6 text-sm text-text-muted",children:"No files were persisted."}):s.jsx("ul",{className:"divide-y divide-border",children:x.map(e=>{var t;return(0,s.jsxs)("li",{className:"flex items-center justify-between px-6 py-2",children:[s.jsx(a.default,{href:`/api/artifacts/${e.job_id}/${encodeURIComponent(e.filename)}`,target:"_blank",className:"truncate text-sm text-brand underline-offset-4 hover:underline",children:e.filename}),s.jsx("span",{className:"ml-4 text-[11px] text-text-muted",children:(t=e.size_bytes)<1024?`${t} B`:t<1048576?`${(t/1024).toFixed(1)} KB`:`${(t/1048576).toFixed(1)} MB`})]},e.filename)})})})]})]}):s.jsx("p",{className:"text-sm text-text-muted",children:"loading…"})}},2727:(e,t,r)=>{"use strict";r.d(t,{Sidebar:()=>v});var s=r(326),n=r(434),a=r(5047),i=r(7577),l=r(1223),o=r(9798),d=r(4527),c=r(2924),x=r(8932),m=r(812),u=r(6489),p=r(6283),h=r(9942),f=r(8378),b=r(165),g=r(1810);let j=[{section:"Prism",items:[{href:"/",label:"Overview",icon:o.Z},{href:"/generate",label:"Playground",icon:d.Z}]},{section:"Runs",items:[{href:"/jobs",label:"Jobs",icon:c.Z},{href:"/artifacts",label:"Artifacts",icon:x.Z}]},{section:"Operations",items:[{href:"/skills",label:"Skills",icon:m.Z},{href:"/connectors",label:"Connectors",icon:u.Z,adminOnly:!0},{href:"/claude-md",label:"CLAUDE.md",icon:p.Z,adminOnly:!0},{href:"/logs",label:"Logs",icon:h.Z,adminOnly:!0}]},{section:"Admin",items:[{href:"/settings",label:"Settings",icon:f.Z,adminOnly:!0}]}];function v(){let e=(0,a.usePathname)(),t=(0,a.useRouter)(),[r,o]=(0,i.useState)(null);async function d(){await fetch("/api/auth/logout",{method:"POST"}).catch(()=>{}),t.push("/login")}return(0,s.jsxs)("aside",{className:"fixed left-0 top-0 z-40 flex h-screen w-[240px] flex-col border-r border-border bg-background",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2.5 px-5 py-5",children:[s.jsx("div",{className:"relative flex h-9 w-9 flex-none items-center justify-center overflow-hidden",children:s.jsx("img",{src:"/prism.svg",alt:"Prism",className:"h-full w-full object-cover"})}),(0,s.jsxs)("div",{children:[s.jsx("div",{className:"text-sm font-semibold tracking-tight",children:"Prism"}),s.jsx("div",{className:"text-[10px] text-muted-foreground",children:"claude on tap"})]})]}),s.jsx("nav",{className:"flex-1 space-y-5 overflow-y-auto px-3 py-2",children:j.map(t=>{let a=t.items.filter(e=>!e.adminOnly||r?.role==="admin");return 0===a.length?null:(0,s.jsxs)("div",{children:[s.jsx("div",{className:"px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70",children:t.section}),s.jsx("div",{className:"space-y-0.5",children:a.map(t=>{let r=t.icon,a="/"===t.href?"/"===e:e===t.href||e.startsWith(t.href+"/");return(0,s.jsxs)(n.default,{href:t.href,className:(0,l.cn)("group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors",a?"bg-primary/10 text-primary":"text-muted-foreground hover:bg-secondary hover:text-foreground"),children:[a?s.jsx("span",{className:"absolute left-0 top-1/2 h-5 w-0.5 -translate-y-1/2 bg-primary"}):null,s.jsx(r,{size:16,strokeWidth:a?2.25:1.75,className:"flex-none"}),s.jsx("span",{className:"truncate",children:t.label}),t.adminOnly?s.jsx(b.Z,{size:11,className:"ml-auto text-muted-foreground/40"}):null]},t.href)})})]},t.section)})}),s.jsx("div",{className:"border-t border-border px-3 py-3",children:r?(0,s.jsxs)("div",{className:"flex items-center gap-2 border border-border px-2 py-2",children:[s.jsx("div",{className:"flex h-8 w-8 flex-none items-center justify-center rounded-pill bg-primary text-xs font-semibold uppercase text-primary-foreground",children:(r.name||r.email).slice(0,1)}),(0,s.jsxs)("div",{className:"min-w-0 flex-1",children:[s.jsx("div",{className:"truncate text-xs font-medium",children:r.name||r.email}),s.jsx("div",{className:"truncate text-[10px] text-muted-foreground",children:r.role})]}),s.jsx("button",{onClick:d,className:"flex h-7 w-7 items-center justify-center text-muted-foreground transition-colors hover:bg-secondary hover:text-foreground",title:"Sign out",children:s.jsx(g.Z,{size:14})})]}):s.jsx("div",{className:"px-2 py-2 text-[10px] text-muted-foreground",children:"Not signed in"})})]})}},8443:(e,t,r)=>{"use strict";r.d(t,{C:()=>l});var s=r(326);r(7577);var n=r(9360),a=r(1223);let i=(0,n.j)("inline-flex items-center gap-1.5 border px-2 py-0.5 text-[10px] font-medium uppercase tracking-wider transition-colors",{variants:{variant:{neutral:"border-border bg-bg-subtle text-text-muted",brand:"border-brand/30 bg-brand-soft text-brand",success:"border-success/30 bg-success-soft text-success",warning:"border-warning/30 bg-warning-soft text-warning",danger:"border-danger/30 bg-danger-soft text-danger",outline:"border-border-strong text-text bg-transparent",default:"border-brand/30 bg-brand-soft text-brand",secondary:"border-border bg-bg-subtle text-text-muted",destructive:"border-danger/30 bg-danger-soft text-danger"},size:{sm:"text-[9px] px-1.5 py-0",md:"text-[10px] px-2 py-0.5"}},defaultVariants:{variant:"neutral",size:"md"}});function l({className:e,variant:t,size:r,dot:n,children:l,...o}){return(0,s.jsxs)("div",{className:(0,a.cn)(i({variant:t,size:r}),e),...o,children:[n?s.jsx("span",{"aria-hidden":!0,className:"rounded-pill h-1.5 w-1.5 bg-current"}):null,l]})}},9752:(e,t,r)=>{"use strict";r.d(t,{Ol:()=>l,SZ:()=>c,Zb:()=>i,aY:()=>x,ll:()=>o});var s=r(326),n=r(7577),a=r(1223);let i=n.forwardRef(({className:e,hover:t,...r},n)=>s.jsx("div",{ref:n,className:(0,a.cn)("border border-border bg-bg-surface text-text transition-colors duration-base",t?"hover:border-border-strong":"",e),...r}));i.displayName="Card";let l=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("flex flex-col space-y-1.5 p-6",e),...t}));l.displayName="CardHeader";let o=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("text-lg font-semibold leading-none tracking-tightest",e),...t}));o.displayName="CardTitle";let d=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("text-sm text-text-muted",e),...t}));d.displayName="CardSubtitle";let c=d,x=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("p-6 pt-0",e),...t}));x.displayName="CardContent",n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("flex items-center p-6 pt-0",e),...t})).displayName="CardFooter"},1223:(e,t,r)=>{"use strict";r.d(t,{cn:()=>a});var s=r(1135),n=r(1009);function a(...e){return(0,n.m6)((0,s.W)(e))}},1695:(e,t,r)=>{"use strict";r.r(t),r.d(t,{$$typeof:()=>i,__esModule:()=>a,default:()=>l});var s=r(8570);let n=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx`),{__esModule:a,$$typeof:i}=n;n.default;let l=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx#default`)},9441:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>d});var s=r(9510),n=r(8570);let a=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx`),{__esModule:i,$$typeof:l}=a;a.default;let o=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx#Sidebar`);function d({children:e}){return(0,s.jsxs)("div",{className:"flex min-h-screen",children:[s.jsx(o,{}),s.jsx("main",{className:"ml-[240px] flex-1 px-8 py-8",children:e})]})}},2029:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>a,metadata:()=>n});var s=r(9510);r(5023);let n={title:"Prism",description:"Operate your prism instance from the browser.",icons:{icon:[{url:"/prism.svg",type:"image/svg+xml"}],shortcut:"/prism.svg",apple:"/prism.svg"}};function a({children:e}){return s.jsx("html",{lang:"en",suppressHydrationWarning:!0,children:s.jsx("body",{className:"min-h-screen bg-background text-foreground antialiased",children:e})})}},5023:()=>{}};var t=require("../../../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),s=t.X(0,[948,471,971,786],()=>r(9121));module.exports=s})();
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/100.js","../../../../chunks/471.js","../../../../chunks/786.js","../../../../chunks/948.js","../../../../webpack-runtime.js","page_client-reference-manifest.js","../../../../../../node_modules/picocolors/LICENSE","../../../../../../node_modules/picocolors/package.json","../../../../../../node_modules/picocolors/picocolors.browser.js","../../../../../../node_modules/picocolors/picocolors.d.ts","../../../../../../node_modules/picocolors/picocolors.js","../../../../../../node_modules/picocolors/README.md","../../../../../../node_modules/picocolors/types.d.ts"]}
1
+ {"version":1,"files":["../../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/471.js","../../../../chunks/786.js","../../../../chunks/948.js","../../../../chunks/971.js","../../../../webpack-runtime.js","page_client-reference-manifest.js","../../../../../../node_modules/picocolors/LICENSE","../../../../../../node_modules/picocolors/package.json","../../../../../../node_modules/picocolors/picocolors.browser.js","../../../../../../node_modules/picocolors/picocolors.d.ts","../../../../../../node_modules/picocolors/picocolors.js","../../../../../../node_modules/picocolors/README.md","../../../../../../node_modules/picocolors/types.d.ts"]}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dash)/jobs/[id]/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"585":{"*":{"id":"7551","name":"*","chunks":[],"async":false}},"1193":{"*":{"id":"4146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"2535":{"*":{"id":"7530","name":"*","chunks":[],"async":false}},"2794":{"*":{"id":"7474","name":"*","chunks":[],"async":false}},"2854":{"*":{"id":"4795","name":"*","chunks":[],"async":false}},"3382":{"*":{"id":"1795","name":"*","chunks":[],"async":false}},"3541":{"*":{"id":"1582","name":"*","chunks":[],"async":false}},"4520":{"*":{"id":"4505","name":"*","chunks":[],"async":false}},"5324":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"5474":{"*":{"id":"2521","name":"*","chunks":[],"async":false}},"5751":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"9493","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"6513":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"6882":{"*":{"id":"2727","name":"*","chunks":[],"async":false}},"8751":{"*":{"id":"2646","name":"*","chunks":[],"async":false}},"9275":{"*":{"id":"9671","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/globals.css":{"id":3054,"name":"*","chunks":["185","static/chunks/app/layout-e3058a659be66c26.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/setup/page.tsx":{"id":4520,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/login/page.tsx":{"id":1193,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/claude-md/page.tsx":{"id":5474,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/components/sidebar.tsx":{"id":6882,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-811aba273cfc2760.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/connectors/page.tsx":{"id":8751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/generate/page.tsx":{"id":5907,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx":{"id":3541,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","985","static/chunks/app/(dash)/jobs/%5Bid%5D/page-1ffabfc03d1321e4.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx":{"id":2854,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","970","static/chunks/app/(dash)/jobs/page-ef06e2bfb3ebd589.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx":{"id":2535,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx":{"id":3382,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","523","static/chunks/app/(dash)/page-3abefdb4e3abdac4.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/skills/page.tsx":{"id":585,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/settings/page.tsx":{"id":2794,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/prism/prism/web/src/":[],"/home/runner/work/prism/prism/web/src/app/layout":["static/css/27aea81e28f3c17d.css"],"/home/runner/work/prism/prism/web/src/app/(dash)/layout":[],"/home/runner/work/prism/prism/web/src/app/(dash)/page":[],"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page":[],"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page":[]}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dash)/jobs/[id]/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"585":{"*":{"id":"7551","name":"*","chunks":[],"async":false}},"1193":{"*":{"id":"4146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"2535":{"*":{"id":"7530","name":"*","chunks":[],"async":false}},"2794":{"*":{"id":"7474","name":"*","chunks":[],"async":false}},"2854":{"*":{"id":"4795","name":"*","chunks":[],"async":false}},"3541":{"*":{"id":"1582","name":"*","chunks":[],"async":false}},"4520":{"*":{"id":"4505","name":"*","chunks":[],"async":false}},"5324":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"5474":{"*":{"id":"2521","name":"*","chunks":[],"async":false}},"5751":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"9493","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"6513":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"6882":{"*":{"id":"2727","name":"*","chunks":[],"async":false}},"8604":{"*":{"id":"9353","name":"*","chunks":[],"async":false}},"8751":{"*":{"id":"2646","name":"*","chunks":[],"async":false}},"9275":{"*":{"id":"9671","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/globals.css":{"id":3054,"name":"*","chunks":["185","static/chunks/app/layout-e3058a659be66c26.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/login/page.tsx":{"id":1193,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/setup/page.tsx":{"id":4520,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/claude-md/page.tsx":{"id":5474,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/components/sidebar.tsx":{"id":6882,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-b6c00b089d68684c.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx":{"id":3541,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","985","static/chunks/app/(dash)/jobs/%5Bid%5D/page-1ffabfc03d1321e4.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/connectors/page.tsx":{"id":8751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx":{"id":2854,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","970","static/chunks/app/(dash)/jobs/page-ef06e2bfb3ebd589.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx":{"id":2535,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/generate/page.tsx":{"id":5907,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx":{"id":8604,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","523","static/chunks/app/(dash)/page-4d95d6949e23f70a.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/settings/page.tsx":{"id":2794,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/skills/page.tsx":{"id":585,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/prism/prism/web/src/":[],"/home/runner/work/prism/prism/web/src/app/layout":["static/css/d95c47155fb80ddd.css"],"/home/runner/work/prism/prism/web/src/app/(dash)/layout":[],"/home/runner/work/prism/prism/web/src/app/(dash)/page":[],"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page":[],"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page":[]}}
@@ -1 +1 @@
1
- (()=>{var e={};e.id=970,e.ids=[970],e.modules={7849:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external")},2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},5403:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},4749:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},265:(e,t,r)=>{"use strict";r.r(t),r.d(t,{GlobalError:()=>i.a,__next_app__:()=>m,originalPathname:()=>x,pages:()=>c,routeModule:()=>u,tree:()=>d}),r(1069),r(9441),r(5866),r(2029);var s=r(3191),n=r(8716),a=r(7922),i=r.n(a),o=r(5231),l={};for(let e in o)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>o[e]);r.d(t,l);let d=["",{children:["(dash)",{children:["jobs",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(r.bind(r,1069)),"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(r.bind(r,9441)),"/home/runner/work/prism/prism/web/src/app/(dash)/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5866,23)),"next/dist/client/components/not-found-error"]}]},{layout:[()=>Promise.resolve().then(r.bind(r,2029)),"/home/runner/work/prism/prism/web/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5866,23)),"next/dist/client/components/not-found-error"]}],c=["/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx"],x="/(dash)/jobs/page",m={require:r,loadChunk:()=>Promise.resolve()},u=new s.AppPageRouteModule({definition:{kind:n.x.APP_PAGE,page:"/(dash)/jobs/page",pathname:"/jobs",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:d}})},5757:(e,t,r)=>{Promise.resolve().then(r.t.bind(r,2994,23)),Promise.resolve().then(r.t.bind(r,6114,23)),Promise.resolve().then(r.t.bind(r,9727,23)),Promise.resolve().then(r.t.bind(r,9671,23)),Promise.resolve().then(r.t.bind(r,1868,23)),Promise.resolve().then(r.t.bind(r,4759,23))},3078:(e,t,r)=>{Promise.resolve().then(r.bind(r,4795))},7013:()=>{},8008:(e,t,r)=>{Promise.resolve().then(r.bind(r,2727))},4795:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>d});var s=r(326),n=r(7577),a=r(434),i=r(9752),o=r(8443),l=r(2924);function d(){let[e,t]=(0,n.useState)([]),[r,d]=(0,n.useState)(!0);return(0,s.jsxs)("div",{className:"space-y-6",children:[(0,s.jsxs)("header",{children:[(0,s.jsxs)("h1",{className:"flex items-center gap-2 text-2xl font-semibold tracking-tightest",children:[s.jsx(l.Z,{size:20})," Jobs"]}),s.jsx("p",{className:"text-sm text-text-muted",children:"Historique des runs (toutes surfaces confondues)."})]}),(0,s.jsxs)(i.Zb,{children:[(0,s.jsxs)(i.Ol,{children:[(0,s.jsxs)(i.ll,{className:"text-sm",children:[e.length," run",1===e.length?"":"s"]}),s.jsx(i.SZ,{children:"Lecture seule depuis jobs.jsonl."})]}),s.jsx(i.aY,{className:"px-0 pb-0",children:r?s.jsx("div",{className:"px-6 py-10 text-center text-sm text-text-muted",children:"loading…"}):0===e.length?s.jsx("div",{className:"px-6 py-10 text-center text-sm text-text-muted",children:"No runs yet. Generate one from the playground."}):(0,s.jsxs)("table",{className:"w-full text-sm",children:[s.jsx("thead",{className:"border-y border-border bg-bg-subtle",children:(0,s.jsxs)("tr",{className:"text-left text-[10px] uppercase tracking-wider text-text-subtle",children:[s.jsx("th",{className:"px-6 py-2",children:"When"}),s.jsx("th",{className:"py-2",children:"Brief"}),s.jsx("th",{className:"py-2",children:"Surface"}),s.jsx("th",{className:"py-2 text-right",children:"Files"}),s.jsx("th",{className:"py-2 text-right",children:"Duration"}),s.jsx("th",{className:"px-6 py-2 text-right",children:"Status"})]})}),s.jsx("tbody",{children:e.map(e=>(0,s.jsxs)("tr",{className:"border-b border-border last:border-0 hover:bg-bg-subtle",children:[s.jsx("td",{className:"px-6 py-2 text-[11px] text-text-muted",children:s.jsx(a.default,{href:`/jobs/${e.id}`,className:"hover:text-text",children:new Date(e.ts).toLocaleString()})}),s.jsx("td",{className:"max-w-[420px] truncate py-2 pr-4",children:s.jsx(a.default,{href:`/jobs/${e.id}`,className:"hover:text-brand",children:e.brief||e.id})}),s.jsx("td",{className:"py-2 text-xs uppercase tracking-wide text-text-muted",children:e.surface}),s.jsx("td",{className:"py-2 text-right text-xs text-text-muted",children:e.files.length}),(0,s.jsxs)("td",{className:"py-2 text-right text-xs text-text-muted",children:[Math.round(e.duration_ms/100)/10,"s"]}),s.jsx("td",{className:"px-6 py-2 text-right",children:s.jsx(o.C,{variant:0===e.exit_code?"success":e.timed_out?"warning":"danger",dot:!0,children:e.timed_out?"timeout":0===e.exit_code?"ok":`exit ${e.exit_code}`})})]},e.id))})]})})]})]})}},2727:(e,t,r)=>{"use strict";r.d(t,{Sidebar:()=>v});var s=r(326),n=r(434),a=r(5047),i=r(7577),o=r(1223),l=r(9798),d=r(4527),c=r(2924),x=r(8932),m=r(812),u=r(6489),p=r(6283),h=r(9942),b=r(8378),f=r(1572),g=r(165),j=r(1810);let y=[{section:"Prism",items:[{href:"/",label:"Overview",icon:l.Z},{href:"/generate",label:"Playground",icon:d.Z}]},{section:"Runs",items:[{href:"/jobs",label:"Jobs",icon:c.Z},{href:"/artifacts",label:"Artifacts",icon:x.Z}]},{section:"Operations",items:[{href:"/skills",label:"Skills",icon:m.Z},{href:"/connectors",label:"Connectors",icon:u.Z,adminOnly:!0},{href:"/claude-md",label:"CLAUDE.md",icon:p.Z,adminOnly:!0},{href:"/logs",label:"Logs",icon:h.Z,adminOnly:!0}]},{section:"Admin",items:[{href:"/settings",label:"Settings",icon:b.Z,adminOnly:!0}]}];function v(){let e=(0,a.usePathname)(),t=(0,a.useRouter)(),[r,l]=(0,i.useState)(null);async function d(){await fetch("/api/auth/logout",{method:"POST"}).catch(()=>{}),t.push("/login")}return(0,s.jsxs)("aside",{className:"fixed left-0 top-0 z-40 flex h-screen w-[240px] flex-col border-r border-border bg-background",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2.5 px-5 py-5",children:[s.jsx("div",{className:"relative flex h-9 w-9 flex-none items-center justify-center bg-brand text-text-on-brand",children:s.jsx(f.Z,{size:18,strokeWidth:2.25})}),(0,s.jsxs)("div",{children:[s.jsx("div",{className:"text-sm font-semibold tracking-tight",children:"Prism"}),s.jsx("div",{className:"text-[10px] text-muted-foreground",children:"claude on tap"})]})]}),s.jsx("nav",{className:"flex-1 space-y-5 overflow-y-auto px-3 py-2",children:y.map(t=>{let a=t.items.filter(e=>!e.adminOnly||r?.role==="admin");return 0===a.length?null:(0,s.jsxs)("div",{children:[s.jsx("div",{className:"px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70",children:t.section}),s.jsx("div",{className:"space-y-0.5",children:a.map(t=>{let r=t.icon,a="/"===t.href?"/"===e:e===t.href||e.startsWith(t.href+"/");return(0,s.jsxs)(n.default,{href:t.href,className:(0,o.cn)("group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors",a?"bg-primary/10 text-primary":"text-muted-foreground hover:bg-secondary hover:text-foreground"),children:[a?s.jsx("span",{className:"absolute left-0 top-1/2 h-5 w-0.5 -translate-y-1/2 bg-primary"}):null,s.jsx(r,{size:16,strokeWidth:a?2.25:1.75,className:"flex-none"}),s.jsx("span",{className:"truncate",children:t.label}),t.adminOnly?s.jsx(g.Z,{size:11,className:"ml-auto text-muted-foreground/40"}):null]},t.href)})})]},t.section)})}),s.jsx("div",{className:"border-t border-border px-3 py-3",children:r?(0,s.jsxs)("div",{className:"flex items-center gap-2 border border-border px-2 py-2",children:[s.jsx("div",{className:"flex h-8 w-8 flex-none items-center justify-center rounded-pill bg-primary text-xs font-semibold uppercase text-primary-foreground",children:(r.name||r.email).slice(0,1)}),(0,s.jsxs)("div",{className:"min-w-0 flex-1",children:[s.jsx("div",{className:"truncate text-xs font-medium",children:r.name||r.email}),s.jsx("div",{className:"truncate text-[10px] text-muted-foreground",children:r.role})]}),s.jsx("button",{onClick:d,className:"flex h-7 w-7 items-center justify-center text-muted-foreground transition-colors hover:bg-secondary hover:text-foreground",title:"Sign out",children:s.jsx(j.Z,{size:14})})]}):s.jsx("div",{className:"px-2 py-2 text-[10px] text-muted-foreground",children:"Not signed in"})})]})}},8443:(e,t,r)=>{"use strict";r.d(t,{C:()=>o});var s=r(326);r(7577);var n=r(9360),a=r(1223);let i=(0,n.j)("inline-flex items-center gap-1.5 border px-2 py-0.5 text-[10px] font-medium uppercase tracking-wider transition-colors",{variants:{variant:{neutral:"border-border bg-bg-subtle text-text-muted",brand:"border-brand/30 bg-brand-soft text-brand",success:"border-success/30 bg-success-soft text-success",warning:"border-warning/30 bg-warning-soft text-warning",danger:"border-danger/30 bg-danger-soft text-danger",outline:"border-border-strong text-text bg-transparent",default:"border-brand/30 bg-brand-soft text-brand",secondary:"border-border bg-bg-subtle text-text-muted",destructive:"border-danger/30 bg-danger-soft text-danger"},size:{sm:"text-[9px] px-1.5 py-0",md:"text-[10px] px-2 py-0.5"}},defaultVariants:{variant:"neutral",size:"md"}});function o({className:e,variant:t,size:r,dot:n,children:o,...l}){return(0,s.jsxs)("div",{className:(0,a.cn)(i({variant:t,size:r}),e),...l,children:[n?s.jsx("span",{"aria-hidden":!0,className:"rounded-pill h-1.5 w-1.5 bg-current"}):null,o]})}},9752:(e,t,r)=>{"use strict";r.d(t,{Ol:()=>o,SZ:()=>c,Zb:()=>i,aY:()=>x,ll:()=>l});var s=r(326),n=r(7577),a=r(1223);let i=n.forwardRef(({className:e,hover:t,...r},n)=>s.jsx("div",{ref:n,className:(0,a.cn)("border border-border bg-bg-surface text-text transition-colors duration-base",t?"hover:border-border-strong":"",e),...r}));i.displayName="Card";let o=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("flex flex-col space-y-1.5 p-6",e),...t}));o.displayName="CardHeader";let l=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("text-lg font-semibold leading-none tracking-tightest",e),...t}));l.displayName="CardTitle";let d=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("text-sm text-text-muted",e),...t}));d.displayName="CardSubtitle";let c=d,x=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("p-6 pt-0",e),...t}));x.displayName="CardContent",n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("flex items-center p-6 pt-0",e),...t})).displayName="CardFooter"},1223:(e,t,r)=>{"use strict";r.d(t,{cn:()=>a});var s=r(1135),n=r(1009);function a(...e){return(0,n.m6)((0,s.W)(e))}},1069:(e,t,r)=>{"use strict";r.r(t),r.d(t,{$$typeof:()=>i,__esModule:()=>a,default:()=>o});var s=r(8570);let n=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx`),{__esModule:a,$$typeof:i}=n;n.default;let o=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx#default`)},9441:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>d});var s=r(9510),n=r(8570);let a=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx`),{__esModule:i,$$typeof:o}=a;a.default;let l=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx#Sidebar`);function d({children:e}){return(0,s.jsxs)("div",{className:"flex min-h-screen",children:[s.jsx(l,{}),s.jsx("main",{className:"ml-[240px] flex-1 px-8 py-8",children:e})]})}},2029:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>a,metadata:()=>n});var s=r(9510);r(5023);let n={title:"Prism",description:"Operate your prism instance from the browser.",icons:{icon:[{url:"/favicon.png",type:"image/png"}],shortcut:"/favicon.png",apple:"/favicon.png"}};function a({children:e}){return s.jsx("html",{lang:"en",suppressHydrationWarning:!0,children:s.jsx("body",{className:"min-h-screen bg-background text-foreground antialiased",children:e})})}},5023:()=>{}};var t=require("../../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),s=t.X(0,[948,471,100,786],()=>r(265));module.exports=s})();
1
+ (()=>{var e={};e.id=970,e.ids=[970],e.modules={7849:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external")},2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},5403:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},4749:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},265:(e,t,r)=>{"use strict";r.r(t),r.d(t,{GlobalError:()=>i.a,__next_app__:()=>m,originalPathname:()=>x,pages:()=>c,routeModule:()=>u,tree:()=>d}),r(1069),r(9441),r(5866),r(2029);var s=r(3191),n=r(8716),a=r(7922),i=r.n(a),l=r(5231),o={};for(let e in l)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(o[e]=()=>l[e]);r.d(t,o);let d=["",{children:["(dash)",{children:["jobs",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(r.bind(r,1069)),"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(r.bind(r,9441)),"/home/runner/work/prism/prism/web/src/app/(dash)/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5866,23)),"next/dist/client/components/not-found-error"]}]},{layout:[()=>Promise.resolve().then(r.bind(r,2029)),"/home/runner/work/prism/prism/web/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5866,23)),"next/dist/client/components/not-found-error"]}],c=["/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx"],x="/(dash)/jobs/page",m={require:r,loadChunk:()=>Promise.resolve()},u=new s.AppPageRouteModule({definition:{kind:n.x.APP_PAGE,page:"/(dash)/jobs/page",pathname:"/jobs",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:d}})},5757:(e,t,r)=>{Promise.resolve().then(r.t.bind(r,2994,23)),Promise.resolve().then(r.t.bind(r,6114,23)),Promise.resolve().then(r.t.bind(r,9727,23)),Promise.resolve().then(r.t.bind(r,9671,23)),Promise.resolve().then(r.t.bind(r,1868,23)),Promise.resolve().then(r.t.bind(r,4759,23))},3078:(e,t,r)=>{Promise.resolve().then(r.bind(r,4795))},7013:()=>{},8008:(e,t,r)=>{Promise.resolve().then(r.bind(r,2727))},4795:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>d});var s=r(326),n=r(7577),a=r(434),i=r(9752),l=r(8443),o=r(2924);function d(){let[e,t]=(0,n.useState)([]),[r,d]=(0,n.useState)(!0);return(0,s.jsxs)("div",{className:"space-y-6",children:[(0,s.jsxs)("header",{children:[(0,s.jsxs)("h1",{className:"flex items-center gap-2 text-2xl font-semibold tracking-tightest",children:[s.jsx(o.Z,{size:20})," Jobs"]}),s.jsx("p",{className:"text-sm text-text-muted",children:"Historique des runs (toutes surfaces confondues)."})]}),(0,s.jsxs)(i.Zb,{children:[(0,s.jsxs)(i.Ol,{children:[(0,s.jsxs)(i.ll,{className:"text-sm",children:[e.length," run",1===e.length?"":"s"]}),s.jsx(i.SZ,{children:"Lecture seule depuis jobs.jsonl."})]}),s.jsx(i.aY,{className:"px-0 pb-0",children:r?s.jsx("div",{className:"px-6 py-10 text-center text-sm text-text-muted",children:"loading…"}):0===e.length?s.jsx("div",{className:"px-6 py-10 text-center text-sm text-text-muted",children:"No runs yet. Generate one from the playground."}):(0,s.jsxs)("table",{className:"w-full text-sm",children:[s.jsx("thead",{className:"border-y border-border bg-bg-subtle",children:(0,s.jsxs)("tr",{className:"text-left text-[10px] uppercase tracking-wider text-text-subtle",children:[s.jsx("th",{className:"px-6 py-2",children:"When"}),s.jsx("th",{className:"py-2",children:"Brief"}),s.jsx("th",{className:"py-2",children:"Surface"}),s.jsx("th",{className:"py-2 text-right",children:"Files"}),s.jsx("th",{className:"py-2 text-right",children:"Duration"}),s.jsx("th",{className:"px-6 py-2 text-right",children:"Status"})]})}),s.jsx("tbody",{children:e.map(e=>(0,s.jsxs)("tr",{className:"border-b border-border last:border-0 hover:bg-bg-subtle",children:[s.jsx("td",{className:"px-6 py-2 text-[11px] text-text-muted",children:s.jsx(a.default,{href:`/jobs/${e.id}`,className:"hover:text-text",children:new Date(e.ts).toLocaleString()})}),s.jsx("td",{className:"max-w-[420px] truncate py-2 pr-4",children:s.jsx(a.default,{href:`/jobs/${e.id}`,className:"hover:text-brand",children:e.brief||e.id})}),s.jsx("td",{className:"py-2 text-xs uppercase tracking-wide text-text-muted",children:e.surface}),s.jsx("td",{className:"py-2 text-right text-xs text-text-muted",children:e.files.length}),(0,s.jsxs)("td",{className:"py-2 text-right text-xs text-text-muted",children:[Math.round(e.duration_ms/100)/10,"s"]}),s.jsx("td",{className:"px-6 py-2 text-right",children:s.jsx(l.C,{variant:0===e.exit_code?"success":e.timed_out?"warning":"danger",dot:!0,children:e.timed_out?"timeout":0===e.exit_code?"ok":`exit ${e.exit_code}`})})]},e.id))})]})})]})]})}},2727:(e,t,r)=>{"use strict";r.d(t,{Sidebar:()=>v});var s=r(326),n=r(434),a=r(5047),i=r(7577),l=r(1223),o=r(9798),d=r(4527),c=r(2924),x=r(8932),m=r(812),u=r(6489),p=r(6283),h=r(9942),b=r(8378),f=r(165),g=r(1810);let j=[{section:"Prism",items:[{href:"/",label:"Overview",icon:o.Z},{href:"/generate",label:"Playground",icon:d.Z}]},{section:"Runs",items:[{href:"/jobs",label:"Jobs",icon:c.Z},{href:"/artifacts",label:"Artifacts",icon:x.Z}]},{section:"Operations",items:[{href:"/skills",label:"Skills",icon:m.Z},{href:"/connectors",label:"Connectors",icon:u.Z,adminOnly:!0},{href:"/claude-md",label:"CLAUDE.md",icon:p.Z,adminOnly:!0},{href:"/logs",label:"Logs",icon:h.Z,adminOnly:!0}]},{section:"Admin",items:[{href:"/settings",label:"Settings",icon:b.Z,adminOnly:!0}]}];function v(){let e=(0,a.usePathname)(),t=(0,a.useRouter)(),[r,o]=(0,i.useState)(null);async function d(){await fetch("/api/auth/logout",{method:"POST"}).catch(()=>{}),t.push("/login")}return(0,s.jsxs)("aside",{className:"fixed left-0 top-0 z-40 flex h-screen w-[240px] flex-col border-r border-border bg-background",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2.5 px-5 py-5",children:[s.jsx("div",{className:"relative flex h-9 w-9 flex-none items-center justify-center overflow-hidden",children:s.jsx("img",{src:"/prism.svg",alt:"Prism",className:"h-full w-full object-cover"})}),(0,s.jsxs)("div",{children:[s.jsx("div",{className:"text-sm font-semibold tracking-tight",children:"Prism"}),s.jsx("div",{className:"text-[10px] text-muted-foreground",children:"claude on tap"})]})]}),s.jsx("nav",{className:"flex-1 space-y-5 overflow-y-auto px-3 py-2",children:j.map(t=>{let a=t.items.filter(e=>!e.adminOnly||r?.role==="admin");return 0===a.length?null:(0,s.jsxs)("div",{children:[s.jsx("div",{className:"px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70",children:t.section}),s.jsx("div",{className:"space-y-0.5",children:a.map(t=>{let r=t.icon,a="/"===t.href?"/"===e:e===t.href||e.startsWith(t.href+"/");return(0,s.jsxs)(n.default,{href:t.href,className:(0,l.cn)("group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors",a?"bg-primary/10 text-primary":"text-muted-foreground hover:bg-secondary hover:text-foreground"),children:[a?s.jsx("span",{className:"absolute left-0 top-1/2 h-5 w-0.5 -translate-y-1/2 bg-primary"}):null,s.jsx(r,{size:16,strokeWidth:a?2.25:1.75,className:"flex-none"}),s.jsx("span",{className:"truncate",children:t.label}),t.adminOnly?s.jsx(f.Z,{size:11,className:"ml-auto text-muted-foreground/40"}):null]},t.href)})})]},t.section)})}),s.jsx("div",{className:"border-t border-border px-3 py-3",children:r?(0,s.jsxs)("div",{className:"flex items-center gap-2 border border-border px-2 py-2",children:[s.jsx("div",{className:"flex h-8 w-8 flex-none items-center justify-center rounded-pill bg-primary text-xs font-semibold uppercase text-primary-foreground",children:(r.name||r.email).slice(0,1)}),(0,s.jsxs)("div",{className:"min-w-0 flex-1",children:[s.jsx("div",{className:"truncate text-xs font-medium",children:r.name||r.email}),s.jsx("div",{className:"truncate text-[10px] text-muted-foreground",children:r.role})]}),s.jsx("button",{onClick:d,className:"flex h-7 w-7 items-center justify-center text-muted-foreground transition-colors hover:bg-secondary hover:text-foreground",title:"Sign out",children:s.jsx(g.Z,{size:14})})]}):s.jsx("div",{className:"px-2 py-2 text-[10px] text-muted-foreground",children:"Not signed in"})})]})}},8443:(e,t,r)=>{"use strict";r.d(t,{C:()=>l});var s=r(326);r(7577);var n=r(9360),a=r(1223);let i=(0,n.j)("inline-flex items-center gap-1.5 border px-2 py-0.5 text-[10px] font-medium uppercase tracking-wider transition-colors",{variants:{variant:{neutral:"border-border bg-bg-subtle text-text-muted",brand:"border-brand/30 bg-brand-soft text-brand",success:"border-success/30 bg-success-soft text-success",warning:"border-warning/30 bg-warning-soft text-warning",danger:"border-danger/30 bg-danger-soft text-danger",outline:"border-border-strong text-text bg-transparent",default:"border-brand/30 bg-brand-soft text-brand",secondary:"border-border bg-bg-subtle text-text-muted",destructive:"border-danger/30 bg-danger-soft text-danger"},size:{sm:"text-[9px] px-1.5 py-0",md:"text-[10px] px-2 py-0.5"}},defaultVariants:{variant:"neutral",size:"md"}});function l({className:e,variant:t,size:r,dot:n,children:l,...o}){return(0,s.jsxs)("div",{className:(0,a.cn)(i({variant:t,size:r}),e),...o,children:[n?s.jsx("span",{"aria-hidden":!0,className:"rounded-pill h-1.5 w-1.5 bg-current"}):null,l]})}},9752:(e,t,r)=>{"use strict";r.d(t,{Ol:()=>l,SZ:()=>c,Zb:()=>i,aY:()=>x,ll:()=>o});var s=r(326),n=r(7577),a=r(1223);let i=n.forwardRef(({className:e,hover:t,...r},n)=>s.jsx("div",{ref:n,className:(0,a.cn)("border border-border bg-bg-surface text-text transition-colors duration-base",t?"hover:border-border-strong":"",e),...r}));i.displayName="Card";let l=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("flex flex-col space-y-1.5 p-6",e),...t}));l.displayName="CardHeader";let o=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("text-lg font-semibold leading-none tracking-tightest",e),...t}));o.displayName="CardTitle";let d=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("text-sm text-text-muted",e),...t}));d.displayName="CardSubtitle";let c=d,x=n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("p-6 pt-0",e),...t}));x.displayName="CardContent",n.forwardRef(({className:e,...t},r)=>s.jsx("div",{ref:r,className:(0,a.cn)("flex items-center p-6 pt-0",e),...t})).displayName="CardFooter"},1223:(e,t,r)=>{"use strict";r.d(t,{cn:()=>a});var s=r(1135),n=r(1009);function a(...e){return(0,n.m6)((0,s.W)(e))}},1069:(e,t,r)=>{"use strict";r.r(t),r.d(t,{$$typeof:()=>i,__esModule:()=>a,default:()=>l});var s=r(8570);let n=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx`),{__esModule:a,$$typeof:i}=n;n.default;let l=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx#default`)},9441:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>d});var s=r(9510),n=r(8570);let a=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx`),{__esModule:i,$$typeof:l}=a;a.default;let o=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx#Sidebar`);function d({children:e}){return(0,s.jsxs)("div",{className:"flex min-h-screen",children:[s.jsx(o,{}),s.jsx("main",{className:"ml-[240px] flex-1 px-8 py-8",children:e})]})}},2029:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>a,metadata:()=>n});var s=r(9510);r(5023);let n={title:"Prism",description:"Operate your prism instance from the browser.",icons:{icon:[{url:"/prism.svg",type:"image/svg+xml"}],shortcut:"/prism.svg",apple:"/prism.svg"}};function a({children:e}){return s.jsx("html",{lang:"en",suppressHydrationWarning:!0,children:s.jsx("body",{className:"min-h-screen bg-background text-foreground antialiased",children:e})})}},5023:()=>{}};var t=require("../../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),s=t.X(0,[948,471,971,786],()=>r(265));module.exports=s})();
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/100.js","../../../chunks/471.js","../../../chunks/786.js","../../../chunks/948.js","../../../webpack-runtime.js","page_client-reference-manifest.js","../../../../../node_modules/picocolors/LICENSE","../../../../../node_modules/picocolors/package.json","../../../../../node_modules/picocolors/picocolors.browser.js","../../../../../node_modules/picocolors/picocolors.d.ts","../../../../../node_modules/picocolors/picocolors.js","../../../../../node_modules/picocolors/README.md","../../../../../node_modules/picocolors/types.d.ts"]}
1
+ {"version":1,"files":["../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/471.js","../../../chunks/786.js","../../../chunks/948.js","../../../chunks/971.js","../../../webpack-runtime.js","page_client-reference-manifest.js","../../../../../node_modules/picocolors/LICENSE","../../../../../node_modules/picocolors/package.json","../../../../../node_modules/picocolors/picocolors.browser.js","../../../../../node_modules/picocolors/picocolors.d.ts","../../../../../node_modules/picocolors/picocolors.js","../../../../../node_modules/picocolors/README.md","../../../../../node_modules/picocolors/types.d.ts"]}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dash)/jobs/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"585":{"*":{"id":"7551","name":"*","chunks":[],"async":false}},"1193":{"*":{"id":"4146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"2535":{"*":{"id":"7530","name":"*","chunks":[],"async":false}},"2794":{"*":{"id":"7474","name":"*","chunks":[],"async":false}},"2854":{"*":{"id":"4795","name":"*","chunks":[],"async":false}},"3382":{"*":{"id":"1795","name":"*","chunks":[],"async":false}},"3541":{"*":{"id":"1582","name":"*","chunks":[],"async":false}},"4520":{"*":{"id":"4505","name":"*","chunks":[],"async":false}},"5324":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"5474":{"*":{"id":"2521","name":"*","chunks":[],"async":false}},"5751":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"9493","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"6513":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"6882":{"*":{"id":"2727","name":"*","chunks":[],"async":false}},"8751":{"*":{"id":"2646","name":"*","chunks":[],"async":false}},"9275":{"*":{"id":"9671","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/globals.css":{"id":3054,"name":"*","chunks":["185","static/chunks/app/layout-e3058a659be66c26.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/setup/page.tsx":{"id":4520,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/login/page.tsx":{"id":1193,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/claude-md/page.tsx":{"id":5474,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/components/sidebar.tsx":{"id":6882,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-811aba273cfc2760.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/connectors/page.tsx":{"id":8751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/generate/page.tsx":{"id":5907,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx":{"id":3541,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx":{"id":2854,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","970","static/chunks/app/(dash)/jobs/page-ef06e2bfb3ebd589.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx":{"id":2535,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx":{"id":3382,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","523","static/chunks/app/(dash)/page-3abefdb4e3abdac4.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/skills/page.tsx":{"id":585,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/settings/page.tsx":{"id":2794,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/prism/prism/web/src/":[],"/home/runner/work/prism/prism/web/src/app/layout":["static/css/27aea81e28f3c17d.css"],"/home/runner/work/prism/prism/web/src/app/(dash)/layout":[],"/home/runner/work/prism/prism/web/src/app/(dash)/page":[],"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page":[]}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dash)/jobs/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"585":{"*":{"id":"7551","name":"*","chunks":[],"async":false}},"1193":{"*":{"id":"4146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"2535":{"*":{"id":"7530","name":"*","chunks":[],"async":false}},"2794":{"*":{"id":"7474","name":"*","chunks":[],"async":false}},"2854":{"*":{"id":"4795","name":"*","chunks":[],"async":false}},"3541":{"*":{"id":"1582","name":"*","chunks":[],"async":false}},"4520":{"*":{"id":"4505","name":"*","chunks":[],"async":false}},"5324":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"5474":{"*":{"id":"2521","name":"*","chunks":[],"async":false}},"5751":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"9493","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"6513":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"6882":{"*":{"id":"2727","name":"*","chunks":[],"async":false}},"8604":{"*":{"id":"9353","name":"*","chunks":[],"async":false}},"8751":{"*":{"id":"2646","name":"*","chunks":[],"async":false}},"9275":{"*":{"id":"9671","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/globals.css":{"id":3054,"name":"*","chunks":["185","static/chunks/app/layout-e3058a659be66c26.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/login/page.tsx":{"id":1193,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/setup/page.tsx":{"id":4520,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/claude-md/page.tsx":{"id":5474,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/components/sidebar.tsx":{"id":6882,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-b6c00b089d68684c.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx":{"id":3541,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/connectors/page.tsx":{"id":8751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx":{"id":2854,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","970","static/chunks/app/(dash)/jobs/page-ef06e2bfb3ebd589.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx":{"id":2535,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/generate/page.tsx":{"id":5907,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx":{"id":8604,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","523","static/chunks/app/(dash)/page-4d95d6949e23f70a.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/settings/page.tsx":{"id":2794,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/skills/page.tsx":{"id":585,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/prism/prism/web/src/":[],"/home/runner/work/prism/prism/web/src/app/layout":["static/css/d95c47155fb80ddd.css"],"/home/runner/work/prism/prism/web/src/app/(dash)/layout":[],"/home/runner/work/prism/prism/web/src/app/(dash)/page":[],"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page":[]}}
@@ -1 +1 @@
1
- (()=>{var e={};e.id=519,e.ids=[519],e.modules={7849:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external")},2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},5403:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},4749:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},2332:(e,t,r)=>{"use strict";r.r(t),r.d(t,{GlobalError:()=>i.a,__next_app__:()=>x,originalPathname:()=>p,pages:()=>d,routeModule:()=>u,tree:()=>c}),r(8559),r(9441),r(5866),r(2029);var s=r(3191),a=r(8716),n=r(7922),i=r.n(n),o=r(5231),l={};for(let e in o)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>o[e]);r.d(t,l);let c=["",{children:["(dash)",{children:["logs",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(r.bind(r,8559)),"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(r.bind(r,9441)),"/home/runner/work/prism/prism/web/src/app/(dash)/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5866,23)),"next/dist/client/components/not-found-error"]}]},{layout:[()=>Promise.resolve().then(r.bind(r,2029)),"/home/runner/work/prism/prism/web/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5866,23)),"next/dist/client/components/not-found-error"]}],d=["/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx"],p="/(dash)/logs/page",x={require:r,loadChunk:()=>Promise.resolve()},u=new s.AppPageRouteModule({definition:{kind:a.x.APP_PAGE,page:"/(dash)/logs/page",pathname:"/logs",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:c}})},2503:(e,t,r)=>{Promise.resolve().then(r.bind(r,7530))},7530:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>d});var s=r(326),a=r(7577),n=r(3330),i=r(9752),o=r(9942),l=r(1405);let c=[{id:"prism",label:"prism.log"},{id:"err",label:"prism.err.log"},{id:"http",label:"http.log"},{id:"slack",label:"slack.log"}];function d(){let[e,t]=(0,a.useState)("prism"),[r,d]=(0,a.useState)(""),[p,x]=(0,a.useState)(!1),[u,m]=(0,a.useState)(!1),h=(0,a.useRef)(null);async function g(){x(!0);try{let t=await fetch(`/api/logs?service=${e}&lines=1000`),r=await t.json();d(r.text||""),requestAnimationFrame(()=>{h.current&&(h.current.scrollTop=h.current.scrollHeight)})}finally{x(!1)}}return(0,s.jsxs)("div",{className:"space-y-6",children:[(0,s.jsxs)("header",{children:[(0,s.jsxs)("h1",{className:"flex items-center gap-2 text-2xl font-semibold tracking-tightest",children:[s.jsx(o.Z,{size:20})," Logs"]}),s.jsx("p",{className:"text-sm text-text-muted",children:"Tail des fichiers ~/.prism/instances/<inst>/logs/*.log."})]}),(0,s.jsxs)(i.Zb,{children:[(0,s.jsxs)(i.Ol,{className:"flex flex-row items-center justify-between",children:[s.jsx("div",{className:"flex flex-wrap gap-1.5",children:c.map(r=>s.jsx("button",{onClick:()=>t(r.id),className:`border px-2 py-1 text-xs transition-colors ${e===r.id?"border-brand bg-brand-soft text-brand":"border-border bg-transparent text-text-muted hover:bg-bg-subtle"}`,children:r.label},r.id))}),(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsxs)("label",{className:"flex items-center gap-1.5 text-xs text-text-muted",children:[s.jsx("input",{type:"checkbox",checked:u,onChange:e=>m(e.target.checked),className:"h-3 w-3"}),"auto-refresh"]}),s.jsx(n.z,{size:"sm",variant:"ghost",onClick:g,leftIcon:s.jsx(l.Z,{}),children:p?"loading…":"reload"})]})]}),s.jsx(i.aY,{children:s.jsx("pre",{ref:h,className:"max-h-[640px] overflow-auto whitespace-pre-wrap break-words border border-border bg-bg-subtle p-3 text-[11px] font-mono leading-relaxed",children:r||"(empty)"})}),s.jsx(i.aY,{className:"pt-0",children:s.jsx(i.SZ,{children:"Last 1000 lines, max 1 MB tail window."})})]})]})}},8559:(e,t,r)=>{"use strict";r.r(t),r.d(t,{$$typeof:()=>i,__esModule:()=>n,default:()=>o});var s=r(8570);let a=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx`),{__esModule:n,$$typeof:i}=a;a.default;let o=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx#default`)}};var t=require("../../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),s=t.X(0,[948,471,100,786,565],()=>r(2332));module.exports=s})();
1
+ (()=>{var e={};e.id=519,e.ids=[519],e.modules={7849:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external")},2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},5403:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},4749:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},2332:(e,t,r)=>{"use strict";r.r(t),r.d(t,{GlobalError:()=>i.a,__next_app__:()=>x,originalPathname:()=>p,pages:()=>d,routeModule:()=>u,tree:()=>c}),r(8559),r(9441),r(5866),r(2029);var s=r(3191),a=r(8716),n=r(7922),i=r.n(n),o=r(5231),l={};for(let e in o)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>o[e]);r.d(t,l);let c=["",{children:["(dash)",{children:["logs",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(r.bind(r,8559)),"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(r.bind(r,9441)),"/home/runner/work/prism/prism/web/src/app/(dash)/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5866,23)),"next/dist/client/components/not-found-error"]}]},{layout:[()=>Promise.resolve().then(r.bind(r,2029)),"/home/runner/work/prism/prism/web/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5866,23)),"next/dist/client/components/not-found-error"]}],d=["/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx"],p="/(dash)/logs/page",x={require:r,loadChunk:()=>Promise.resolve()},u=new s.AppPageRouteModule({definition:{kind:a.x.APP_PAGE,page:"/(dash)/logs/page",pathname:"/logs",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:c}})},2503:(e,t,r)=>{Promise.resolve().then(r.bind(r,7530))},7530:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>d});var s=r(326),a=r(7577),n=r(3330),i=r(9752),o=r(9942),l=r(1405);let c=[{id:"prism",label:"prism.log"},{id:"err",label:"prism.err.log"},{id:"http",label:"http.log"},{id:"slack",label:"slack.log"}];function d(){let[e,t]=(0,a.useState)("prism"),[r,d]=(0,a.useState)(""),[p,x]=(0,a.useState)(!1),[u,m]=(0,a.useState)(!1),h=(0,a.useRef)(null);async function g(){x(!0);try{let t=await fetch(`/api/logs?service=${e}&lines=1000`),r=await t.json();d(r.text||""),requestAnimationFrame(()=>{h.current&&(h.current.scrollTop=h.current.scrollHeight)})}finally{x(!1)}}return(0,s.jsxs)("div",{className:"space-y-6",children:[(0,s.jsxs)("header",{children:[(0,s.jsxs)("h1",{className:"flex items-center gap-2 text-2xl font-semibold tracking-tightest",children:[s.jsx(o.Z,{size:20})," Logs"]}),s.jsx("p",{className:"text-sm text-text-muted",children:"Tail des fichiers ~/.prism/instances/<inst>/logs/*.log."})]}),(0,s.jsxs)(i.Zb,{children:[(0,s.jsxs)(i.Ol,{className:"flex flex-row items-center justify-between",children:[s.jsx("div",{className:"flex flex-wrap gap-1.5",children:c.map(r=>s.jsx("button",{onClick:()=>t(r.id),className:`border px-2 py-1 text-xs transition-colors ${e===r.id?"border-brand bg-brand-soft text-brand":"border-border bg-transparent text-text-muted hover:bg-bg-subtle"}`,children:r.label},r.id))}),(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsxs)("label",{className:"flex items-center gap-1.5 text-xs text-text-muted",children:[s.jsx("input",{type:"checkbox",checked:u,onChange:e=>m(e.target.checked),className:"h-3 w-3"}),"auto-refresh"]}),s.jsx(n.z,{size:"sm",variant:"ghost",onClick:g,leftIcon:s.jsx(l.Z,{}),children:p?"loading…":"reload"})]})]}),s.jsx(i.aY,{children:s.jsx("pre",{ref:h,className:"max-h-[640px] overflow-auto whitespace-pre-wrap break-words border border-border bg-bg-subtle p-3 text-[11px] font-mono leading-relaxed",children:r||"(empty)"})}),s.jsx(i.aY,{className:"pt-0",children:s.jsx(i.SZ,{children:"Last 1000 lines, max 1 MB tail window."})})]})]})}},8559:(e,t,r)=>{"use strict";r.r(t),r.d(t,{$$typeof:()=>i,__esModule:()=>n,default:()=>o});var s=r(8570);let a=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx`),{__esModule:n,$$typeof:i}=a;a.default;let o=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx#default`)}};var t=require("../../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),s=t.X(0,[948,471,971,786,565],()=>r(2332));module.exports=s})();
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/100.js","../../../chunks/471.js","../../../chunks/565.js","../../../chunks/786.js","../../../chunks/948.js","../../../webpack-runtime.js","page_client-reference-manifest.js","../../../../../node_modules/picocolors/LICENSE","../../../../../node_modules/picocolors/package.json","../../../../../node_modules/picocolors/picocolors.browser.js","../../../../../node_modules/picocolors/picocolors.d.ts","../../../../../node_modules/picocolors/picocolors.js","../../../../../node_modules/picocolors/README.md","../../../../../node_modules/picocolors/types.d.ts"]}
1
+ {"version":1,"files":["../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/471.js","../../../chunks/565.js","../../../chunks/786.js","../../../chunks/948.js","../../../chunks/971.js","../../../webpack-runtime.js","page_client-reference-manifest.js","../../../../../node_modules/picocolors/LICENSE","../../../../../node_modules/picocolors/package.json","../../../../../node_modules/picocolors/picocolors.browser.js","../../../../../node_modules/picocolors/picocolors.d.ts","../../../../../node_modules/picocolors/picocolors.js","../../../../../node_modules/picocolors/README.md","../../../../../node_modules/picocolors/types.d.ts"]}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dash)/logs/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"585":{"*":{"id":"7551","name":"*","chunks":[],"async":false}},"1193":{"*":{"id":"4146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"2535":{"*":{"id":"7530","name":"*","chunks":[],"async":false}},"2794":{"*":{"id":"7474","name":"*","chunks":[],"async":false}},"2854":{"*":{"id":"4795","name":"*","chunks":[],"async":false}},"3382":{"*":{"id":"1795","name":"*","chunks":[],"async":false}},"3541":{"*":{"id":"1582","name":"*","chunks":[],"async":false}},"4520":{"*":{"id":"4505","name":"*","chunks":[],"async":false}},"5324":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"5474":{"*":{"id":"2521","name":"*","chunks":[],"async":false}},"5751":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"9493","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"6513":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"6882":{"*":{"id":"2727","name":"*","chunks":[],"async":false}},"8751":{"*":{"id":"2646","name":"*","chunks":[],"async":false}},"9275":{"*":{"id":"9671","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/globals.css":{"id":3054,"name":"*","chunks":["185","static/chunks/app/layout-e3058a659be66c26.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/setup/page.tsx":{"id":4520,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/login/page.tsx":{"id":1193,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/claude-md/page.tsx":{"id":5474,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/components/sidebar.tsx":{"id":6882,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-811aba273cfc2760.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/connectors/page.tsx":{"id":8751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/generate/page.tsx":{"id":5907,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx":{"id":3541,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx":{"id":2854,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx":{"id":2535,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","519","static/chunks/app/(dash)/logs/page-276e025d82e51217.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx":{"id":3382,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","523","static/chunks/app/(dash)/page-3abefdb4e3abdac4.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/skills/page.tsx":{"id":585,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/settings/page.tsx":{"id":2794,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/prism/prism/web/src/":[],"/home/runner/work/prism/prism/web/src/app/layout":["static/css/27aea81e28f3c17d.css"],"/home/runner/work/prism/prism/web/src/app/(dash)/layout":[],"/home/runner/work/prism/prism/web/src/app/(dash)/page":[],"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page":[]}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dash)/logs/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"585":{"*":{"id":"7551","name":"*","chunks":[],"async":false}},"1193":{"*":{"id":"4146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"2535":{"*":{"id":"7530","name":"*","chunks":[],"async":false}},"2794":{"*":{"id":"7474","name":"*","chunks":[],"async":false}},"2854":{"*":{"id":"4795","name":"*","chunks":[],"async":false}},"3541":{"*":{"id":"1582","name":"*","chunks":[],"async":false}},"4520":{"*":{"id":"4505","name":"*","chunks":[],"async":false}},"5324":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"5474":{"*":{"id":"2521","name":"*","chunks":[],"async":false}},"5751":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"9493","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"6513":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"6882":{"*":{"id":"2727","name":"*","chunks":[],"async":false}},"8604":{"*":{"id":"9353","name":"*","chunks":[],"async":false}},"8751":{"*":{"id":"2646","name":"*","chunks":[],"async":false}},"9275":{"*":{"id":"9671","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/globals.css":{"id":3054,"name":"*","chunks":["185","static/chunks/app/layout-e3058a659be66c26.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/login/page.tsx":{"id":1193,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/setup/page.tsx":{"id":4520,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/claude-md/page.tsx":{"id":5474,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/components/sidebar.tsx":{"id":6882,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-b6c00b089d68684c.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx":{"id":3541,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/connectors/page.tsx":{"id":8751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx":{"id":2854,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx":{"id":2535,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","519","static/chunks/app/(dash)/logs/page-276e025d82e51217.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/generate/page.tsx":{"id":5907,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx":{"id":8604,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","523","static/chunks/app/(dash)/page-4d95d6949e23f70a.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/settings/page.tsx":{"id":2794,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/skills/page.tsx":{"id":585,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/prism/prism/web/src/":[],"/home/runner/work/prism/prism/web/src/app/layout":["static/css/d95c47155fb80ddd.css"],"/home/runner/work/prism/prism/web/src/app/(dash)/layout":[],"/home/runner/work/prism/prism/web/src/app/(dash)/page":[],"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page":[]}}
@@ -1,6 +1,6 @@
1
- (()=>{var e={};e.id=523,e.ids=[523],e.modules={7849:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external")},2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},5403:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},4749:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},8170:(e,r,t)=>{"use strict";t.r(r),t.d(r,{GlobalError:()=>i.a,__next_app__:()=>m,originalPathname:()=>x,pages:()=>c,routeModule:()=>u,tree:()=>d}),t(7593),t(9441),t(5866),t(2029);var s=t(3191),n=t(8716),a=t(7922),i=t.n(a),l=t(5231),o={};for(let e in l)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(o[e]=()=>l[e]);t.d(r,o);let d=["",{children:["(dash)",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(t.bind(t,7593)),"/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx"]}]},{layout:[()=>Promise.resolve().then(t.bind(t,9441)),"/home/runner/work/prism/prism/web/src/app/(dash)/layout.tsx"],"not-found":[()=>Promise.resolve().then(t.t.bind(t,5866,23)),"next/dist/client/components/not-found-error"]}]},{layout:[()=>Promise.resolve().then(t.bind(t,2029)),"/home/runner/work/prism/prism/web/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(t.t.bind(t,5866,23)),"next/dist/client/components/not-found-error"]}],c=["/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx"],x="/(dash)/page",m={require:t,loadChunk:()=>Promise.resolve()},u=new s.AppPageRouteModule({definition:{kind:n.x.APP_PAGE,page:"/(dash)/page",pathname:"/",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:d}})},5757:(e,r,t)=>{Promise.resolve().then(t.t.bind(t,2994,23)),Promise.resolve().then(t.t.bind(t,6114,23)),Promise.resolve().then(t.t.bind(t,9727,23)),Promise.resolve().then(t.t.bind(t,9671,23)),Promise.resolve().then(t.t.bind(t,1868,23)),Promise.resolve().then(t.t.bind(t,4759,23))},2572:(e,r,t)=>{Promise.resolve().then(t.bind(t,1795))},7013:()=>{},8008:(e,r,t)=>{Promise.resolve().then(t.bind(t,2727))},1795:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>u});var s=t(326),n=t(7577),a=t(434),i=t(9752),l=t(8443),o=t(4527),d=t(1572);/**
1
+ (()=>{var e={};e.id=523,e.ids=[523],e.modules={7849:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external")},2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},5403:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},4749:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},8170:(e,s,r)=>{"use strict";r.r(s),r.d(s,{GlobalError:()=>i.a,__next_app__:()=>m,originalPathname:()=>x,pages:()=>c,routeModule:()=>u,tree:()=>o}),r(7593),r(9441),r(5866),r(2029);var t=r(3191),n=r(8716),a=r(7922),i=r.n(a),l=r(5231),d={};for(let e in l)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(d[e]=()=>l[e]);r.d(s,d);let o=["",{children:["(dash)",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(r.bind(r,7593)),"/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx"]}]},{layout:[()=>Promise.resolve().then(r.bind(r,9441)),"/home/runner/work/prism/prism/web/src/app/(dash)/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5866,23)),"next/dist/client/components/not-found-error"]}]},{layout:[()=>Promise.resolve().then(r.bind(r,2029)),"/home/runner/work/prism/prism/web/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5866,23)),"next/dist/client/components/not-found-error"]}],c=["/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx"],x="/(dash)/page",m={require:r,loadChunk:()=>Promise.resolve()},u=new t.AppPageRouteModule({definition:{kind:n.x.APP_PAGE,page:"/(dash)/page",pathname:"/",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:o}})},5757:(e,s,r)=>{Promise.resolve().then(r.t.bind(r,2994,23)),Promise.resolve().then(r.t.bind(r,6114,23)),Promise.resolve().then(r.t.bind(r,9727,23)),Promise.resolve().then(r.t.bind(r,9671,23)),Promise.resolve().then(r.t.bind(r,1868,23)),Promise.resolve().then(r.t.bind(r,4759,23))},2572:(e,s,r)=>{Promise.resolve().then(r.bind(r,9353))},7013:()=>{},8008:(e,s,r)=>{Promise.resolve().then(r.bind(r,2727))},9353:(e,s,r)=>{"use strict";r.r(s),r.d(s,{default:()=>p});var t=r(326),n=r(7577),a=r(434),i=r(9752),l=r(8443),d=r(4527),o=r(2881);/**
2
2
  * @license lucide-react v0.400.0 - ISC
3
3
  *
4
4
  * This source code is licensed under the ISC license.
5
5
  * See the LICENSE file in the root directory of this source tree.
6
- */let c=(0,t(2881).Z)("Activity",[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]]);var x=t(2924),m=t(8932);function u(){var e;let[r,t]=(0,n.useState)(null),[u,h]=(0,n.useState)([]);return(0,s.jsxs)("div",{className:"space-y-6",children:[(0,s.jsxs)("header",{className:"flex items-center justify-between",children:[(0,s.jsxs)("div",{children:[s.jsx("h1",{className:"text-2xl font-semibold tracking-tightest",children:"Overview"}),s.jsx("p",{className:"text-sm text-text-muted",children:r?`instance ${r.instance} \xb7 v${r.version??"?"} \xb7 up ${(e=r.uptime_s)<60?`${e}s`:e<3600?`${Math.floor(e/60)}m`:e<86400?`${Math.floor(e/3600)}h`:`${Math.floor(e/86400)}d`}`:"loading…"})]}),(0,s.jsxs)(a.default,{href:"/generate",className:"inline-flex items-center gap-2 bg-brand px-4 py-2 text-sm font-medium text-text-on-brand transition-colors hover:bg-brand-hover",children:[s.jsx(o.Z,{size:16})," New run"]})]}),(0,s.jsxs)("div",{className:"grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-4",children:[s.jsx(p,{label:"Web",enabled:!0,icon:s.jsx(d.Z,{size:16})}),s.jsx(p,{label:"HTTP",enabled:r?.surfaces.http??!1,icon:s.jsx(c,{size:16})}),s.jsx(p,{label:"Slack",enabled:r?.surfaces.slack??!1,icon:s.jsx(c,{size:16})}),s.jsx(p,{label:"CLI",enabled:r?.surfaces.cli??!1,icon:s.jsx(c,{size:16})})]}),(0,s.jsxs)(i.Zb,{children:[(0,s.jsxs)(i.Ol,{className:"flex flex-row items-center justify-between",children:[(0,s.jsxs)("div",{children:[(0,s.jsxs)(i.ll,{className:"flex items-center gap-2",children:[s.jsx(x.Z,{size:16})," Recent jobs"]}),s.jsx(i.SZ,{children:"Last 5 runs across every surface."})]}),s.jsx(a.default,{href:"/jobs",className:"text-xs text-brand hover:underline",children:"See all"})]}),s.jsx(i.aY,{className:"px-0 pb-0",children:0===u.length?(0,s.jsxs)("div",{className:"px-6 py-10 text-center text-sm text-text-muted",children:["No jobs yet. Try a run from the"," ",s.jsx(a.default,{href:"/generate",className:"text-brand hover:underline",children:"playground"}),"."]}):s.jsx("ul",{className:"divide-y divide-border",children:u.map(e=>s.jsx("li",{children:(0,s.jsxs)(a.default,{href:`/jobs/${e.id}`,className:"flex items-start gap-4 px-6 py-3 transition-colors hover:bg-bg-subtle",children:[(0,s.jsxs)("div",{className:"min-w-0 flex-1",children:[s.jsx("div",{className:"truncate text-sm font-medium",children:e.brief||e.id}),(0,s.jsxs)("div",{className:"mt-0.5 text-[11px] text-text-muted",children:[new Date(e.ts).toLocaleString()," \xb7 ",Math.round(e.duration_ms/100)/10,"s \xb7 ",e.surface]})]}),(0,s.jsxs)("div",{className:"flex flex-none items-center gap-2",children:[e.files.length>0?(0,s.jsxs)("span",{className:"inline-flex items-center gap-1 text-xs text-text-muted",children:[s.jsx(m.Z,{size:12})," ",e.files.length]}):null,s.jsx(l.C,{variant:0===e.exit_code?"success":"danger",dot:!0,children:0===e.exit_code?"ok":`exit ${e.exit_code}`})]})]})},e.id))})})]})]})}function p({label:e,enabled:r,icon:t}){return(0,s.jsxs)(i.Zb,{children:[s.jsx(i.Ol,{className:"pb-2",children:(0,s.jsxs)(i.SZ,{className:"flex items-center gap-1.5",children:[t," ",e]})}),s.jsx(i.aY,{children:s.jsx(l.C,{variant:r?"success":"neutral",dot:!0,children:r?"enabled":"disabled"})})]})}},2727:(e,r,t)=>{"use strict";t.d(r,{Sidebar:()=>y});var s=t(326),n=t(434),a=t(5047),i=t(7577),l=t(1223),o=t(9798),d=t(4527),c=t(2924),x=t(8932),m=t(812),u=t(6489),p=t(6283),h=t(9942),f=t(8378),b=t(1572),g=t(165),j=t(1810);let v=[{section:"Prism",items:[{href:"/",label:"Overview",icon:o.Z},{href:"/generate",label:"Playground",icon:d.Z}]},{section:"Runs",items:[{href:"/jobs",label:"Jobs",icon:c.Z},{href:"/artifacts",label:"Artifacts",icon:x.Z}]},{section:"Operations",items:[{href:"/skills",label:"Skills",icon:m.Z},{href:"/connectors",label:"Connectors",icon:u.Z,adminOnly:!0},{href:"/claude-md",label:"CLAUDE.md",icon:p.Z,adminOnly:!0},{href:"/logs",label:"Logs",icon:h.Z,adminOnly:!0}]},{section:"Admin",items:[{href:"/settings",label:"Settings",icon:f.Z,adminOnly:!0}]}];function y(){let e=(0,a.usePathname)(),r=(0,a.useRouter)(),[t,o]=(0,i.useState)(null);async function d(){await fetch("/api/auth/logout",{method:"POST"}).catch(()=>{}),r.push("/login")}return(0,s.jsxs)("aside",{className:"fixed left-0 top-0 z-40 flex h-screen w-[240px] flex-col border-r border-border bg-background",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2.5 px-5 py-5",children:[s.jsx("div",{className:"relative flex h-9 w-9 flex-none items-center justify-center bg-brand text-text-on-brand",children:s.jsx(b.Z,{size:18,strokeWidth:2.25})}),(0,s.jsxs)("div",{children:[s.jsx("div",{className:"text-sm font-semibold tracking-tight",children:"Prism"}),s.jsx("div",{className:"text-[10px] text-muted-foreground",children:"claude on tap"})]})]}),s.jsx("nav",{className:"flex-1 space-y-5 overflow-y-auto px-3 py-2",children:v.map(r=>{let a=r.items.filter(e=>!e.adminOnly||t?.role==="admin");return 0===a.length?null:(0,s.jsxs)("div",{children:[s.jsx("div",{className:"px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70",children:r.section}),s.jsx("div",{className:"space-y-0.5",children:a.map(r=>{let t=r.icon,a="/"===r.href?"/"===e:e===r.href||e.startsWith(r.href+"/");return(0,s.jsxs)(n.default,{href:r.href,className:(0,l.cn)("group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors",a?"bg-primary/10 text-primary":"text-muted-foreground hover:bg-secondary hover:text-foreground"),children:[a?s.jsx("span",{className:"absolute left-0 top-1/2 h-5 w-0.5 -translate-y-1/2 bg-primary"}):null,s.jsx(t,{size:16,strokeWidth:a?2.25:1.75,className:"flex-none"}),s.jsx("span",{className:"truncate",children:r.label}),r.adminOnly?s.jsx(g.Z,{size:11,className:"ml-auto text-muted-foreground/40"}):null]},r.href)})})]},r.section)})}),s.jsx("div",{className:"border-t border-border px-3 py-3",children:t?(0,s.jsxs)("div",{className:"flex items-center gap-2 border border-border px-2 py-2",children:[s.jsx("div",{className:"flex h-8 w-8 flex-none items-center justify-center rounded-pill bg-primary text-xs font-semibold uppercase text-primary-foreground",children:(t.name||t.email).slice(0,1)}),(0,s.jsxs)("div",{className:"min-w-0 flex-1",children:[s.jsx("div",{className:"truncate text-xs font-medium",children:t.name||t.email}),s.jsx("div",{className:"truncate text-[10px] text-muted-foreground",children:t.role})]}),s.jsx("button",{onClick:d,className:"flex h-7 w-7 items-center justify-center text-muted-foreground transition-colors hover:bg-secondary hover:text-foreground",title:"Sign out",children:s.jsx(j.Z,{size:14})})]}):s.jsx("div",{className:"px-2 py-2 text-[10px] text-muted-foreground",children:"Not signed in"})})]})}},8443:(e,r,t)=>{"use strict";t.d(r,{C:()=>l});var s=t(326);t(7577);var n=t(9360),a=t(1223);let i=(0,n.j)("inline-flex items-center gap-1.5 border px-2 py-0.5 text-[10px] font-medium uppercase tracking-wider transition-colors",{variants:{variant:{neutral:"border-border bg-bg-subtle text-text-muted",brand:"border-brand/30 bg-brand-soft text-brand",success:"border-success/30 bg-success-soft text-success",warning:"border-warning/30 bg-warning-soft text-warning",danger:"border-danger/30 bg-danger-soft text-danger",outline:"border-border-strong text-text bg-transparent",default:"border-brand/30 bg-brand-soft text-brand",secondary:"border-border bg-bg-subtle text-text-muted",destructive:"border-danger/30 bg-danger-soft text-danger"},size:{sm:"text-[9px] px-1.5 py-0",md:"text-[10px] px-2 py-0.5"}},defaultVariants:{variant:"neutral",size:"md"}});function l({className:e,variant:r,size:t,dot:n,children:l,...o}){return(0,s.jsxs)("div",{className:(0,a.cn)(i({variant:r,size:t}),e),...o,children:[n?s.jsx("span",{"aria-hidden":!0,className:"rounded-pill h-1.5 w-1.5 bg-current"}):null,l]})}},9752:(e,r,t)=>{"use strict";t.d(r,{Ol:()=>l,SZ:()=>c,Zb:()=>i,aY:()=>x,ll:()=>o});var s=t(326),n=t(7577),a=t(1223);let i=n.forwardRef(({className:e,hover:r,...t},n)=>s.jsx("div",{ref:n,className:(0,a.cn)("border border-border bg-bg-surface text-text transition-colors duration-base",r?"hover:border-border-strong":"",e),...t}));i.displayName="Card";let l=n.forwardRef(({className:e,...r},t)=>s.jsx("div",{ref:t,className:(0,a.cn)("flex flex-col space-y-1.5 p-6",e),...r}));l.displayName="CardHeader";let o=n.forwardRef(({className:e,...r},t)=>s.jsx("div",{ref:t,className:(0,a.cn)("text-lg font-semibold leading-none tracking-tightest",e),...r}));o.displayName="CardTitle";let d=n.forwardRef(({className:e,...r},t)=>s.jsx("div",{ref:t,className:(0,a.cn)("text-sm text-text-muted",e),...r}));d.displayName="CardSubtitle";let c=d,x=n.forwardRef(({className:e,...r},t)=>s.jsx("div",{ref:t,className:(0,a.cn)("p-6 pt-0",e),...r}));x.displayName="CardContent",n.forwardRef(({className:e,...r},t)=>s.jsx("div",{ref:t,className:(0,a.cn)("flex items-center p-6 pt-0",e),...r})).displayName="CardFooter"},1223:(e,r,t)=>{"use strict";t.d(r,{cn:()=>a});var s=t(1135),n=t(1009);function a(...e){return(0,n.m6)((0,s.W)(e))}},9441:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>d});var s=t(9510),n=t(8570);let a=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx`),{__esModule:i,$$typeof:l}=a;a.default;let o=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx#Sidebar`);function d({children:e}){return(0,s.jsxs)("div",{className:"flex min-h-screen",children:[s.jsx(o,{}),s.jsx("main",{className:"ml-[240px] flex-1 px-8 py-8",children:e})]})}},7593:(e,r,t)=>{"use strict";t.r(r),t.d(r,{$$typeof:()=>i,__esModule:()=>a,default:()=>l});var s=t(8570);let n=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx`),{__esModule:a,$$typeof:i}=n;n.default;let l=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx#default`)},2029:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>a,metadata:()=>n});var s=t(9510);t(5023);let n={title:"Prism",description:"Operate your prism instance from the browser.",icons:{icon:[{url:"/favicon.png",type:"image/png"}],shortcut:"/favicon.png",apple:"/favicon.png"}};function a({children:e}){return s.jsx("html",{lang:"en",suppressHydrationWarning:!0,children:s.jsx("body",{className:"min-h-screen bg-background text-foreground antialiased",children:e})})}},5023:()=>{}};var r=require("../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),s=r.X(0,[948,471,100,786],()=>t(8170));module.exports=s})();
6
+ */let c=(0,o.Z)("Sparkles",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}],["path",{d:"M4 17v2",key:"vumght"}],["path",{d:"M5 18H3",key:"zchphs"}]]),x=(0,o.Z)("Activity",[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]]);var m=r(2924),u=r(8932);function p(){var e;let[s,r]=(0,n.useState)(null),[o,p]=(0,n.useState)([]);return(0,t.jsxs)("div",{className:"space-y-6",children:[(0,t.jsxs)("header",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{children:[t.jsx("h1",{className:"text-2xl font-semibold tracking-tightest",children:"Overview"}),t.jsx("p",{className:"text-sm text-text-muted",children:s?`instance ${s.instance} \xb7 v${s.version??"?"} \xb7 up ${(e=s.uptime_s)<60?`${e}s`:e<3600?`${Math.floor(e/60)}m`:e<86400?`${Math.floor(e/3600)}h`:`${Math.floor(e/86400)}d`}`:"loading…"})]}),(0,t.jsxs)(a.default,{href:"/generate",className:"inline-flex items-center gap-2 bg-brand px-4 py-2 text-sm font-medium text-text-on-brand transition-colors hover:bg-brand-hover",children:[t.jsx(d.Z,{size:16})," New run"]})]}),(0,t.jsxs)("div",{className:"grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-4",children:[t.jsx(h,{label:"Web",enabled:!0,icon:t.jsx(c,{size:16})}),t.jsx(h,{label:"HTTP",enabled:s?.surfaces.http??!1,icon:t.jsx(x,{size:16})}),t.jsx(h,{label:"Slack",enabled:s?.surfaces.slack??!1,icon:t.jsx(x,{size:16})}),t.jsx(h,{label:"CLI",enabled:s?.surfaces.cli??!1,icon:t.jsx(x,{size:16})})]}),(0,t.jsxs)(i.Zb,{children:[(0,t.jsxs)(i.Ol,{className:"flex flex-row items-center justify-between",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)(i.ll,{className:"flex items-center gap-2",children:[t.jsx(m.Z,{size:16})," Recent jobs"]}),t.jsx(i.SZ,{children:"Last 5 runs across every surface."})]}),t.jsx(a.default,{href:"/jobs",className:"text-xs text-brand hover:underline",children:"See all"})]}),t.jsx(i.aY,{className:"px-0 pb-0",children:0===o.length?(0,t.jsxs)("div",{className:"px-6 py-10 text-center text-sm text-text-muted",children:["No jobs yet. Try a run from the"," ",t.jsx(a.default,{href:"/generate",className:"text-brand hover:underline",children:"playground"}),"."]}):t.jsx("ul",{className:"divide-y divide-border",children:o.map(e=>t.jsx("li",{children:(0,t.jsxs)(a.default,{href:`/jobs/${e.id}`,className:"flex items-start gap-4 px-6 py-3 transition-colors hover:bg-bg-subtle",children:[(0,t.jsxs)("div",{className:"min-w-0 flex-1",children:[t.jsx("div",{className:"truncate text-sm font-medium",children:e.brief||e.id}),(0,t.jsxs)("div",{className:"mt-0.5 text-[11px] text-text-muted",children:[new Date(e.ts).toLocaleString()," \xb7 ",Math.round(e.duration_ms/100)/10,"s \xb7 ",e.surface]})]}),(0,t.jsxs)("div",{className:"flex flex-none items-center gap-2",children:[e.files.length>0?(0,t.jsxs)("span",{className:"inline-flex items-center gap-1 text-xs text-text-muted",children:[t.jsx(u.Z,{size:12})," ",e.files.length]}):null,t.jsx(l.C,{variant:0===e.exit_code?"success":"danger",dot:!0,children:0===e.exit_code?"ok":`exit ${e.exit_code}`})]})]})},e.id))})})]})]})}function h({label:e,enabled:s,icon:r}){return(0,t.jsxs)(i.Zb,{children:[t.jsx(i.Ol,{className:"pb-2",children:(0,t.jsxs)(i.SZ,{className:"flex items-center gap-1.5",children:[r," ",e]})}),t.jsx(i.aY,{children:t.jsx(l.C,{variant:s?"success":"neutral",dot:!0,children:s?"enabled":"disabled"})})]})}},2727:(e,s,r)=>{"use strict";r.d(s,{Sidebar:()=>j});var t=r(326),n=r(434),a=r(5047),i=r(7577),l=r(1223),d=r(9798),o=r(4527),c=r(2924),x=r(8932),m=r(812),u=r(6489),p=r(6283),h=r(9942),f=r(8378),b=r(165),g=r(1810);let v=[{section:"Prism",items:[{href:"/",label:"Overview",icon:d.Z},{href:"/generate",label:"Playground",icon:o.Z}]},{section:"Runs",items:[{href:"/jobs",label:"Jobs",icon:c.Z},{href:"/artifacts",label:"Artifacts",icon:x.Z}]},{section:"Operations",items:[{href:"/skills",label:"Skills",icon:m.Z},{href:"/connectors",label:"Connectors",icon:u.Z,adminOnly:!0},{href:"/claude-md",label:"CLAUDE.md",icon:p.Z,adminOnly:!0},{href:"/logs",label:"Logs",icon:h.Z,adminOnly:!0}]},{section:"Admin",items:[{href:"/settings",label:"Settings",icon:f.Z,adminOnly:!0}]}];function j(){let e=(0,a.usePathname)(),s=(0,a.useRouter)(),[r,d]=(0,i.useState)(null);async function o(){await fetch("/api/auth/logout",{method:"POST"}).catch(()=>{}),s.push("/login")}return(0,t.jsxs)("aside",{className:"fixed left-0 top-0 z-40 flex h-screen w-[240px] flex-col border-r border-border bg-background",children:[(0,t.jsxs)("div",{className:"flex items-center gap-2.5 px-5 py-5",children:[t.jsx("div",{className:"relative flex h-9 w-9 flex-none items-center justify-center overflow-hidden",children:t.jsx("img",{src:"/prism.svg",alt:"Prism",className:"h-full w-full object-cover"})}),(0,t.jsxs)("div",{children:[t.jsx("div",{className:"text-sm font-semibold tracking-tight",children:"Prism"}),t.jsx("div",{className:"text-[10px] text-muted-foreground",children:"claude on tap"})]})]}),t.jsx("nav",{className:"flex-1 space-y-5 overflow-y-auto px-3 py-2",children:v.map(s=>{let a=s.items.filter(e=>!e.adminOnly||r?.role==="admin");return 0===a.length?null:(0,t.jsxs)("div",{children:[t.jsx("div",{className:"px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70",children:s.section}),t.jsx("div",{className:"space-y-0.5",children:a.map(s=>{let r=s.icon,a="/"===s.href?"/"===e:e===s.href||e.startsWith(s.href+"/");return(0,t.jsxs)(n.default,{href:s.href,className:(0,l.cn)("group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors",a?"bg-primary/10 text-primary":"text-muted-foreground hover:bg-secondary hover:text-foreground"),children:[a?t.jsx("span",{className:"absolute left-0 top-1/2 h-5 w-0.5 -translate-y-1/2 bg-primary"}):null,t.jsx(r,{size:16,strokeWidth:a?2.25:1.75,className:"flex-none"}),t.jsx("span",{className:"truncate",children:s.label}),s.adminOnly?t.jsx(b.Z,{size:11,className:"ml-auto text-muted-foreground/40"}):null]},s.href)})})]},s.section)})}),t.jsx("div",{className:"border-t border-border px-3 py-3",children:r?(0,t.jsxs)("div",{className:"flex items-center gap-2 border border-border px-2 py-2",children:[t.jsx("div",{className:"flex h-8 w-8 flex-none items-center justify-center rounded-pill bg-primary text-xs font-semibold uppercase text-primary-foreground",children:(r.name||r.email).slice(0,1)}),(0,t.jsxs)("div",{className:"min-w-0 flex-1",children:[t.jsx("div",{className:"truncate text-xs font-medium",children:r.name||r.email}),t.jsx("div",{className:"truncate text-[10px] text-muted-foreground",children:r.role})]}),t.jsx("button",{onClick:o,className:"flex h-7 w-7 items-center justify-center text-muted-foreground transition-colors hover:bg-secondary hover:text-foreground",title:"Sign out",children:t.jsx(g.Z,{size:14})})]}):t.jsx("div",{className:"px-2 py-2 text-[10px] text-muted-foreground",children:"Not signed in"})})]})}},8443:(e,s,r)=>{"use strict";r.d(s,{C:()=>l});var t=r(326);r(7577);var n=r(9360),a=r(1223);let i=(0,n.j)("inline-flex items-center gap-1.5 border px-2 py-0.5 text-[10px] font-medium uppercase tracking-wider transition-colors",{variants:{variant:{neutral:"border-border bg-bg-subtle text-text-muted",brand:"border-brand/30 bg-brand-soft text-brand",success:"border-success/30 bg-success-soft text-success",warning:"border-warning/30 bg-warning-soft text-warning",danger:"border-danger/30 bg-danger-soft text-danger",outline:"border-border-strong text-text bg-transparent",default:"border-brand/30 bg-brand-soft text-brand",secondary:"border-border bg-bg-subtle text-text-muted",destructive:"border-danger/30 bg-danger-soft text-danger"},size:{sm:"text-[9px] px-1.5 py-0",md:"text-[10px] px-2 py-0.5"}},defaultVariants:{variant:"neutral",size:"md"}});function l({className:e,variant:s,size:r,dot:n,children:l,...d}){return(0,t.jsxs)("div",{className:(0,a.cn)(i({variant:s,size:r}),e),...d,children:[n?t.jsx("span",{"aria-hidden":!0,className:"rounded-pill h-1.5 w-1.5 bg-current"}):null,l]})}},9752:(e,s,r)=>{"use strict";r.d(s,{Ol:()=>l,SZ:()=>c,Zb:()=>i,aY:()=>x,ll:()=>d});var t=r(326),n=r(7577),a=r(1223);let i=n.forwardRef(({className:e,hover:s,...r},n)=>t.jsx("div",{ref:n,className:(0,a.cn)("border border-border bg-bg-surface text-text transition-colors duration-base",s?"hover:border-border-strong":"",e),...r}));i.displayName="Card";let l=n.forwardRef(({className:e,...s},r)=>t.jsx("div",{ref:r,className:(0,a.cn)("flex flex-col space-y-1.5 p-6",e),...s}));l.displayName="CardHeader";let d=n.forwardRef(({className:e,...s},r)=>t.jsx("div",{ref:r,className:(0,a.cn)("text-lg font-semibold leading-none tracking-tightest",e),...s}));d.displayName="CardTitle";let o=n.forwardRef(({className:e,...s},r)=>t.jsx("div",{ref:r,className:(0,a.cn)("text-sm text-text-muted",e),...s}));o.displayName="CardSubtitle";let c=o,x=n.forwardRef(({className:e,...s},r)=>t.jsx("div",{ref:r,className:(0,a.cn)("p-6 pt-0",e),...s}));x.displayName="CardContent",n.forwardRef(({className:e,...s},r)=>t.jsx("div",{ref:r,className:(0,a.cn)("flex items-center p-6 pt-0",e),...s})).displayName="CardFooter"},1223:(e,s,r)=>{"use strict";r.d(s,{cn:()=>a});var t=r(1135),n=r(1009);function a(...e){return(0,n.m6)((0,t.W)(e))}},9441:(e,s,r)=>{"use strict";r.r(s),r.d(s,{default:()=>o});var t=r(9510),n=r(8570);let a=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx`),{__esModule:i,$$typeof:l}=a;a.default;let d=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx#Sidebar`);function o({children:e}){return(0,t.jsxs)("div",{className:"flex min-h-screen",children:[t.jsx(d,{}),t.jsx("main",{className:"ml-[240px] flex-1 px-8 py-8",children:e})]})}},7593:(e,s,r)=>{"use strict";r.r(s),r.d(s,{$$typeof:()=>i,__esModule:()=>a,default:()=>l});var t=r(8570);let n=(0,t.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx`),{__esModule:a,$$typeof:i}=n;n.default;let l=(0,t.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx#default`)},2029:(e,s,r)=>{"use strict";r.r(s),r.d(s,{default:()=>a,metadata:()=>n});var t=r(9510);r(5023);let n={title:"Prism",description:"Operate your prism instance from the browser.",icons:{icon:[{url:"/prism.svg",type:"image/svg+xml"}],shortcut:"/prism.svg",apple:"/prism.svg"}};function a({children:e}){return t.jsx("html",{lang:"en",suppressHydrationWarning:!0,children:t.jsx("body",{className:"min-h-screen bg-background text-foreground antialiased",children:e})})}},5023:()=>{}};var s=require("../../webpack-runtime.js");s.C(e);var r=e=>s(s.s=e),t=s.X(0,[948,471,971,786],()=>r(8170));module.exports=t})();
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/package.json","../../../../package.json","../../../package.json","../../chunks/100.js","../../chunks/471.js","../../chunks/786.js","../../chunks/948.js","../../webpack-runtime.js","page_client-reference-manifest.js","../../../../node_modules/picocolors/LICENSE","../../../../node_modules/picocolors/package.json","../../../../node_modules/picocolors/picocolors.browser.js","../../../../node_modules/picocolors/picocolors.d.ts","../../../../node_modules/picocolors/picocolors.js","../../../../node_modules/picocolors/README.md","../../../../node_modules/picocolors/types.d.ts"]}
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/package.json","../../../../package.json","../../../package.json","../../chunks/471.js","../../chunks/786.js","../../chunks/948.js","../../chunks/971.js","../../webpack-runtime.js","page_client-reference-manifest.js","../../../../node_modules/picocolors/LICENSE","../../../../node_modules/picocolors/package.json","../../../../node_modules/picocolors/picocolors.browser.js","../../../../node_modules/picocolors/picocolors.d.ts","../../../../node_modules/picocolors/picocolors.js","../../../../node_modules/picocolors/README.md","../../../../node_modules/picocolors/types.d.ts"]}