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

Function get_prompts_dir

autoforge_paths.py:153–155  ·  view source on GitHub ↗

Resolve the path to the ``prompts/`` directory.

(project_dir: Path)

Source from the content-addressed store, hash-verified

151
152
153def get_prompts_dir(project_dir: Path) -> Path:
154 """Resolve the path to the ``prompts/`` directory."""
155 return _resolve_dir(project_dir, "prompts")
156
157
158# ---------------------------------------------------------------------------

Callers 7

get_project_prompts_dirFunction · 0.90
get_system_promptFunction · 0.90
startMethod · 0.90
startMethod · 0.90
get_spec_file_statusFunction · 0.90
expand_project_websocketFunction · 0.90
reset_projectFunction · 0.90

Calls 1

_resolve_dirFunction · 0.85

Tested by

no test coverage detected