Why
- Need immediate delivery of refresh-token rotation persistence fix before upstream release.
- Keep existing binary-tar packaging flow (no package-model changes).
What
- bump gogcli package version 0.11.0 -> 0.11.1
- switch release artifact URLs to joshp123/gogcli v0.11.1
- update SRI hashes for darwin arm64, linux amd64, linux arm64 assets
Tests
- nix build .#gogcli
- ./result/bin/gog version
What:
- delete oracle package and plugin exports
- remove oracle from tool update and skill sync pipelines
- remove oracle mentions from README
Why:
- oracle is no longer part of the bundled toolchain
- keep package/update surface aligned with active bundled plugins only
Tests:
- go test ./... (pass)
- nix flake check --no-build (pass)
What:
- update goplaces source rev to include units support
- note metric units default in goplaces skill guidance
Why:
- allow human directions output to be metric by default
Tests:
- nix build .#goplaces --accept-flake-config
What: add timestamped logging and timeout wrappers for pnpm/tsc steps.
Why: surface hanging build phase and fail fast when commands stall.
Tests: not run (build hang investigation)
What: copy packages/core and apps/chrome-extension into libexec.
Why: avoid broken pnpm workspace symlinks in output.
Tests: nix build .#packages.x86_64-linux.summarize -L (timed out in fixup)
What: drop pnpm prune from build to avoid reinstalling node_modules.
Why: pnpm prune re-fetches from npm registry even in offline mode, breaking CI.
Tests: nix build .#packages.x86_64-linux.summarize (timed out in fixup)
What:
- add linux outputs and source build for summarize; plugin flakes now follow current system
- expand update-tools to handle per-system assets and summarize source/pnpm hash
- include linux checks in garnix and docs updates
Why:
- enable linux users to consume supported tools and summarize via Nix
Tests:
- ubs --diff
- nix flake check
- nix flake check --all-systems
- nix build .#summarize
- ./result/bin/summarize --version