goalbuddy 0.2.10 → 0.2.11

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/CONTRIBUTING.md CHANGED
@@ -35,6 +35,10 @@ npm pack --dry-run
35
35
 
36
36
  The package should include `README.md`, `internal/assets/`, `package.json`, `internal/cli/`, the canonical `goalbuddy/` skill directory, the temporary `goal-maker/` compatibility skill directory, and `plugins/goalbuddy/`.
37
37
 
38
+ ## Releases
39
+
40
+ GoalBuddy publishes from GitHub Actions with npm trusted publishing. See [RELEASE.md](RELEASE.md) before creating a release.
41
+
38
42
  ## Contribution Guidelines
39
43
 
40
44
  - Keep the runtime dependency-free unless there is a strong reason.
package/README.md CHANGED
@@ -125,6 +125,8 @@ npx goalbuddy
125
125
 
126
126
  Machine-readable commands such as `npx goal-maker install --json` keep JSON output clean so existing automation can migrate safely.
127
127
 
128
+ Release automation for future npm publishes is documented in [RELEASE.md](RELEASE.md).
129
+
128
130
  Repair only the agent definitions:
129
131
 
130
132
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goalbuddy",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "Turn open-ended Codex goals into a GoalBuddy Scout/Judge/Worker board with receipts, verification, and optional extensions.",
5
5
  "type": "module",
6
6
  "bin": {