Rename indri-services-check to services-check (#103)

## Summary
- Rename `indri-services-check` task to `services-check` since it checks all services (indri native, Kubernetes, HTTP endpoints), not just indri-specific ones
- Update references in CLAUDE.md, ai-assistance-guide.md, and troubleshooting.md

## Deployment and Testing
- [ ] Run `mise run services-check` to verify the task works under its new name

Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/103
This commit is contained in:
Erich Blume 2026-02-04 07:49:15 -08:00
commit e720b524d3
5 changed files with 7 additions and 6 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
#MISE description="Check that all indri services are online and responding"
#MISE description="Check that all services are online and responding"
set -euo pipefail
@ -36,8 +36,8 @@ check_http() {
fi
}
echo "Checking indri services..."
echo "=========================="
echo "Checking services..."
echo "===================="
echo ""
# Local services on indri