Add operator client and operations playbook

This commit is contained in:
2026-04-06 19:59:09 -04:00
parent b0889b3925
commit ceb129c7d1
3 changed files with 418 additions and 0 deletions

View File

@@ -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.