docs: follow local atlas-iac checkout path

This commit is contained in:
jenkins 2026-09-01 21:08:18 -03:00
parent 7b44db48c2
commit 0f32df9aee
3 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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:-}"

View File

@ -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: