Files
headquarter/openspec/changes/fix-config-profile-git-mount-clone-reuse/tasks.md
T
Developer b5e961ebe9 fix: reuse cached config profile git mounts
- 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
2026-07-17 20:54:01 +00:00

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.