cloudinit/user-data.yaml and tools/cmd/railiance-plan-host relocated to railiance-infra per ADR-003. Tombstone stubs left in place. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
240 B
Bash
Executable file
5 lines
240 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# RELOCATED — this tool has moved to railiance-infra/tools/cmd/railiance-plan-host
|
|
# Host planning is S1 Infrastructure Substrate scope (ADR-003).
|
|
echo "This tool has moved to railiance-infra. See ADR-003." >&2
|
|
exit 1
|