Skip to content

Conversation

@jackspirou
Copy link
Member

Summary

Changes

  • CLAUDE.md: Removed reference to stream.go file
  • cmd/tokenizer/README.md:
    • Removed explicit stream command examples
    • Updated section title from "Streaming Mode" to "Processing Large Files"
    • Clarified that memory-efficient streaming is automatic for piped input
  • llama3/IMPLEMENTATION.md: Fixed NewScannerOptions references to use the new NewScanner API
  • Shell completions: Regenerated to remove stream command references

Related

🤖 Generated with Claude Code

- 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 <[email protected]>
@codecov-commenter
Copy link

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.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #5   +/-   ##
=======================================
  Coverage   21.44%   21.44%           
=======================================
  Files          26       26           
  Lines        2392     2392           
=======================================
  Hits          513      513           
  Misses       1862     1862           
  Partials       17       17           
Flag Coverage Δ
unittests 21.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 501e035...445ebf7. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jackspirou jackspirou merged commit 675283d into master Aug 6, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants