Skip to content

style(watcher): Title-Case displayed values; rename Backend Caps → Backend Limits#32

Merged
ProtocolWarden merged 1 commit into
mainfrom
style/title-case-values-and-backend-limits
May 8, 2026
Merged

style(watcher): Title-Case displayed values; rename Backend Caps → Backend Limits#32
ProtocolWarden merged 1 commit into
mainfrom
style/title-case-values-and-backend-limits

Conversation

@ProtocolWarden
Copy link
Copy Markdown
Owner

Two visual polish passes:

1. Title-Case displayed values. New _tc() helper splits snake_case on underscores and Title-Cases each segment for display only — underlying data is unchanged. Preserves PascalCase (OperationsCenter stays as-is).

Before After
board_worker up 12m Board Worker Up 12m
aider_local Hourly 3/10 Aider Local Hourly 3/10
tail logs Tail Logs
Circuit Breaker — board_worker Circuit Breaker — Board Worker

2. Rename Backend CapsBackend Limits. Clearer English; covers rate caps + concurrency cap + memory floor in one neutral word. Also (no caps)(No Limits).

🤖 Generated with Claude Code

…'Backend Limits'

New _tc() helper splits snake_case on underscores and Title-Cases each
segment for display only — data is unchanged. Preserves PascalCase
('OperationsCenter' stays as-is).

Wired into:
- Worker rows (board_worker → Board Worker)
- Active task / board / queue repo cells
- Recent activity role column
- Backend row label (aider_local → Aider Local)
- Action submenu items (tail logs → Tail Logs)
- Log view header (Circuit Breaker — Board Worker)
- Status text (running → Running, with PID label)

Section rename: 'Backend Caps' → 'Backend Limits' (clearer English;
covers rate caps + concurrency cap + memory floor in one neutral word).
'(no caps)' → '(No Limits)'.
@ProtocolWarden ProtocolWarden merged commit 53fe241 into main May 8, 2026
5 checks passed
@ProtocolWarden ProtocolWarden deleted the style/title-case-values-and-backend-limits branch May 8, 2026 17:52
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