docs: follow local atlas-iac checkout path
This commit is contained in:
parent
7b44db48c2
commit
0f32df9aee
@ -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:
|
||||
|
||||
@ -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:-}"
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user