docs: update documentation after stream command removal#5
Merged
jackspirou merged 1 commit intomasterfrom Aug 6, 2025
Merged
Conversation
- Remove references to stream.go file in CLAUDE.md - Update cmd/tokenizer/README.md to remove stream command examples - Fix NewScannerOptions references in IMPLEMENTATION.md - Regenerate shell completions without stream command These changes reflect the consolidation to a single memory-efficient scanner implementation that was merged in PR #4. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (21.44%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. @@ Coverage Diff @@
## master #5 +/- ##
=======================================
Coverage 21.44% 21.44%
=======================================
Files 26 26
Lines 2392 2392
=======================================
Hits 513 513
Misses 1862 1862
Partials 17 17
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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
streamcommand that was removed in PR refactor: consolidate to single memory-efficient scanner implementation #4Changes
stream.gofileNewScannerOptionsreferences to use the newNewScannerAPIRelated
🤖 Generated with Claude Code