Skip to content

docs: fix architecture diagram text alignment#13

Merged
zevorn merged 1 commit intomainfrom
docs/fix-architecture-diagram-alignment
Mar 15, 2026
Merged

docs: fix architecture diagram text alignment#13
zevorn merged 1 commit intomainfrom
docs/fix-architecture-diagram-alignment

Conversation

@zevorn
Copy link
Copy Markdown
Owner

@zevorn zevorn commented Mar 15, 2026

Summary

  • Fix centering of all label text in the ASCII architecture diagram
  • Correct osal/claw_os.h (OSAL API) double-space typo
  • Center RT-Thread and QEMU vexpress-a9 in their split-cell columns
  • Applied to both README.md and README_zh.md

Before / After

Before (misaligned):

|            (one skill composes multiple tools)               |
|                     tools (Tool Use)                         |
|                   drivers (Hardware BSP)                     |
|               osal/claw_os.h  (OSAL API)                     |
| FreeRTOS (IDF)    |             RT-Thread                    |
| ESP32-C3 / S3     |  QEMU vexpress-a9                        |

After (centered):

|             (one skill composes multiple tools)              |
|                       tools (Tool Use)                       |
|                    drivers (Hardware BSP)                    |
|                  osal/claw_os.h (OSAL API)                   |
| FreeRTOS (IDF)    |                RT-Thread                 |
| ESP32-C3 / S3     |             QEMU vexpress-a9             |

Center all label text within the ASCII box diagram. Fix
osal/claw_os.h double-space typo and align the split-cell
content (RT-Thread, QEMU vexpress-a9) to be centered in their
respective columns.

Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
@zevorn zevorn merged commit 21aff3b into main Mar 15, 2026
1 check passed
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