b5e961ebe9
- Reuse valid deterministic git mount clones on repeated starts - Remove incomplete clone destinations before retrying - Add regression coverage for cached and partial clones - Document OpenSpec change fix-config-profile-git-mount-clone-reuse Quality gates: pytest (13 passed), ruff, mypy
10 lines
471 B
Markdown
10 lines
471 B
Markdown
# Tasks: fix config profile git mount clone reuse
|
|
|
|
- [x] Capture the failing runtime trace from an affected tool session.
|
|
- [x] Add a regression test proving a valid cached clone is reused.
|
|
- [x] Update `clone_git_repo()` to check the deterministic clone path before cloning.
|
|
- [x] Recover safely from an incomplete clone directory.
|
|
- [x] Run targeted backend tests and quality checks.
|
|
- [x] Update project maps and validate map freshness.
|
|
- [x] Commit the verified fix.
|