|
2 | 2 |
|
3 | 3 | ## Release Metadata |
4 | 4 |
|
5 | | -- version: `v1.0.15` |
6 | | -- start_commit: `58328498136a55998422f097e8fe2364ca320413` |
7 | | -- end_commit: `58328498136a55998422f097e8fe2364ca320413` |
| 5 | +- version: `v1.0.16` |
| 6 | +- start_commit: `b7eccf752996cdaee64a396f8ecefc3bb01dc740` |
| 7 | +- end_commit: `b7eccf752996cdaee64a396f8ecefc3bb01dc740` |
8 | 8 | - commits_in_range: `1` |
9 | 9 |
|
10 | 10 | ## Highlights |
11 | 11 |
|
12 | | -- Harden SourceControlManager git command execution on Windows by expanding executable candidates, adding a `cmd.exe` fallback path, and surfacing aggregated spawn diagnostics. |
13 | | -- Add a blocking CLI startup precheck that verifies the configured PushPals branch exists on `origin`, and fail fast when it is missing. |
14 | | -- Make CLI git precheck non-interactive (`GIT_TERMINAL_PROMPT=0`, `GCM_INTERACTIVE=Never`) to avoid startup hangs during remote validation. |
15 | | -- Add a clear startup alias log line (`pushpals log: ...`) pointing to the runtime services log for easier troubleshooting. |
16 | | -- Extend CLI invocation logging tests for missing-branch fail-fast behavior and environment-dependent stderr output handling. |
| 12 | +- Add WorkerPal to the embedded CLI runtime artifact set so installed `pushpals` releases can bootstrap a WorkerPal backend instead of assuming a source checkout layout. |
| 13 | +- Update the release pipeline to compile and publish `pushpals-runtime-workerpals` binaries for Windows, macOS, and Linux alongside the existing runtime services. |
| 14 | +- Teach RemoteBuddy to prefer an embedded WorkerPal binary when available, while retaining source-checkout fallback for local development. |
| 15 | +- Correct the WorkerPal spawn contract so execution happens against the target repo root and passes `--repo` explicitly, rather than changing cwd to `apps/workerpals`. |
| 16 | +- Prevent false user-facing delegation confirmations by only announcing WorkerPal handoff after worker availability has been established. |
| 17 | +- Extend CLI/runtime tests to cover the embedded WorkerPal artifact path and the revised WorkerPal spawn command shape. |
17 | 18 |
|
18 | 19 | ## Install |
19 | 20 |
|
@@ -44,4 +45,4 @@ bun install -g @pushpalsdev/cli |
44 | 45 | ## Release Checklist |
45 | 46 |
|
46 | 47 | - Confirm `release_log.md` content before tagging. |
47 | | -- Tag and push: `git tag v1.0.15 && git push origin v1.0.15`. |
| 48 | +- Tag and push: `git tag v1.0.16 && git push origin v1.0.16`. |
0 commit comments