- Add DEPRECATED notice to minimal_app.py docstring
- Add deprecation warning at startup
- Update README.md to mark CLI as deprecated
- Remove CLI from Quick Start, promote web interface
- Note limited functionality in CLI description
The CLI (minimal_app.py) is now officially deprecated. Users should
use the full-featured web interface (app.py) instead.
- Add Testing section to README with:
- How to run tests
- Test structure overview
- Key edge cases covered
- Test configuration notes
- Add Running Tests section to RUNNING.md
- Document the 46 unit tests available