@plot-pm/board 0.4.0-rc.79 → 0.4.0-rc.80
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/package.json +1 -1
- package/plot-config.sh +9 -1
package/package.json
CHANGED
package/plot-config.sh
CHANGED
|
@@ -28,7 +28,15 @@
|
|
|
28
28
|
# Delivered index | Sprint directory | Story directory | Story index |
|
|
29
29
|
# Plan template | Main branch | Board command
|
|
30
30
|
# Agent-runner keys (optional; Plot hardcodes no agent tooling, Principle 5):
|
|
31
|
-
# Worker command how /plot-dispatch runs an agent headless on a worktree
|
|
31
|
+
# Worker command how /plot-dispatch runs an agent headless on a worktree.
|
|
32
|
+
# `none` = asked, and this repo starts workers by hand —
|
|
33
|
+
# a DELIBERATE absence, distinct from a missing key so
|
|
34
|
+
# /plot-dispatch stops asking at every fan-out. Never run
|
|
35
|
+
# as a command. Absent = nobody has been asked yet, and
|
|
36
|
+
# the first dispatch asks (never /plot-init: at adoption
|
|
37
|
+
# the question meets a need the answerer does not have,
|
|
38
|
+
# gets a shrug, and an answered-and-wrong key is harder
|
|
39
|
+
# to fix than a missing one).
|
|
32
40
|
# Approve command how the board runs `/plot-approve <slug>`; the prompt is
|
|
33
41
|
# appended as one argument. Absent = the board's Approve
|
|
34
42
|
# button renders disabled, naming this key as the fix.
|