zigrix 0.1.0-alpha.13 → 0.1.0-alpha.15
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 +85 -182
- package/dist/dashboard/.next/BUILD_ID +1 -1
- package/dist/dashboard/.next/app-build-manifest.json +12 -12
- package/dist/dashboard/.next/app-path-routes-manifest.json +3 -3
- package/dist/dashboard/.next/build-manifest.json +2 -2
- package/dist/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/_not-found.html +1 -1
- package/dist/dashboard/.next/server/app/_not-found.rsc +1 -1
- package/dist/dashboard/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/api/auth/session/route_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/api/auth/setup/route_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/api/overview/route_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/api/stream/route_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/api/tasks/[taskId]/cancel/route_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/api/tasks/[taskId]/conversation/route_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/api/tasks/[taskId]/route_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/login.html +1 -1
- package/dist/dashboard/.next/server/app/login.rsc +1 -1
- package/dist/dashboard/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/setup/page_client-reference-manifest.js +1 -1
- package/dist/dashboard/.next/server/app/setup.html +1 -1
- package/dist/dashboard/.next/server/app/setup.rsc +1 -1
- package/dist/dashboard/.next/server/app-paths-manifest.json +3 -3
- package/dist/dashboard/.next/server/chunks/972.js +1 -1
- package/dist/dashboard/.next/server/functions-config-manifest.json +5 -5
- package/dist/dashboard/.next/server/pages/404.html +1 -1
- package/dist/dashboard/.next/server/pages/500.html +1 -1
- package/dist/dashboard/.next/static/css/{94d75aff24d0c077.css → c3a7306cb2ba3f6c.css} +1 -1
- package/dist/orchestration/worker.js +13 -3
- package/package.json +21 -1
- package/rules/defaults/pro-zig.md +23 -2
- package/rules/defaults/worker-common.md +1 -0
- /package/dist/dashboard/.next/static/{9ckiWP7qiX6CJ0iNYkChZ → MsJVqMMraUvpRtQ8kdYIB}/_buildManifest.js +0 -0
- /package/dist/dashboard/.next/static/{9ckiWP7qiX6CJ0iNYkChZ → MsJVqMMraUvpRtQ8kdYIB}/_ssgManifest.js +0 -0
package/README.md
CHANGED
|
@@ -5,119 +5,126 @@
|
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
Zigrix turns ad-hoc
|
|
9
|
-
|
|
8
|
+
Zigrix turns ad-hoc delegation into a visible workflow with specialist routing,
|
|
9
|
+
evidence collection, and reportable finalization.
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
|
-
<a href="https://www.npmjs.com/package/zigrix"><img src="https://img.shields.io/npm/v/zigrix?color=cb3837" alt="npm version"></a>
|
|
14
|
-
<img src="https://img.shields.io/badge/node-%3E%3D22-339933?logo=node.js&logoColor=white" alt="Node >=22">
|
|
15
13
|
<img src="https://img.shields.io/badge/license-Apache--2.0-blue" alt="License">
|
|
16
14
|
<img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux-lightgrey" alt="Platform">
|
|
17
15
|
<img src="https://img.shields.io/badge/OpenClaw-first-6f42c1" alt="OpenClaw-first">
|
|
18
|
-
<img src="https://img.shields.io/badge/stage-alpha-orange" alt="Alpha">
|
|
19
16
|
</p>
|
|
20
17
|
|
|
21
18
|
<p align="center">
|
|
22
|
-
<a href="#quick-start">Quick Start</a> ·
|
|
23
19
|
<a href="#why-zigrix">Why Zigrix</a> ·
|
|
24
|
-
<a href="#
|
|
25
|
-
<a href="
|
|
26
|
-
<a href="
|
|
27
|
-
<a href="#
|
|
20
|
+
<a href="#is-zigrix-for-you">Is Zigrix for you?</a> ·
|
|
21
|
+
<a href="#quick-start">Quick Start</a> ·
|
|
22
|
+
<a href="#core-workflow">Core Workflow</a> ·
|
|
23
|
+
<a href="#openclaw-integration">OpenClaw Integration</a> ·
|
|
24
|
+
<a href="#dashboard--docs">Dashboard / Docs</a>
|
|
28
25
|
</p>
|
|
29
26
|
|
|
30
27
|
---
|
|
31
28
|
|
|
32
29
|
## Why Zigrix
|
|
33
30
|
|
|
34
|
-
Most agent workflows break down
|
|
31
|
+
Most agent-heavy workflows break down in the same places:
|
|
35
32
|
|
|
36
|
-
- work gets delegated
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
33
|
+
- work gets delegated, but not consistently tracked
|
|
34
|
+
- specialist routing depends on memory, not policy
|
|
35
|
+
- outputs arrive without structured evidence
|
|
36
|
+
- final reporting is manual and hard to audit
|
|
40
37
|
|
|
41
|
-
Zigrix gives that
|
|
38
|
+
Zigrix gives that flow a control surface: dispatch, worker lifecycle, evidence, and finalization in one runtime.
|
|
42
39
|
|
|
43
40
|
---
|
|
44
41
|
|
|
45
|
-
##
|
|
42
|
+
## Is Zigrix for you?
|
|
46
43
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
| **Built-in dashboard** | Web UI for runtime visibility (`zigrix dashboard`) |
|
|
54
|
-
| **OpenClaw integration** | Agent import, skill registration, PATH stabilization |
|
|
55
|
-
| **Recovery-first** | Reset, re-seed, re-onboard — recoverable by default |
|
|
44
|
+
Zigrix is a strong fit if you want:
|
|
45
|
+
|
|
46
|
+
- **one-time operator setup, then agent-driven execution**
|
|
47
|
+
- **repeatable orchestration rules** instead of ad-hoc delegation
|
|
48
|
+
- **recoverable local runtime state** for task progress and reports
|
|
49
|
+
- **OpenClaw compatibility** without requiring a plugin-based architecture
|
|
56
50
|
|
|
57
|
-
|
|
51
|
+
Zigrix may be a poor fit if your main goal is a hosted, multi-tenant control plane.
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Supported environments
|
|
56
|
+
|
|
57
|
+
- **Operating systems:** macOS, Linux
|
|
58
|
+
- **Runtime:** Node.js (current LTS recommended)
|
|
59
|
+
- **Package manager:** npm
|
|
60
|
+
- **OpenClaw:** optional, but recommended for full orchestration flow
|
|
61
|
+
|
|
62
|
+
Zigrix still works as a standalone CLI when OpenClaw is not installed.
|
|
58
63
|
|
|
59
64
|
---
|
|
60
65
|
|
|
61
66
|
## Quick Start
|
|
62
67
|
|
|
63
|
-
###
|
|
68
|
+
### 1) Install
|
|
64
69
|
|
|
65
70
|
```bash
|
|
66
71
|
npm install -g zigrix
|
|
67
72
|
```
|
|
68
73
|
|
|
69
|
-
|
|
74
|
+
From source:
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
./install.sh
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### 2) Onboard
|
|
70
81
|
|
|
71
82
|
```bash
|
|
72
83
|
zigrix onboard
|
|
73
84
|
```
|
|
74
85
|
|
|
75
|
-
###
|
|
86
|
+
### 3) Verify
|
|
76
87
|
|
|
77
88
|
```bash
|
|
78
89
|
zigrix doctor
|
|
79
90
|
zigrix dashboard
|
|
80
91
|
```
|
|
81
92
|
|
|
82
|
-
That
|
|
83
|
-
|
|
84
|
-
> **From source?** Clone this repo, run `./install.sh`, then `zigrix onboard`.
|
|
85
|
-
> See [docs/install.md](docs/install.md) for details.
|
|
93
|
+
That is the intended entry flow: **install → onboard → done**.
|
|
86
94
|
|
|
87
|
-
|
|
95
|
+
---
|
|
88
96
|
|
|
89
|
-
|
|
90
|
-
- **macOS or Linux** — Windows is not yet supported
|
|
97
|
+
## Usage model: human vs agent
|
|
91
98
|
|
|
92
|
-
|
|
99
|
+
| Role | Primary responsibility |
|
|
100
|
+
|---|---|
|
|
101
|
+
| **Human operator** | Install Zigrix, run `zigrix onboard`, verify readiness (`zigrix doctor`), then step out of day-to-day orchestration |
|
|
102
|
+
| **OpenClaw / automation agents** | Run task/worker/evidence/report commands to execute and complete orchestration work |
|
|
103
|
+
| **Human (maintenance mode)** | Use `zigrix configure` or `zigrix reset` only when reconfiguration or recovery is needed |
|
|
93
104
|
|
|
94
|
-
|
|
95
|
-
nvm use 22
|
|
96
|
-
node --version # confirm v22+
|
|
97
|
-
```
|
|
105
|
+
This split keeps normal operation agent-driven while keeping setup and governance human-controlled.
|
|
98
106
|
|
|
99
107
|
---
|
|
100
108
|
|
|
101
109
|
## Core Workflow
|
|
102
110
|
|
|
103
|
-
|
|
111
|
+
Typical operational flow:
|
|
104
112
|
|
|
105
113
|
```text
|
|
106
|
-
Human
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
→ inspect task state, progress, and reports
|
|
114
|
+
Human setup
|
|
115
|
+
install -> zigrix onboard -> doctor check
|
|
116
|
+
|
|
117
|
+
Agent execution
|
|
118
|
+
zigrix task dispatch
|
|
119
|
+
-> worker prepare/register/complete
|
|
120
|
+
-> evidence collect/merge
|
|
121
|
+
-> task finalize + report
|
|
115
122
|
```
|
|
116
123
|
|
|
117
|
-
|
|
124
|
+
Common commands:
|
|
118
125
|
|
|
119
126
|
```bash
|
|
120
|
-
# Dispatch
|
|
127
|
+
# Dispatch orchestration work
|
|
121
128
|
zigrix task dispatch --title "Implement auth module" --description "..." --scale normal --json
|
|
122
129
|
|
|
123
130
|
# Check runtime health
|
|
@@ -126,160 +133,56 @@ zigrix doctor
|
|
|
126
133
|
# Launch dashboard
|
|
127
134
|
zigrix dashboard --port 3838
|
|
128
135
|
|
|
129
|
-
#
|
|
136
|
+
# Maintenance surfaces
|
|
130
137
|
zigrix configure --section agents
|
|
131
138
|
zigrix configure --section skills
|
|
132
|
-
|
|
133
|
-
# Recovery
|
|
134
|
-
zigrix template reset workerPrompt --yes
|
|
135
|
-
zigrix reset config --yes
|
|
136
139
|
zigrix reset state --yes
|
|
137
140
|
```
|
|
138
141
|
|
|
139
|
-
### Standard roles and orchestrator selection
|
|
140
|
-
|
|
141
|
-
Zigrix dispatch uses a closed set of normalized roles:
|
|
142
|
-
|
|
143
|
-
- `orchestrator`
|
|
144
|
-
- `qa`
|
|
145
|
-
- `security`
|
|
146
|
-
- `frontend`
|
|
147
|
-
- `backend`
|
|
148
|
-
- `system`
|
|
149
|
-
|
|
150
|
-
At dispatch time, Zigrix resolves `requiredRoles` / `optionalRoles` from scale rules and maps them to enabled agents in the registry.
|
|
151
|
-
|
|
152
|
-
- `agents.orchestration.orchestratorId` selects the orchestrator owner agent
|
|
153
|
-
- if multiple orchestrator-role agents exist, `orchestratorId` is the source of truth
|
|
154
|
-
- dispatch output includes orchestration fields such as `orchestratorId`, `qaAgentId`, `baselineRequiredAgents`, `candidateAgents`, `roleAgentMap`, and `orchestratorPrompt`
|
|
155
|
-
|
|
156
142
|
---
|
|
157
143
|
|
|
158
|
-
## What
|
|
144
|
+
## What onboard does
|
|
159
145
|
|
|
160
|
-
`onboard` prepares
|
|
146
|
+
`zigrix onboard` prepares runtime and integration in one pass:
|
|
161
147
|
|
|
162
|
-
1.
|
|
163
|
-
2.
|
|
164
|
-
3.
|
|
165
|
-
4.
|
|
166
|
-
5.
|
|
167
|
-
6.
|
|
168
|
-
|
|
169
|
-
If OpenClaw is not present, Zigrix still initializes its own runtime and remains usable in standalone mode.
|
|
148
|
+
1. creates `~/.zigrix/` and default config/state structure
|
|
149
|
+
2. seeds rule files from bundled templates
|
|
150
|
+
3. ensures `zigrix` is reachable from the runtime-visible PATH
|
|
151
|
+
4. detects OpenClaw and imports agents from `openclaw.json`
|
|
152
|
+
5. registers bundled `skills/zigrix-*` into `~/.openclaw/skills/`
|
|
153
|
+
6. leaves the environment ready for agent-led orchestration
|
|
170
154
|
|
|
171
155
|
---
|
|
172
156
|
|
|
173
157
|
## OpenClaw Integration
|
|
174
158
|
|
|
175
|
-
Zigrix is
|
|
176
|
-
|
|
177
|
-
When OpenClaw is available, Zigrix:
|
|
178
|
-
|
|
179
|
-
- **imports agent definitions** from `openclaw.json` — filters `main`, normalizes agent roles, and sets/validates `orchestratorId`
|
|
180
|
-
- **registers skill packs** — symlinks `skills/zigrix-*` into `~/.openclaw/skills/`
|
|
181
|
-
- **stabilizes CLI visibility** — ensures `zigrix` is reachable from the OpenClaw gateway-visible PATH
|
|
182
|
-
- **inspects readiness** — `zigrix doctor` reports OpenClaw detection, skill dir presence, and PATH reachability
|
|
159
|
+
When OpenClaw is present, Zigrix is optimized for this model:
|
|
183
160
|
|
|
184
|
-
|
|
161
|
+
- import agent definitions and normalize roles
|
|
162
|
+
- establish orchestrator ownership for task execution
|
|
163
|
+
- register Zigrix skill packs for agent readiness checks
|
|
164
|
+
- keep CLI reachability stable for OpenClaw runtime
|
|
185
165
|
|
|
186
|
-
|
|
166
|
+
Read the full integration contract in [docs/openclaw-integration.md](docs/openclaw-integration.md).
|
|
187
167
|
|
|
188
168
|
---
|
|
189
169
|
|
|
190
|
-
##
|
|
170
|
+
## Dashboard / Docs
|
|
191
171
|
|
|
192
|
-
|
|
172
|
+
Start dashboard:
|
|
193
173
|
|
|
194
174
|
```bash
|
|
195
175
|
zigrix dashboard --port 3838
|
|
196
176
|
```
|
|
197
177
|
|
|
198
|
-
|
|
199
|
-
- active task state and orchestration progress
|
|
200
|
-
- agent participation and evidence flow
|
|
201
|
-
- finalization and report status
|
|
202
|
-
|
|
203
|
-
<!-- TODO: dashboard screenshot -->
|
|
204
|
-
|
|
205
|
-
---
|
|
206
|
-
|
|
207
|
-
## Intended User Model
|
|
208
|
-
|
|
209
|
-
| Role | What they do |
|
|
210
|
-
|---|---|
|
|
211
|
-
| **Human operator** | Install, run `zigrix onboard`, verify with `zigrix doctor`, then stop |
|
|
212
|
-
| **OpenClaw agents** | Use operational commands: `task dispatch`, `task finalize`, `worker`, `evidence`, `report` |
|
|
213
|
-
| **Advanced maintenance** | `zigrix configure` for reconfiguration, `zigrix reset` for recovery |
|
|
214
|
-
|
|
215
|
-
See [docs/onboarding-ownership-model.md](docs/onboarding-ownership-model.md) for the ownership model.
|
|
216
|
-
|
|
217
|
-
---
|
|
218
|
-
|
|
219
|
-
## Product Stance
|
|
220
|
-
|
|
221
|
-
Zigrix is:
|
|
222
|
-
|
|
223
|
-
- **local-first** — runtime state lives in `~/.zigrix/`, not a cloud service
|
|
224
|
-
- **runtime-visible** — tasks, evidence, and reports are inspectable, not hidden
|
|
225
|
-
- **recoverable by default** — reset templates, config, or state independently
|
|
226
|
-
- **OpenClaw-first** — best with OpenClaw, still usable standalone
|
|
227
|
-
- **operator-friendly** — `onboard` + `doctor` + `dashboard` cover the human path
|
|
228
|
-
|
|
229
|
-
### Non-goals right now
|
|
230
|
-
|
|
231
|
-
- hosted control plane or multi-user UI
|
|
232
|
-
- generalized plugin SDK
|
|
233
|
-
- Windows-first support
|
|
234
|
-
- speculative expansion before core workflow is stable
|
|
235
|
-
|
|
236
|
-
---
|
|
237
|
-
|
|
238
|
-
## Repository Layout
|
|
239
|
-
|
|
240
|
-
```text
|
|
241
|
-
zigrix/
|
|
242
|
-
├─ src/ # Node/TypeScript implementation
|
|
243
|
-
├─ tests/ # test suite
|
|
244
|
-
├─ skills/ # OpenClaw skill packs
|
|
245
|
-
├─ dashboard/ # bundled Next.js dashboard
|
|
246
|
-
├─ rules/ # default rule/template files
|
|
247
|
-
├─ examples/ # example workflows
|
|
248
|
-
├─ scripts/ # smoke / release helpers
|
|
249
|
-
├─ docs/ # product + architecture docs
|
|
250
|
-
├─ legacy-python/ # reference prototype (not active)
|
|
251
|
-
└─ install.sh # source-based install script
|
|
252
|
-
```
|
|
253
|
-
|
|
254
|
-
---
|
|
255
|
-
|
|
256
|
-
## Documentation
|
|
257
|
-
|
|
258
|
-
| Doc | What it covers |
|
|
259
|
-
|---|---|
|
|
260
|
-
| [Quick Start](docs/quickstart.md) | First-time setup walk-through |
|
|
261
|
-
| [Install](docs/install.md) | Install paths, prerequisites, nvm notes |
|
|
262
|
-
| [OpenClaw Integration](docs/openclaw-integration.md) | Agent import, skill registration, PATH |
|
|
263
|
-
| [Config Schema](docs/config-schema.md) | Config contract including role model and `orchestratorId` |
|
|
264
|
-
| [Orchestrator/Role Guide](docs/orchestrator-role-guide.md) | Role normalization, dispatch mapping, and orchestrator selection |
|
|
265
|
-
| [Architecture](docs/architecture.md) | System design and runtime layout |
|
|
266
|
-
| [CLI Spec](docs/cli-spec.md) | Full command reference |
|
|
267
|
-
| [Runtime Flow](docs/runtime-flow.md) | Task lifecycle from dispatch to report |
|
|
268
|
-
| [State Layout](docs/state-layout.md) | `~/.zigrix/` directory structure |
|
|
269
|
-
| [Concepts](docs/concepts.md) | Core abstractions and terminology |
|
|
270
|
-
| [Troubleshooting](docs/troubleshooting.md) | Common issues and recovery |
|
|
271
|
-
| [Main Agent Skill Guide](skills/zigrix-main-agent-guide/SKILL.md) | Dispatch → orchestrator spawn → worker/evidence/finalize chain |
|
|
272
|
-
| [Product Decisions](docs/product-decisions.md) | Why things are the way they are |
|
|
273
|
-
|
|
274
|
-
---
|
|
275
|
-
|
|
276
|
-
## Current Status
|
|
178
|
+
Key docs:
|
|
277
179
|
|
|
278
|
-
-
|
|
279
|
-
-
|
|
280
|
-
-
|
|
281
|
-
-
|
|
282
|
-
-
|
|
180
|
+
- [Quickstart](docs/quickstart.md)
|
|
181
|
+
- [Install](docs/install.md)
|
|
182
|
+
- [OpenClaw Integration](docs/openclaw-integration.md)
|
|
183
|
+
- [CLI Spec](docs/cli-spec.md)
|
|
184
|
+
- [Architecture](docs/architecture.md)
|
|
185
|
+
- [Troubleshooting](docs/troubleshooting.md)
|
|
283
186
|
|
|
284
187
|
---
|
|
285
188
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
MsJVqMMraUvpRtQ8kdYIB
|
|
@@ -29,6 +29,13 @@
|
|
|
29
29
|
"static/chunks/main-app-458501fc143f8dcb.js",
|
|
30
30
|
"static/chunks/app/api/auth/session/route-aaf047a494f0055f.js"
|
|
31
31
|
],
|
|
32
|
+
"/api/auth/login/route": [
|
|
33
|
+
"static/chunks/webpack-1c485544eee88ef7.js",
|
|
34
|
+
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
35
|
+
"static/chunks/255-ebd51be49873d76c.js",
|
|
36
|
+
"static/chunks/main-app-458501fc143f8dcb.js",
|
|
37
|
+
"static/chunks/app/api/auth/login/route-aaf047a494f0055f.js"
|
|
38
|
+
],
|
|
32
39
|
"/api/overview/route": [
|
|
33
40
|
"static/chunks/webpack-1c485544eee88ef7.js",
|
|
34
41
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
@@ -36,12 +43,12 @@
|
|
|
36
43
|
"static/chunks/main-app-458501fc143f8dcb.js",
|
|
37
44
|
"static/chunks/app/api/overview/route-aaf047a494f0055f.js"
|
|
38
45
|
],
|
|
39
|
-
"/api/
|
|
46
|
+
"/api/tasks/[taskId]/cancel/route": [
|
|
40
47
|
"static/chunks/webpack-1c485544eee88ef7.js",
|
|
41
48
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
42
49
|
"static/chunks/255-ebd51be49873d76c.js",
|
|
43
50
|
"static/chunks/main-app-458501fc143f8dcb.js",
|
|
44
|
-
"static/chunks/app/api/
|
|
51
|
+
"static/chunks/app/api/tasks/[taskId]/cancel/route-aaf047a494f0055f.js"
|
|
45
52
|
],
|
|
46
53
|
"/api/auth/setup/route": [
|
|
47
54
|
"static/chunks/webpack-1c485544eee88ef7.js",
|
|
@@ -57,12 +64,12 @@
|
|
|
57
64
|
"static/chunks/main-app-458501fc143f8dcb.js",
|
|
58
65
|
"static/chunks/app/api/tasks/[taskId]/conversation/route-aaf047a494f0055f.js"
|
|
59
66
|
],
|
|
60
|
-
"/api/
|
|
67
|
+
"/api/stream/route": [
|
|
61
68
|
"static/chunks/webpack-1c485544eee88ef7.js",
|
|
62
69
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
63
70
|
"static/chunks/255-ebd51be49873d76c.js",
|
|
64
71
|
"static/chunks/main-app-458501fc143f8dcb.js",
|
|
65
|
-
"static/chunks/app/api/
|
|
72
|
+
"static/chunks/app/api/stream/route-aaf047a494f0055f.js"
|
|
66
73
|
],
|
|
67
74
|
"/api/tasks/[taskId]/route": [
|
|
68
75
|
"static/chunks/webpack-1c485544eee88ef7.js",
|
|
@@ -71,13 +78,6 @@
|
|
|
71
78
|
"static/chunks/main-app-458501fc143f8dcb.js",
|
|
72
79
|
"static/chunks/app/api/tasks/[taskId]/route-aaf047a494f0055f.js"
|
|
73
80
|
],
|
|
74
|
-
"/api/stream/route": [
|
|
75
|
-
"static/chunks/webpack-1c485544eee88ef7.js",
|
|
76
|
-
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
77
|
-
"static/chunks/255-ebd51be49873d76c.js",
|
|
78
|
-
"static/chunks/main-app-458501fc143f8dcb.js",
|
|
79
|
-
"static/chunks/app/api/stream/route-aaf047a494f0055f.js"
|
|
80
|
-
],
|
|
81
81
|
"/login/page": [
|
|
82
82
|
"static/chunks/webpack-1c485544eee88ef7.js",
|
|
83
83
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"static/chunks/4bd1b696-c023c6e3521b1417.js",
|
|
100
100
|
"static/chunks/255-ebd51be49873d76c.js",
|
|
101
101
|
"static/chunks/main-app-458501fc143f8dcb.js",
|
|
102
|
-
"static/css/
|
|
102
|
+
"static/css/c3a7306cb2ba3f6c.css",
|
|
103
103
|
"static/chunks/856-4671c40140d5540a.js",
|
|
104
104
|
"static/chunks/app/page-23f9176364af6d64.js"
|
|
105
105
|
]
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
3
|
"/api/auth/logout/route": "/api/auth/logout",
|
|
4
4
|
"/api/auth/session/route": "/api/auth/session",
|
|
5
|
-
"/api/overview/route": "/api/overview",
|
|
6
5
|
"/api/auth/login/route": "/api/auth/login",
|
|
6
|
+
"/api/overview/route": "/api/overview",
|
|
7
|
+
"/api/tasks/[taskId]/cancel/route": "/api/tasks/[taskId]/cancel",
|
|
7
8
|
"/api/auth/setup/route": "/api/auth/setup",
|
|
8
9
|
"/api/tasks/[taskId]/conversation/route": "/api/tasks/[taskId]/conversation",
|
|
9
|
-
"/api/tasks/[taskId]/cancel/route": "/api/tasks/[taskId]/cancel",
|
|
10
|
-
"/api/tasks/[taskId]/route": "/api/tasks/[taskId]",
|
|
11
10
|
"/api/stream/route": "/api/stream",
|
|
11
|
+
"/api/tasks/[taskId]/route": "/api/tasks/[taskId]",
|
|
12
12
|
"/login/page": "/login",
|
|
13
13
|
"/setup/page": "/setup",
|
|
14
14
|
"/page": "/"
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/MsJVqMMraUvpRtQ8kdYIB/_buildManifest.js",
|
|
9
|
+
"static/MsJVqMMraUvpRtQ8kdYIB/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-1c485544eee88ef7.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"470":{"*":{"id":"39508","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5554":{"*":{"id":"13932","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9181":{"*":{"id":"80137","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/app/globals.css":{"id":3673,"name":"*","chunks":["177","static/chunks/app/layout-96206a34ff37a783.js"],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/components/LoginForm.tsx":{"id":5554,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/components/SetupForm.tsx":{"id":470,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/components/DashboardClient.tsx":{"id":9181,"name":"*","chunks":["856","static/chunks/856-4671c40140d5540a.js","974","static/chunks/app/page-23f9176364af6d64.js"],"async":false}},"entryCSSFiles":{"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/":[],"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/app/layout":[{"inlined":false,"path":"static/css/9f7ffdac282b0450.css"}],"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/app/page":[{"inlined":false,"path":"static/css/
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"470":{"*":{"id":"39508","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5554":{"*":{"id":"13932","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9181":{"*":{"id":"80137","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/app/globals.css":{"id":3673,"name":"*","chunks":["177","static/chunks/app/layout-96206a34ff37a783.js"],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/components/LoginForm.tsx":{"id":5554,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/components/SetupForm.tsx":{"id":470,"name":"*","chunks":[],"async":false},"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/components/DashboardClient.tsx":{"id":9181,"name":"*","chunks":["856","static/chunks/856-4671c40140d5540a.js","974","static/chunks/app/page-23f9176364af6d64.js"],"async":false}},"entryCSSFiles":{"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/":[],"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/app/layout":[{"inlined":false,"path":"static/css/9f7ffdac282b0450.css"}],"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/app/page":[{"inlined":false,"path":"static/css/c3a7306cb2ba3f6c.css"}],"/Users/janos/.openclaw/workspace/projects/zigrix/dashboard/src/app/_not-found/page":[]},"rscModuleMapping":{"470":{"*":{"id":"90726","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5554":{"*":{"id":"35894","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9181":{"*":{"id":"45146","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--MsJVqMMraUvpRtQ8kdYIB--><html lang="ko"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/9f7ffdac282b0450.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1c485544eee88ef7.js"/><script src="/_next/static/chunks/4bd1b696-c023c6e3521b1417.js" async=""></script><script src="/_next/static/chunks/255-ebd51be49873d76c.js" async=""></script><script src="/_next/static/chunks/main-app-458501fc143f8dcb.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Zigrix Dashboard</title><meta name="description" content="Zigrix task orchestration dashboard"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.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>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-1c485544eee88ef7.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[9766,[],\"\"]\n3:I[8924,[],\"\"]\n4:I[4431,[],\"OutletBoundary\"]\n6:I[5278,[],\"AsyncMetadataOutlet\"]\n8:I[4431,[],\"ViewportBoundary\"]\na:I[4431,[],\"MetadataBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[7150,[],\"\"]\n:HL[\"/_next/static/css/9f7ffdac282b0450.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"MsJVqMMraUvpRtQ8kdYIB\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/9f7ffdac282b0450.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"ko\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$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\":[\"__PAGE__\",[\"$\",\"$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,[\"$\",\"$L4\",null,{\"children\":[\"$L5\",[\"$\",\"$L6\",null,{\"promise\":\"$@7\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],null],[\"$\",\"$La\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$b\",null,{\"fallback\":null,\"children\":\"$Lc\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n5:null\n"])</script><script>self.__next_f.push([1,"7:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Zigrix Dashboard\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Zigrix task orchestration dashboard\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"c:\"$7:metadata\"\n"])</script></body></html>
|
|
@@ -8,7 +8,7 @@ a:I[4431,[],"MetadataBoundary"]
|
|
|
8
8
|
b:"$Sreact.suspense"
|
|
9
9
|
d:I[7150,[],""]
|
|
10
10
|
:HL["/_next/static/css/9f7ffdac282b0450.css","style"]
|
|
11
|
-
0:{"P":null,"b":"
|
|
11
|
+
0:{"P":null,"b":"MsJVqMMraUvpRtQ8kdYIB","p":"","c":["","_not-found"],"i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/9f7ffdac282b0450.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"ko","children":["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":["/_not-found",["$","$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":["__PAGE__",["$","$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,["$","$L4",null,{"children":["$L5",["$","$L6",null,{"promise":"$@7"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],[["$","$L8",null,{"children":"$L9"}],null],["$","$La",null,{"children":["$","div",null,{"hidden":true,"children":["$","$b",null,{"fallback":null,"children":"$Lc"}]}]}]]}],false]],"m":"$undefined","G":["$d",[]],"s":false,"S":true}
|
|
12
12
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
13
13
|
5:null
|
|
14
14
|
7:{"metadata":[["$","title","0",{"children":"Zigrix Dashboard"}],["$","meta","1",{"name":"description","content":"Zigrix task orchestration dashboard"}]],"error":null,"digest":"$undefined"}
|