feat: start of git integration

This commit is contained in:
2026-02-16 09:45:34 +01:00
parent f34195bd76
commit d7286ef92f
16 changed files with 876 additions and 4 deletions

View File

@@ -72,4 +72,14 @@ export {
type DiffField,
type ScanResult,
type TableStats,
} from './MetadataDiffEngine';
} from './MetadataDiffEngine';
export {
GitEngine,
getGitEngine,
type GitAvailability,
type RepoState,
type GitStatusDto,
type GitStatusFile,
type GitStatusCounts,
type GitInitResult,
} from './GitEngine';