CodeBrief v1.1.0
From ContextCraft to CodeBrief: Same power, sharper name.
This release marks a major milestone: ContextCraft is now CodeBrief. The name may be new, but the mission is the same — delivering brief, comprehensive code context for AI assistants. All the power you’re used to, now under a name that actually tells people what it does.
🎯 Major Changes
Complete Rebrand to CodeBrief
- New package name:
codebrief(replacescontextcraft) - New CLI command:
codebrief(replacescontextcraft) - Updated branding: Docs, messaging, and references now use CodeBrief
- Zero feature loss: All functionality and commands preserved
Why "CodeBrief"?
Because it’s what you needed all along — brief but comprehensive summaries of your code. Clear, concise, and not pretending to be clever.
What’s Included
All your favorites are still here:
codebrief tree: Generate clean directory structurescodebrief flatten: Create LLM-ready code bundlescodebrief deps: Extract project dependenciescodebrief git-info: Capture git context & recent changescodebrief bundle: Build comprehensive project context bundles
📦 Migration Guide
New Users
pip install codebriefExisting ContextCraft Users
# Remove the old
pip uninstall contextcraft
# Install the new
pip install codebrief
# Update your commands
# Old: contextcraft tree
# New: codebrief tree🔄 No Breaking Changes
- Command arguments and options: unchanged
- Config files: work the same
- Output: identical
🎯 Still Solving the Same Problem
CodeBrief is still your shortcut to prepping code for AI tools — from ChatGPT debugging to Claude code reviews. Why waste 10 minutes wrangling files when you can get context in seconds?
CodeBrief: Because great code context shouldn't take 10 minutes.