docs(#5677): replace ASCII box table with markdown table - #5678
Conversation
Convert the Agent Role Architecture ASCII box-drawing table in customizing-agents.md to a standard markdown table. The box-drawing format was fragile and prone to display-width misalignment when edited (as seen in PR #5413 review). The markdown table preserves the same tabular data (Role, GitHub App, Purpose) while being immune to alignment issues. Naming conventions and the "fix" role note are restructured as a list and blockquote respectively. Closes #5677
Site previewPreview: https://4567e736-site.fullsend-ai.workers.dev Commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
deboer-tim
left a comment
There was a problem hiding this comment.
This is a good fix, but it didn't pick up lots of other examples of broken ascii tables, e.g.
Line 632 in b4fd4ae
All markdown files in /docs should be scanned for mis-aligned ascii tables and either fixed or replaced with markdown tables.
|
/fs-fix #5678 (review) |
|
🤖 Finished Fix · ✅ Success · Started 6:00 PM UTC · Completed 6:24 PM UTC |
Fix ASCII box-drawing alignment issues across 5 doc files: - architecture.md: fix 1-char misalignment on 3 lines in MVP diagram - infrastructure-reference.md: widen inner GCF/STS boxes to fit content that overflowed borders; fix padding on 6 lines across 3 diagrams - runtimes.md: fix 6 lines with 1-char-too-wide padding - customizing-agents.md: fix 1 line with 1-char-too-wide padding - cli-internals.md: fix ~25 lines across 3 diagrams with various 1-2 char alignment errors and content overflow Addresses review feedback on #5678
|
It picked up the other tables now, so merging. |
|
🤖 Finished Retro · ✅ Success · Started 7:41 AM UTC · Completed 7:59 AM UTC |
|
Retro: PR #5678 — docs(#5677): replace ASCII box table with markdown table Timeline: Issue #5677 filed by deboer-tim → triage in 3 min (run) → code agent in 10 min (run) → PR created with 1 file changed → human review requests broader scope 2.5h later → Findings:
No new proposals — all improvement opportunities map to existing open issues. |
Summary
Replace the ASCII box-drawing "Agent Role Architecture" table in
docs/guides/user/customizing-agents.mdwith a standard markdown table. The box-drawing format was fragile and prone to display-width misalignment when the coder agent or contributors edited the content (as observed in PR #5413 review). Markdown tables are immune to alignment issues and more maintainable.Related Issue
Closes #5677
Changes
Scope note: The remaining ASCII box-drawing constructs in the docs are flow diagrams, architecture diagrams, and directory trees that cannot be meaningfully expressed as markdown tables. This PR converts the only instance of tabular data that was in ASCII box format.
Testing
make lint-md-linkspasses — no broken links or anchorsCloses #5677
Post-script verification
agent/5677-ascii-tables-to-markdown)f3bd8b30f3445f067db278b3fae49db21f6fa6e1..HEAD)