diff --git a/knowledge/hermes-automated-triage-24h-plan.md b/knowledge/hermes-automated-triage-24h-plan.md index c5477a0a..70e20d6e 100644 --- a/knowledge/hermes-automated-triage-24h-plan.md +++ b/knowledge/hermes-automated-triage-24h-plan.md @@ -239,7 +239,7 @@ The existing working directories must not be used as clean implementation bases. As of 2026-08-05: -- `/home/brad/Development/titan-iac` has extensive unrelated modified, deleted and untracked user work, including an ongoing repository-layout migration and untracked Mermaid files. +- `/home/brad/Development/atlas-iac` has extensive unrelated modified, deleted and untracked user work, including an ongoing repository-layout migration and untracked Mermaid files. - `/home/brad/Development/Ariadne` is dirty on branch `codex/ariadne-metrics-hotfix`. Execution must: diff --git a/scripts/ops/cluster_power_console.sh b/scripts/ops/cluster_power_console.sh index 8a1d8fa9..fc80f56b 100755 --- a/scripts/ops/cluster_power_console.sh +++ b/scripts/ops/cluster_power_console.sh @@ -13,7 +13,7 @@ Purpose: Canonical control host is titan-db by default so bundle/state handling stays in one place. Defaults: - --repo-dir $HOME/Development/ananke (fallback: $HOME/Development/titan-iac) + --repo-dir $HOME/Development/ananke (fallback: $HOME/Development/atlas-iac) --delegate-host titan-db Examples: @@ -26,7 +26,7 @@ USAGE if [[ -d "${HOME}/Development/ananke" ]]; then REPO_DIR="${HOME}/Development/ananke" else - REPO_DIR="${HOME}/Development/titan-iac" + REPO_DIR="${HOME}/Development/atlas-iac" fi DELEGATE_HOST="titan-db" REMOTE_REPO_DIR="${ANANKE_REMOTE_REPO_DIR:-}" diff --git a/services/comms/knowledge/hermes-automated-triage-24h-plan.md b/services/comms/knowledge/hermes-automated-triage-24h-plan.md index c5477a0a..70e20d6e 100644 --- a/services/comms/knowledge/hermes-automated-triage-24h-plan.md +++ b/services/comms/knowledge/hermes-automated-triage-24h-plan.md @@ -239,7 +239,7 @@ The existing working directories must not be used as clean implementation bases. As of 2026-08-05: -- `/home/brad/Development/titan-iac` has extensive unrelated modified, deleted and untracked user work, including an ongoing repository-layout migration and untracked Mermaid files. +- `/home/brad/Development/atlas-iac` has extensive unrelated modified, deleted and untracked user work, including an ongoing repository-layout migration and untracked Mermaid files. - `/home/brad/Development/Ariadne` is dirty on branch `codex/ariadne-metrics-hotfix`. Execution must: