MCPcopy Create free account
hub / github.com/AutoForgeAI/autoforge / get_autoforge_dir

Function get_autoforge_dir

autoforge_paths.py:94–96  ·  view source on GitHub ↗

Return the ``.autoforge`` directory path. Does NOT create it.

(project_dir: Path)

Source from the content-addressed store, hash-verified

92# ---------------------------------------------------------------------------
93
94def get_autoforge_dir(project_dir: Path) -> Path:
95 """Return the ``.autoforge`` directory path. Does NOT create it."""
96 return project_dir / ".autoforge"
97
98
99def ensure_autoforge_dir(project_dir: Path) -> Path:

Callers 3

cleanup_orphaned_locksFunction · 0.90
ensure_autoforge_dirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected