Skip to content

refactor: remove all caveman references from codebase#43

Merged
Patel230 merged 3 commits into
mainfrom
refactor/rename-caveman
Jun 2, 2026
Merged

refactor: remove all caveman references from codebase#43
Patel230 merged 3 commits into
mainfrom
refactor/rename-caveman

Conversation

@Patel230
Copy link
Copy Markdown
Contributor

@Patel230 Patel230 commented Jun 2, 2026

  • Rename all internal/compress/caveman*.go files to descriptive names (algorithm.go, dict.go, rules.go, safety.go)
  • Rename CompressCaveman() to PromptCompress()
  • Rename CavemanStats to PromptStats
  • Rename intensity constants to IntensityLite/Full/Ultra
  • Update all comments, documentation, and test names
  • Update CHANGELOG.md to remove caveman references

All tests pass and code compiles successfully.

Patel230 and others added 3 commits June 2, 2026 07:22
- Rename caveman.go to compress.go
- Rename internal/compress/caveman*.go to algorithm.go, dict.go, safety.go, rules.go
- Rename CompressCaveman to Compress
- Rename CavemanStats to Stats
- Rename CavemanLite/Full/Ultra to Lite/Full/Ultra
- Update all comments and documentation
- Update CHANGELOG.md

Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
- Rename all internal/compress/caveman*.go files to descriptive names
- Rename CompressCaveman to PromptCompress
- Rename CavemanStats to PromptStats
- Rename intensity constants to IntensityLite/Full/Ultra
- Update all comments and documentation
- Update CHANGELOG.md
- Rename all test variables and comments

Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
@Patel230 Patel230 merged commit e007c3b into main Jun 2, 2026
20 checks passed
@Patel230 Patel230 deleted the refactor/rename-caveman branch June 2, 2026 02:17
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.

1 participant