--- # claudbg-ftb9 title: Table output renderer status: todo type: task created_at: 2026-03-27T19:40:52Z updated_at: 2026-03-27T19:40:52Z parent: claudbg-g7zj --- Implement the table renderer using comfy-table or tabled. Define a trait (e.g. Renderable) that all data types implement to produce a table. Used as the default --output=table format. Handle terminal width gracefully (truncate or wrap columns).