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.
Files changed (36) hide show
  1. package/README.md +85 -182
  2. package/dist/dashboard/.next/BUILD_ID +1 -1
  3. package/dist/dashboard/.next/app-build-manifest.json +12 -12
  4. package/dist/dashboard/.next/app-path-routes-manifest.json +3 -3
  5. package/dist/dashboard/.next/build-manifest.json +2 -2
  6. package/dist/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  7. package/dist/dashboard/.next/server/app/_not-found.html +1 -1
  8. package/dist/dashboard/.next/server/app/_not-found.rsc +1 -1
  9. package/dist/dashboard/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  10. package/dist/dashboard/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  11. package/dist/dashboard/.next/server/app/api/auth/session/route_client-reference-manifest.js +1 -1
  12. package/dist/dashboard/.next/server/app/api/auth/setup/route_client-reference-manifest.js +1 -1
  13. package/dist/dashboard/.next/server/app/api/overview/route_client-reference-manifest.js +1 -1
  14. package/dist/dashboard/.next/server/app/api/stream/route_client-reference-manifest.js +1 -1
  15. package/dist/dashboard/.next/server/app/api/tasks/[taskId]/cancel/route_client-reference-manifest.js +1 -1
  16. package/dist/dashboard/.next/server/app/api/tasks/[taskId]/conversation/route_client-reference-manifest.js +1 -1
  17. package/dist/dashboard/.next/server/app/api/tasks/[taskId]/route_client-reference-manifest.js +1 -1
  18. package/dist/dashboard/.next/server/app/login/page_client-reference-manifest.js +1 -1
  19. package/dist/dashboard/.next/server/app/login.html +1 -1
  20. package/dist/dashboard/.next/server/app/login.rsc +1 -1
  21. package/dist/dashboard/.next/server/app/page_client-reference-manifest.js +1 -1
  22. package/dist/dashboard/.next/server/app/setup/page_client-reference-manifest.js +1 -1
  23. package/dist/dashboard/.next/server/app/setup.html +1 -1
  24. package/dist/dashboard/.next/server/app/setup.rsc +1 -1
  25. package/dist/dashboard/.next/server/app-paths-manifest.json +3 -3
  26. package/dist/dashboard/.next/server/chunks/972.js +1 -1
  27. package/dist/dashboard/.next/server/functions-config-manifest.json +5 -5
  28. package/dist/dashboard/.next/server/pages/404.html +1 -1
  29. package/dist/dashboard/.next/server/pages/500.html +1 -1
  30. package/dist/dashboard/.next/static/css/{94d75aff24d0c077.css → c3a7306cb2ba3f6c.css} +1 -1
  31. package/dist/orchestration/worker.js +13 -3
  32. package/package.json +21 -1
  33. package/rules/defaults/pro-zig.md +23 -2
  34. package/rules/defaults/worker-common.md +1 -0
  35. /package/dist/dashboard/.next/static/{9ckiWP7qiX6CJ0iNYkChZ → MsJVqMMraUvpRtQ8kdYIB}/_buildManifest.js +0 -0
  36. /package/dist/dashboard/.next/static/{9ckiWP7qiX6CJ0iNYkChZ → 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.13",
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
  },
@@ -215,7 +215,28 @@
215
215
  - **GitHub 원격 저장소가 없는 프로젝트**는 브랜치 생성 → 작업 → commit → 로컬 merge를 기본으로 한다.
216
216
  - **커밋 메시지 형식:** `feat/fix/docs/chore: 변경 의도 요약\n\n<taskId>`
217
217
 
218
- ## 10) Output Template (to User)
218
+ ## 10) Git 전담 규칙 (2026-03-23)
219
+
220
+ > **commit / push / PR은 orchestrator 역할만 수행한다.**
221
+
222
+ ### 원칙
223
+ - non-orchestrator 역할 워커(frontend/backend/system/security/qa)는 파일 수정까지만 담당하고, git 조작을 수행하지 않는다.
224
+ - orchestrator가 워커로부터 변경 파일 목록을 수신한 뒤, **QA 통과를 확인한 후에만** commit → push → PR을 수행한다.
225
+ - QA 미통과 상태에서 commit/push/PR을 생성하지 않는다.
226
+
227
+ ### 절차
228
+ 1. 워커가 파일 변경 완료 → 변경 목록을 orchestrator에 반환
229
+ 2. orchestrator가 qa 역할 워커를 호출하여 변경사항 검증
230
+ 3. qa 역할 워커 DONE(통과) 확인
231
+ 4. orchestrator가 `git add` → `git commit` → `git push` → PR 생성/업데이트
232
+ 5. PR URL을 최종 보고에 포함
233
+
234
+ ### 금지사항
235
+ - 워커에게 commit/push/PR 수행을 지시하지 않는다
236
+ - QA 미완료 상태에서 commit하지 않는다
237
+ - 워커가 실수로 commit한 경우 revert 후 재진행
238
+
239
+ ## 11) Output Template (to User)
219
240
  - 작업유형: `simple|normal|risky|large`
220
241
  - 진행 요약 (1~3줄)
221
242
  - 에이전트별 수행 내역
@@ -224,7 +245,7 @@
224
245
  - 피드백 요청
225
246
  - 가능하면 `python3 /Users/janos/.openclaw/workspace/orchestration/scripts/dev_report_to_user.py --task-id <taskId> --record-events` 출력문을 그대로 사용
226
247
 
227
- ## 11) Final Feedback Step (필수)
248
+ ## 12) Final Feedback Step (필수)
228
249
  - finalize 직후, 메인 내부 보고가 아니라 **사용자에게 직접 최종 보고**한다.
229
250
  - 권장 순서:
230
251
  1) `dev_finalize.py --task-id ... --evidence ... --auto-report`
@@ -15,6 +15,7 @@
15
15
  8. **스크립트 체인 정합 (2026-03-11):** 구 worker lifecycle 스크립트(`dev_worker_dispatch.py`, `dev_worker_start.py`, `dev_worker_done.py`)는 제거됐다. 워커 lifecycle 기록(`worker_dispatched`/`worker_done`/`worker_skipped`)은 pro-zig가 `orch_prepare_worker.py → orch_register_worker.py → orch_complete_worker.py` 체인으로 처리한다.
16
16
  9. **Git Workflow Policy 준수 (2026-03-17):** 프로젝트 작업 시 `/Users/janos/.openclaw/public-knowledge/policies/git-workflow.md`를 반드시 따른다. 기본 브랜치(main, master) 직접 작업/commit/push 금지, GitHub 원격이 있으면 브랜치 작업 후 PR 제출이 기본이다.
17
17
  10. **완료 상태 불변성 (2026-03-17):** `/Users/janos/.openclaw/public-knowledge/policies/task-status-policy.md`를 따른다. `REPORTED` task에 대한 후행 completion/event는 상태 전이를 만들지 않는다. 워커는 중복 완료 알림이 와도 추가 상태 변경 시도를 하지 않고 NO-OP로 처리한다.
18
+ 11. **Git 조작 금지 (2026-03-23):** non-orchestrator 역할 워커(frontend/backend/system/security/qa)는 `git commit`, `git push`, `git branch`, `git checkout -b`, PR 생성 등 **Git 상태를 변경하는 모든 조작을 수행하지 않는다.** 워커의 역할은 파일 수정/생성/삭제까지이며, 작업 완료 시 **변경된 파일 목록**을 orchestrator 역할에 반환한다. commit/push/PR은 orchestrator가 QA 통과 확인 후 전담한다.
18
19
 
19
20
  ## 3) Project Path Policy (고정)
20
21
  - 개발 프로젝트 경로는 항상 `/Users/janos/.openclaw/workspace-pro-zig/projects` 기준으로 참조