docs(d6): Block D abgeschlossen — ai_copilot als deprecated markiert mit Abschaltplan (ARCH-059: Backend-only, 0 Frontend-Referenzen, Test geskippt → Migration wäre Verschwendung); ARCH-023 als verifiziertes No-Op dokumentiert (Plugin-Services registrieren sich selbst bei on_activate — bewusstes Design)

This commit is contained in:
Agent Zero
2026-08-24 12:50:17 +02:00
parent 5cc5a3fa6a
commit 3934aea6ef
4 changed files with 37 additions and 5 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
"""AI Copilot routes — query, execute, history."""
"""AI Copilot routes — query, execute, history.
.. deprecated:: Phase 2 (ARCH-059)
Legacy module, not wired into main.py and without frontend consumers.
Scheduled for removal together with app/services/ai_copilot_service.py
and the ``ai_conversations`` tables (see service docstring for plan).
"""
from __future__ import annotations