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

Function get_project_prompts_dir

prompts.py:20–23  ·  view source on GitHub ↗

Get the prompts directory for a specific project.

(project_dir: Path)

Source from the content-addressed store, hash-verified

18
19
20def get_project_prompts_dir(project_dir: Path) -> Path:
21 """Get the prompts directory for a specific project."""
22 from autoforge_paths import get_prompts_dir
23 return get_prompts_dir(project_dir)
24
25
26def load_prompt(name: str, project_dir: Path | None = None) -> str:

Callers 8

check_spec_existsFunction · 0.90
run_spec_creationFunction · 0.90
run_manual_spec_flowFunction · 0.90
load_promptFunction · 0.85
get_app_specFunction · 0.85
scaffold_project_promptsFunction · 0.85
has_project_promptsFunction · 0.85
copy_spec_to_projectFunction · 0.85

Calls 1

get_prompts_dirFunction · 0.90

Tested by

no test coverage detected