@plot-pm/board 0.6.0-rc.44 → 0.6.0-rc.46
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 +91 -85
- package/package.json +1 -1
- package/plot-config.sh +11 -0
package/package.json
CHANGED
package/plot-config.sh
CHANGED
|
@@ -40,6 +40,17 @@
|
|
|
40
40
|
# Approve command how the board runs `/plot-approve <slug>`; the prompt is
|
|
41
41
|
# appended as one argument. Absent = the board's Approve
|
|
42
42
|
# button renders disabled, naming this key as the fix.
|
|
43
|
+
# Idea command how the board runs `/plot-idea` on a tracker issue; the
|
|
44
|
+
# prompt is appended as one argument, and it names a FILE
|
|
45
|
+
# the board wrote (an issue body is free text from anyone
|
|
46
|
+
# who can file an issue, so no part of it is ever a shell
|
|
47
|
+
# word). REQUIRED for the issue row's `Create plan`
|
|
48
|
+
# action, unlike `Approve command`: approving has a
|
|
49
|
+
# script to fall back to, and creating a plan does not —
|
|
50
|
+
# every step of /plot-idea is judgement, and no script
|
|
51
|
+
# here can invoke a skill. Absent (or `none`) = the button
|
|
52
|
+
# refuses and names this key as the fix, rather than
|
|
53
|
+
# accepting the click and doing nothing.
|
|
43
54
|
# Plot 2 posture keys (repo-declared ceremony bounds; all optional):
|
|
44
55
|
# Plan PRs required | never | optional (never = hard gate)
|
|
45
56
|
# Implementation home this repo | <repo/path list> | none
|