Skip to content

v1.1.0

Latest

Choose a tag to compare

@Shorzinator Shorzinator released this 17 Jun 08:04
· 3 commits to main since this release

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 (replaces contextcraft)
  • New CLI command: codebrief (replaces contextcraft)
  • 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 structures
  • codebrief flatten : Create LLM-ready code bundles
  • codebrief deps : Extract project dependencies
  • codebrief git-info : Capture git context & recent changes
  • codebrief bundle : Build comprehensive project context bundles

📦 Migration Guide

New Users

pip install codebrief

Existing 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.