MCPcopy Index your code
hub / github.com/github/spec-kit / _user_config_dir

Function _user_config_dir

src/specify_cli/commands/bundle/__init__.py:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49
50def _user_config_dir() -> Path:
51 # User-scope Spec Kit config lives under ~/.specify (same convention as
52 # auth.json, extension/preset catalogs). Passing this through to the source
53 # stack is what makes the documented project > user > built-in precedence
54 # reachable from the CLI.
55 return Path.home() / ".specify"
56
57
58def _build_stack(project_root: Path, *, offline: bool):

Callers 2

_build_stackFunction · 0.85
catalog_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected