quadwork 1.2.5 → 1.4.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.
Files changed (98) hide show
  1. package/README.md +189 -82
  2. package/bin/quadwork.js +102 -0
  3. package/out/404.html +1 -1
  4. package/out/__next.__PAGE__.txt +3 -3
  5. package/out/__next._full.txt +12 -12
  6. package/out/__next._head.txt +4 -4
  7. package/out/__next._index.txt +6 -6
  8. package/out/__next._tree.txt +2 -2
  9. package/out/_next/static/chunks/006g3lco-9xqf.js +1 -0
  10. package/out/_next/static/chunks/035rt-n0oid7d.js +1 -0
  11. package/out/_next/static/chunks/{0e~ue9ca5zrep.js → 05ok82hwk0x-c.js} +1 -1
  12. package/out/_next/static/chunks/0u~7e4fgf-u06.css +2 -0
  13. package/out/_next/static/chunks/0zqyw6q.jp~1i.js +26 -0
  14. package/out/_next/static/chunks/17y2walb2um9w.js +1 -0
  15. package/out/_next/static/chunks/{16ell.n1p8o7d.js → 18cmux34jwe.p.js} +1 -1
  16. package/out/_not-found/__next._full.txt +11 -11
  17. package/out/_not-found/__next._head.txt +4 -4
  18. package/out/_not-found/__next._index.txt +6 -6
  19. package/out/_not-found/__next._not-found.__PAGE__.txt +2 -2
  20. package/out/_not-found/__next._not-found.txt +3 -3
  21. package/out/_not-found/__next._tree.txt +2 -2
  22. package/out/_not-found.html +1 -1
  23. package/out/_not-found.txt +11 -11
  24. package/out/app-shell/__next._full.txt +11 -11
  25. package/out/app-shell/__next._head.txt +4 -4
  26. package/out/app-shell/__next._index.txt +6 -6
  27. package/out/app-shell/__next._tree.txt +2 -2
  28. package/out/app-shell/__next.app-shell.__PAGE__.txt +2 -2
  29. package/out/app-shell/__next.app-shell.txt +3 -3
  30. package/out/app-shell.html +1 -1
  31. package/out/app-shell.txt +11 -11
  32. package/out/index.html +1 -1
  33. package/out/index.txt +12 -12
  34. package/out/project/_/__next._full.txt +12 -12
  35. package/out/project/_/__next._head.txt +4 -4
  36. package/out/project/_/__next._index.txt +6 -6
  37. package/out/project/_/__next._tree.txt +2 -2
  38. package/out/project/_/__next.project.$d$id.__PAGE__.txt +3 -3
  39. package/out/project/_/__next.project.$d$id.txt +3 -3
  40. package/out/project/_/__next.project.txt +3 -3
  41. package/out/project/_/memory/__next._full.txt +12 -12
  42. package/out/project/_/memory/__next._head.txt +4 -4
  43. package/out/project/_/memory/__next._index.txt +6 -6
  44. package/out/project/_/memory/__next._tree.txt +2 -2
  45. package/out/project/_/memory/__next.project.$d$id.memory.__PAGE__.txt +3 -3
  46. package/out/project/_/memory/__next.project.$d$id.memory.txt +3 -3
  47. package/out/project/_/memory/__next.project.$d$id.txt +3 -3
  48. package/out/project/_/memory/__next.project.txt +3 -3
  49. package/out/project/_/memory.html +1 -1
  50. package/out/project/_/memory.txt +12 -12
  51. package/out/project/_/queue/__next._full.txt +12 -12
  52. package/out/project/_/queue/__next._head.txt +4 -4
  53. package/out/project/_/queue/__next._index.txt +6 -6
  54. package/out/project/_/queue/__next._tree.txt +2 -2
  55. package/out/project/_/queue/__next.project.$d$id.queue.__PAGE__.txt +3 -3
  56. package/out/project/_/queue/__next.project.$d$id.queue.txt +3 -3
  57. package/out/project/_/queue/__next.project.$d$id.txt +3 -3
  58. package/out/project/_/queue/__next.project.txt +3 -3
  59. package/out/project/_/queue.html +1 -1
  60. package/out/project/_/queue.txt +12 -12
  61. package/out/project/_.html +1 -1
  62. package/out/project/_.txt +12 -12
  63. package/out/settings/__next._full.txt +12 -12
  64. package/out/settings/__next._head.txt +4 -4
  65. package/out/settings/__next._index.txt +6 -6
  66. package/out/settings/__next._tree.txt +2 -2
  67. package/out/settings/__next.settings.__PAGE__.txt +3 -3
  68. package/out/settings/__next.settings.txt +3 -3
  69. package/out/settings.html +1 -1
  70. package/out/settings.txt +12 -12
  71. package/out/setup/__next._full.txt +12 -12
  72. package/out/setup/__next._head.txt +4 -4
  73. package/out/setup/__next._index.txt +6 -6
  74. package/out/setup/__next._tree.txt +2 -2
  75. package/out/setup/__next.setup.__PAGE__.txt +3 -3
  76. package/out/setup/__next.setup.txt +3 -3
  77. package/out/setup.html +1 -1
  78. package/out/setup.txt +12 -12
  79. package/out/sounds/alert-tone.mp3 +0 -0
  80. package/out/sounds/click.mp3 +0 -0
  81. package/out/sounds/pluck.mp3 +0 -0
  82. package/out/sounds/soft-chime.mp3 +0 -0
  83. package/out/sounds/warm-bell.mp3 +0 -0
  84. package/package.json +5 -2
  85. package/server/config.js +43 -1
  86. package/server/index.js +268 -21
  87. package/server/routes.js +1103 -7
  88. package/templates/CLAUDE.md +1 -0
  89. package/templates/OVERNIGHT-QUEUE.md +1 -1
  90. package/templates/seeds/head.AGENTS.md +21 -2
  91. package/out/_next/static/chunks/0-yus965h3bk_.js +0 -24
  92. package/out/_next/static/chunks/0caq73v0knw_w.js +0 -1
  93. package/out/_next/static/chunks/0d.f~y5jeh785.css +0 -2
  94. package/out/_next/static/chunks/0md7hgvwnovzq.js +0 -1
  95. package/out/_next/static/chunks/0spbjcw4anq15.js +0 -1
  96. /package/out/_next/static/{Cpy01wZHv0vXd_j_HlrSf → 6uvV3nUfwr_t_JKrZJSP8}/_buildManifest.js +0 -0
  97. /package/out/_next/static/{Cpy01wZHv0vXd_j_HlrSf → 6uvV3nUfwr_t_JKrZJSP8}/_clientMiddlewareManifest.js +0 -0
  98. /package/out/_next/static/{Cpy01wZHv0vXd_j_HlrSf → 6uvV3nUfwr_t_JKrZJSP8}/_ssgManifest.js +0 -0
@@ -44,6 +44,7 @@ Branch naming (strict): `task/<issue-number>-<short-slug>`
44
44
  - **Existing patterns first**: check project's existing code before creating new abstractions
45
45
  - Read files before modifying; never code from assumptions
46
46
  - Minimal changes only — no "while I'm here" improvements
47
+ - If the project adds visual regression automation, keep it **manual only** and trigger it only for likely UI-impacting edits.
47
48
 
48
49
  ## Security
49
50
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  ## Active Batch
12
12
 
13
- (no active batch yet — operator will assign one via chat)
13
+ (no active batch yet — operator will assign one via chat. Head will use batch number 1 for the first batch.)
14
14
 
15
15
  ---
16
16
 
@@ -57,9 +57,28 @@ This is an **absolute path** — read it with the full path, never a relative on
57
57
  When the operator asks you in chat to start a task or batch:
58
58
  1. Create the GitHub issue(s) if they don't already exist (`gh issue create` with scope, acceptance, and `agent/*` labels).
59
59
  2. Append the task(s) under the **Backlog** section of `OVERNIGHT-QUEUE.md`, or move them into **Active Batch** if the operator says they're ready to run.
60
+
61
+ **Batch numbering.** Each new batch you put into Active Batch gets the next sequential number. Read every `**Batch:** N` line in the file (Active Batch + Done) and use `max(N) + 1`. If no batches exist yet, start at `1`. Stamp the Active Batch section with:
62
+
63
+ ```markdown
64
+ ## Active Batch
65
+
66
+ **Batch:** <N>
67
+ **Started:** <YYYY-MM-DD HH:MM>
68
+ **Status:** pending kickoff
69
+
70
+ (items...)
71
+ ```
72
+
73
+ When you move a batch to Done, **preserve its `Batch: N` line** so the next batch's number computation stays correct.
60
74
  3. Reply in chat to confirm what you wrote to the queue file (issue numbers + which section).
61
- 4. **Wait for the operator to trigger the batch via the Scheduled Trigger widget** before assigning the first item to `@dev`. Do NOT start assignments the moment the queue file is written — the operator controls kickoff.
62
- 5. Once triggered, assign the first item to `@dev` following the normal workflow below.
75
+ 4. **Tell the operator the queue is ready and how to kick it off.** Send a chat message like:
76
+
77
+ > Queue is ready. To begin, click **Send Message and Start Trigger** in the Operator Features panel (bottom-right). I will start assigning Dev as soon as the trigger fires.
78
+
79
+ Without this prompt the operator has no idea what to do next and the batch sits idle indefinitely. Always send it after step 3, even if the operator only asked for a single ticket.
80
+ 5. **Wait for the operator to trigger the batch via the Scheduled Trigger widget** before assigning the first item to `@dev`. Do NOT start assignments the moment the queue file is written — the operator controls kickoff. The trigger fires the queue-check pulse to all agents and is your signal that the operator wants the batch to start.
81
+ 6. Once triggered, assign the first item to `@dev` following the normal workflow below.
63
82
 
64
83
  ### After each merge
65
84
  1. Move the merged item from **Active Batch** to **Done** in `OVERNIGHT-QUEUE.md`.