(worktree: string, cwd: string)
| 169 | } |
| 170 | |
| 171 | function sessionPath(worktree: string, cwd: string) { |
| 172 | return path.relative(path.resolve(worktree), cwd).replaceAll("\\", "/") |
| 173 | } |
| 174 | |
| 175 | const Summary = Schema.Struct({ |
| 176 | additions: Schema.Finite, |