Add Burnd to Code Analysis & Search#42
Merged
Merged
Conversation
Local-first Claude Code session analyzer that runs detectors over local JSONL files — sits naturally next to ccusage, BurnRate, and vibe-log-cli in this section.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Burnd to the Code Analysis & Search section alongside other tools that analyze local Claude Code session data, expanding the list with a cost-leak detection CLI.
Changes:
- Add a new README entry for Burnd describing local JSONL parsing and cost-leak detectors.
- Include notes about savings estimates, shareable report URLs, and local-first/zero-telemetry positioning.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Owner
|
Thanks for the PR! However, the added link returns a 404 error. Could you please check and update the URL? |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Owner
|
Thanks for adding Burnd! 🎉 Merged. Two notes: the repo link in the PR pointed to |
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.
Adds Burnd next to ccusage / BurnRate / vibe-log-cli in Code Analysis & Search — the three entries that already analyze local Claude Code session data to produce insights.
Burnd extends that pattern with leak-detection: eight pattern detectors (retry storms, tool overuse, repeated reads, thrash, tired-coding, long bash output, project cost outliers, skill firings) run over ~/.claude/projects/*.jsonl and surface the specific sessions driving cost. Output includes a local summary plus a shareable report URL.