(agentId: string)
| 241 | } |
| 242 | |
| 243 | export function clearAgentTranscriptSubdir(agentId: string): void { |
| 244 | agentTranscriptSubdirs.delete(agentId) |
| 245 | } |
| 246 | |
| 247 | export function getAgentTranscriptPath(agentId: AgentId): string { |
| 248 | // Same sessionProjectDir consistency as getTranscriptPathForSession — |