@plot-pm/board 0.4.0-rc.55 → 0.4.0-rc.57

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plot-pm/board",
3
- "version": "0.4.0-rc.55",
3
+ "version": "0.4.0-rc.57",
4
4
  "description": "Local Kanban board for Plot — a glanceable view of plan phases from docs/plans, with sprint and story filters",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/plot-config.sh CHANGED
@@ -27,6 +27,11 @@
27
27
  # Project board | Branch prefixes | Plan directory | Active index |
28
28
  # Delivered index | Sprint directory | Story directory | Story index |
29
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