You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
409 B
Markdown
12 lines
409 B
Markdown
---
|
|
# 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).
|