ui: plainer wording across labels and command descriptions

Replace internal jargon and uncommon words in user-facing strings (better for
non-native English readers): drop "TransformRegistry-driven" / "drives
transforms" from the connect/set-connector-type subtitles; "transform lookup"
→ "tells connect how to wire its pins"; "populate pin specs" → "fills in each
pin's role and direction"; "clear the visualization area" → "clear the console
output"; "materialised" → "added"; refresh the verify description. Regenerated
commands.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 18:33:32 +02:00
parent 1a31dd64b6
commit 7810711fd4
4 changed files with 13 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ connect a part across two modules (interactive screen if no args)
---
### `set-connector-type` *(interactive)*
tag a part's connector type for transform lookup
tag a part's connector type (tells connect how to wire its pins)
**Arguments**
@@ -91,7 +91,7 @@ detect signal groups (diff pairs, buses) and structural anomalies
---
### `attach-bsdl`
attach a BSDL (.bsd) model to a part and populate pin specs
attach a BSDL (.bsd) model to a part (fills in each pin's role and direction)
**Arguments**
@@ -106,7 +106,7 @@ attach a BSDL (.bsd) model to a part and populate pin specs
---
### `clear`
clear the visualization area
clear the console output
**No arguments.**
---
@@ -253,7 +253,7 @@ execute a file of commands line by line (interactive cmds rejected)
---
### `verify`
check pin roles, bridged-net consistency, and model-driven pin specs (contention/undriven/NC)
check pin roles, power/gnd net consistency, and (with BSDL) pin and JTAG checks
**No arguments.**
---