/** * Round-trip test: legacy config → kit manifest → equivalent agent behavior * * Validates that: * 1. A RepositoryConfig with projectPaths overrides can be converted to * per-project KitManifests via the legacy bridge. * 2. Each generated manifest passes validateKitManifest(). * 3. The compose pipeline produces the same commands as the original config. * 4. The migration CLI writes syntactically valid TOML that round-trips * through parseKitManifest(). * * Linear: REN-1294 */ export {}; //# sourceMappingURL=migrate-config-to-kits.test.d.ts.map