Task
Add a --verbose flag to memmark scan that shows detailed progress per pipeline stage.
What to do
- Add
--verbose / -v option
- Show which pipeline stage is running and findings per stage
- Use Rich for formatted output
Acceptance criteria
See CONTRIBUTING.md.
Task
Add a
--verboseflag tomemmark scanthat shows detailed progress per pipeline stage.What to do
--verbose/-voptionAcceptance criteria
memmark scan memory.json -vshows per-stage progresspython -m pytest tests/ -v)See CONTRIBUTING.md.