qa(advisoryai): verify codex companion and sync FLOW/task state

This commit is contained in:
master
2026-02-11 14:05:06 +02:00
parent 4e5300660d
commit d2aca4c9d3
29 changed files with 2523 additions and 32 deletions

View File

@@ -1,22 +0,0 @@
# AI Codex / Zastava Companion
## Status
NOT_FOUND
## Description
The advisory AI module exists with policy studio and LatticeRuleGenerator, but the specific "AI Codex" or "Zastava Companion" branding/feature set described in the advisory is not found.
## Why Not Implemented
- The specific "AI Codex" or "Zastava Companion" branding is not found, but substantial AI infrastructure exists:
- `src/AdvisoryAI/` provides evidence-anchored explanation generation with `EvidenceAnchoredExplanationGenerator`, `ExplanationPromptTemplates`, replay golden tests, and a web service (`AdvisoryAI.WebService/Program.cs`)
- `src/Zastava/StellaOps.Zastava.Observer/` exists as a runtime observer module
- The Web UI has Ask Stella components under `src/Web/.../shared/components/ai/`
- The "AI Codex" concept (a comprehensive AI assistant branded as "Zastava Companion") appears to be a product vision not yet realized as a unified feature, though its constituent parts (AI explanations, policy studio, LatticeRuleGenerator) exist separately
## Source
- Feature matrix scan
## Notes
- Module: AdvisoryAI
- Modules referenced: `src/AdvisoryAI`, `src/Zastava/`
- Related: `src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/` (explanation generation), `src/Zastava/` (observer)