Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ get_command_registry
Function
get_command_registry
src/command_system/registry.py:166–168 ·
view source on GitHub ↗
Get the global command registry.
()
Source
from the content-addressed store, hash-verified
164
165
166
def
get_command_registry() -> CommandRegistry:
167
""
"Get the global command registry."
""
168
return
_REGISTRY
169
170
171
def
register_command(command: Command) -> None:
Callers
13
tearDown
Method · 0.90
test_execute_init_command_async
Method · 0.90
test_sync_execute_does_not_handle_init
Method · 0.90
test_global_registry_resolves_deep_research
Function · 0.90
test_global_registry_resolves_workflows_viewer
Function · 0.90
_clean_global_registry
Function · 0.90
test_t6_shadowing_builtin_wins
Function · 0.90
test_no_ultracode_slash_command
Function · 0.90
load_and_register_skills
Function · 0.85
help_command_call
Function · 0.85
register_builtin_commands
Function · 0.85
execute_command_async
Function · 0.85
Calls
no outgoing calls
Tested by
8
tearDown
Method · 0.72
test_execute_init_command_async
Method · 0.72
test_sync_execute_does_not_handle_init
Method · 0.72
test_global_registry_resolves_deep_research
Function · 0.72
test_global_registry_resolves_workflows_viewer
Function · 0.72
_clean_global_registry
Function · 0.72
test_t6_shadowing_builtin_wins
Function · 0.72
test_no_ultracode_slash_command
Function · 0.72