Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anthropics/financial-services
/ plugin_root
Function
plugin_root
scripts/version_bump.py:71–73 ·
view source on GitHub ↗
(plugin_json: Path)
Source
from the content-addressed store, hash-verified
69
70
71
def
plugin_root(plugin_json: Path) -> Path:
72
# <root>/.claude-plugin/plugin.json -> <root>
73
return
plugin_json.parent.parent
74
75
76
def
rel(p: Path) -> str:
Callers
3
changed_plugins
Function · 0.85
cmd_apply
Function · 0.85
cmd_check
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected