Add grounded unified search answers and live verification
This commit is contained in:
@@ -572,6 +572,10 @@ stella advisoryai index rebuild --json
|
||||
Generate deterministic AdvisoryAI Knowledge Search (AKS) source artifacts used by index rebuild.
|
||||
Doctor controls output is enriched from configured seed plus locally discovered Doctor checks (when Doctor engine services are available), providing fallback metadata for AdvisoryAI ingestion.
|
||||
|
||||
Requirements:
|
||||
- In a source checkout, do not assume `stella` is already installed on `PATH`; build or run it from source first.
|
||||
- Set `STELLAOPS_BACKEND_URL` (or the equivalent CLI config file value) when the command needs live Doctor check discovery.
|
||||
|
||||
### Synopsis
|
||||
|
||||
```bash
|
||||
@@ -594,6 +598,7 @@ stella advisoryai sources prepare [options]
|
||||
### Examples
|
||||
|
||||
```bash
|
||||
export STELLAOPS_BACKEND_URL="http://127.0.0.1:10451"
|
||||
stella advisoryai sources prepare --json
|
||||
stella advisoryai sources prepare --repo-root . --openapi-output devops/compose/openapi_current.json --overwrite
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user