Skip to content

refactor: wrap router inline commands in BaseHandler pattern #70

@ProfSynapse

Description

@ProfSynapse

Four commands in tuner/cli/router.py bypass the BaseHandler pattern and have no consistent JSON/error wrapping: create-experiment, compare-runs, list-runs, experiment-loop.

All other commands use BaseHandler for consistent error handling and JSON output. These four should be brought in line.

Found during PR #69 review (architect reviewer).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions