Dhanji R. Prasanna
10bce7f66f
Remove ANSI formatting codes from g3-core
Move terminal formatting responsibility to g3-cli layer:
- format_str_replace_summary(): Remove ANSI codes, add colorize_str_replace_summary()
helper in CLI to apply green/red colors for insertions/deletions
- format_timing_footer(): Remove dimming ANSI codes (now plain text)
- str_replace tool result: Remove ANSI codes from success message
Remaining acceptable ANSI usage in g3-core:
- iTerm2 inline image protocol (terminal-specific escape sequence)
- Image metadata dimming (direct print, would need larger refactor)
- Terminal beep for stale TODO warning (audio, not visual)
- ANSI stripping utility in research.rs (not output)
This continues the separation of concerns: g3-core handles logic,
g3-cli handles all terminal formatting.
2026-01-20 10:00:37 +05:30
..
2026-01-13 18:44:59 +05:30
2026-01-20 10:00:37 +05:30
2026-01-13 05:49:45 +05:30
2025-12-25 18:23:10 +11:00
2026-01-20 09:50:55 +05:30
2026-01-20 09:50:55 +05:30
2025-11-27 21:00:02 +11:00
2026-01-12 18:20:08 +05:30
2026-01-12 18:20:08 +05:30
2026-01-20 09:50:55 +05:30
2026-01-16 09:16:16 +05:30
2026-01-12 18:20:08 +05:30
2026-01-13 21:49:48 +05:30
2026-01-16 07:05:57 +05:30
2026-01-07 10:20:28 +11:00
2025-12-22 16:27:35 +11:00
2026-01-11 06:49:45 +08:00
2026-01-12 18:20:08 +05:30
2026-01-13 16:11:53 +05:30
2026-01-19 16:21:36 +05:30
2026-01-20 10:00:37 +05:30
2026-01-14 08:12:50 +05:30
2025-11-27 21:00:02 +11:00
2025-10-10 09:35:03 +11:00
2026-01-09 14:57:24 +11:00
2025-11-27 21:00:02 +11:00
2026-01-14 19:00:53 +05:30
2026-01-14 08:12:50 +05:30
2026-01-20 09:50:55 +05:30
2026-01-13 14:52:52 +05:30
2025-12-24 14:32:39 +11:00