MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _ctx

Function _ctx

tests/test_effort_command.py:116–118  ·  view source on GitHub ↗
(tmp_path: Path, *, ui=None)

Source from the content-addressed store, hash-verified

114
115
116def _ctx(tmp_path: Path, *, ui=None):
117 # /effort ignores the conversation (picker/args only), so we don't wire one.
118 return create_command_context(workspace_root=tmp_path, cwd=tmp_path, ui=ui)
119
120
121def _registry_with(*commands) -> CommandRegistry:

Calls 1

create_command_contextFunction · 0.90

Tested by

no test coverage detected