Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/github/spec-kit
/ author
Method
author
src/specify_cli/presets/__init__.py:288–290 ·
view source on GitHub ↗
Get preset author.
(self)
Source
from the content-addressed store, hash-verified
286
287
@property
288
def
author(self) -> str:
289
""
"Get preset author."
""
290
return
self.data[
"preset"
].get(
"author"
,
""
)
291
292
@property
293
def
requires_speckit_version(self) -> str:
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected