/** * Structural guard: @opensip-tools/contracts is TYPES-ONLY again (2.10.1, * ADR-0023). The `cli:` block loader (`loadCliDefaults`) — a runtime YAML * projection — moved to @opensip-tools/config, restoring the charter the * package's own docs assert. This test fails if any contracts source reintroduces * config-document parsing (a `readYamlFile(...)` / `resolveProjectConfigPath(...)` * call), complementing the `no-config-loader-outside-config` fitness guardrail. */ export {}; //# sourceMappingURL=types-only.test.d.ts.map