From c47b83a75ee83b6fb2cb4d8d8b5312584fc82a1f Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Mon, 11 May 2026 14:36:16 +0100 Subject: [PATCH] docs: generalize health dashboard runbook paths --- .ai-workflows/health-dashboard-remediation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ai-workflows/health-dashboard-remediation.md b/.ai-workflows/health-dashboard-remediation.md index f7b113e..c5893e5 100644 --- a/.ai-workflows/health-dashboard-remediation.md +++ b/.ai-workflows/health-dashboard-remediation.md @@ -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: ```bash - REPO_SLUG="wpallstars/wp-fix-plugin-does-not-exist-notices" \ - REPO_PATH="$HOME/Git/wordpress/wp-fix-plugin-does-not-exist-notices" \ + REPO_SLUG="" \ + REPO_PATH="" \ bash -lc ' source "$HOME/.aidevops/agents/scripts/shared-constants.sh" source "$HOME/.aidevops/agents/scripts/worker-lifecycle-common.sh"