@plot-pm/board 0.4.0-rc.6 → 0.4.0-rc.61
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/dist/board-server.mjs +73 -69
- package/package.json +1 -1
- package/plot-config.sh +6 -1
package/package.json
CHANGED
package/plot-config.sh
CHANGED
|
@@ -26,7 +26,12 @@
|
|
|
26
26
|
# Known keys (see the plot skill's Setup section):
|
|
27
27
|
# Project board | Branch prefixes | Plan directory | Active index |
|
|
28
28
|
# Delivered index | Sprint directory | Story directory | Story index |
|
|
29
|
-
# Plan template | Main branch
|
|
29
|
+
# Plan template | Main branch | Board command
|
|
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
|
|
32
|
+
# Approve command how the board runs `/plot-approve <slug>`; the prompt is
|
|
33
|
+
# appended as one argument. Absent = the board's Approve
|
|
34
|
+
# button renders disabled, naming this key as the fix.
|
|
30
35
|
# Plot 2 posture keys (repo-declared ceremony bounds; all optional):
|
|
31
36
|
# Plan PRs required | never | optional (never = hard gate)
|
|
32
37
|
# Implementation home this repo | <repo/path list> | none
|