mirror of
https://github.com/brunopostle/ifcurl.git
synced 2026-07-12 02:08:13 +00:00
select_local_repo() replaces direct find_local_repos() calls in _remap_origin. It reads/writes [project_origins] in config.toml: a cached path is returned immediately; false marks a project read-only; a single match is auto-cached without prompting; multiple matches call a prompt_fn (default: interactive stdin) and cache the choice. Stale config paths bust the discovery cache so the next call rescans. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_auth.py | ||
| test_bcf.py | ||
| test_bcf_api.py | ||
| test_checkout.py | ||
| test_diff.py | ||
| test_discover.py | ||
| test_documents_api.py | ||
| test_documents_api_picker.py | ||
| test_foundation_api.py | ||
| test_git.py | ||
| test_render.py | ||
| test_sandbox.py | ||
| test_service.py | ||
| test_url.py | ||
| test_viewer_url.mjs | ||