docs: generalize health dashboard runbook paths

This commit is contained in:
2026-05-11 14:36:16 +01:00
parent 796d4ae381
commit c47b83a75e
@@ -34,8 +34,8 @@ Use this runbook when the repository supervisor health dashboard becomes stale.
4. Run one targeted health issue refresh for this repository: 4. Run one targeted health issue refresh for this repository:
```bash ```bash
REPO_SLUG="wpallstars/wp-fix-plugin-does-not-exist-notices" \ REPO_SLUG="<owner/repo>" \
REPO_PATH="$HOME/Git/wordpress/wp-fix-plugin-does-not-exist-notices" \ REPO_PATH="<your/local/path>" \
bash -lc ' bash -lc '
source "$HOME/.aidevops/agents/scripts/shared-constants.sh" source "$HOME/.aidevops/agents/scripts/shared-constants.sh"
source "$HOME/.aidevops/agents/scripts/worker-lifecycle-common.sh" source "$HOME/.aidevops/agents/scripts/worker-lifecycle-common.sh"