()
| 264 | * Check if Addie is ready |
| 265 | */ |
| 266 | export function isAddieReady(): boolean { |
| 267 | return initialized && claudeClient !== null && isKnowledgeReady(); |
| 268 | } |
| 269 | |
| 270 | /** |
| 271 | * Build per-request context for the system prompt. |
no test coverage detected