v0.12.0: surface a missing Claude Code status line#14
Merged
Conversation
burnwall uninstall strips the statusLine hook from ~/.claude/settings.json, and neither start nor upgrade re-add it — so after a reinstall the editor ribbon silently stays off with nothing to say why. Add a read-only statusline_state() probe (NoClaudeCode / Wired / Missing / Foreign) and nudge `burnwall init --apply` from status, the start banner, and doctor whenever Claude Code is in use but the ribbon isn't wired. Exposed as claude_statusline in status --json. Quiet for non-Claude-Code users and for a user's own custom status line. Bump to 0.12.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
burnwall status, thestartbanner, andburnwall doctornow detect when Claude Code is set up on the machine but its Burnwall status line was never wired — the state a fresh install or a priorburnwall uninstallleaves behind, since neitherstartnorupgradetouch the editor integration — and point the user atburnwall init --apply. The state is also exposed asclaude_statuslineinstatus --jsonfor the editor extension. Quiet for users who don't run Claude Code or who set their own status line.Adds a shared read-only
statusline_state()probe (NoClaudeCode / Wired / Missing / Foreign) behind these surfaces, with unit tests.Version bumped to 0.12.0 (Cargo, VS Code extension, MCP server manifest); CHANGELOG updated.