pub const READINESS_FILE_PATH: &str = "/run/pact/ready";
Well-known readiness file path (alternative to socket).
pact-agent creates this file when all boot phases complete. lattice-node-agent can poll for its existence.