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
471 B
471 B
Tasks: fix config profile git mount clone reuse
- Capture the failing runtime trace from an affected tool session.
- Add a regression test proving a valid cached clone is reused.
- Update
clone_git_repo()to check the deterministic clone path before cloning. - Recover safely from an incomplete clone directory.
- Run targeted backend tests and quality checks.
- Update project maps and validate map freshness.
- Commit the verified fix.