@@ -234,7 +234,9 @@ Shared utilities, database access, authentication logic, and helpers.
234234* Do not send the entire project source to AI
235235* Snapshot must be regenerated after analyze
236236* Snapshot must remain compact and deterministic
237- * Raw provider errors must not be shown directly to users
237+ * Raw provider errors must not be shown directly to users
238+ * New AI interpretation streams progressively in human-readable mode
239+ * Cached interpretation is rendered immediately without a provider request
238240
239241---
240242
@@ -317,7 +319,9 @@ app/api/auth/*
317319* Include related files in output
318320* Keep answer readable
319321* Respond in the same language as the question
320- * Technical labels can remain in English
322+ * Technical labels can remain in English
323+ * Stream new AI answers progressively in human-readable mode
324+ * Do not stream ` --json ` ; emit one complete JSON document instead
321325
322326### Output Example
323327
@@ -508,6 +512,7 @@ Contract:
508512* stdout contains exactly one JSON document
509513* ANSI codes and terminal decoration are disabled
510514* progress sections and Markdown rendering are omitted
515+ * AI responses are buffered instead of streamed
511516* runtime failures return a JSON object with ` status ` , ` error ` , and optional ` hint `
512517* ` init --json ` never prompts and therefore requires ` GROQ_API_KEY ` or an
513518 existing API key
0 commit comments