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 +4 -0
- package/README.md +2 -0
- package/package.json +1 -1
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