fix: restore SessionStart hook, add SessionEnd hook #4731
ccantynzcommented Jul 1, 2026
Originally written by @vercel[bot] on GitHub.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| voxlen | Preview, Comment | Jul 1, 2026 9:06am |
Cross-repo impact
See what breaks downstream if this PR merges.
⮌ Merged
This pull request was merged into main.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts
Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/voxlen/pull/70
The SessionStart hook (installs npm deps for root/landing/sdk on remote sessions) was silently dropped when an earlier commit replaced the whole settings.json with just a permissions block. Restored it and added a matching SessionEnd hook that logs session end to a gitignored file.