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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user