| @@ -7,10 +7,11 @@ | ||
| 7 | 7 | * - The prompt builder that converts a comment into a chat message array. |
| 8 | 8 | * - Meta read/write helpers so the job callback never touches meta keys |
| 9 | 9 | * directly; the key name lives in one place. |
| 10 | 10 | * |
| 11 | - * Comment analysis is the only auto-analysis the copilot performs (it feeds | |
| 12 | - * the comments-window spam score). Posts, pages, and terms are not analyzed. | |
| 11 | + * Nothing is analyzed automatically. Comment analysis runs on demand only, | |
| 12 | + * through the `desktop-mode/analyze-comment` ability; posts, pages and terms | |
| 13 | + * are not analyzed at all. | |
| 13 | 14 | * |
| 14 | 15 | * Meta key: `_desktop_mode_ai_analysis` (prefixed underscore → hidden from |
| 15 | 16 | * the Custom Fields UI by default). |
| 16 | 17 | * |