()
| 19 | export type SessionStatus = 'busy' | 'idle' | 'waiting' |
| 20 | |
| 21 | function getSessionsDir(): string { |
| 22 | return join(getClaudeConfigHomeDir(), 'sessions') |
| 23 | } |
| 24 | |
| 25 | /** |
| 26 | * Kind override from env. Set by the spawner (`claude --bg`, daemon |
no outgoing calls
no test coverage detected