Rename indri-services-check to services-check

The task checks all services (indri native, Kubernetes, HTTP endpoints),
not just indri-specific ones.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-04 07:48:23 -08:00
commit ab6a6fa92e
5 changed files with 7 additions and 6 deletions

View file

@ -85,7 +85,7 @@ BlumeOps operations are driven by mise tasks. Run `mise tasks` to list all avail
|------|-------------|
| `zk-docs` | At session start - review infrastructure documentation |
| `provision-indri` | Deploy changes to [[indri]]-hosted services via Ansible |
| `indri-services-check` | After deployments - verify all services are healthy |
| `services-check` | After deployments - verify all services are healthy |
| `pr-comments` | Check unresolved PR comments during review |
| `blumeops-tasks` | Find pending tasks from Todoist |
| `container-list` | View available container images and tags |