Skip to content

Align in-app and CLI copy with the docs vocabulary - #308

Merged
mando merged 1 commit into
mainfrom
push-lkwpqkyttury
Jul 27, 2026
Merged

Align in-app and CLI copy with the docs vocabulary#308
mando merged 1 commit into
mainfrom
push-lkwpqkyttury

Conversation

@mando

@mando mando commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replaces remaining "dashboard" / "transcript" / "read"-oriented user-facing strings in the web app and CLI with the docs' canonical vocabulary.
  • Local UI copy now says "app" / "web app" instead of "dashboard" (aria-labels, an API error string, and CLI descriptions).
  • CLI and indexing copy now prefers "session" / "index" / "re-index" over "transcript" / "read" / "re-read" in help text, confirmations, progress logs, and error hints.
  • The CLI's supported-agent lists now consistently use all five names: Claude Code, Claude Cowork, Claude Chat, Codex, Gemini CLI.
  • Health.tsx's friction-signal copy drops "native Claude transcripts" while preserving the accurate limitation that friction data currently comes from Claude Code and Claude Cowork sessions only.
  • Updated existing test assertions (serve.test.ts, reindex.test.ts, parse-incremental.test.ts) to match the new copy.

Closes #201.

Test plan

  • bun run typecheck
  • bun test (692 pass)

Replace remaining "dashboard"/"transcript"/"read"-oriented user-facing
strings in the web app and CLI with the docs' canonical vocabulary:
"app"/"web app" for the local UI, "session"/"index" over
"transcript"/"read", and the exact five supported agent names.
@mando
mando merged commit 5e9f714 into main Jul 27, 2026
1 check passed
@mando
mando deleted the push-lkwpqkyttury branch July 27, 2026 14:01
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.

Align in-app and CLI copy with the docs vocabulary

1 participant