Cosmetic follow-up from PR #85 review.
list_urdfs prints an ASCII table of the 68 registered robots. With long data_config keys and long paths, the columns can wrap on narrow terminals and look ragged.
DoD
- Decide on a target terminal width (80 or 100 chars) and truncate the path column to fit.
- Add a visual / snapshot test pinning the format so we don't regress.
- Optional: support
--full to disable truncation.
Low priority — purely presentational. Tracked per AGENTS.md rule (board is source of truth for follow-ups).
Cosmetic follow-up from PR #85 review.
list_urdfsprints an ASCII table of the 68 registered robots. With longdata_configkeys and long paths, the columns can wrap on narrow terminals and look ragged.DoD
--fullto disable truncation.Low priority — purely presentational. Tracked per AGENTS.md rule (board is source of truth for follow-ups).