goalbuddy 0.3.1 → 0.3.5

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 (52) hide show
  1. package/README.md +58 -180
  2. package/RELEASE-0.3.5.md +324 -0
  3. package/goalbuddy/SKILL.md +8 -2
  4. package/goalbuddy/agents/goal_judge.toml +29 -17
  5. package/goalbuddy/agents/goal_scout.toml +34 -14
  6. package/goalbuddy/agents/goal_worker.toml +32 -15
  7. package/goalbuddy/extend/local-goal-board/README.md +8 -4
  8. package/goalbuddy/extend/local-goal-board/examples/subgoal-parent/goal.md +3 -0
  9. package/goalbuddy/extend/local-goal-board/examples/subgoal-parent/notes/.gitkeep +1 -0
  10. package/goalbuddy/extend/local-goal-board/examples/subgoal-parent/state.yaml +60 -0
  11. package/goalbuddy/extend/local-goal-board/examples/subgoal-parent/subgoals/T004-board-view/goal.md +3 -0
  12. package/goalbuddy/extend/local-goal-board/examples/subgoal-parent/subgoals/T004-board-view/notes/.gitkeep +1 -0
  13. package/goalbuddy/extend/local-goal-board/examples/subgoal-parent/subgoals/T004-board-view/state.yaml +52 -0
  14. package/goalbuddy/extend/local-goal-board/extension.yaml +6 -4
  15. package/goalbuddy/extend/local-goal-board/scripts/lib/goal-board.mjs +940 -24
  16. package/goalbuddy/extend/local-goal-board/scripts/local-goal-board.mjs +389 -54
  17. package/goalbuddy/extend/local-goal-board/test/local-goal-board.test.mjs +420 -4
  18. package/goalbuddy/scripts/check-goal-state.mjs +116 -6
  19. package/goalbuddy/scripts/parallel-plan.mjs +191 -0
  20. package/goalbuddy/scripts/render-task-prompt.mjs +248 -0
  21. package/goalbuddy/templates/agents.md +2 -2
  22. package/goalbuddy/templates/state.yaml +8 -0
  23. package/internal/assets/goalbuddy-v0.3.0-release.png +0 -0
  24. package/internal/assets/goalbuddy-v0.3.5-release.png +0 -0
  25. package/internal/cli/goal-maker.mjs +70 -2
  26. package/package.json +3 -2
  27. package/plugins/goalbuddy/.claude-plugin/plugin.json +2 -2
  28. package/plugins/goalbuddy/.codex-plugin/plugin.json +4 -4
  29. package/plugins/goalbuddy/README.md +5 -3
  30. package/plugins/goalbuddy/agents/goal-judge.md +31 -16
  31. package/plugins/goalbuddy/agents/goal-scout.md +38 -13
  32. package/plugins/goalbuddy/agents/goal-worker.md +35 -14
  33. package/plugins/goalbuddy/skills/goalbuddy/SKILL.md +8 -2
  34. package/plugins/goalbuddy/skills/goalbuddy/agents/goal_judge.toml +29 -17
  35. package/plugins/goalbuddy/skills/goalbuddy/agents/goal_scout.toml +34 -14
  36. package/plugins/goalbuddy/skills/goalbuddy/agents/goal_worker.toml +32 -15
  37. package/plugins/goalbuddy/skills/goalbuddy/extend/local-goal-board/README.md +8 -4
  38. package/plugins/goalbuddy/skills/goalbuddy/extend/local-goal-board/examples/subgoal-parent/goal.md +3 -0
  39. package/plugins/goalbuddy/skills/goalbuddy/extend/local-goal-board/examples/subgoal-parent/notes/.gitkeep +1 -0
  40. package/plugins/goalbuddy/skills/goalbuddy/extend/local-goal-board/examples/subgoal-parent/state.yaml +60 -0
  41. package/plugins/goalbuddy/skills/goalbuddy/extend/local-goal-board/examples/subgoal-parent/subgoals/T004-board-view/goal.md +3 -0
  42. package/plugins/goalbuddy/skills/goalbuddy/extend/local-goal-board/examples/subgoal-parent/subgoals/T004-board-view/notes/.gitkeep +1 -0
  43. package/plugins/goalbuddy/skills/goalbuddy/extend/local-goal-board/examples/subgoal-parent/subgoals/T004-board-view/state.yaml +52 -0
  44. package/plugins/goalbuddy/skills/goalbuddy/extend/local-goal-board/extension.yaml +6 -4
  45. package/plugins/goalbuddy/skills/goalbuddy/extend/local-goal-board/scripts/lib/goal-board.mjs +940 -24
  46. package/plugins/goalbuddy/skills/goalbuddy/extend/local-goal-board/scripts/local-goal-board.mjs +389 -54
  47. package/plugins/goalbuddy/skills/goalbuddy/extend/local-goal-board/test/local-goal-board.test.mjs +420 -4
  48. package/plugins/goalbuddy/skills/goalbuddy/scripts/check-goal-state.mjs +116 -6
  49. package/plugins/goalbuddy/skills/goalbuddy/scripts/parallel-plan.mjs +191 -0
  50. package/plugins/goalbuddy/skills/goalbuddy/scripts/render-task-prompt.mjs +248 -0
  51. package/plugins/goalbuddy/skills/goalbuddy/templates/agents.md +2 -2
  52. package/plugins/goalbuddy/skills/goalbuddy/templates/state.yaml +8 -0
@@ -1,14 +1,15 @@
1
1
  id: local-goal-board
2
2
  name: Local Goal Board
3
3
  kind: visualization
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  source_of_truth: local
6
- description: Generate and serve a minimal GoalBuddy-branded local Kanban board that updates live from a goal directory's state.yaml and notes.
7
- local_use_prompt: Run the bundled local board script for docs/goals/<slug>. It writes a tiny web app into docs/goals/<slug>/.goalbuddy-board and serves it on 127.0.0.1 with live SSE updates from state.yaml and notes. Use --once --json for generation checks and no long-running server.
6
+ description: Generate and serve a GoalBuddy-branded local Kanban board that updates live from a goal directory's state.yaml, notes, and linked depth-1 sub-goals.
7
+ local_use_prompt: Run the bundled local board script for docs/goals/<slug>. It writes a tiny web app into docs/goals/<slug>/.goalbuddy-board and serves it through the shared goalbuddy.localhost:41737 local board hub with live SSE updates from state.yaml, notes, and linked depth-1 sub-goals. Multiple active boards are available from the board header switcher. Use --once --json for generation checks and no long-running server.
8
8
  use_when:
9
9
  - A human wants to watch a GoalBuddy run in a local board UI.
10
10
  - The goal needs GitHub-Projects-like visibility without GitHub credentials.
11
11
  - state.yaml and notes should remain the source of truth while the browser updates live.
12
+ - A parent task links a depth-1 child board under subgoals/.
12
13
  activation: user_requested
13
14
  outputs:
14
15
  - Local GoalBuddy board web app
@@ -18,10 +19,11 @@ safe_by_default: true
18
19
  reads:
19
20
  - docs/goals/<slug>/state.yaml
20
21
  - docs/goals/<slug>/notes
22
+ - docs/goals/<slug>/subgoals
21
23
  writes:
22
24
  - docs/goals/<slug>/.goalbuddy-board
23
25
  side_effects:
24
- - Starts a local-only HTTP server when not run with --once.
26
+ - Starts or reuses the shared local-only HTTP board hub when not run with --once.
25
27
  agent_instructions:
26
28
  - Use the bundled local-goal-board script; do not build a static-only mockup.
27
29
  - Keep state.yaml authoritative; the app is only a viewer.