·
15 commits
to main
since this release
Highlights
- Added the AI side-load cache flow with
tools/scripts/generate-context-cache.sh, workspace and repo summary outputs undercache/context/, and Workspace Hub detail-surface support for side-load freshness plus generated artifact open actions. - Added focused Workspace Hub coverage for the side-load generator, repo-details hydration, and stale-versus-fresh side-load behavior.
- Hardened
tools/bin/workspace-memorywrite-heavy commands with a workspace-owned lock so overlappingsave-repo,save-workspace,mine-*, andwake-upruns serialize instead of contending on the same local MemPalace store. - Updated the workflow so an explicit handover-update request now implies the matching MemPalace closeout, plus
git statusand public-doc alignment checks before closing the chat.
Verification
pnpm --dir "repos/workspace-hub" lintpnpm --dir "repos/workspace-hub" typecheckpnpm --dir "repos/workspace-hub" testpnpm --dir "repos/workspace-hub" buildbash -n tools/scripts/generate-context-cache.shsh -n tools/bin/workspace-memorysh -n tools/scripts/bootstrap-workspace.sh