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

Function get_claude_settings_path

autoforge_paths.py:138–140  ·  view source on GitHub ↗

Resolve the path to ``.claude_settings.json``.

(project_dir: Path)

Source from the content-addressed store, hash-verified

136
137
138def get_claude_settings_path(project_dir: Path) -> Path:
139 """Resolve the path to ``.claude_settings.json``."""
140 return _resolve_path(project_dir, ".claude_settings.json")
141
142
143def get_claude_assistant_settings_path(project_dir: Path) -> Path:

Callers 3

create_clientFunction · 0.90
startMethod · 0.90
reset_projectFunction · 0.90

Calls 1

_resolve_pathFunction · 0.85

Tested by

no test coverage detected