()
| 424 | return join(getDataDir(), 'facets') |
| 425 | } |
| 426 | function getSessionMetaDir(): string { |
| 427 | return join(getDataDir(), 'session-meta') |
| 428 | } |
| 429 | |
| 430 | const FACET_EXTRACTION_PROMPT = `Analyze this Claude Code session and extract structured facets. |
| 431 |
no test coverage detected