wip: doctor/cli/docs/api to vector db consolidation; api hardening for descriptions, tenant, and scopes; migrations and conversions of all DALs to EF v10

This commit is contained in:
master
2026-02-23 15:30:50 +02:00
parent bd8fee6ed8
commit e746577380
1424 changed files with 81225 additions and 25251 deletions

View File

@@ -64,6 +64,25 @@ stella advisoryai index rebuild [--json]
Rebuilds the deterministic AKS index from local markdown, OpenAPI, and Doctor metadata sources.
### `stella advisoryai sources prepare`
```bash
stella advisoryai sources prepare \
[--repo-root <path>] \
[--docs-allowlist <path>] \
[--docs-manifest-output <path>] \
[--openapi-output <path>] \
[--doctor-seed <path>] \
[--doctor-controls-output <path>] \
[--overwrite] \
[--json]
```
Generates deterministic AKS seed artifacts before index rebuild:
- docs manifest from the allow-list
- aggregated OpenAPI artifact output path
- doctor controls projection JSON enriched from configured seed + discovered Doctor check catalog metadata when available
## 2·`stella sources ingest --dry-run`
### 2.1Synopsis