Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/spec-kit
/ _speckit_version
Function
_speckit_version
src/specify_cli/commands/bundle/__init__.py:66–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
65
66
def
_speckit_version() -> str:
67
from
..._assets
import
get_speckit_version
68
69
return
get_speckit_version()
70
71
72
def
_trust_level(verified: bool) -> str:
Callers
2
bundle_install
Function · 0.85
bundle_update
Function · 0.85
Calls
1
get_speckit_version
Function · 0.85
Tested by
no test coverage detected