Skip to content

Extract command handlers to reduce duplication in run dispatcher #76

@coderabbitai

Description

@coderabbitai

Problem

The run command dispatcher repeats Ninja generation and file-writing logic across different branches, leading to code duplication.

Proposed Solution

Extract dedicated handlers for each command to:

  • Reduce duplication
  • Improve separation of concerns
  • Make the dispatcher more maintainable

Each handler would encapsulate the specific logic for its command type.

Context

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions