MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / get_progress_cache_path

Function get_progress_cache_path

autoforge_paths.py:148–150  ·  view source on GitHub ↗

Resolve the path to ``.progress_cache``.

(project_dir: Path)

Source from the content-addressed store, hash-verified

146
147
148def get_progress_cache_path(project_dir: Path) -> Path:
149 """Resolve the path to ``.progress_cache``."""
150 return _resolve_path(project_dir, ".progress_cache")
151
152
153def get_prompts_dir(project_dir: Path) -> Path:

Callers 1

send_progress_webhookFunction · 0.90

Calls 1

_resolve_pathFunction · 0.85

Tested by

no test coverage detected