Skip to content

docs(plugin): document two-line status bar model and data-source priorities (#1322)#1329

Merged
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775305982/pane-3
Apr 4, 2026
Merged

docs(plugin): document two-line status bar model and data-source priorities (#1322)#1329
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775305982/pane-3

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Add packages/claude-code-plugin/docs/status-bar-model.md documenting the two-line status bar architecture
  • Document line 1 (telemetry) and line 2 (active agent) model with rendering logic
  • Document stable status bar vs transient spinner/statusMessage distinction
  • Document data-source priority chain: stdin JSON > HUD state file > environment variables
  • Include mode examples (PLAN/ACT/EVAL/AUTO), multiline behavior, and contributor file map

Closes #1322

Test plan

  • cat packages/claude-code-plugin/docs/status-bar-model.md — file exists with complete content
  • yarn prettier --write . — formatting clean
  • yarn workspace codingbuddy exec tsc --noEmit — type check passes
  • yarn workspace codingbuddy exec vitest run — 5959 tests pass

…rities (#1322)

Document the status bar architecture: line 1 telemetry, line 2 agent,
stable vs transient spinner distinction, stdin > HUD state > env var
priority chain, multiline behavior, and contributor file map.
@JeremyDev87 JeremyDev87 added plugin packages/claude-code-plugin wow-experience Plugin Wow Experience Design labels Apr 4, 2026
@vercel

vercel Bot commented Apr 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Apr 4, 2026 0:53am

@JeremyDev87 JeremyDev87 left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review: ✅ APPROVE

CI Status: ALL PASS

Files: docs/status-bar-model.md (new)

  • Two-line model documented (telemetry line + badge strip)
  • Source-of-truth priority chain documented
  • Mode examples (PLAN/ACT/EVAL/AUTO)
  • Contributor guidance for hook/renderer files

✅ Status bar model clearly documented.

@JeremyDev87 JeremyDev87 self-assigned this Apr 4, 2026
@JeremyDev87 JeremyDev87 merged commit 4d02cd2 into master Apr 4, 2026
26 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1775305982/pane-3 branch April 4, 2026 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin packages/claude-code-plugin wow-experience Plugin Wow Experience Design

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(plugin): document the two-line status bar model and its data-source priorities

1 participant