quadwork 2.2.0 → 2.2.1

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 (71) hide show
  1. package/out/404.html +1 -1
  2. package/out/__next.__PAGE__.txt +3 -3
  3. package/out/__next._full.txt +14 -14
  4. package/out/__next._head.txt +4 -4
  5. package/out/__next._index.txt +8 -8
  6. package/out/__next._tree.txt +2 -2
  7. package/out/_next/static/chunks/{0dbfrdfwj565f.css → 0g0w0q.z1ujl0.css} +1 -1
  8. package/out/_next/static/chunks/{0y_59cdk3r4z6.js → 1405wfv.5lt26.js} +1 -1
  9. package/out/_not-found/__next._full.txt +13 -13
  10. package/out/_not-found/__next._head.txt +4 -4
  11. package/out/_not-found/__next._index.txt +8 -8
  12. package/out/_not-found/__next._not-found.__PAGE__.txt +2 -2
  13. package/out/_not-found/__next._not-found.txt +3 -3
  14. package/out/_not-found/__next._tree.txt +2 -2
  15. package/out/_not-found.html +1 -1
  16. package/out/_not-found.txt +13 -13
  17. package/out/app-shell/__next._full.txt +13 -13
  18. package/out/app-shell/__next._head.txt +4 -4
  19. package/out/app-shell/__next._index.txt +8 -8
  20. package/out/app-shell/__next._tree.txt +2 -2
  21. package/out/app-shell/__next.app-shell.__PAGE__.txt +2 -2
  22. package/out/app-shell/__next.app-shell.txt +3 -3
  23. package/out/app-shell.html +1 -1
  24. package/out/app-shell.txt +13 -13
  25. package/out/index.html +1 -1
  26. package/out/index.txt +14 -14
  27. package/out/project/_/__next._full.txt +14 -14
  28. package/out/project/_/__next._head.txt +4 -4
  29. package/out/project/_/__next._index.txt +8 -8
  30. package/out/project/_/__next._tree.txt +2 -2
  31. package/out/project/_/__next.project.$d$id.__PAGE__.txt +3 -3
  32. package/out/project/_/__next.project.$d$id.txt +3 -3
  33. package/out/project/_/__next.project.txt +3 -3
  34. package/out/project/_/queue/__next._full.txt +14 -14
  35. package/out/project/_/queue/__next._head.txt +4 -4
  36. package/out/project/_/queue/__next._index.txt +8 -8
  37. package/out/project/_/queue/__next._tree.txt +2 -2
  38. package/out/project/_/queue/__next.project.$d$id.queue.__PAGE__.txt +3 -3
  39. package/out/project/_/queue/__next.project.$d$id.queue.txt +3 -3
  40. package/out/project/_/queue/__next.project.$d$id.txt +3 -3
  41. package/out/project/_/queue/__next.project.txt +3 -3
  42. package/out/project/_/queue.html +1 -1
  43. package/out/project/_/queue.txt +14 -14
  44. package/out/project/_.html +1 -1
  45. package/out/project/_.txt +14 -14
  46. package/out/settings/__next._full.txt +14 -14
  47. package/out/settings/__next._head.txt +4 -4
  48. package/out/settings/__next._index.txt +8 -8
  49. package/out/settings/__next._tree.txt +2 -2
  50. package/out/settings/__next.settings.__PAGE__.txt +3 -3
  51. package/out/settings/__next.settings.txt +3 -3
  52. package/out/settings.html +1 -1
  53. package/out/settings.txt +14 -14
  54. package/out/setup/__next._full.txt +14 -14
  55. package/out/setup/__next._head.txt +4 -4
  56. package/out/setup/__next._index.txt +8 -8
  57. package/out/setup/__next._tree.txt +2 -2
  58. package/out/setup/__next.setup.__PAGE__.txt +3 -3
  59. package/out/setup/__next.setup.txt +3 -3
  60. package/out/setup.html +1 -1
  61. package/out/setup.txt +14 -14
  62. package/package.json +1 -1
  63. package/server/index.js +22 -6
  64. package/server/routes.js +52 -10
  65. package/templates/seeds/dev.AGENTS.md +14 -0
  66. package/templates/seeds/head.AGENTS.md +14 -0
  67. package/templates/seeds/re1.AGENTS.md +14 -0
  68. package/templates/seeds/re2.AGENTS.md +14 -0
  69. /package/out/_next/static/{h8gr2UEtEQkyXBVa2J0z9 → eQFYDbR6C-ZREUVgx0QFH}/_buildManifest.js +0 -0
  70. /package/out/_next/static/{h8gr2UEtEQkyXBVa2J0z9 → eQFYDbR6C-ZREUVgx0QFH}/_clientMiddlewareManifest.js +0 -0
  71. /package/out/_next/static/{h8gr2UEtEQkyXBVa2J0z9 → eQFYDbR6C-ZREUVgx0QFH}/_ssgManifest.js +0 -0
@@ -28,6 +28,20 @@ If you need to reference sensitive data, use a placeholder like `<WALLET_ADDRESS
28
28
 
29
29
  This rule applies to ALL output that touches GitHub or git — issues, PR bodies, review comments, commit messages, and file contents.
30
30
 
31
+ ### Rule 4: Orchestrator Port Protection
32
+ The QuadWork orchestrator (port **8400**, Express backend) and the Next.js development server (its own port — `next dev`'s listener, NOT an agent mention) are live self-host infrastructure during review. Killing them takes down the chat MCP, batch progress, GITHUB.md sync, the scheduled trigger, and every other agent in the project.
33
+
34
+ **NEVER kill, restart, or manage processes on these ports.** Forbidden commands include — but are not limited to:
35
+ - `kill <pid>` against any process bound to port 8400 or the Next.js development server port
36
+ - `pkill -f "next"`, `pkill -f "quadwork"`, `pkill -f "node.*8400"`, or any similar broad pattern match that could hit them
37
+ - `fuser -k 8400/tcp` or `fuser -k <next-dev-port>/tcp`
38
+ - `lsof -ti:8400 | xargs kill`, or any `lsof … kill` / `lsof … xargs` chain targeting these ports
39
+ - `npm run start`, `npm run dev`, `quadwork start`, or any restart of the live orchestrator / Next.js development server
40
+
41
+ For runtime or visual checks, use a throwaway port such as `PORT=8499` (or any free port other than 8400 and the Next.js development server port). Where possible, prefer `npm run build` output, unit/integration tests, and code review over spinning up a runtime.
42
+
43
+ If something on port 8400 looks wrong, report it to the operator via `chat_send` — do not try to fix it by restarting.
44
+
31
45
  ---
32
46
 
33
47
  You are **RE2**, the second reviewer agent. Your chat identity is `re2`.