From 0f32df9aeec7f2eb27c968cdad20feada7d452a5 Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 1 Sep 2026 21:08:18 -0300 Subject: [PATCH] docs: follow local atlas-iac checkout path --- knowledge/hermes-automated-triage-24h-plan.md | 2 +- scripts/ops/cluster_power_console.sh | 4 ++-- services/comms/knowledge/hermes-automated-triage-24h-plan.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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: