consolidation of some of the modules, localization fixes, product advisories work, qa work

This commit is contained in:
master
2026-03-05 03:54:22 +02:00
parent 7bafcc3eef
commit 8e1cb9448d
3878 changed files with 72600 additions and 46861 deletions

View File

@@ -1,6 +1,6 @@
# Advisory Lens Architecture
> **Status: Production (Shared Library).** AdvisoryLens is a standalone deterministic library at `src/__Libraries/StellaOps.AdvisoryLens/`, **not** merged into AdvisoryAI. The two modules serve different purposes: AdvisoryLens provides pattern-based case matching without AI inference; AdvisoryAI provides LLM-powered advisory analysis with guardrails. They can be composed together but are architecturally independent. The library is currently available for integration but not yet referenced from any WebService `Program.cs`.
> **Status: Archived (2026-03-04).** AdvisoryLens is preserved under `src/__Libraries/_archived/StellaOps.AdvisoryLens/` with tests at `src/__Libraries/_archived/StellaOps.AdvisoryLens.Tests/`. It was archived in Sprint 217 after consumer verification confirmed zero production usage.
## Purpose
@@ -8,8 +8,8 @@ StellaOps.AdvisoryLens is a deterministic, offline-first library for semantic ca
## Scope
- Working directory: `src/__Libraries/StellaOps.AdvisoryLens/`
- Tests: `src/__Libraries/__Tests/StellaOps.AdvisoryLens.Tests/`
- Working directory: `src/__Libraries/_archived/StellaOps.AdvisoryLens/`
- Tests: `src/__Libraries/_archived/StellaOps.AdvisoryLens.Tests/`
- Integration entry point: `services.AddAdvisoryLens(...)`
## Models