goalbuddy 0.3.7 → 0.3.8
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/CHANGELOG.md +61 -0
- package/CONTRIBUTING.md +2 -2
- package/README.md +11 -3
- package/{RELEASE-0.3.7.md → docs/releases/0.3.7.md} +2 -0
- package/docs/releases/0.3.8.md +40 -0
- package/docs/releases/README.md +83 -0
- package/goalbuddy/SKILL.md +2 -0
- package/goalbuddy/scripts/render-task-prompt.mjs +17 -3
- package/goalbuddy/surfaces/local-goal-board/scripts/lib/goal-board.mjs +15 -11
- package/goalbuddy/surfaces/local-goal-board/scripts/local-goal-board.mjs +23 -2
- package/goalbuddy/surfaces/local-goal-board/test/local-goal-board.test.mjs +55 -4
- package/internal/cli/goal-maker.mjs +168 -6
- package/package.json +5 -6
- package/plugins/goalbuddy/.claude-plugin/plugin.json +1 -1
- package/plugins/goalbuddy/.codex-plugin/plugin.json +1 -1
- package/plugins/goalbuddy/README.md +1 -1
- package/plugins/goalbuddy/skills/goalbuddy/SKILL.md +2 -0
- package/plugins/goalbuddy/skills/goalbuddy/scripts/render-task-prompt.mjs +17 -3
- package/plugins/goalbuddy/skills/goalbuddy/surfaces/local-goal-board/scripts/local-goal-board.mjs +23 -2
- package/plugins/goalbuddy/skills/goalbuddy/surfaces/local-goal-board/test/local-goal-board.test.mjs +27 -0
- package/examples/improve-goal-maker/goal.md +0 -51
- package/examples/improve-goal-maker/notes/T001-repo-map.md +0 -59
- package/examples/improve-goal-maker/notes/T002-risk-map.md +0 -37
- package/examples/improve-goal-maker/state.yaml +0 -224
- /package/{RELEASE-0.3.5.md → docs/releases/0.3.5.md} +0 -0
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
# Goal Maker v2 state.yaml
|
|
2
|
-
# Board truth lives here. goal.md is the editable charter; notes/ holds long receipts only.
|
|
3
|
-
|
|
4
|
-
version: 2
|
|
5
|
-
|
|
6
|
-
goal:
|
|
7
|
-
title: "Improve Goal Maker"
|
|
8
|
-
slug: "improve-goal-maker"
|
|
9
|
-
kind: open_ended # specific | open_ended | recovery | audit
|
|
10
|
-
tranche: "Discover the highest-leverage local improvements to Goal Maker, complete the first safe implementation tranche, and leave a reviewable handoff for anything larger."
|
|
11
|
-
status: done # active | blocked | done
|
|
12
|
-
|
|
13
|
-
rules:
|
|
14
|
-
pm_owns_state: true
|
|
15
|
-
one_active_task: true
|
|
16
|
-
max_write_workers: 1
|
|
17
|
-
no_implementation_without_worker_or_pm_task: true
|
|
18
|
-
no_completion_without_judge_or_pm_audit: true
|
|
19
|
-
|
|
20
|
-
agents:
|
|
21
|
-
scout: installed
|
|
22
|
-
worker: installed
|
|
23
|
-
judge: installed
|
|
24
|
-
|
|
25
|
-
active_task: null
|
|
26
|
-
|
|
27
|
-
tasks:
|
|
28
|
-
- id: T001
|
|
29
|
-
type: scout
|
|
30
|
-
assignee: Scout
|
|
31
|
-
status: done
|
|
32
|
-
objective: "Map Goal Maker purpose, architecture, templates, scripts, tests, docs, verification commands, health signals, and improvement candidates."
|
|
33
|
-
inputs:
|
|
34
|
-
- README.md
|
|
35
|
-
- CONTRIBUTING.md
|
|
36
|
-
- package.json
|
|
37
|
-
- goal-maker/SKILL.md
|
|
38
|
-
- goal-maker/templates
|
|
39
|
-
- goal-maker/scripts
|
|
40
|
-
- goal-maker/test
|
|
41
|
-
- docs
|
|
42
|
-
constraints:
|
|
43
|
-
- "Read-only."
|
|
44
|
-
- "Do not edit implementation files."
|
|
45
|
-
- "Prefer concrete file-path evidence over generic advice."
|
|
46
|
-
- "Flag any mismatch between the skill contract, templates, checker, tests, and Codex agent behavior."
|
|
47
|
-
expected_output:
|
|
48
|
-
- "Repo map"
|
|
49
|
-
- "Verification commands"
|
|
50
|
-
- "Current failures or unknowns"
|
|
51
|
-
- "Ranked improvement candidates"
|
|
52
|
-
- "Candidate next tasks"
|
|
53
|
-
receipt:
|
|
54
|
-
result: done
|
|
55
|
-
note: notes/T001-repo-map.md
|
|
56
|
-
summary: "Repo map completed; verification is green, install/package checks work, and the top improvement area is Goal Maker workflow reliability around checker blind spots, agent installation assumptions, and template/skill drift."
|
|
57
|
-
evidence:
|
|
58
|
-
- README.md
|
|
59
|
-
- CONTRIBUTING.md
|
|
60
|
-
- package.json
|
|
61
|
-
- goal-maker/SKILL.md
|
|
62
|
-
- goal-maker/bin/goal-maker.mjs
|
|
63
|
-
- goal-maker/scripts/check-goal-state.mjs
|
|
64
|
-
- goal-maker/scripts/install-agents.mjs
|
|
65
|
-
- goal-maker/templates/state.yaml
|
|
66
|
-
- goal-maker/agents/goal_scout.toml
|
|
67
|
-
- goal-maker/agents/goal_worker.toml
|
|
68
|
-
- goal-maker/agents/goal_judge.toml
|
|
69
|
-
- goal-maker/test/check-goal-state.test.mjs
|
|
70
|
-
spawned_tasks:
|
|
71
|
-
- T002
|
|
72
|
-
- T003
|
|
73
|
-
- id: T002
|
|
74
|
-
type: scout
|
|
75
|
-
assignee: Scout
|
|
76
|
-
status: done
|
|
77
|
-
objective: "Investigate Goal Maker workflow risks, stale instructions, checker blind spots, and agent-installation assumptions."
|
|
78
|
-
inputs:
|
|
79
|
-
- "T001 receipt"
|
|
80
|
-
- goal-maker/agents
|
|
81
|
-
- goal-maker/scripts/check-goal-state.mjs
|
|
82
|
-
- goal-maker/scripts/install-agents.mjs
|
|
83
|
-
- goal-maker/templates
|
|
84
|
-
- goal-maker/test
|
|
85
|
-
constraints:
|
|
86
|
-
- "Read-only."
|
|
87
|
-
- "Do not edit implementation files."
|
|
88
|
-
- "Ground every risk in a file path, command result, or missing coverage."
|
|
89
|
-
expected_output:
|
|
90
|
-
- "Risk map"
|
|
91
|
-
- "Checker or template gaps"
|
|
92
|
-
- "Agent setup assumptions"
|
|
93
|
-
- "Small safe implementation candidates"
|
|
94
|
-
receipt:
|
|
95
|
-
result: done
|
|
96
|
-
note: notes/T002-risk-map.md
|
|
97
|
-
summary: "Risk map completed; doctor exits green with missing agents, checker accepts type/assignee mismatches, and update leaves stale agents unless forced."
|
|
98
|
-
evidence:
|
|
99
|
-
- goal-maker/bin/goal-maker.mjs
|
|
100
|
-
- goal-maker/scripts/check-goal-state.mjs
|
|
101
|
-
- goal-maker/scripts/install-agents.mjs
|
|
102
|
-
- goal-maker/test/check-goal-state.test.mjs
|
|
103
|
-
- README.md
|
|
104
|
-
spawned_tasks:
|
|
105
|
-
- T003
|
|
106
|
-
- id: T003
|
|
107
|
-
type: judge
|
|
108
|
-
assignee: Judge
|
|
109
|
-
status: done
|
|
110
|
-
objective: "Choose the first safe implementation tranche by impact, confidence, reversibility, and verification strength."
|
|
111
|
-
inputs:
|
|
112
|
-
- "T001 receipt"
|
|
113
|
-
- "T002 receipt if available"
|
|
114
|
-
- "Current dirty diff"
|
|
115
|
-
constraints:
|
|
116
|
-
- "Do not implement."
|
|
117
|
-
- "Pick small reviewable work."
|
|
118
|
-
- "Prefer changes that improve Goal Maker reliability or clarity without widening scope."
|
|
119
|
-
expected_output:
|
|
120
|
-
- "Decision"
|
|
121
|
-
- "First Worker task with allowed_files and verify commands"
|
|
122
|
-
- "Blocked or deferred tasks"
|
|
123
|
-
receipt:
|
|
124
|
-
result: done
|
|
125
|
-
decision: "Implement the doctor missing-agent reliability fix first; it directly supports the Goal Maker setup contract, is small, reversible, and can be verified with focused CLI tests plus npm run check."
|
|
126
|
-
evidence:
|
|
127
|
-
- examples/improve-goal-maker/notes/T001-repo-map.md
|
|
128
|
-
- examples/improve-goal-maker/notes/T002-risk-map.md
|
|
129
|
-
- goal-maker/bin/goal-maker.mjs
|
|
130
|
-
- package.json
|
|
131
|
-
next_allowed_task: T004
|
|
132
|
-
blocked_tasks:
|
|
133
|
-
- "Checker type/assignee mismatch fix deferred until after doctor reliability tranche."
|
|
134
|
-
- "Agent update overwrite semantics deferred because it may need owner policy on preserving local custom agents."
|
|
135
|
-
required_board_updates:
|
|
136
|
-
- "Set T004 active with allowed_files limited to the CLI and focused CLI test."
|
|
137
|
-
- id: T004
|
|
138
|
-
type: worker
|
|
139
|
-
assignee: Worker
|
|
140
|
-
status: done
|
|
141
|
-
objective: "Make `goal-maker doctor` fail when any required bundled agent definition is missing, with focused CLI test coverage."
|
|
142
|
-
allowed_files:
|
|
143
|
-
- goal-maker/bin/goal-maker.mjs
|
|
144
|
-
- goal-maker/test/goal-maker-cli.test.mjs
|
|
145
|
-
verify:
|
|
146
|
-
- npm run check
|
|
147
|
-
- tmp=$(mktemp -d); node goal-maker/bin/goal-maker.mjs install --codex-home "$tmp" >/dev/null && rm "$tmp/agents/goal_worker.toml" && ! node goal-maker/bin/goal-maker.mjs doctor --codex-home "$tmp"; rc=$?; rm -rf "$tmp"; exit $rc
|
|
148
|
-
stop_if:
|
|
149
|
-
- "Need files outside allowed_files."
|
|
150
|
-
- "Behavior is ambiguous."
|
|
151
|
-
- "Verification fails twice."
|
|
152
|
-
- "Need to touch unrelated asset changes in the dirty worktree."
|
|
153
|
-
receipt:
|
|
154
|
-
result: done
|
|
155
|
-
changed_files:
|
|
156
|
-
- goal-maker/bin/goal-maker.mjs
|
|
157
|
-
- goal-maker/test/goal-maker-cli.test.mjs
|
|
158
|
-
commands:
|
|
159
|
-
- cmd: node --test goal-maker/test/goal-maker-cli.test.mjs
|
|
160
|
-
status: fail_expected_red
|
|
161
|
-
- cmd: node --test goal-maker/test/goal-maker-cli.test.mjs
|
|
162
|
-
status: pass
|
|
163
|
-
- cmd: node --check goal-maker/bin/goal-maker.mjs
|
|
164
|
-
status: pass
|
|
165
|
-
- cmd: npm run check
|
|
166
|
-
status: pass
|
|
167
|
-
- cmd: tmp=$(mktemp -d); node goal-maker/bin/goal-maker.mjs install --codex-home "$tmp" >/dev/null && rm "$tmp/agents/goal_worker.toml" && ! node goal-maker/bin/goal-maker.mjs doctor --codex-home "$tmp"; rc=$?; rm -rf "$tmp"; exit $rc
|
|
168
|
-
status: pass
|
|
169
|
-
- cmd: git diff --check
|
|
170
|
-
status: pass
|
|
171
|
-
summary: "`goal-maker doctor` now reports `missing_agents` and exits non-zero when any required bundled agent definition is absent; focused CLI coverage was added."
|
|
172
|
-
- id: T999
|
|
173
|
-
type: judge
|
|
174
|
-
assignee: Judge
|
|
175
|
-
status: done
|
|
176
|
-
objective: "Audit whether the current tranche is complete."
|
|
177
|
-
inputs:
|
|
178
|
-
- "All done task receipts"
|
|
179
|
-
- "Last verification"
|
|
180
|
-
- "Current dirty diff"
|
|
181
|
-
constraints:
|
|
182
|
-
- "Do not implement."
|
|
183
|
-
- "Completion requires evidence from receipts and verification."
|
|
184
|
-
expected_output:
|
|
185
|
-
- "complete | not_complete"
|
|
186
|
-
- "missing evidence"
|
|
187
|
-
- "next task if not complete"
|
|
188
|
-
receipt:
|
|
189
|
-
result: done
|
|
190
|
-
decision: complete
|
|
191
|
-
summary: "Current tranche is complete: Scout mapped the repo, Scout/Judge selected the doctor missing-agent reliability fix, Worker implemented it inside allowed files, and fresh verification passed."
|
|
192
|
-
evidence:
|
|
193
|
-
- examples/improve-goal-maker/notes/T001-repo-map.md
|
|
194
|
-
- examples/improve-goal-maker/notes/T002-risk-map.md
|
|
195
|
-
- goal-maker/bin/goal-maker.mjs
|
|
196
|
-
- goal-maker/test/goal-maker-cli.test.mjs
|
|
197
|
-
verification:
|
|
198
|
-
- cmd: npm run check
|
|
199
|
-
status: pass
|
|
200
|
-
- cmd: tmp=$(mktemp -d); node goal-maker/bin/goal-maker.mjs install --codex-home "$tmp" >/dev/null && rm "$tmp/agents/goal_worker.toml" && ! node goal-maker/bin/goal-maker.mjs doctor --codex-home "$tmp"; rc=$?; rm -rf "$tmp"; exit $rc
|
|
201
|
-
status: pass
|
|
202
|
-
- cmd: git diff --check
|
|
203
|
-
status: pass
|
|
204
|
-
- cmd: node goal-maker/scripts/check-goal-state.mjs examples/improve-goal-maker/state.yaml
|
|
205
|
-
status: pass
|
|
206
|
-
deferred:
|
|
207
|
-
- "Checker type/assignee mismatch validation."
|
|
208
|
-
- "Agent update overwrite semantics."
|
|
209
|
-
- "Optional checker validation for missing or invalid agents section."
|
|
210
|
-
|
|
211
|
-
checks:
|
|
212
|
-
dirty_fingerprint: unknown
|
|
213
|
-
last_verification:
|
|
214
|
-
result: pass
|
|
215
|
-
task: T999
|
|
216
|
-
commands:
|
|
217
|
-
- cmd: npm run check
|
|
218
|
-
status: pass
|
|
219
|
-
- cmd: tmp=$(mktemp -d); node goal-maker/bin/goal-maker.mjs install --codex-home "$tmp" >/dev/null && rm "$tmp/agents/goal_worker.toml" && ! node goal-maker/bin/goal-maker.mjs doctor --codex-home "$tmp"; rc=$?; rm -rf "$tmp"; exit $rc
|
|
220
|
-
status: pass
|
|
221
|
-
- cmd: git diff --check
|
|
222
|
-
status: pass
|
|
223
|
-
- cmd: node goal-maker/scripts/check-goal-state.mjs examples/improve-goal-maker/state.yaml
|
|
224
|
-
status: pass
|
|
File without changes
|