aitbc
a7b6e39cdf
fix: replace all print() with click.echo() or logger in CLI production code
- 55 CLI files: handlers/, aitbc_cli/commands/, cli/core/, cli/utils/, top-level scripts
- Click-based files: print() -> click.echo()
- Library modules: print() -> logger.info/error/warning
- Fixed pre-existing indentation bugs in monitor.py dashboard function
- Fixed bare print() -> logger.info('') in chain_manager.py
- 0 remaining print() in production CLI code
- All files compile cleanly
2026-05-25 13:53:49 +02:00
..
2026-03-26 09:24:48 +01:00
2026-03-29 11:52:37 +02:00
2026-05-25 13:53:49 +02:00
2026-05-25 13:53:49 +02:00
2026-05-25 13:53:49 +02:00
2026-03-26 09:12:02 +01:00
2026-03-26 09:12:02 +01:00
2026-03-26 09:24:48 +01:00
2026-05-14 22:56:17 +02:00
2026-05-25 13:53:49 +02:00
2026-05-25 13:53:49 +02:00
2026-05-15 00:24:29 +02:00