Some checks failed
railiance-tests / smoke (push) Has been cancelled
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>
6 lines
240 B
Bash
Executable File
6 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
|