New bin/infra-net walks every project .infra.yaml (convention:infra_manifest), validates schema + host∈mesh-hosts (alias-aware) + port collisions, prints the live infra-net and writes data/infra-net.json (gitignored, non-destructive — does not touch the services map). Caught prospector's stale host name on first run. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
291 B
Text
12 lines
291 B
Text
# Secrets live outside this repo (see wireguard-vpn-tray ~/.wireguard/)
|
|
*.key
|
|
wg*.conf
|
|
.env
|
|
__pycache__/
|
|
*.pyc
|
|
# Volatile discovered state (current LAN IPs) — written by the daemon, not source.
|
|
data/lan-state.json
|
|
data/agent-status.json
|
|
data/.tray-disabled
|
|
tray/.venv/
|
|
data/infra-net.json
|