(tmp_path: Path, *, ui=None)
| 114 | |
| 115 | |
| 116 | def _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 | |
| 121 | def _registry_with(*commands) -> CommandRegistry: |
no test coverage detected