@plot-pm/board 0.6.0-rc.6 → 0.6.0-rc.60

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.6.0-rc.6",
3
+ "version": "0.6.0-rc.60",
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",
@@ -32,7 +32,7 @@
32
32
  "build": "pnpm run build:client && pnpm run build:server",
33
33
  "prepack": "pnpm run build",
34
34
  "typecheck": "tsc --noEmit",
35
- "test": "node --test test/*.test.mjs",
35
+ "test": "node --test --test-concurrency=4 test/*.test.mjs",
36
36
  "test:integration": "pnpm build && vitest run"
37
37
  },
38
38
  "devDependencies": {
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