/** * Agent Runtime Binding Resolution Tests — PRI-306 * * TDD tests for: * - resolveAgentRuntimeBinding() — which RuntimeProfile an agent uses * - checkAgentRuntimeReadiness() — whether a profile is ready to run * - createAdapterConfigFromProfile() — profile → adapter config transform * * Acceptance criteria coverage: * AC1: Diagnostician runtime can be configured to use an OpenClaw model reference * AC2: Diagnostician runtime can be configured to use a PD-local profile with apiKeyEnv * AC3: Per-agent override beats default runtime * AC4: Missing env var for PD-local profile fails loud with reason + nextAction * AC5: Existing MVP pipeline still runs with defaults * AC6: Tests cover diagnostician + at least one peer runner binding path */ export {}; //# sourceMappingURL=pd-config-agent-binding.test.d.ts.map