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.
Feature request
Add a
--verboseflag to themigratecommand that prints the IntentGraph classification for each file before migration begins.Example output (verbose mode)
Why
Helps users understand what CodeMorph "thinks" their code does — builds trust in the migration output.