Skip to content

docs: fix broken Available Tools table in README - #10

Merged
mpicciolli merged 1 commit into
mainfrom
fix/readme-tools-table
Jun 29, 2026
Merged

docs: fix broken Available Tools table in README#10
mpicciolli merged 1 commit into
mainfrom
fix/readme-tools-table

Conversation

@mpicciolli

Copy link
Copy Markdown
Collaborator

Summary

The Available Tools table in the README was rendering incorrectly. Two issues:

  • The separator row had three column delimiters (| --- | --- | --- |) instead of two, which broke the rendering of the whole table.
  • The last data row (pcm_generate_startlist_xml) had an extra empty trailing cell (| |).

This PR fixes both and normalizes the heavily-padded cells to a compact, valid Markdown table. The rendered output is unchanged; only the broken structure and source readability are improved.

🤖 Generated with Claude Code

The separator row had three columns instead of two and the last data
row had an extra empty cell, which broke the table rendering. Normalize
the table to a compact, valid Markdown form.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@mpicciolli
mpicciolli merged commit 938da18 into main Jun 29, 2026
2 checks passed
@mpicciolli
mpicciolli deleted the fix/readme-tools-table branch July 1, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant