Session-Start Hook Design: Merging Worktree Creation and Context Sweep into a Single Automated Step
I noticed the pattern before I decided to fix it: three separate signals in my own vault, all logged on the same day, all hovering in the 7-8 range, all pointing at the same seam in my session lifecycle. That’s usually how these things surface for me — not as a single “aha” but as a cluster of low-grade friction that finally crosses a threshold where it’s cheaper to fix than to keep tolerating. The seam was the gap between creating a git worktree for a new task and the moment the agent actually has enough context to do anything useful in it. ...