CodeContext.NET v1.0.0 - Initial Release
What is CodeContext?
A CLI tool that analyzes your C# codebase and generates context files for AI assistants (ChatGPT, GitHub Copilot, Claude) to understand your coding patterns.
Features
- Pattern Detection - Automatically detects naming conventions, error handling, async patterns
- AI-Ready Output - Generate context in Markdown, JSON, or Plain Text
- Fast - Analyzes 10,000+ files in ~10 seconds using parallel processing
- Smart - Ignores bin/obj folders, detects NuGet packages, identifies architecture layers
Installation
dotnet tool install --global CodeContext.CLIUsage
codecontext
codecontext --path ./MyProject --format jsonRequirements
- .NET 9.0 or later
- Windows/macOS/Linux