@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
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/27aea81e28f3c17d.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1796d5ecd61cbd74.js"/><script src="/_next/static/chunks/fd9d1056-7a5475c63f298b84.js" async=""></script><script src="/_next/static/chunks/23-5e0d0f54bc756891.js" async=""></script><script src="/_next/static/chunks/main-app-cc6be8282c80a1f4.js" async=""></script><script src="/_next/static/chunks/502-73bc96153ad171ad.js" async=""></script><script src="/_next/static/chunks/app/(dash)/skills/page-e63123aa3647a703.js" async=""></script><script src="/_next/static/chunks/138-1f2ddea72037c974.js" async=""></script><script src="/_next/static/chunks/app/(dash)/layout-811aba273cfc2760.js" async=""></script><title>Prism</title><meta name="description" content="Operate your prism instance from the browser."/><link rel="shortcut icon" href="/favicon.png"/><link rel="icon" href="/favicon.png" type="image/png"/><link rel="apple-touch-icon" href="/favicon.png"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="min-h-screen bg-background text-foreground antialiased"><div class="flex min-h-screen"><aside class="fixed left-0 top-0 z-40 flex h-screen w-[240px] flex-col border-r border-border bg-background"><div class="flex items-center gap-2.5 px-5 py-5"><div class="relative flex h-9 w-9 flex-none items-center justify-center bg-brand text-text-on-brand"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-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"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg></div><div><div class="text-sm font-semibold tracking-tight">Prism</div><div class="text-[10px] text-muted-foreground">claude on tap</div></div></div><nav class="flex-1 space-y-5 overflow-y-auto px-3 py-2"><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Prism</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-house flex-none"><path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"></path><path d="M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path></svg><span class="truncate">Overview</span></a><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/generate"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wand-sparkles flex-none"><path d="m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72"></path><path d="m14 7 3 3"></path><path d="M5 6v4"></path><path d="M19 14v4"></path><path d="M10 2v2"></path><path d="M7 8H3"></path><path d="M21 16h-4"></path><path d="M11 3H9"></path></svg><span class="truncate">Playground</span></a></div></div><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Runs</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/jobs"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-list-checks flex-none"><path d="m3 17 2 2 4-4"></path><path d="m3 7 2 2 4-4"></path><path d="M13 6h8"></path><path d="M13 12h8"></path><path d="M13 18h8"></path></svg><span class="truncate">Jobs</span></a><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/artifacts"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open flex-none"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg><span class="truncate">Artifacts</span></a></div></div><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Operations</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors bg-primary/10 text-primary" href="/skills"><span class="absolute left-0 top-1/2 h-5 w-0.5 -translate-y-1/2 bg-primary"></span><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-puzzle flex-none"><path d="M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z"></path></svg><span class="truncate">Skills</span></a></div></div></nav><div class="border-t border-border px-3 py-3"><div class="px-2 py-2 text-[10px] text-muted-foreground">Not signed in</div></div></aside><main class="ml-[240px] flex-1 px-8 py-8"><div class="space-y-6"><header><h1 class="flex items-center gap-2 text-2xl font-semibold tracking-tightest"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-puzzle"><path d="M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z"></path></svg> Skills</h1><p class="text-sm text-text-muted">Synchronise les skills depuis un repo git privé vers ~/.claude/skills/.</p></header><div class="border border-border bg-bg-surface text-text transition-colors duration-base"><div class="flex flex-col space-y-1.5 p-6"><div class="font-semibold tracking-tightest text-sm">Repo configuration</div><div class="text-sm text-text-muted">Stocké dans ~/.prism/skills.env (mode 0600). Utilisé par `prism skills sync`.</div></div><div class="p-6 pt-0 space-y-3"><div class="space-y-1.5"><label for=":R1l7rqfja:" class="block text-sm font-medium text-text">Repo URL</label><input id=":R1l7rqfja:" class="w-full border bg-bg-canvas text-text placeholder:text-text-subtle file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-text disabled:cursor-not-allowed disabled:opacity-50 transition-colors duration-base border-border hover:border-border-strong h-10 px-3 text-sm" placeholder="https://github.com/your-org/skills.git" value=""/></div><div class="space-y-1.5"><label for=":R2l7rqfja:" class="block text-sm font-medium text-text">Personal access token</label><input id=":R2l7rqfja:" type="password" class="w-full border bg-bg-canvas text-text placeholder:text-text-subtle file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-text disabled:cursor-not-allowed disabled:opacity-50 transition-colors duration-base border-border hover:border-border-strong h-10 px-3 text-sm" placeholder="ghp_…" value=""/></div><div class="space-y-1.5"><label for=":R3l7rqfja:" class="block text-sm font-medium text-text">Branch (optional)</label><input id=":R3l7rqfja:" class="w-full border bg-bg-canvas text-text placeholder:text-text-subtle file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-text disabled:cursor-not-allowed disabled:opacity-50 transition-colors duration-base border-border hover:border-border-strong h-10 px-3 text-sm" placeholder="main" value=""/></div><div class="flex items-center gap-3"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium transition-colors duration-base focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-brand text-text-on-brand hover:bg-brand-hover h-10 px-4" disabled=""><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-save"><path d="M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"></path><path d="M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7"></path><path d="M7 3v4a1 1 0 0 0 1 1h7"></path></svg>Save</button></div></div></div><div class="border border-border bg-bg-surface text-text transition-colors duration-base"><div class="space-y-1.5 p-6 flex flex-row items-center justify-between"><div><div class="font-semibold tracking-tightest text-sm">Sync</div><div class="text-sm text-text-muted">Pulls the repo and copies SKILL.md folders to<!-- --> <code class="rounded-none bg-bg-subtle px-1">~/.claude/skills/</code>.</div></div><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium transition-colors duration-base focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-brand text-text-on-brand hover:bg-brand-hover h-10 px-4" disabled=""><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg>Sync now</button></div><div class="p-6 pt-0 space-y-3"><div><div class="mb-2 text-xs font-medium uppercase tracking-wider text-text-subtle">Installed (<!-- -->0<!-- -->)</div><div class="flex flex-wrap gap-1.5"></div></div></div></div></div></main></div><script src="/_next/static/chunks/webpack-1796d5ecd61cbd74.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/27aea81e28f3c17d.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[5751,[],\"\"]\n4:I[6513,[],\"ClientPageRoot\"]\n5:I[585,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"237\",\"static/chunks/app/(dash)/skills/page-e63123aa3647a703.js\"],\"default\"]\n6:I[9275,[],\"\"]\n7:I[1343,[],\"\"]\n8:I[6882,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"138\",\"static/chunks/138-1f2ddea72037c974.js\",\"117\",\"static/chunks/app/(dash)/layout-811aba273cfc2760.js\"],\"Sidebar\"]\ne:I[6130,[],\"\"]\n9:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\na:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\nb:{\"display\":\"inline-block\"}\nc:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nf:[]\n"])</script><script>self.__next_f.push([1,"0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/27aea81e28f3c17d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"buildId\":\"B6791orORMZJwrcOvp3G0\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/skills\",\"initialTree\":[\"\",{\"children\":[\"(dash)\",{\"children\":[\"skills\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(dash)\",{\"children\":[\"skills\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}]],null],null]},[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(dash)\",\"children\",\"skills\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen\",\"children\":[[\"$\",\"$L8\",null,{}],[\"$\",\"main\",null,{\"className\":\"ml-[240px] flex-1 px-8 py-8\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(dash)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]]}],null],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-background text-foreground antialiased\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$a\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$b\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$c\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]}],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$Ld\"],\"globalErrorComponent\":\"$e\",\"missingSlots\":\"$Wf\"}]]\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Prism\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Operate your prism instance from the browser.\"}],[\"$\",\"link\",\"4\",{\"rel\":\"shortcut icon\",\"href\":\"/favicon.png\"}],[\"$\",\"link\",\"5\",{\"rel\":\"icon\",\"href\":\"/favicon.png\",\"type\":\"image/png\"}],[\"$\",\"link\",\"6\",{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon.png\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="image" href="/prism.svg"/><link rel="stylesheet" href="/_next/static/css/d95c47155fb80ddd.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1796d5ecd61cbd74.js"/><script src="/_next/static/chunks/fd9d1056-7a5475c63f298b84.js" async=""></script><script src="/_next/static/chunks/23-5e0d0f54bc756891.js" async=""></script><script src="/_next/static/chunks/main-app-cc6be8282c80a1f4.js" async=""></script><script src="/_next/static/chunks/502-73bc96153ad171ad.js" async=""></script><script src="/_next/static/chunks/app/(dash)/skills/page-e63123aa3647a703.js" async=""></script><script src="/_next/static/chunks/138-1f2ddea72037c974.js" async=""></script><script src="/_next/static/chunks/app/(dash)/layout-b6c00b089d68684c.js" async=""></script><title>Prism</title><meta name="description" content="Operate your prism instance from the browser."/><link rel="shortcut icon" href="/prism.svg"/><link rel="icon" href="/prism.svg" type="image/svg+xml"/><link rel="apple-touch-icon" href="/prism.svg"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="min-h-screen bg-background text-foreground antialiased"><div class="flex min-h-screen"><aside class="fixed left-0 top-0 z-40 flex h-screen w-[240px] flex-col border-r border-border bg-background"><div class="flex items-center gap-2.5 px-5 py-5"><div class="relative flex h-9 w-9 flex-none items-center justify-center overflow-hidden"><img src="/prism.svg" alt="Prism" class="h-full w-full object-cover"/></div><div><div class="text-sm font-semibold tracking-tight">Prism</div><div class="text-[10px] text-muted-foreground">claude on tap</div></div></div><nav class="flex-1 space-y-5 overflow-y-auto px-3 py-2"><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Prism</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-house flex-none"><path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"></path><path d="M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path></svg><span class="truncate">Overview</span></a><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/generate"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wand-sparkles flex-none"><path d="m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72"></path><path d="m14 7 3 3"></path><path d="M5 6v4"></path><path d="M19 14v4"></path><path d="M10 2v2"></path><path d="M7 8H3"></path><path d="M21 16h-4"></path><path d="M11 3H9"></path></svg><span class="truncate">Playground</span></a></div></div><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Runs</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/jobs"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-list-checks flex-none"><path d="m3 17 2 2 4-4"></path><path d="m3 7 2 2 4-4"></path><path d="M13 6h8"></path><path d="M13 12h8"></path><path d="M13 18h8"></path></svg><span class="truncate">Jobs</span></a><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/artifacts"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open flex-none"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg><span class="truncate">Artifacts</span></a></div></div><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Operations</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors bg-primary/10 text-primary" href="/skills"><span class="absolute left-0 top-1/2 h-5 w-0.5 -translate-y-1/2 bg-primary"></span><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-puzzle flex-none"><path d="M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z"></path></svg><span class="truncate">Skills</span></a></div></div></nav><div class="border-t border-border px-3 py-3"><div class="px-2 py-2 text-[10px] text-muted-foreground">Not signed in</div></div></aside><main class="ml-[240px] flex-1 px-8 py-8"><div class="space-y-6"><header><h1 class="flex items-center gap-2 text-2xl font-semibold tracking-tightest"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-puzzle"><path d="M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z"></path></svg> Skills</h1><p class="text-sm text-text-muted">Synchronise les skills depuis un repo git privé vers ~/.claude/skills/.</p></header><div class="border border-border bg-bg-surface text-text transition-colors duration-base"><div class="flex flex-col space-y-1.5 p-6"><div class="font-semibold tracking-tightest text-sm">Repo configuration</div><div class="text-sm text-text-muted">Stocké dans ~/.prism/skills.env (mode 0600). Utilisé par `prism skills sync`.</div></div><div class="p-6 pt-0 space-y-3"><div class="space-y-1.5"><label for=":R1l7rqfja:" class="block text-sm font-medium text-text">Repo URL</label><input id=":R1l7rqfja:" class="w-full border bg-bg-canvas text-text placeholder:text-text-subtle file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-text disabled:cursor-not-allowed disabled:opacity-50 transition-colors duration-base border-border hover:border-border-strong h-10 px-3 text-sm" placeholder="https://github.com/your-org/skills.git" value=""/></div><div class="space-y-1.5"><label for=":R2l7rqfja:" class="block text-sm font-medium text-text">Personal access token</label><input id=":R2l7rqfja:" type="password" class="w-full border bg-bg-canvas text-text placeholder:text-text-subtle file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-text disabled:cursor-not-allowed disabled:opacity-50 transition-colors duration-base border-border hover:border-border-strong h-10 px-3 text-sm" placeholder="ghp_…" value=""/></div><div class="space-y-1.5"><label for=":R3l7rqfja:" class="block text-sm font-medium text-text">Branch (optional)</label><input id=":R3l7rqfja:" class="w-full border bg-bg-canvas text-text placeholder:text-text-subtle file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-text disabled:cursor-not-allowed disabled:opacity-50 transition-colors duration-base border-border hover:border-border-strong h-10 px-3 text-sm" placeholder="main" value=""/></div><div class="flex items-center gap-3"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium transition-colors duration-base focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-brand text-text-on-brand hover:bg-brand-hover h-10 px-4" disabled=""><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-save"><path d="M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"></path><path d="M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7"></path><path d="M7 3v4a1 1 0 0 0 1 1h7"></path></svg>Save</button></div></div></div><div class="border border-border bg-bg-surface text-text transition-colors duration-base"><div class="space-y-1.5 p-6 flex flex-row items-center justify-between"><div><div class="font-semibold tracking-tightest text-sm">Sync</div><div class="text-sm text-text-muted">Pulls the repo and copies SKILL.md folders to<!-- --> <code class="rounded-none bg-bg-subtle px-1">~/.claude/skills/</code>.</div></div><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium transition-colors duration-base focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-brand text-text-on-brand hover:bg-brand-hover h-10 px-4" disabled=""><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg>Sync now</button></div><div class="p-6 pt-0 space-y-3"><div><div class="mb-2 text-xs font-medium uppercase tracking-wider text-text-subtle">Installed (<!-- -->0<!-- -->)</div><div class="flex flex-wrap gap-1.5"></div></div></div></div></div></main></div><script src="/_next/static/chunks/webpack-1796d5ecd61cbd74.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/d95c47155fb80ddd.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[5751,[],\"\"]\n4:I[6513,[],\"ClientPageRoot\"]\n5:I[585,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"237\",\"static/chunks/app/(dash)/skills/page-e63123aa3647a703.js\"],\"default\"]\n6:I[9275,[],\"\"]\n7:I[1343,[],\"\"]\n8:I[6882,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"138\",\"static/chunks/138-1f2ddea72037c974.js\",\"117\",\"static/chunks/app/(dash)/layout-b6c00b089d68684c.js\"],\"Sidebar\"]\ne:I[6130,[],\"\"]\n9:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\na:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\nb:{\"display\":\"inline-block\"}\nc:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nf:[]\n"])</script><script>self.__next_f.push([1,"0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d95c47155fb80ddd.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"buildId\":\"LtbBi3MHZ2YVsJMnPW3DH\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/skills\",\"initialTree\":[\"\",{\"children\":[\"(dash)\",{\"children\":[\"skills\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(dash)\",{\"children\":[\"skills\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}]],null],null]},[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(dash)\",\"children\",\"skills\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen\",\"children\":[[\"$\",\"$L8\",null,{}],[\"$\",\"main\",null,{\"className\":\"ml-[240px] flex-1 px-8 py-8\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(dash)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]]}],null],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-background text-foreground antialiased\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$a\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$b\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$c\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]}],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$Ld\"],\"globalErrorComponent\":\"$e\",\"missingSlots\":\"$Wf\"}]]\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Prism\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Operate your prism instance from the browser.\"}],[\"$\",\"link\",\"4\",{\"rel\":\"shortcut icon\",\"href\":\"/prism.svg\"}],[\"$\",\"link\",\"5\",{\"rel\":\"icon\",\"href\":\"/prism.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",\"6\",{\"rel\":\"apple-touch-icon\",\"href\":\"/prism.svg\"}]]\n3:null\n"])</script></body></html>
@@ -2,11 +2,11 @@
2
2
  3:I[585,["502","static/chunks/502-73bc96153ad171ad.js","237","static/chunks/app/(dash)/skills/page-e63123aa3647a703.js"],"default"]
3
3
  4:I[9275,[],""]
4
4
  5:I[1343,[],""]
5
- 6:I[6882,["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-811aba273cfc2760.js"],"Sidebar"]
5
+ 6:I[6882,["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-b6c00b089d68684c.js"],"Sidebar"]
6
6
  7:{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"}
7
7
  8:{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"}
8
8
  9:{"display":"inline-block"}
9
9
  a:{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0}
10
- 0:["B6791orORMZJwrcOvp3G0",[[["",{"children":["(dash)",{"children":["skills",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",{"children":["(dash)",{"children":["skills",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}]],null],null]},["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(dash)","children","skills","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined","styles":null}],null]},[["$","div",null,{"className":"flex min-h-screen","children":[["$","$L6",null,{}],["$","main",null,{"className":"ml-[240px] flex-1 px-8 py-8","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(dash)","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]]}],null],null]},[["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background text-foreground antialiased","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$7","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$8","children":"404"}],["$","div",null,{"style":"$9","children":["$","h2",null,{"style":"$a","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]}],null],null],[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/27aea81e28f3c17d.css","precedence":"next","crossOrigin":"$undefined"}]],[null,"$Lb"]]]]]
11
- b:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Prism"}],["$","meta","3",{"name":"description","content":"Operate your prism instance from the browser."}],["$","link","4",{"rel":"shortcut icon","href":"/favicon.png"}],["$","link","5",{"rel":"icon","href":"/favicon.png","type":"image/png"}],["$","link","6",{"rel":"apple-touch-icon","href":"/favicon.png"}]]
10
+ 0:["LtbBi3MHZ2YVsJMnPW3DH",[[["",{"children":["(dash)",{"children":["skills",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",{"children":["(dash)",{"children":["skills",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}]],null],null]},["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(dash)","children","skills","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined","styles":null}],null]},[["$","div",null,{"className":"flex min-h-screen","children":[["$","$L6",null,{}],["$","main",null,{"className":"ml-[240px] flex-1 px-8 py-8","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(dash)","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]]}],null],null]},[["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background text-foreground antialiased","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$7","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$8","children":"404"}],["$","div",null,{"style":"$9","children":["$","h2",null,{"style":"$a","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]}],null],null],[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d95c47155fb80ddd.css","precedence":"next","crossOrigin":"$undefined"}]],[null,"$Lb"]]]]]
11
+ b:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Prism"}],["$","meta","3",{"name":"description","content":"Operate your prism instance from the browser."}],["$","link","4",{"rel":"shortcut icon","href":"/prism.svg"}],["$","link","5",{"rel":"icon","href":"/prism.svg","type":"image/svg+xml"}],["$","link","6",{"rel":"apple-touch-icon","href":"/prism.svg"}]]
12
12
  1:null
@@ -1,31 +1,31 @@
1
1
  {
2
2
  "/_not-found/page": "app/_not-found/page.js",
3
- "/setup/page": "app/setup/page.js",
4
3
  "/login/page": "app/login/page.js",
4
+ "/setup/page": "app/setup/page.js",
5
5
  "/api/auth/logout/route": "app/api/auth/logout/route.js",
6
6
  "/api/auth/login/route": "app/api/auth/login/route.js",
7
7
  "/api/auth/me/route": "app/api/auth/me/route.js",
8
- "/api/connectors/slack/route": "app/api/connectors/slack/route.js",
9
8
  "/api/claude-md/route": "app/api/claude-md/route.js",
10
- "/api/jobs/route": "app/api/jobs/route.js",
11
- "/api/jobs/[id]/route": "app/api/jobs/[id]/route.js",
12
- "/api/settings/route": "app/api/settings/route.js",
13
- "/api/logs/route": "app/api/logs/route.js",
9
+ "/api/connectors/http/route": "app/api/connectors/http/route.js",
10
+ "/api/generate/route": "app/api/generate/route.js",
14
11
  "/api/healthz/route": "app/api/healthz/route.js",
12
+ "/api/settings/route": "app/api/settings/route.js",
15
13
  "/api/setup/route": "app/api/setup/route.js",
16
- "/api/connectors/http/route": "app/api/connectors/http/route.js",
17
- "/api/skills/setup/route": "app/api/skills/setup/route.js",
18
- "/api/system/version/route": "app/api/system/version/route.js",
14
+ "/api/logs/route": "app/api/logs/route.js",
15
+ "/api/jobs/route": "app/api/jobs/route.js",
19
16
  "/api/system/update/route": "app/api/system/update/route.js",
20
17
  "/api/skills/route": "app/api/skills/route.js",
21
- "/api/generate/route": "app/api/generate/route.js",
18
+ "/api/system/version/route": "app/api/system/version/route.js",
19
+ "/api/jobs/[id]/route": "app/api/jobs/[id]/route.js",
20
+ "/api/skills/setup/route": "app/api/skills/setup/route.js",
21
+ "/api/connectors/slack/route": "app/api/connectors/slack/route.js",
22
22
  "/(dash)/claude-md/page": "app/(dash)/claude-md/page.js",
23
- "/(dash)/connectors/page": "app/(dash)/connectors/page.js",
24
- "/(dash)/generate/page": "app/(dash)/generate/page.js",
25
23
  "/(dash)/jobs/[id]/page": "app/(dash)/jobs/[id]/page.js",
24
+ "/(dash)/connectors/page": "app/(dash)/connectors/page.js",
26
25
  "/(dash)/jobs/page": "app/(dash)/jobs/page.js",
27
26
  "/(dash)/logs/page": "app/(dash)/logs/page.js",
27
+ "/(dash)/generate/page": "app/(dash)/generate/page.js",
28
28
  "/(dash)/page": "app/(dash)/page.js",
29
- "/(dash)/skills/page": "app/(dash)/skills/page.js",
30
- "/(dash)/settings/page": "app/(dash)/settings/page.js"
29
+ "/(dash)/settings/page": "app/(dash)/settings/page.js",
30
+ "/(dash)/skills/page": "app/(dash)/skills/page.js"
31
31
  }
@@ -3,4 +3,4 @@ exports.id=565,exports.ids=[565],exports.modules={5757:(e,t,r)=>{Promise.resolve
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 n=(0,r(2881).Z)("RefreshCw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]])},2727:(e,t,r)=>{"use strict";r.d(t,{Sidebar:()=>j});var n=r(326),s=r(434),a=r(5047),i=r(7577),l=r(1223),o=r(9798),d=r(4527),c=r(2924),f=r(8932),m=r(812),u=r(6489),x=r(6283),p=r(9942),b=r(8378),h=r(1572),g=r(165),v=r(1810);let y=[{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:f.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:x.Z,adminOnly:!0},{href:"/logs",label:"Logs",icon:p.Z,adminOnly:!0}]},{section:"Admin",items:[{href:"/settings",label:"Settings",icon:b.Z,adminOnly:!0}]}];function j(){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,n.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,n.jsxs)("div",{className:"flex items-center gap-2.5 px-5 py-5",children:[n.jsx("div",{className:"relative flex h-9 w-9 flex-none items-center justify-center bg-brand text-text-on-brand",children:n.jsx(h.Z,{size:18,strokeWidth:2.25})}),(0,n.jsxs)("div",{children:[n.jsx("div",{className:"text-sm font-semibold tracking-tight",children:"Prism"}),n.jsx("div",{className:"text-[10px] text-muted-foreground",children:"claude on tap"})]})]}),n.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,n.jsxs)("div",{children:[n.jsx("div",{className:"px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70",children:t.section}),n.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,n.jsxs)(s.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?n.jsx("span",{className:"absolute left-0 top-1/2 h-5 w-0.5 -translate-y-1/2 bg-primary"}):null,n.jsx(r,{size:16,strokeWidth:a?2.25:1.75,className:"flex-none"}),n.jsx("span",{className:"truncate",children:t.label}),t.adminOnly?n.jsx(g.Z,{size:11,className:"ml-auto text-muted-foreground/40"}):null]},t.href)})})]},t.section)})}),n.jsx("div",{className:"border-t border-border px-3 py-3",children:r?(0,n.jsxs)("div",{className:"flex items-center gap-2 border border-border px-2 py-2",children:[n.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,n.jsxs)("div",{className:"min-w-0 flex-1",children:[n.jsx("div",{className:"truncate text-xs font-medium",children:r.name||r.email}),n.jsx("div",{className:"truncate text-[10px] text-muted-foreground",children:r.role})]}),n.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:n.jsx(v.Z,{size:14})})]}):n.jsx("div",{className:"px-2 py-2 text-[10px] text-muted-foreground",children:"Not signed in"})})]})}},3330:(e,t,r)=>{"use strict";r.d(t,{z:()=>b});var n=r(326),s=r(7577),a=r.t(s,2);function i(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}var l=Symbol.for("react.lazy"),o=a[" use ".trim().toString()];function d(e){var t;return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===l&&"_payload"in e&&"object"==typeof(t=e._payload)&&null!==t&&"then"in t}var c=function(e){let t=function(e){let t=s.forwardRef((e,t)=>{let{children:r,...n}=e;if(d(r)&&"function"==typeof o&&(r=o(r._payload)),s.isValidElement(r)){var a;let e,l;let o=(a=r,(e=Object.getOwnPropertyDescriptor(a.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning?a.ref:(e=Object.getOwnPropertyDescriptor(a,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning?a.props.ref:a.props.ref||a.ref),d=function(e,t){let r={...t};for(let n in t){let s=e[n],a=t[n];/^on[A-Z]/.test(n)?s&&a?r[n]=(...e)=>{let t=a(...e);return s(...e),t}:s&&(r[n]=s):"style"===n?r[n]={...s,...a}:"className"===n&&(r[n]=[s,a].filter(Boolean).join(" "))}return{...e,...r}}(n,r.props);return r.type!==s.Fragment&&(d.ref=t?function(...e){return t=>{let r=!1,n=e.map(e=>{let n=i(e,t);return r||"function"!=typeof n||(r=!0),n});if(r)return()=>{for(let t=0;t<n.length;t++){let r=n[t];"function"==typeof r?r():i(e[t],null)}}}}(t,o):o),s.cloneElement(r,d)}return s.Children.count(r)>1?s.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}(e),r=s.forwardRef((e,r)=>{let{children:a,...i}=e;d(a)&&"function"==typeof o&&(a=o(a._payload));let l=s.Children.toArray(a),c=l.find(m);if(c){let e=c.props.children,a=l.map(t=>t!==c?t:s.Children.count(e)>1?s.Children.only(null):s.isValidElement(e)?e.props.children:null);return(0,n.jsx)(t,{...i,ref:r,children:s.isValidElement(e)?s.cloneElement(e,void 0,a):null})}return(0,n.jsx)(t,{...i,ref:r,children:a})});return r.displayName=`${e}.Slot`,r}("Slot"),f=Symbol("radix.slottable");function m(e){return s.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===f}var u=r(9360),x=r(1223);let p=(0,u.j)("inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium transition-colors duration-base focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{primary:"bg-brand text-text-on-brand hover:bg-brand-hover",secondary:"bg-bg-subtle text-text hover:bg-border-strong/30",outline:"border border-border-strong bg-transparent text-text hover:bg-bg-subtle",ghost:"bg-transparent text-text hover:bg-bg-subtle",link:"text-brand underline-offset-4 hover:underline px-0 h-auto",danger:"bg-danger text-text-on-brand hover:bg-danger/90",inverse:"bg-bg-canvas text-brand hover:bg-bg-canvas/90","inverse-ghost":"bg-transparent text-text-on-brand hover:bg-text-on-brand/10",default:"bg-brand text-text-on-brand hover:bg-brand-hover",destructive:"bg-danger text-text-on-brand hover:bg-danger/90"},size:{xs:"h-7 px-2 text-xs [&_svg]:size-3",sm:"h-8 px-3 text-xs",md:"h-10 px-4",lg:"h-11 px-6 text-base",icon:"h-10 w-10 p-0",default:"h-10 px-4"}},defaultVariants:{variant:"primary",size:"md"}}),b=s.forwardRef(({className:e,variant:t,size:r,asChild:s=!1,leftIcon:a,rightIcon:i,children:l,...o},d)=>{let f=s?c:"button";return(0,n.jsxs)(f,{className:(0,x.cn)(p({variant:t,size:r,className:e})),ref:d,...o,children:[a,l,i]})});b.displayName="Button"},9752:(e,t,r)=>{"use strict";r.d(t,{Ol:()=>l,SZ:()=>c,Zb:()=>i,aY:()=>f,ll:()=>o});var n=r(326),s=r(7577),a=r(1223);let i=s.forwardRef(({className:e,hover:t,...r},s)=>n.jsx("div",{ref:s,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=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("flex flex-col space-y-1.5 p-6",e),...t}));l.displayName="CardHeader";let o=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("text-lg font-semibold leading-none tracking-tightest",e),...t}));o.displayName="CardTitle";let d=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("text-sm text-text-muted",e),...t}));d.displayName="CardSubtitle";let c=d,f=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("p-6 pt-0",e),...t}));f.displayName="CardContent",s.forwardRef(({className:e,...t},r)=>n.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 n=r(1135),s=r(1009);function a(...e){return(0,s.m6)((0,n.W)(e))}},9441:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>d});var n=r(9510),s=r(8570);let a=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx`),{__esModule:i,$$typeof:l}=a;a.default;let o=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx#Sidebar`);function d({children:e}){return(0,n.jsxs)("div",{className:"flex min-h-screen",children:[n.jsx(o,{}),n.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:()=>s});var n=r(9510);r(5023);let s={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 n.jsx("html",{lang:"en",suppressHydrationWarning:!0,children:n.jsx("body",{className:"min-h-screen bg-background text-foreground antialiased",children:e})})}},5023:()=>{}};
6
+ */let n=(0,r(2881).Z)("RefreshCw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]])},2727:(e,t,r)=>{"use strict";r.d(t,{Sidebar:()=>y});var n=r(326),s=r(434),a=r(5047),i=r(7577),l=r(1223),o=r(9798),d=r(4527),c=r(2924),m=r(8932),f=r(812),u=r(6489),x=r(6283),p=r(9942),b=r(8378),h=r(165),g=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:m.Z}]},{section:"Operations",items:[{href:"/skills",label:"Skills",icon:f.Z},{href:"/connectors",label:"Connectors",icon:u.Z,adminOnly:!0},{href:"/claude-md",label:"CLAUDE.md",icon:x.Z,adminOnly:!0},{href:"/logs",label:"Logs",icon:p.Z,adminOnly:!0}]},{section:"Admin",items:[{href:"/settings",label:"Settings",icon:b.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,n.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,n.jsxs)("div",{className:"flex items-center gap-2.5 px-5 py-5",children:[n.jsx("div",{className:"relative flex h-9 w-9 flex-none items-center justify-center overflow-hidden",children:n.jsx("img",{src:"/prism.svg",alt:"Prism",className:"h-full w-full object-cover"})}),(0,n.jsxs)("div",{children:[n.jsx("div",{className:"text-sm font-semibold tracking-tight",children:"Prism"}),n.jsx("div",{className:"text-[10px] text-muted-foreground",children:"claude on tap"})]})]}),n.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,n.jsxs)("div",{children:[n.jsx("div",{className:"px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70",children:t.section}),n.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,n.jsxs)(s.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?n.jsx("span",{className:"absolute left-0 top-1/2 h-5 w-0.5 -translate-y-1/2 bg-primary"}):null,n.jsx(r,{size:16,strokeWidth:a?2.25:1.75,className:"flex-none"}),n.jsx("span",{className:"truncate",children:t.label}),t.adminOnly?n.jsx(h.Z,{size:11,className:"ml-auto text-muted-foreground/40"}):null]},t.href)})})]},t.section)})}),n.jsx("div",{className:"border-t border-border px-3 py-3",children:r?(0,n.jsxs)("div",{className:"flex items-center gap-2 border border-border px-2 py-2",children:[n.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,n.jsxs)("div",{className:"min-w-0 flex-1",children:[n.jsx("div",{className:"truncate text-xs font-medium",children:r.name||r.email}),n.jsx("div",{className:"truncate text-[10px] text-muted-foreground",children:r.role})]}),n.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:n.jsx(g.Z,{size:14})})]}):n.jsx("div",{className:"px-2 py-2 text-[10px] text-muted-foreground",children:"Not signed in"})})]})}},3330:(e,t,r)=>{"use strict";r.d(t,{z:()=>b});var n=r(326),s=r(7577),a=r.t(s,2);function i(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}var l=Symbol.for("react.lazy"),o=a[" use ".trim().toString()];function d(e){var t;return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===l&&"_payload"in e&&"object"==typeof(t=e._payload)&&null!==t&&"then"in t}var c=function(e){let t=function(e){let t=s.forwardRef((e,t)=>{let{children:r,...n}=e;if(d(r)&&"function"==typeof o&&(r=o(r._payload)),s.isValidElement(r)){var a;let e,l;let o=(a=r,(e=Object.getOwnPropertyDescriptor(a.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning?a.ref:(e=Object.getOwnPropertyDescriptor(a,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning?a.props.ref:a.props.ref||a.ref),d=function(e,t){let r={...t};for(let n in t){let s=e[n],a=t[n];/^on[A-Z]/.test(n)?s&&a?r[n]=(...e)=>{let t=a(...e);return s(...e),t}:s&&(r[n]=s):"style"===n?r[n]={...s,...a}:"className"===n&&(r[n]=[s,a].filter(Boolean).join(" "))}return{...e,...r}}(n,r.props);return r.type!==s.Fragment&&(d.ref=t?function(...e){return t=>{let r=!1,n=e.map(e=>{let n=i(e,t);return r||"function"!=typeof n||(r=!0),n});if(r)return()=>{for(let t=0;t<n.length;t++){let r=n[t];"function"==typeof r?r():i(e[t],null)}}}}(t,o):o),s.cloneElement(r,d)}return s.Children.count(r)>1?s.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}(e),r=s.forwardRef((e,r)=>{let{children:a,...i}=e;d(a)&&"function"==typeof o&&(a=o(a._payload));let l=s.Children.toArray(a),c=l.find(f);if(c){let e=c.props.children,a=l.map(t=>t!==c?t:s.Children.count(e)>1?s.Children.only(null):s.isValidElement(e)?e.props.children:null);return(0,n.jsx)(t,{...i,ref:r,children:s.isValidElement(e)?s.cloneElement(e,void 0,a):null})}return(0,n.jsx)(t,{...i,ref:r,children:a})});return r.displayName=`${e}.Slot`,r}("Slot"),m=Symbol("radix.slottable");function f(e){return s.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===m}var u=r(9360),x=r(1223);let p=(0,u.j)("inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium transition-colors duration-base focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{primary:"bg-brand text-text-on-brand hover:bg-brand-hover",secondary:"bg-bg-subtle text-text hover:bg-border-strong/30",outline:"border border-border-strong bg-transparent text-text hover:bg-bg-subtle",ghost:"bg-transparent text-text hover:bg-bg-subtle",link:"text-brand underline-offset-4 hover:underline px-0 h-auto",danger:"bg-danger text-text-on-brand hover:bg-danger/90",inverse:"bg-bg-canvas text-brand hover:bg-bg-canvas/90","inverse-ghost":"bg-transparent text-text-on-brand hover:bg-text-on-brand/10",default:"bg-brand text-text-on-brand hover:bg-brand-hover",destructive:"bg-danger text-text-on-brand hover:bg-danger/90"},size:{xs:"h-7 px-2 text-xs [&_svg]:size-3",sm:"h-8 px-3 text-xs",md:"h-10 px-4",lg:"h-11 px-6 text-base",icon:"h-10 w-10 p-0",default:"h-10 px-4"}},defaultVariants:{variant:"primary",size:"md"}}),b=s.forwardRef(({className:e,variant:t,size:r,asChild:s=!1,leftIcon:a,rightIcon:i,children:l,...o},d)=>{let m=s?c:"button";return(0,n.jsxs)(m,{className:(0,x.cn)(p({variant:t,size:r,className:e})),ref:d,...o,children:[a,l,i]})});b.displayName="Button"},9752:(e,t,r)=>{"use strict";r.d(t,{Ol:()=>l,SZ:()=>c,Zb:()=>i,aY:()=>m,ll:()=>o});var n=r(326),s=r(7577),a=r(1223);let i=s.forwardRef(({className:e,hover:t,...r},s)=>n.jsx("div",{ref:s,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=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("flex flex-col space-y-1.5 p-6",e),...t}));l.displayName="CardHeader";let o=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("text-lg font-semibold leading-none tracking-tightest",e),...t}));o.displayName="CardTitle";let d=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("text-sm text-text-muted",e),...t}));d.displayName="CardSubtitle";let c=d,m=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("p-6 pt-0",e),...t}));m.displayName="CardContent",s.forwardRef(({className:e,...t},r)=>n.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 n=r(1135),s=r(1009);function a(...e){return(0,s.m6)((0,n.W)(e))}},9441:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>d});var n=r(9510),s=r(8570);let a=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx`),{__esModule:i,$$typeof:l}=a;a.default;let o=(0,s.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/components/sidebar.tsx#Sidebar`);function d({children:e}){return(0,n.jsxs)("div",{className:"flex min-h-screen",children:[n.jsx(o,{}),n.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:()=>s});var n=r(9510);r(5023);let s={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 n.jsx("html",{lang:"en",suppressHydrationWarning:!0,children:n.jsx("body",{className:"min-h-screen bg-background text-foreground antialiased",children:e})})}},5023:()=>{}};
@@ -0,0 +1,16 @@
1
+ "use strict";exports.id=971,exports.ids=[971],exports.modules={2881:(e,r,o)=>{o.d(r,{Z:()=>i});var t=o(7577);/**
2
+ * @license lucide-react v0.400.0 - ISC
3
+ *
4
+ * This source code is licensed under the ISC license.
5
+ * See the LICENSE file in the root directory of this source tree.
6
+ */let n=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),l=(...e)=>e.filter((e,r,o)=>!!e&&o.indexOf(e)===r).join(" ");/**
7
+ * @license lucide-react v0.400.0 - ISC
8
+ *
9
+ * This source code is licensed under the ISC license.
10
+ * See the LICENSE file in the root directory of this source tree.
11
+ */var s={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
12
+ * @license lucide-react v0.400.0 - ISC
13
+ *
14
+ * This source code is licensed under the ISC license.
15
+ * See the LICENSE file in the root directory of this source tree.
16
+ */let a=(0,t.forwardRef)(({color:e="currentColor",size:r=24,strokeWidth:o=2,absoluteStrokeWidth:n,className:a="",children:i,iconNode:d,...c},u)=>(0,t.createElement)("svg",{ref:u,...s,width:r,height:r,stroke:e,strokeWidth:n?24*Number(o)/Number(r):o,className:l("lucide",a),...c},[...d.map(([e,r])=>(0,t.createElement)(e,r)),...Array.isArray(i)?i:[i]])),i=(e,r)=>{let o=(0,t.forwardRef)(({className:o,...s},i)=>(0,t.createElement)(a,{ref:i,iconNode:r,className:l(`lucide-${n(e)}`,o),...s}));return o.displayName=`${e}`,o}},5047:(e,r,o)=>{var t=o(7389);o.o(t,"useParams")&&o.d(r,{useParams:function(){return t.useParams}}),o.o(t,"usePathname")&&o.d(r,{usePathname:function(){return t.usePathname}}),o.o(t,"useRouter")&&o.d(r,{useRouter:function(){return t.useRouter}})},9360:(e,r,o)=>{o.d(r,{j:()=>s});var t=o(1135);let n=e=>"boolean"==typeof e?`${e}`:0===e?"0":e,l=t.W,s=(e,r)=>o=>{var t;if((null==r?void 0:r.variants)==null)return l(e,null==o?void 0:o.class,null==o?void 0:o.className);let{variants:s,defaultVariants:a}=r,i=Object.keys(s).map(e=>{let r=null==o?void 0:o[e],t=null==a?void 0:a[e];if(null===r)return null;let l=n(r)||n(t);return s[e][l]}),d=o&&Object.entries(o).reduce((e,r)=>{let[o,t]=r;return void 0===t||(e[o]=t),e},{});return l(e,i,null==r?void 0:null===(t=r.compoundVariants)||void 0===t?void 0:t.reduce((e,r)=>{let{class:o,className:t,...n}=r;return Object.entries(n).every(e=>{let[r,o]=e;return Array.isArray(o)?o.includes({...a,...d}[r]):({...a,...d})[r]===o})?[...e,o,t]:e},[]),null==o?void 0:o.class,null==o?void 0:o.className)}},1135:(e,r,o)=>{o.d(r,{W:()=>t});function t(){for(var e,r,o=0,t="",n=arguments.length;o<n;o++)(e=arguments[o])&&(r=function e(r){var o,t,n="";if("string"==typeof r||"number"==typeof r)n+=r;else if("object"==typeof r){if(Array.isArray(r)){var l=r.length;for(o=0;o<l;o++)r[o]&&(t=e(r[o]))&&(n&&(n+=" "),n+=t)}else for(t in r)r[t]&&(n&&(n+=" "),n+=t)}return n}(e))&&(t&&(t+=" "),t+=r);return t}},1009:(e,r,o)=>{o.d(r,{m6:()=>K});let t=e=>{let r=a(e),{conflictingClassGroups:o,conflictingClassGroupModifiers:t}=e;return{getClassGroupId:e=>{let o=e.split("-");return""===o[0]&&1!==o.length&&o.shift(),n(o,r)||s(e)},getConflictingClassGroupIds:(e,r)=>{let n=o[e]||[];return r&&t[e]?[...n,...t[e]]:n}}},n=(e,r)=>{if(0===e.length)return r.classGroupId;let o=e[0],t=r.nextPart.get(o),l=t?n(e.slice(1),t):void 0;if(l)return l;if(0===r.validators.length)return;let s=e.join("-");return r.validators.find(({validator:e})=>e(s))?.classGroupId},l=/^\[(.+)\]$/,s=e=>{if(l.test(e)){let r=l.exec(e)[1],o=r?.substring(0,r.indexOf(":"));if(o)return"arbitrary.."+o}},a=e=>{let{theme:r,prefix:o}=e,t={nextPart:new Map,validators:[]};return u(Object.entries(e.classGroups),o).forEach(([e,o])=>{i(o,t,e,r)}),t},i=(e,r,o,t)=>{e.forEach(e=>{if("string"==typeof e){(""===e?r:d(r,e)).classGroupId=o;return}if("function"==typeof e){if(c(e)){i(e(t),r,o,t);return}r.validators.push({validator:e,classGroupId:o});return}Object.entries(e).forEach(([e,n])=>{i(n,d(r,e),o,t)})})},d=(e,r)=>{let o=e;return r.split("-").forEach(e=>{o.nextPart.has(e)||o.nextPart.set(e,{nextPart:new Map,validators:[]}),o=o.nextPart.get(e)}),o},c=e=>e.isThemeGetter,u=(e,r)=>r?e.map(([e,o])=>[e,o.map(e=>"string"==typeof e?r+e:"object"==typeof e?Object.fromEntries(Object.entries(e).map(([e,o])=>[r+e,o])):e)]):e,p=e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let r=0,o=new Map,t=new Map,n=(n,l)=>{o.set(n,l),++r>e&&(r=0,t=o,o=new Map)};return{get(e){let r=o.get(e);return void 0!==r?r:void 0!==(r=t.get(e))?(n(e,r),r):void 0},set(e,r){o.has(e)?o.set(e,r):n(e,r)}}},b=e=>{let{separator:r,experimentalParseClassName:o}=e,t=1===r.length,n=r[0],l=r.length,s=e=>{let o;let s=[],a=0,i=0;for(let d=0;d<e.length;d++){let c=e[d];if(0===a){if(c===n&&(t||e.slice(d,d+l)===r)){s.push(e.slice(i,d)),i=d+l;continue}if("/"===c){o=d;continue}}"["===c?a++:"]"===c&&a--}let d=0===s.length?e:e.substring(i),c=d.startsWith("!"),u=c?d.substring(1):d;return{modifiers:s,hasImportantModifier:c,baseClassName:u,maybePostfixModifierPosition:o&&o>i?o-i:void 0}};return o?e=>o({className:e,parseClassName:s}):s},m=e=>{if(e.length<=1)return e;let r=[],o=[];return e.forEach(e=>{"["===e[0]?(r.push(...o.sort(),e),o=[]):o.push(e)}),r.push(...o.sort()),r},f=e=>({cache:p(e.cacheSize),parseClassName:b(e),...t(e)}),g=/\s+/,h=(e,r)=>{let{parseClassName:o,getClassGroupId:t,getConflictingClassGroupIds:n}=r,l=[],s=e.trim().split(g),a="";for(let e=s.length-1;e>=0;e-=1){let r=s[e],{modifiers:i,hasImportantModifier:d,baseClassName:c,maybePostfixModifierPosition:u}=o(r),p=!!u,b=t(p?c.substring(0,u):c);if(!b){if(!p||!(b=t(c))){a=r+(a.length>0?" "+a:a);continue}p=!1}let f=m(i).join(":"),g=d?f+"!":f,h=g+b;if(l.includes(h))continue;l.push(h);let v=n(b,p);for(let e=0;e<v.length;++e){let r=v[e];l.push(g+r)}a=r+(a.length>0?" "+a:a)}return a};function v(){let e,r,o=0,t="";for(;o<arguments.length;)(e=arguments[o++])&&(r=y(e))&&(t&&(t+=" "),t+=r);return t}let y=e=>{let r;if("string"==typeof e)return e;let o="";for(let t=0;t<e.length;t++)e[t]&&(r=y(e[t]))&&(o&&(o+=" "),o+=r);return o},x=e=>{let r=r=>r[e]||[];return r.isThemeGetter=!0,r},w=/^\[(?:([a-z-]+):)?(.+)\]$/i,k=/^\d+\/\d+$/,z=new Set(["px","full","screen"]),j=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,P=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,C=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,N=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,S=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,$=e=>E(e)||z.has(e)||k.test(e),G=e=>V(e,"length",D),E=e=>!!e&&!Number.isNaN(Number(e)),O=e=>V(e,"number",E),R=e=>!!e&&Number.isInteger(Number(e)),W=e=>e.endsWith("%")&&E(e.slice(0,-1)),A=e=>w.test(e),M=e=>j.test(e),I=new Set(["length","size","percentage"]),L=e=>V(e,I,F),T=e=>V(e,"position",F),q=new Set(["image","url"]),Z=e=>V(e,q,J),_=e=>V(e,"",H),B=()=>!0,V=(e,r,o)=>{let t=w.exec(e);return!!t&&(t[1]?"string"==typeof r?t[1]===r:r.has(t[1]):o(t[2]))},D=e=>P.test(e)&&!C.test(e),F=()=>!1,H=e=>N.test(e),J=e=>S.test(e);Symbol.toStringTag;let K=function(e,...r){let o,t,n;let l=function(a){return t=(o=f(r.reduce((e,r)=>r(e),e()))).cache.get,n=o.cache.set,l=s,s(a)};function s(e){let r=t(e);if(r)return r;let l=h(e,o);return n(e,l),l}return function(){return l(v.apply(null,arguments))}}(()=>{let e=x("colors"),r=x("spacing"),o=x("blur"),t=x("brightness"),n=x("borderColor"),l=x("borderRadius"),s=x("borderSpacing"),a=x("borderWidth"),i=x("contrast"),d=x("grayscale"),c=x("hueRotate"),u=x("invert"),p=x("gap"),b=x("gradientColorStops"),m=x("gradientColorStopPositions"),f=x("inset"),g=x("margin"),h=x("opacity"),v=x("padding"),y=x("saturate"),w=x("scale"),k=x("sepia"),z=x("skew"),j=x("space"),P=x("translate"),C=()=>["auto","contain","none"],N=()=>["auto","hidden","clip","visible","scroll"],S=()=>["auto",A,r],I=()=>[A,r],q=()=>["",$,G],V=()=>["auto",E,A],D=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],F=()=>["solid","dashed","dotted","double","none"],H=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],J=()=>["start","end","center","between","around","evenly","stretch"],K=()=>["","0",A],Q=()=>["auto","avoid","all","avoid-page","page","left","right","column"],U=()=>[E,A];return{cacheSize:500,separator:":",theme:{colors:[B],spacing:[$,G],blur:["none","",M,A],brightness:U(),borderColor:[e],borderRadius:["none","","full",M,A],borderSpacing:I(),borderWidth:q(),contrast:U(),grayscale:K(),hueRotate:U(),invert:K(),gap:I(),gradientColorStops:[e],gradientColorStopPositions:[W,G],inset:S(),margin:S(),opacity:U(),padding:I(),saturate:U(),scale:U(),sepia:K(),skew:U(),space:I(),translate:I()},classGroups:{aspect:[{aspect:["auto","square","video",A]}],container:["container"],columns:[{columns:[M]}],"break-after":[{"break-after":Q()}],"break-before":[{"break-before":Q()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...D(),A]}],overflow:[{overflow:N()}],"overflow-x":[{"overflow-x":N()}],"overflow-y":[{"overflow-y":N()}],overscroll:[{overscroll:C()}],"overscroll-x":[{"overscroll-x":C()}],"overscroll-y":[{"overscroll-y":C()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[f]}],"inset-x":[{"inset-x":[f]}],"inset-y":[{"inset-y":[f]}],start:[{start:[f]}],end:[{end:[f]}],top:[{top:[f]}],right:[{right:[f]}],bottom:[{bottom:[f]}],left:[{left:[f]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",R,A]}],basis:[{basis:S()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",A]}],grow:[{grow:K()}],shrink:[{shrink:K()}],order:[{order:["first","last","none",R,A]}],"grid-cols":[{"grid-cols":[B]}],"col-start-end":[{col:["auto",{span:["full",R,A]},A]}],"col-start":[{"col-start":V()}],"col-end":[{"col-end":V()}],"grid-rows":[{"grid-rows":[B]}],"row-start-end":[{row:["auto",{span:[R,A]},A]}],"row-start":[{"row-start":V()}],"row-end":[{"row-end":V()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",A]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",A]}],gap:[{gap:[p]}],"gap-x":[{"gap-x":[p]}],"gap-y":[{"gap-y":[p]}],"justify-content":[{justify:["normal",...J()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...J(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...J(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[v]}],px:[{px:[v]}],py:[{py:[v]}],ps:[{ps:[v]}],pe:[{pe:[v]}],pt:[{pt:[v]}],pr:[{pr:[v]}],pb:[{pb:[v]}],pl:[{pl:[v]}],m:[{m:[g]}],mx:[{mx:[g]}],my:[{my:[g]}],ms:[{ms:[g]}],me:[{me:[g]}],mt:[{mt:[g]}],mr:[{mr:[g]}],mb:[{mb:[g]}],ml:[{ml:[g]}],"space-x":[{"space-x":[j]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[j]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",A,r]}],"min-w":[{"min-w":[A,r,"min","max","fit"]}],"max-w":[{"max-w":[A,r,"none","full","min","max","fit","prose",{screen:[M]},M]}],h:[{h:[A,r,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[A,r,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[A,r,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[A,r,"auto","min","max","fit"]}],"font-size":[{text:["base",M,G]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",O]}],"font-family":[{font:[B]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",A]}],"line-clamp":[{"line-clamp":["none",E,O]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",$,A]}],"list-image":[{"list-image":["none",A]}],"list-style-type":[{list:["none","disc","decimal",A]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[h]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[h]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...F(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",$,G]}],"underline-offset":[{"underline-offset":["auto",$,A]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:I()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",A]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",A]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[h]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...D(),T]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",L]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},Z]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[m]}],"gradient-via-pos":[{via:[m]}],"gradient-to-pos":[{to:[m]}],"gradient-from":[{from:[b]}],"gradient-via":[{via:[b]}],"gradient-to":[{to:[b]}],rounded:[{rounded:[l]}],"rounded-s":[{"rounded-s":[l]}],"rounded-e":[{"rounded-e":[l]}],"rounded-t":[{"rounded-t":[l]}],"rounded-r":[{"rounded-r":[l]}],"rounded-b":[{"rounded-b":[l]}],"rounded-l":[{"rounded-l":[l]}],"rounded-ss":[{"rounded-ss":[l]}],"rounded-se":[{"rounded-se":[l]}],"rounded-ee":[{"rounded-ee":[l]}],"rounded-es":[{"rounded-es":[l]}],"rounded-tl":[{"rounded-tl":[l]}],"rounded-tr":[{"rounded-tr":[l]}],"rounded-br":[{"rounded-br":[l]}],"rounded-bl":[{"rounded-bl":[l]}],"border-w":[{border:[a]}],"border-w-x":[{"border-x":[a]}],"border-w-y":[{"border-y":[a]}],"border-w-s":[{"border-s":[a]}],"border-w-e":[{"border-e":[a]}],"border-w-t":[{"border-t":[a]}],"border-w-r":[{"border-r":[a]}],"border-w-b":[{"border-b":[a]}],"border-w-l":[{"border-l":[a]}],"border-opacity":[{"border-opacity":[h]}],"border-style":[{border:[...F(),"hidden"]}],"divide-x":[{"divide-x":[a]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[a]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[h]}],"divide-style":[{divide:F()}],"border-color":[{border:[n]}],"border-color-x":[{"border-x":[n]}],"border-color-y":[{"border-y":[n]}],"border-color-s":[{"border-s":[n]}],"border-color-e":[{"border-e":[n]}],"border-color-t":[{"border-t":[n]}],"border-color-r":[{"border-r":[n]}],"border-color-b":[{"border-b":[n]}],"border-color-l":[{"border-l":[n]}],"divide-color":[{divide:[n]}],"outline-style":[{outline:["",...F()]}],"outline-offset":[{"outline-offset":[$,A]}],"outline-w":[{outline:[$,G]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:q()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[h]}],"ring-offset-w":[{"ring-offset":[$,G]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",M,_]}],"shadow-color":[{shadow:[B]}],opacity:[{opacity:[h]}],"mix-blend":[{"mix-blend":[...H(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":H()}],filter:[{filter:["","none"]}],blur:[{blur:[o]}],brightness:[{brightness:[t]}],contrast:[{contrast:[i]}],"drop-shadow":[{"drop-shadow":["","none",M,A]}],grayscale:[{grayscale:[d]}],"hue-rotate":[{"hue-rotate":[c]}],invert:[{invert:[u]}],saturate:[{saturate:[y]}],sepia:[{sepia:[k]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[o]}],"backdrop-brightness":[{"backdrop-brightness":[t]}],"backdrop-contrast":[{"backdrop-contrast":[i]}],"backdrop-grayscale":[{"backdrop-grayscale":[d]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[c]}],"backdrop-invert":[{"backdrop-invert":[u]}],"backdrop-opacity":[{"backdrop-opacity":[h]}],"backdrop-saturate":[{"backdrop-saturate":[y]}],"backdrop-sepia":[{"backdrop-sepia":[k]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[s]}],"border-spacing-x":[{"border-spacing-x":[s]}],"border-spacing-y":[{"border-spacing-y":[s]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",A]}],duration:[{duration:U()}],ease:[{ease:["linear","in","out","in-out",A]}],delay:[{delay:U()}],animate:[{animate:["none","spin","ping","pulse","bounce",A]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[w]}],"scale-x":[{"scale-x":[w]}],"scale-y":[{"scale-y":[w]}],rotate:[{rotate:[R,A]}],"translate-x":[{"translate-x":[P]}],"translate-y":[{"translate-y":[P]}],"skew-x":[{"skew-x":[z]}],"skew-y":[{"skew-y":[z]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",A]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",A]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":I()}],"scroll-mx":[{"scroll-mx":I()}],"scroll-my":[{"scroll-my":I()}],"scroll-ms":[{"scroll-ms":I()}],"scroll-me":[{"scroll-me":I()}],"scroll-mt":[{"scroll-mt":I()}],"scroll-mr":[{"scroll-mr":I()}],"scroll-mb":[{"scroll-mb":I()}],"scroll-ml":[{"scroll-ml":I()}],"scroll-p":[{"scroll-p":I()}],"scroll-px":[{"scroll-px":I()}],"scroll-py":[{"scroll-py":I()}],"scroll-ps":[{"scroll-ps":I()}],"scroll-pe":[{"scroll-pe":I()}],"scroll-pt":[{"scroll-pt":I()}],"scroll-pr":[{"scroll-pr":I()}],"scroll-pb":[{"scroll-pb":I()}],"scroll-pl":[{"scroll-pl":I()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",A]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[$,G,O]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}})}};
@@ -1 +1 @@
1
- self.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-78c92fac7aa8fdd8.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:["static/B6791orORMZJwrcOvp3G0/_buildManifest.js","static/B6791orORMZJwrcOvp3G0/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-1796d5ecd61cbd74.js","static/chunks/fd9d1056-7a5475c63f298b84.js","static/chunks/23-5e0d0f54bc756891.js","static/chunks/main-app-cc6be8282c80a1f4.js"],pages:{"/_app":["static/chunks/webpack-1796d5ecd61cbd74.js","static/chunks/framework-f66176bb897dc684.js","static/chunks/main-501a81d5d1ea6c69.js","static/chunks/pages/_app-6a626577ffa902a4.js"],"/_error":["static/chunks/webpack-1796d5ecd61cbd74.js","static/chunks/framework-f66176bb897dc684.js","static/chunks/main-501a81d5d1ea6c69.js","static/chunks/pages/_error-1be831200e60c5c0.js"]},ampFirstPages:[]};
1
+ self.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-78c92fac7aa8fdd8.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:["static/LtbBi3MHZ2YVsJMnPW3DH/_buildManifest.js","static/LtbBi3MHZ2YVsJMnPW3DH/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-1796d5ecd61cbd74.js","static/chunks/fd9d1056-7a5475c63f298b84.js","static/chunks/23-5e0d0f54bc756891.js","static/chunks/main-app-cc6be8282c80a1f4.js"],pages:{"/_app":["static/chunks/webpack-1796d5ecd61cbd74.js","static/chunks/framework-f66176bb897dc684.js","static/chunks/main-501a81d5d1ea6c69.js","static/chunks/pages/_app-6a626577ffa902a4.js"],"/_error":["static/chunks/webpack-1796d5ecd61cbd74.js","static/chunks/framework-f66176bb897dc684.js","static/chunks/main-501a81d5d1ea6c69.js","static/chunks/pages/_error-1be831200e60c5c0.js"]},ampFirstPages:[]};
@@ -18,9 +18,9 @@
18
18
  "wasm": [],
19
19
  "assets": [],
20
20
  "environments": {
21
- "previewModeId": "b49f96a8a2741d7bf5a509ac451b8267",
22
- "previewModeSigningKey": "a74a84347012b1598bc9b6fcdd859307349eda37216d9efe5d30366b0f5d8fc2",
23
- "previewModeEncryptionKey": "3eecb4328023c6db923fdb04f20eb881b403cfd855d7a3edab63da1c993c6f0e"
21
+ "previewModeId": "970f4219fd718b474a8605e1debf2d7e",
22
+ "previewModeSigningKey": "80e105925a270d26563b42385f7d139892574b18f0edde557f9e2cb4c5fbb541",
23
+ "previewModeEncryptionKey": "3e6901f8c5919360b9e770103e3608aa270fb9a9731a4250b46885404f6f9658"
24
24
  }
25
25
  }
26
26
  },
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/27aea81e28f3c17d.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1796d5ecd61cbd74.js"/><script src="/_next/static/chunks/fd9d1056-7a5475c63f298b84.js" async=""></script><script src="/_next/static/chunks/23-5e0d0f54bc756891.js" async=""></script><script src="/_next/static/chunks/main-app-cc6be8282c80a1f4.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Prism</title><meta name="description" content="Operate your prism instance from the browser."/><link rel="shortcut icon" href="/favicon.png"/><link rel="icon" href="/favicon.png" type="image/png"/><link rel="apple-touch-icon" href="/favicon.png"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="min-h-screen bg-background text-foreground antialiased"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><script src="/_next/static/chunks/webpack-1796d5ecd61cbd74.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/27aea81e28f3c17d.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[5751,[],\"\"]\n4:I[9275,[],\"\"]\n5:I[1343,[],\"\"]\nb:I[6130,[],\"\"]\n6:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n7:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n8:{\"display\":\"inline-block\"}\n9:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nc:[]\n"])</script><script>self.__next_f.push([1,"0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/27aea81e28f3c17d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"buildId\":\"B6791orORMZJwrcOvp3G0\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/_not-found\",\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]]],null],null]},[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-background text-foreground antialiased\",\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$6\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$7\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$8\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$9\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]}],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$La\"],\"globalErrorComponent\":\"$b\",\"missingSlots\":\"$Wc\"}]]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Prism\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Operate your prism instance from the browser.\"}],[\"$\",\"link\",\"4\",{\"rel\":\"shortcut icon\",\"href\":\"/favicon.png\"}],[\"$\",\"link\",\"5\",{\"rel\":\"icon\",\"href\":\"/favicon.png\",\"type\":\"image/png\"}],[\"$\",\"link\",\"6\",{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon.png\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/d95c47155fb80ddd.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1796d5ecd61cbd74.js"/><script src="/_next/static/chunks/fd9d1056-7a5475c63f298b84.js" async=""></script><script src="/_next/static/chunks/23-5e0d0f54bc756891.js" async=""></script><script src="/_next/static/chunks/main-app-cc6be8282c80a1f4.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Prism</title><meta name="description" content="Operate your prism instance from the browser."/><link rel="shortcut icon" href="/prism.svg"/><link rel="icon" href="/prism.svg" type="image/svg+xml"/><link rel="apple-touch-icon" href="/prism.svg"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="min-h-screen bg-background text-foreground antialiased"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><script src="/_next/static/chunks/webpack-1796d5ecd61cbd74.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/d95c47155fb80ddd.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[5751,[],\"\"]\n4:I[9275,[],\"\"]\n5:I[1343,[],\"\"]\nb:I[6130,[],\"\"]\n6:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n7:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n8:{\"display\":\"inline-block\"}\n9:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nc:[]\n"])</script><script>self.__next_f.push([1,"0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d95c47155fb80ddd.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"buildId\":\"LtbBi3MHZ2YVsJMnPW3DH\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/_not-found\",\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]]],null],null]},[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-background text-foreground antialiased\",\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$6\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$7\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$8\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$9\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]}],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$La\"],\"globalErrorComponent\":\"$b\",\"missingSlots\":\"$Wc\"}]]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Prism\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Operate your prism instance from the browser.\"}],[\"$\",\"link\",\"4\",{\"rel\":\"shortcut icon\",\"href\":\"/prism.svg\"}],[\"$\",\"link\",\"5\",{\"rel\":\"icon\",\"href\":\"/prism.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",\"6\",{\"rel\":\"apple-touch-icon\",\"href\":\"/prism.svg\"}]]\n3:null\n"])</script></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>500: Internal Server Error</title><meta name="next-head-count" content="3"/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js"></script><script src="/_next/static/chunks/webpack-1796d5ecd61cbd74.js" defer=""></script><script src="/_next/static/chunks/framework-f66176bb897dc684.js" defer=""></script><script src="/_next/static/chunks/main-501a81d5d1ea6c69.js" defer=""></script><script src="/_next/static/chunks/pages/_app-6a626577ffa902a4.js" defer=""></script><script src="/_next/static/chunks/pages/_error-1be831200e60c5c0.js" defer=""></script><script src="/_next/static/B6791orORMZJwrcOvp3G0/_buildManifest.js" defer=""></script><script src="/_next/static/B6791orORMZJwrcOvp3G0/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"B6791orORMZJwrcOvp3G0","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1
+ <!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>500: Internal Server Error</title><meta name="next-head-count" content="3"/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js"></script><script src="/_next/static/chunks/webpack-1796d5ecd61cbd74.js" defer=""></script><script src="/_next/static/chunks/framework-f66176bb897dc684.js" defer=""></script><script src="/_next/static/chunks/main-501a81d5d1ea6c69.js" defer=""></script><script src="/_next/static/chunks/pages/_app-6a626577ffa902a4.js" defer=""></script><script src="/_next/static/chunks/pages/_error-1be831200e60c5c0.js" defer=""></script><script src="/_next/static/LtbBi3MHZ2YVsJMnPW3DH/_buildManifest.js" defer=""></script><script src="/_next/static/LtbBi3MHZ2YVsJMnPW3DH/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"LtbBi3MHZ2YVsJMnPW3DH","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
@@ -1 +1 @@
1
- self.__RSC_SERVER_MANIFEST="{\"node\":{},\"edge\":{},\"encryptionKey\":\"8N9GACNMi50LbSpvUwihhqiCinOdGlPk7kDT+e9fblA=\"}"
1
+ self.__RSC_SERVER_MANIFEST="{\"node\":{},\"edge\":{},\"encryptionKey\":\"+TfGGpyZ/e+0UE1xiEJXhH7rzaOvwFvF1lWCWIga/Ac=\"}"
@@ -1 +1 @@
1
- {"node":{},"edge":{},"encryptionKey":"8N9GACNMi50LbSpvUwihhqiCinOdGlPk7kDT+e9fblA="}
1
+ {"node":{},"edge":{},"encryptionKey":"+TfGGpyZ/e+0UE1xiEJXhH7rzaOvwFvF1lWCWIga/Ac="}
@@ -33,24 +33,19 @@
33
33
  *
34
34
  * This source code is licensed under the ISC license.
35
35
  * See the LICENSE file in the root directory of this source tree.
36
- */let n=(0,a(8030).Z)("Settings",[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]])},3907:function(e,t,a){"use strict";a.d(t,{Z:function(){return n}});/**
36
+ */let n=(0,a(8030).Z)("Settings",[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]])},1773:function(e,t,a){"use strict";a.d(t,{Z:function(){return n}});/**
37
37
  * @license lucide-react v0.400.0 - ISC
38
38
  *
39
39
  * This source code is licensed under the ISC license.
40
40
  * See the LICENSE file in the root directory of this source tree.
41
- */let n=(0,a(8030).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"}]])},1773:function(e,t,a){"use strict";a.d(t,{Z:function(){return n}});/**
41
+ */let n=(0,a(8030).Z)("WandSparkles",[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]])},6463:function(e,t,a){"use strict";var n=a(1169);a.o(n,"useParams")&&a.d(t,{useParams:function(){return n.useParams}}),a.o(n,"usePathname")&&a.d(t,{usePathname:function(){return n.usePathname}}),a.o(n,"useRouter")&&a.d(t,{useRouter:function(){return n.useRouter}})},6882:function(e,t,a){"use strict";a.d(t,{Sidebar:function(){return g}});var n=a(7437),r=a(7138),s=a(6463),l=a(2265),i=a(9354),c=a(8030);/**
42
42
  * @license lucide-react v0.400.0 - ISC
43
43
  *
44
44
  * This source code is licensed under the ISC license.
45
45
  * See the LICENSE file in the root directory of this source tree.
46
- */let n=(0,a(8030).Z)("WandSparkles",[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]])},6463:function(e,t,a){"use strict";var n=a(1169);a.o(n,"useParams")&&a.d(t,{useParams:function(){return n.useParams}}),a.o(n,"usePathname")&&a.d(t,{usePathname:function(){return n.usePathname}}),a.o(n,"useRouter")&&a.d(t,{useRouter:function(){return n.useRouter}})},6882:function(e,t,a){"use strict";a.d(t,{Sidebar:function(){return j}});var n=a(7437),r=a(7138),s=a(6463),l=a(2265),i=a(9354),c=a(8030);/**
46
+ */let o=(0,c.Z)("House",[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}]]);var d=a(1773),u=a(1995),h=a(1863),f=a(849),m=a(1815),p=a(2023),x=a(1432),y=a(4258);/**
47
47
  * @license lucide-react v0.400.0 - ISC
48
48
  *
49
49
  * This source code is licensed under the ISC license.
50
50
  * See the LICENSE file in the root directory of this source tree.
51
- */let o=(0,c.Z)("House",[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}]]);var d=a(1773),u=a(1995),h=a(1863),p=a(849),f=a(1815),m=a(2023),x=a(1432),y=a(4258),k=a(3907);/**
52
- * @license lucide-react v0.400.0 - ISC
53
- *
54
- * This source code is licensed under the ISC license.
55
- * See the LICENSE file in the root directory of this source tree.
56
- */let v=(0,c.Z)("Shield",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}]]),b=(0,c.Z)("LogOut",[["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}],["polyline",{points:"16 17 21 12 16 7",key:"1gabdz"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12",key:"1uyos4"}]]),g=[{section:"Prism",items:[{href:"/",label:"Overview",icon:o},{href:"/generate",label:"Playground",icon:d.Z}]},{section:"Runs",items:[{href:"/jobs",label:"Jobs",icon:u.Z},{href:"/artifacts",label:"Artifacts",icon:h.Z}]},{section:"Operations",items:[{href:"/skills",label:"Skills",icon:p.Z},{href:"/connectors",label:"Connectors",icon:f.Z,adminOnly:!0},{href:"/claude-md",label:"CLAUDE.md",icon:m.Z,adminOnly:!0},{href:"/logs",label:"Logs",icon:x.Z,adminOnly:!0}]},{section:"Admin",items:[{href:"/settings",label:"Settings",icon:y.Z,adminOnly:!0}]}];function j(){let e=(0,s.usePathname)(),t=(0,s.useRouter)(),[a,c]=(0,l.useState)(null);async function o(){await fetch("/api/auth/logout",{method:"POST"}).catch(()=>{}),t.push("/login")}return(0,l.useEffect)(()=>{fetch("/api/auth/me").then(e=>e.json()).then(e=>{var t;return c(null!==(t=e.user)&&void 0!==t?t:null)}).catch(()=>{})},[]),(0,n.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,n.jsxs)("div",{className:"flex items-center gap-2.5 px-5 py-5",children:[(0,n.jsx)("div",{className:"relative flex h-9 w-9 flex-none items-center justify-center bg-brand text-text-on-brand",children:(0,n.jsx)(k.Z,{size:18,strokeWidth:2.25})}),(0,n.jsxs)("div",{children:[(0,n.jsx)("div",{className:"text-sm font-semibold tracking-tight",children:"Prism"}),(0,n.jsx)("div",{className:"text-[10px] text-muted-foreground",children:"claude on tap"})]})]}),(0,n.jsx)("nav",{className:"flex-1 space-y-5 overflow-y-auto px-3 py-2",children:g.map(t=>{let s=t.items.filter(e=>!e.adminOnly||(null==a?void 0:a.role)==="admin");return 0===s.length?null:(0,n.jsxs)("div",{children:[(0,n.jsx)("div",{className:"px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70",children:t.section}),(0,n.jsx)("div",{className:"space-y-0.5",children:s.map(t=>{let a=t.icon,s="/"===t.href?"/"===e:e===t.href||e.startsWith(t.href+"/");return(0,n.jsxs)(r.default,{href:t.href,className:(0,i.cn)("group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors",s?"bg-primary/10 text-primary":"text-muted-foreground hover:bg-secondary hover:text-foreground"),children:[s?(0,n.jsx)("span",{className:"absolute left-0 top-1/2 h-5 w-0.5 -translate-y-1/2 bg-primary"}):null,(0,n.jsx)(a,{size:16,strokeWidth:s?2.25:1.75,className:"flex-none"}),(0,n.jsx)("span",{className:"truncate",children:t.label}),t.adminOnly?(0,n.jsx)(v,{size:11,className:"ml-auto text-muted-foreground/40"}):null]},t.href)})})]},t.section)})}),(0,n.jsx)("div",{className:"border-t border-border px-3 py-3",children:a?(0,n.jsxs)("div",{className:"flex items-center gap-2 border border-border px-2 py-2",children:[(0,n.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:(a.name||a.email).slice(0,1)}),(0,n.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,n.jsx)("div",{className:"truncate text-xs font-medium",children:a.name||a.email}),(0,n.jsx)("div",{className:"truncate text-[10px] text-muted-foreground",children:a.role})]}),(0,n.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:(0,n.jsx)(b,{size:14})})]}):(0,n.jsx)("div",{className:"px-2 py-2 text-[10px] text-muted-foreground",children:"Not signed in"})})]})}},9354:function(e,t,a){"use strict";a.d(t,{cn:function(){return s}});var n=a(4839),r=a(6164);function s(){for(var e=arguments.length,t=Array(e),a=0;a<e;a++)t[a]=arguments[a];return(0,r.m6)((0,n.W)(t))}}},function(e){e.O(0,[502,138,971,23,744],function(){return e(e.s=7399)}),_N_E=e.O()}]);
51
+ */let v=(0,c.Z)("Shield",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}]]),k=(0,c.Z)("LogOut",[["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}],["polyline",{points:"16 17 21 12 16 7",key:"1gabdz"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12",key:"1uyos4"}]]),b=[{section:"Prism",items:[{href:"/",label:"Overview",icon:o},{href:"/generate",label:"Playground",icon:d.Z}]},{section:"Runs",items:[{href:"/jobs",label:"Jobs",icon:u.Z},{href:"/artifacts",label:"Artifacts",icon:h.Z}]},{section:"Operations",items:[{href:"/skills",label:"Skills",icon:f.Z},{href:"/connectors",label:"Connectors",icon:m.Z,adminOnly:!0},{href:"/claude-md",label:"CLAUDE.md",icon:p.Z,adminOnly:!0},{href:"/logs",label:"Logs",icon:x.Z,adminOnly:!0}]},{section:"Admin",items:[{href:"/settings",label:"Settings",icon:y.Z,adminOnly:!0}]}];function g(){let e=(0,s.usePathname)(),t=(0,s.useRouter)(),[a,c]=(0,l.useState)(null);async function o(){await fetch("/api/auth/logout",{method:"POST"}).catch(()=>{}),t.push("/login")}return(0,l.useEffect)(()=>{fetch("/api/auth/me").then(e=>e.json()).then(e=>{var t;return c(null!==(t=e.user)&&void 0!==t?t:null)}).catch(()=>{})},[]),(0,n.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,n.jsxs)("div",{className:"flex items-center gap-2.5 px-5 py-5",children:[(0,n.jsx)("div",{className:"relative flex h-9 w-9 flex-none items-center justify-center overflow-hidden",children:(0,n.jsx)("img",{src:"/prism.svg",alt:"Prism",className:"h-full w-full object-cover"})}),(0,n.jsxs)("div",{children:[(0,n.jsx)("div",{className:"text-sm font-semibold tracking-tight",children:"Prism"}),(0,n.jsx)("div",{className:"text-[10px] text-muted-foreground",children:"claude on tap"})]})]}),(0,n.jsx)("nav",{className:"flex-1 space-y-5 overflow-y-auto px-3 py-2",children:b.map(t=>{let s=t.items.filter(e=>!e.adminOnly||(null==a?void 0:a.role)==="admin");return 0===s.length?null:(0,n.jsxs)("div",{children:[(0,n.jsx)("div",{className:"px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70",children:t.section}),(0,n.jsx)("div",{className:"space-y-0.5",children:s.map(t=>{let a=t.icon,s="/"===t.href?"/"===e:e===t.href||e.startsWith(t.href+"/");return(0,n.jsxs)(r.default,{href:t.href,className:(0,i.cn)("group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors",s?"bg-primary/10 text-primary":"text-muted-foreground hover:bg-secondary hover:text-foreground"),children:[s?(0,n.jsx)("span",{className:"absolute left-0 top-1/2 h-5 w-0.5 -translate-y-1/2 bg-primary"}):null,(0,n.jsx)(a,{size:16,strokeWidth:s?2.25:1.75,className:"flex-none"}),(0,n.jsx)("span",{className:"truncate",children:t.label}),t.adminOnly?(0,n.jsx)(v,{size:11,className:"ml-auto text-muted-foreground/40"}):null]},t.href)})})]},t.section)})}),(0,n.jsx)("div",{className:"border-t border-border px-3 py-3",children:a?(0,n.jsxs)("div",{className:"flex items-center gap-2 border border-border px-2 py-2",children:[(0,n.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:(a.name||a.email).slice(0,1)}),(0,n.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,n.jsx)("div",{className:"truncate text-xs font-medium",children:a.name||a.email}),(0,n.jsx)("div",{className:"truncate text-[10px] text-muted-foreground",children:a.role})]}),(0,n.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:(0,n.jsx)(k,{size:14})})]}):(0,n.jsx)("div",{className:"px-2 py-2 text-[10px] text-muted-foreground",children:"Not signed in"})})]})}},9354:function(e,t,a){"use strict";a.d(t,{cn:function(){return s}});var n=a(4839),r=a(6164);function s(){for(var e=arguments.length,t=Array(e),a=0;a<e;a++)t[a]=arguments[a];return(0,r.m6)((0,n.W)(t))}}},function(e){e.O(0,[502,138,971,23,744],function(){return e(e.s=7399)}),_N_E=e.O()}]);