Add operator client and operations playbook
This commit is contained in:
@@ -24,6 +24,10 @@ curl -X POST http://localhost:8100/context/build \
|
||||
|
||||
# CLI ingestion
|
||||
python scripts/ingest_folder.py --path /path/to/notes
|
||||
|
||||
# Live operator client
|
||||
python scripts/atocore_client.py health
|
||||
python scripts/atocore_client.py audit-query "gigabit" 5
|
||||
```
|
||||
|
||||
## API Endpoints
|
||||
@@ -65,3 +69,8 @@ Set via environment variables (prefix `ATOCORE_`):
|
||||
pip install -e ".[dev]"
|
||||
pytest
|
||||
```
|
||||
|
||||
## Operations
|
||||
|
||||
- `scripts/atocore_client.py` provides a live API client for project refresh, project-state inspection, and retrieval-quality audits.
|
||||
- `docs/operations.md` captures the current operational priority order: retrieval quality, Wave 2 trusted-operational ingestion, AtoDrive scoping, and restore validation.
|
||||
|
||||
Reference in New Issue
Block a user