shieldcortex 2.19.1 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -10
- package/dashboard/.next/standalone/dashboard/.next/BUILD_ID +1 -1
- package/dashboard/.next/standalone/dashboard/.next/build-manifest.json +2 -2
- package/dashboard/.next/standalone/dashboard/.next/prerender-manifest.json +3 -3
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.html +2 -2
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.rsc +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.html +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.rsc +2 -2
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.html +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.rsc +3 -3
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_full.segment.rsc +3 -3
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/dashboard/.next/server/app/page/react-loadable-manifest.json +3 -3
- package/dashboard/.next/standalone/dashboard/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_25b1b286._.js +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/pages/404.html +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/pages/500.html +2 -2
- package/dashboard/.next/standalone/dashboard/.next/server/server-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/dashboard/.next/server/server-reference-manifest.json +1 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/26118d592a545e00.js +3 -0
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/6a6ccfb7834de00a.js +9 -0
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/6b11a7d29e9abffd.js +1 -0
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/ab13d81ce0e121f2.css +3 -0
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/cf05262adfab5818.js +1 -0
- package/dist/api/control.d.ts +28 -11
- package/dist/api/control.d.ts.map +1 -1
- package/dist/api/control.js +120 -19
- package/dist/api/control.js.map +1 -1
- package/dist/api/events.d.ts +12 -1
- package/dist/api/events.d.ts.map +1 -1
- package/dist/api/events.js +9 -0
- package/dist/api/events.js.map +1 -1
- package/dist/api/visualization-server.d.ts.map +1 -1
- package/dist/api/visualization-server.js +306 -39
- package/dist/api/visualization-server.js.map +1 -1
- package/dist/cli/doctor.d.ts +6 -0
- package/dist/cli/doctor.d.ts.map +1 -0
- package/dist/cli/doctor.js +469 -0
- package/dist/cli/doctor.js.map +1 -0
- package/dist/cloud/quarantine-sync.d.ts +3 -0
- package/dist/cloud/quarantine-sync.d.ts.map +1 -1
- package/dist/cloud/quarantine-sync.js +7 -0
- package/dist/cloud/quarantine-sync.js.map +1 -1
- package/dist/cloud/sync.d.ts +11 -0
- package/dist/cloud/sync.d.ts.map +1 -1
- package/dist/cloud/sync.js +37 -0
- package/dist/cloud/sync.js.map +1 -1
- package/dist/database/init.d.ts +8 -0
- package/dist/database/init.d.ts.map +1 -1
- package/dist/database/init.js +208 -4
- package/dist/database/init.js.map +1 -1
- package/dist/defence/index.d.ts +2 -0
- package/dist/defence/index.d.ts.map +1 -1
- package/dist/defence/index.js +2 -0
- package/dist/defence/index.js.map +1 -1
- package/dist/defence/input-sanitisation/index.d.ts +28 -0
- package/dist/defence/input-sanitisation/index.d.ts.map +1 -0
- package/dist/defence/input-sanitisation/index.js +71 -0
- package/dist/defence/input-sanitisation/index.js.map +1 -0
- package/dist/defence/iron-dome/config.js +5 -5
- package/dist/defence/iron-dome/config.js.map +1 -1
- package/dist/defence/iron-dome/index.d.ts +6 -0
- package/dist/defence/iron-dome/index.d.ts.map +1 -1
- package/dist/defence/iron-dome/index.js +19 -0
- package/dist/defence/iron-dome/index.js.map +1 -1
- package/dist/defence/pipeline.d.ts.map +1 -1
- package/dist/defence/pipeline.js +21 -11
- package/dist/defence/pipeline.js.map +1 -1
- package/dist/events/webhooks.d.ts +21 -0
- package/dist/events/webhooks.d.ts.map +1 -0
- package/dist/events/webhooks.js +61 -0
- package/dist/events/webhooks.js.map +1 -0
- package/dist/graph/backfill.d.ts +6 -2
- package/dist/graph/backfill.d.ts.map +1 -1
- package/dist/graph/backfill.js +32 -4
- package/dist/graph/backfill.js.map +1 -1
- package/dist/graph/extract.d.ts.map +1 -1
- package/dist/graph/extract.js +105 -37
- package/dist/graph/extract.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +67 -5
- package/dist/index.js.map +1 -1
- package/dist/lib.d.ts +2 -0
- package/dist/lib.d.ts.map +1 -1
- package/dist/lib.js +2 -0
- package/dist/lib.js.map +1 -1
- package/dist/memory/consolidate.d.ts +23 -0
- package/dist/memory/consolidate.d.ts.map +1 -1
- package/dist/memory/consolidate.js +239 -2
- package/dist/memory/consolidate.js.map +1 -1
- package/dist/memory/decay.d.ts.map +1 -1
- package/dist/memory/decay.js +9 -0
- package/dist/memory/decay.js.map +1 -1
- package/dist/memory/embedding-cache.d.ts +21 -0
- package/dist/memory/embedding-cache.d.ts.map +1 -0
- package/dist/memory/embedding-cache.js +92 -0
- package/dist/memory/embedding-cache.js.map +1 -0
- package/dist/memory/embedding.d.ts +37 -0
- package/dist/memory/embedding.d.ts.map +1 -0
- package/dist/memory/embedding.js +86 -0
- package/dist/memory/embedding.js.map +1 -0
- package/dist/memory/expiry.d.ts +26 -0
- package/dist/memory/expiry.d.ts.map +1 -0
- package/dist/memory/expiry.js +109 -0
- package/dist/memory/expiry.js.map +1 -0
- package/dist/memory/store.d.ts +14 -0
- package/dist/memory/store.d.ts.map +1 -1
- package/dist/memory/store.js +82 -0
- package/dist/memory/store.js.map +1 -1
- package/dist/memory/types.d.ts +1 -0
- package/dist/memory/types.d.ts.map +1 -1
- package/dist/memory/types.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +193 -45
- package/dist/server.js.map +1 -1
- package/dist/tools/context.d.ts +4 -4
- package/dist/tools/forget.d.ts +4 -4
- package/dist/tools/recall.d.ts +9 -9
- package/dist/tools/recall.d.ts.map +1 -1
- package/dist/tools/recall.js +25 -1
- package/dist/tools/recall.js.map +1 -1
- package/dist/tools/remember.d.ts +6 -6
- package/hooks/openclaw/cortex-memory/handler.ts +8 -18
- package/package.json +1 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/1a71c9a52f0c9b16.css +0 -3
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/6bf7d89d34068ecb.js +0 -9
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/a3989d0e6629bcf8.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/d0dcb5e0e04ae015.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/fc2dbf641aad1448.js +0 -1
- /package/dashboard/.next/standalone/dashboard/.next/static/{vxPliVFK4FIBIPl1JPL0U → aFo1BShJENvQZgqpWRJaw}/_buildManifest.js +0 -0
- /package/dashboard/.next/standalone/dashboard/.next/static/{vxPliVFK4FIBIPl1JPL0U → aFo1BShJENvQZgqpWRJaw}/_clientMiddlewareManifest.json +0 -0
- /package/dashboard/.next/standalone/dashboard/.next/static/{vxPliVFK4FIBIPl1JPL0U → aFo1BShJENvQZgqpWRJaw}/_ssgManifest.js +0 -0
package/README.md
CHANGED
|
@@ -208,7 +208,7 @@ ShieldCortex provides a full-featured memory system, not just a security layer:
|
|
|
208
208
|
| Feature | Description |
|
|
209
209
|
|---|---|
|
|
210
210
|
| **Persistent Storage** | SQLite-backed, survives restarts and context compaction |
|
|
211
|
-
| **Semantic Search** |
|
|
211
|
+
| **Semantic Search** | Full-text search with vector embedding fallback (all-MiniLM-L6-v2) |
|
|
212
212
|
| **Knowledge Graph** | Automatic entity and relationship extraction |
|
|
213
213
|
| **Project Scoping** | Isolate memories per project/workspace |
|
|
214
214
|
| **Importance Levels** | Critical, high, normal, low — with automatic decay |
|
|
@@ -263,7 +263,7 @@ Built-in backends: `MarkdownMemoryBackend`, `OpenClawMarkdownBackend`. Implement
|
|
|
263
263
|
|
|
264
264
|
## Dashboard
|
|
265
265
|
|
|
266
|
-
ShieldCortex includes a built-in visual dashboard for monitoring memory health, reviewing threats, and managing quarantined items.
|
|
266
|
+
ShieldCortex includes a built-in visual dashboard for monitoring memory health, reviewing threats, and managing quarantined items. Keyboard shortcuts throughout — press `?` to see them all.
|
|
267
267
|
|
|
268
268
|
```bash
|
|
269
269
|
shieldcortex --dashboard
|
|
@@ -273,21 +273,23 @@ shieldcortex --dashboard
|
|
|
273
273
|
|
|
274
274
|
### Defence Overview
|
|
275
275
|
|
|
276
|
-
Real-time view of the defence pipeline — scan counts, block rates, quarantine queue, and
|
|
276
|
+
Real-time view of the defence pipeline — scan counts, block rates, quarantine queue, threat timeline, and **Memory Health Score** (freshness, graph coverage, consistency, consolidation in a single gauge).
|
|
277
277
|
|
|
278
278
|

|
|
279
279
|
|
|
280
|
-
###
|
|
280
|
+
### Knowledge Graph
|
|
281
281
|
|
|
282
|
-
|
|
282
|
+
Ego-centric knowledge graph — focus on one entity, see its direct neighbours and relationships. Click any node to re-centre. Searchable entity list, relationship sidebar, and path finder.
|
|
283
283
|
|
|
284
|
-

|
|
285
285
|
|
|
286
|
-
###
|
|
286
|
+
### Memory Timeline
|
|
287
287
|
|
|
288
|
-
|
|
288
|
+
Chronological view of all memories grouped by day. Filter by category, memory type (STM/LTM/Episodic), or search text. Each card shows title, category badge, importance, and truncated content.
|
|
289
289
|
|
|
290
|
-
|
|
290
|
+
### Inline Editing
|
|
291
|
+
|
|
292
|
+
Click the pencil icon on any memory to edit its title, content, category, and tags in-place. Only changed fields are saved.
|
|
291
293
|
|
|
292
294
|
### Audit Log
|
|
293
295
|
|
|
@@ -453,6 +455,8 @@ All configuration lives in `~/.shieldcortex/config.json`:
|
|
|
453
455
|
|
|
454
456
|
| Key | Default | Description |
|
|
455
457
|
|---|---|---|
|
|
458
|
+
| `webhooks` | `[]` | Webhook endpoints for memory event notifications |
|
|
459
|
+
| `expiryRules` | `[]` | Auto-delete rules by category, type, tag, or age |
|
|
456
460
|
| `mode` | `balanced` | Defence mode: `strict`, `balanced`, `permissive` |
|
|
457
461
|
| `cloudApiKey` | — | Cloud API key (`sc_live_...`) |
|
|
458
462
|
| `cloudBaseUrl` | `https://api.shieldcortex.ai` | Cloud API URL |
|
|
@@ -478,7 +482,7 @@ Environment variables:
|
|
|
478
482
|
| | ShieldCortex | Raw Memory (no security) | Vector DB + custom |
|
|
479
483
|
|---|---|---|---|
|
|
480
484
|
| Memory persistence | Yes | Yes | Yes |
|
|
481
|
-
| Semantic search |
|
|
485
|
+
| Semantic search | FTS5 + vector embeddings | No | Yes |
|
|
482
486
|
| Knowledge graphs | Yes | No | No |
|
|
483
487
|
| Injection protection | 6-layer pipeline | None | DIY |
|
|
484
488
|
| Credential leak detection | 25+ patterns | None | DIY |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
aFo1BShJENvQZgqpWRJaw
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"static/chunks/a6dad97d9634a72d.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
10
|
+
"static/aFo1BShJENvQZgqpWRJaw/_ssgManifest.js",
|
|
11
|
+
"static/aFo1BShJENvQZgqpWRJaw/_buildManifest.js"
|
|
12
12
|
],
|
|
13
13
|
"rootMainFiles": [
|
|
14
14
|
"static/chunks/da96df828f9a0188.js",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"dynamicRoutes": {},
|
|
79
79
|
"notFoundRoutes": [],
|
|
80
80
|
"preview": {
|
|
81
|
-
"previewModeId": "
|
|
82
|
-
"previewModeSigningKey": "
|
|
83
|
-
"previewModeEncryptionKey": "
|
|
81
|
+
"previewModeId": "c67f98caa1e1a86acc2cf739d936fd10",
|
|
82
|
+
"previewModeSigningKey": "ccde365d6be0ee89cf3bab79ddc4735b460334f4dcc5bc0dad65feefa6ae59e5",
|
|
83
|
+
"previewModeEncryptionKey": "bd68c480a95f3b13c4894e443a54f935847f27a4c83d27a84da1ec71d682089a"
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
2
|
-
@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><!--$--><!--/$--><script src="/_next/static/chunks/da96df828f9a0188.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[57043,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n3:I[27657,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n4:I[56978,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[56978,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"ViewportBoundary\"]\n9:I[56978,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"MetadataBoundary\"]\nb:I[30687,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"
|
|
1
|
+
<!DOCTYPE html><!--aFo1BShJENvQZgqpWRJaw--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/da96df828f9a0188.js"/><script src="/_next/static/chunks/fc4e920d4281c89e.js" async=""></script><script src="/_next/static/chunks/d3d8171bf50ef87e.js" async=""></script><script src="/_next/static/chunks/turbopack-7cf1ece01d32a474.js" async=""></script><script src="/_next/static/chunks/64ee9622541d967c.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";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)}
|
|
2
|
+
@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><!--$--><!--/$--><script src="/_next/static/chunks/da96df828f9a0188.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[57043,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n3:I[27657,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n4:I[56978,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[56978,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"ViewportBoundary\"]\n9:I[56978,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"MetadataBoundary\"]\nb:I[30687,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"aFo1BShJENvQZgqpWRJaw\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"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,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@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\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/64ee9622541d967c.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
7:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"ViewportBoundary"]
|
|
7
7
|
9:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"MetadataBoundary"]
|
|
8
8
|
b:I[30687,["/_next/static/chunks/64ee9622541d967c.js"],"default"]
|
|
9
|
-
0:{"P":null,"b":"
|
|
9
|
+
0:{"P":null,"b":"aFo1BShJENvQZgqpWRJaw","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/64ee9622541d967c.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
10
|
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
11
|
6:null
|
|
12
12
|
a:[]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"aFo1BShJENvQZgqpWRJaw","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/64ee9622541d967c.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
|
5
5
|
4:null
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
7:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"ViewportBoundary"]
|
|
7
7
|
9:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"MetadataBoundary"]
|
|
8
8
|
b:I[30687,["/_next/static/chunks/64ee9622541d967c.js"],"default"]
|
|
9
|
-
0:{"P":null,"b":"
|
|
9
|
+
0:{"P":null,"b":"aFo1BShJENvQZgqpWRJaw","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/64ee9622541d967c.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
10
|
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
11
|
6:null
|
|
12
12
|
a:[]
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"ViewportBoundary"]
|
|
3
3
|
3:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
0:{"buildId":"
|
|
5
|
+
0:{"buildId":"aFo1BShJENvQZgqpWRJaw","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[57043,["/_next/static/chunks/64ee9622541d967c.js"],"default"]
|
|
3
3
|
3:I[27657,["/_next/static/chunks/64ee9622541d967c.js"],"default"]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"aFo1BShJENvQZgqpWRJaw","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0:{"buildId":"
|
|
1
|
+
0:{"buildId":"aFo1BShJENvQZgqpWRJaw","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/dashboard/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":30687,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/client/components/builtin/global-error.js":{"id":30687,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":57043,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57043,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":27657,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":27657,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":16339,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-page.js":{"id":16339,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":34577,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-segment.js":{"id":34577,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":99367,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":99367,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":71393,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":71393,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":56978,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":56978,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/src/components/Providers.tsx <module evaluation>":{"id":36111,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/src/components/Providers.tsx":{"id":36111,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/src/app/error.tsx <module evaluation>":{"id":10445,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js","/_next/static/chunks/d334b69bff7779be.js"],"async":false},"[project]/dashboard/src/app/error.tsx":{"id":10445,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js","/_next/static/chunks/d334b69bff7779be.js"],"async":false}},"ssrModuleMapping":{"30687":{"*":{"id":29784,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"57043":{"*":{"id":96721,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"27657":{"*":{"id":44598,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"16339":{"*":{"id":76305,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"34577":{"*":{"id":9899,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"99367":{"*":{"id":8766,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"71393":{"*":{"id":19234,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"56978":{"*":{"id":44710,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"36111":{"*":{"id":17878,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"10445":{"*":{"id":97703,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js","server/chunks/ssr/dashboard_src_app_error_tsx_0aa69400._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"30687":{"*":{"id":14733,"name":"*","chunks":[],"async":false}},"57043":{"*":{"id":46831,"name":"*","chunks":[],"async":false}},"27657":{"*":{"id":82063,"name":"*","chunks":[],"async":false}},"16339":{"*":{"id":26578,"name":"*","chunks":[],"async":false}},"34577":{"*":{"id":93019,"name":"*","chunks":[],"async":false}},"99367":{"*":{"id":92085,"name":"*","chunks":[],"async":false}},"71393":{"*":{"id":4476,"name":"*","chunks":[],"async":false}},"56978":{"*":{"id":50987,"name":"*","chunks":[],"async":false}},"36111":{"*":{"id":88153,"name":"*","chunks":[],"async":false}},"10445":{"*":{"id":91173,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/dashboard/src/app/layout":[{"path":"static/chunks/
|
|
2
|
+
globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/dashboard/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":30687,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/client/components/builtin/global-error.js":{"id":30687,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":57043,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57043,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":27657,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":27657,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":16339,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-page.js":{"id":16339,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":34577,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-segment.js":{"id":34577,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":99367,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":99367,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":71393,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":71393,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":56978,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":56978,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/src/components/Providers.tsx <module evaluation>":{"id":36111,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/src/components/Providers.tsx":{"id":36111,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/src/app/error.tsx <module evaluation>":{"id":10445,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js","/_next/static/chunks/d334b69bff7779be.js"],"async":false},"[project]/dashboard/src/app/error.tsx":{"id":10445,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js","/_next/static/chunks/d334b69bff7779be.js"],"async":false}},"ssrModuleMapping":{"30687":{"*":{"id":29784,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"57043":{"*":{"id":96721,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"27657":{"*":{"id":44598,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"16339":{"*":{"id":76305,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"34577":{"*":{"id":9899,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"99367":{"*":{"id":8766,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"71393":{"*":{"id":19234,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"56978":{"*":{"id":44710,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"36111":{"*":{"id":17878,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"10445":{"*":{"id":97703,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__dd62b66f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js","server/chunks/ssr/dashboard_src_app_error_tsx_0aa69400._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"30687":{"*":{"id":14733,"name":"*","chunks":[],"async":false}},"57043":{"*":{"id":46831,"name":"*","chunks":[],"async":false}},"27657":{"*":{"id":82063,"name":"*","chunks":[],"async":false}},"16339":{"*":{"id":26578,"name":"*","chunks":[],"async":false}},"34577":{"*":{"id":93019,"name":"*","chunks":[],"async":false}},"99367":{"*":{"id":92085,"name":"*","chunks":[],"async":false}},"71393":{"*":{"id":4476,"name":"*","chunks":[],"async":false}},"56978":{"*":{"id":50987,"name":"*","chunks":[],"async":false}},"36111":{"*":{"id":88153,"name":"*","chunks":[],"async":false}},"10445":{"*":{"id":91173,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/dashboard/src/app/layout":[{"path":"static/chunks/ab13d81ce0e121f2.css","inlined":false}],"[project]/dashboard/src/app/error":[{"path":"static/chunks/ab13d81ce0e121f2.css","inlined":false}]},"entryJSFiles":{"[project]/dashboard/src/app/layout":["static/chunks/e007ff86847a4042.js","static/chunks/64ee9622541d967c.js"],"[project]/dashboard/src/app/error":["static/chunks/e007ff86847a4042.js","static/chunks/64ee9622541d967c.js","static/chunks/d334b69bff7779be.js"]}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--aFo1BShJENvQZgqpWRJaw--><html lang="en" class="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/ab13d81ce0e121f2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/da96df828f9a0188.js"/><script src="/_next/static/chunks/fc4e920d4281c89e.js" async=""></script><script src="/_next/static/chunks/d3d8171bf50ef87e.js" async=""></script><script src="/_next/static/chunks/turbopack-7cf1ece01d32a474.js" async=""></script><script src="/_next/static/chunks/e007ff86847a4042.js" async=""></script><script src="/_next/static/chunks/64ee9622541d967c.js" async=""></script><script src="/_next/static/chunks/d334b69bff7779be.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>ShieldCortex</title><meta name="description" content="AI Memory Security Dashboard — Defence pipeline, audit logs, quarantine review"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";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/da96df828f9a0188.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[36111,[\"/_next/static/chunks/e007ff86847a4042.js\",\"/_next/static/chunks/64ee9622541d967c.js\"],\"Providers\"]\n3:I[57043,[\"/_next/static/chunks/e007ff86847a4042.js\",\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n4:I[10445,[\"/_next/static/chunks/e007ff86847a4042.js\",\"/_next/static/chunks/64ee9622541d967c.js\",\"/_next/static/chunks/d334b69bff7779be.js\"],\"default\"]\n5:I[27657,[\"/_next/static/chunks/e007ff86847a4042.js\",\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n6:I[56978,[\"/_next/static/chunks/e007ff86847a4042.js\",\"/_next/static/chunks/64ee9622541d967c.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\n9:I[56978,[\"/_next/static/chunks/e007ff86847a4042.js\",\"/_next/static/chunks/64ee9622541d967c.js\"],\"ViewportBoundary\"]\nb:I[56978,[\"/_next/static/chunks/e007ff86847a4042.js\",\"/_next/static/chunks/64ee9622541d967c.js\"],\"MetadataBoundary\"]\nd:I[30687,[\"/_next/static/chunks/e007ff86847a4042.js\",\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n:HL[\"/_next/static/chunks/ab13d81ce0e121f2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"aFo1BShJENvQZgqpWRJaw\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/ab13d81ce0e121f2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/e007ff86847a4042.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/64ee9622541d967c.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$4\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/d334b69bff7779be.js\",\"async\":true}]],\"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.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lc\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"8:null\nc:[[\"$\",\"title\",\"0\",{\"children\":\"ShieldCortex\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI Memory Security Dashboard — Defence pipeline, audit logs, quarantine review\"}]]\n"])</script></body></html>
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
9:I[56978,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"ViewportBoundary"]
|
|
9
9
|
b:I[56978,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"MetadataBoundary"]
|
|
10
10
|
d:I[30687,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"default"]
|
|
11
|
-
:HL["/_next/static/chunks/
|
|
12
|
-
0:{"P":null,"b":"
|
|
11
|
+
:HL["/_next/static/chunks/ab13d81ce0e121f2.css","style"]
|
|
12
|
+
0:{"P":null,"b":"aFo1BShJENvQZgqpWRJaw","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/ab13d81ce0e121f2.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/e007ff86847a4042.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/64ee9622541d967c.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$4","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/d334b69bff7779be.js","async":true}]],"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."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$d","$undefined"],"S":true}
|
|
13
13
|
a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
14
14
|
8:null
|
|
15
15
|
c:[["$","title","0",{"children":"ShieldCortex"}],["$","meta","1",{"name":"description","content":"AI Memory Security Dashboard — Defence pipeline, audit logs, quarantine review"}]]
|
package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_full.segment.rsc
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
9:I[56978,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"ViewportBoundary"]
|
|
9
9
|
b:I[56978,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"MetadataBoundary"]
|
|
10
10
|
d:I[30687,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"default"]
|
|
11
|
-
:HL["/_next/static/chunks/
|
|
12
|
-
0:{"P":null,"b":"
|
|
11
|
+
:HL["/_next/static/chunks/ab13d81ce0e121f2.css","style"]
|
|
12
|
+
0:{"P":null,"b":"aFo1BShJENvQZgqpWRJaw","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/ab13d81ce0e121f2.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/e007ff86847a4042.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/64ee9622541d967c.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$4","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/d334b69bff7779be.js","async":true}]],"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."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$d","$undefined"],"S":true}
|
|
13
13
|
a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
14
14
|
8:null
|
|
15
15
|
c:[["$","title","0",{"children":"ShieldCortex"}],["$","meta","1",{"name":"description","content":"AI Memory Security Dashboard — Defence pipeline, audit logs, quarantine review"}]]
|
package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_head.segment.rsc
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[56978,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"ViewportBoundary"]
|
|
3
3
|
3:I[56978,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
0:{"buildId":"
|
|
5
|
+
0:{"buildId":"aFo1BShJENvQZgqpWRJaw","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"ShieldCortex"}],["$","meta","1",{"name":"description","content":"AI Memory Security Dashboard — Defence pipeline, audit logs, quarantine review"}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_index.segment.rsc
CHANGED
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
3:I[57043,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"default"]
|
|
4
4
|
4:I[10445,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js","/_next/static/chunks/d334b69bff7779be.js"],"default"]
|
|
5
5
|
5:I[27657,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"default"]
|
|
6
|
-
:HL["/_next/static/chunks/
|
|
7
|
-
0:{"buildId":"
|
|
6
|
+
:HL["/_next/static/chunks/ab13d81ce0e121f2.css","style"]
|
|
7
|
+
0:{"buildId":"aFo1BShJENvQZgqpWRJaw","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/ab13d81ce0e121f2.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/e007ff86847a4042.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/64ee9622541d967c.js","async":true}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$4","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/d334b69bff7779be.js","async":true}]],"template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[56978,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"aFo1BShJENvQZgqpWRJaw","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
|
5
5
|
4:null
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[57043,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"default"]
|
|
3
3
|
3:I[27657,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/64ee9622541d967c.js"],"default"]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"aFo1BShJENvQZgqpWRJaw","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_tree.segment.rsc
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/
|
|
2
|
-
0:{"buildId":"
|
|
1
|
+
:HL["/_next/static/chunks/ab13d81ce0e121f2.css","style"]
|
|
2
|
+
0:{"buildId":"aFo1BShJENvQZgqpWRJaw","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|