Skip to content

Add --verbose flag to show per-file intent classification #3

Description

@Nehal-cell

Feature request

Add a --verbose flag to the migrate command that prints the IntentGraph classification for each file before migration begins.

Example output (verbose mode)

[intent] app.py → request_handler (auth middleware, route dispatcher)
[intent] models.py → data_model (ORM schema, validation)
[intent] utils.py → transformer (date formatting, string helpers)

Why

Helps users understand what CodeMorph "thinks" their code does — builds trust in the migration output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions