@plot-pm/board 0.6.0-rc.2 → 0.6.0-rc.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/plot-config.sh +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plot-pm/board",
3
- "version": "0.6.0-rc.2",
3
+ "version": "0.6.0-rc.4",
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
@@ -47,6 +47,13 @@
47
47
  # Tracker plot | jira | github-issues | linear (+ URL)
48
48
  # (plot = plans in this repo ARE the tracker; absent = same)
49
49
  # Git host github | bitbucket (resolves gh vs bb)
50
+ # CI jenkins | github-actions | none — which CI system this
51
+ # project uses. Recorded by /plot-board-setup; not yet
52
+ # read by the board.
53
+ # Jenkins instance the slug or URL passed to a Jenkins CLI's -I flag.
54
+ # Read back by /plot-board-setup to verify auth against
55
+ # the right instance — without it the only runnable
56
+ # check verifies nothing.
50
57
  #
51
58
  # `Plan template` is a repo-root-relative path to the plan template /plot-idea
52
59
  # instantiates; when absent, /plot-idea falls back to the shipped template.