bool isLockManifestOutput(String outputPath) { return outputPath.endsWith('.lock.yaml') || outputPath.endsWith('.lock.yml'); }