zigrix 0.1.0-alpha.14 → 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 +17 -17
- package/dist/dashboard/.next/app-path-routes-manifest.json +4 -4
- package/dist/dashboard/.next/build-manifest.json +2 -2
- package/dist/dashboard/.next/prerender-manifest.json +10 -10
- 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 +4 -4
- package/dist/dashboard/.next/server/chunks/972.js +1 -1
- package/dist/dashboard/.next/server/functions-config-manifest.json +3 -3
- 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/package.json +21 -1
- /package/dist/dashboard/.next/static/{gl9FuUQE7dOSS5c3ZdHG0 → MsJVqMMraUvpRtQ8kdYIB}/_buildManifest.js +0 -0
- /package/dist/dashboard/.next/static/{gl9FuUQE7dOSS5c3ZdHG0 → MsJVqMMraUvpRtQ8kdYIB}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zigrix",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Multi-project parallel task orchestration CLI for agent-assisted development",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/owen-ever/zigrix.git"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/owen-ever/zigrix",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/owen-ever/zigrix/issues"
|
|
14
|
+
},
|
|
15
|
+
"author": "Chanho Jeon",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"zigrix",
|
|
18
|
+
"cli",
|
|
19
|
+
"openclaw",
|
|
20
|
+
"multi-agent",
|
|
21
|
+
"agent-orchestration",
|
|
22
|
+
"task-orchestration",
|
|
23
|
+
"agent-matrix",
|
|
24
|
+
"task-matrix",
|
|
25
|
+
"workflow"
|
|
26
|
+
],
|
|
7
27
|
"bin": {
|
|
8
28
|
"zigrix": "./dist/index.js"
|
|
9
29
|
},
|
|
File without changes
|
/package/dist/dashboard/.next/static/{gl9FuUQE7dOSS5c3ZdHG0 → MsJVqMMraUvpRtQ8kdYIB}/_ssgManifest.js
RENAMED
|
File without changes
|