Open
Conversation
…n stats - `crumb compress`: two-stage compression pipeline inspired by Google's TurboQuant. Stage 1 (PolarQuant-like) does semantic dedup, Stage 2 (QJL-like) does signal-scored pruning. Configurable target ratio. - `crumb bench`: gamified compression scoring — grades crumbs A-F on density, compressibility, structure, and conciseness (out of 100). - `crumb inspect` now shows token cost, content density, keyword density. - `crumb dream` now reports compression ratio after consolidation. CLI now at 26 commands. https://claude.ai/code/session_018rgag4FMarjfsCwLpaRXSZ
- `crumb from-git`: auto-generate task crumb from git history — recent commits, changed files, branch context. Instant handoff for any dev switching contexts mid-branch. - CI bench action (.github/workflows/bench-pr.yml): runs `crumb bench` on all .crumb files in PRs, posts score table as a comment. Reusable workflow + copy-paste template for other repos. - VS Code extension (vscode-extension/): command palette commands (new task, validate, compress, bench, "crumb it"), .crumb syntax highlighting, and 5 snippet templates. Ready for marketplace publish. CLI now at 27 commands. https://claude.ai/code/session_018rgag4FMarjfsCwLpaRXSZ
* feat: ship MeTalk and PyPI-ready crumb-format 0.2.0 * fix: install crumb-format from checkout in CI workflows * chore: auto-generate .crumb handoff for PR #3 * fix: use local reusable bench workflow in CI template * chore: auto-generate .crumb handoff for PR #3 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: add crumb REST API for cross-AI access * chore: auto-generate .crumb handoff for PR #4 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: expand CRUMB into a protocol-grade context workflow * chore: auto-generate .crumb handoff for PR #7 * fix: allow namespaced pack headers in strict lint * chore: auto-generate .crumb handoff for PR #7 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
CRUMB Bench Results
Powered by crumb-format — TurboQuant-inspired context compression |
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.
Summary
Testing