Merge pull request #718 from dan-dr/chore/minimum-release-age

chore: set minimum release age
This commit is contained in:
Peter Steinberger
2026-01-11 11:28:54 +00:00
committed by GitHub
3 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
## 2026.1.11 (Unreleased)
### Changes
- Build: set pnpm minimum release age to 2880 minutes (2 days). (#718) — thanks @dan-dr.
- macOS: prompt to install the global `clawdbot` CLI when missing in local mode; install via `clawd.bot/install-cli.sh` (no onboarding) and use external launchd/CLI instead of the embedded gateway runtime.
- Docs: add gog calendar event color IDs from `gog calendar colors`. (#715) — thanks @mjrussell.
- Cron/CLI: trim model overrides on cron edits and document main-session guidance. (#711) — thanks @mjrussell.

View File

@@ -195,6 +195,7 @@
"wireit": "^0.14.12"
},
"pnpm": {
"minimumReleaseAge": 2880,
"overrides": {
"@sinclair/typebox": "0.34.47"
},

View File

@@ -19,5 +19,8 @@
"playwright": "^1.57.0",
"typescript": "^5.9.3",
"vitest": "4.0.16"
},
"pnpm": {
"minimumReleaseAge": 2880
}
}