Skip to content

CodeContext.NET v1.0.0 - Initial Release

Choose a tag to compare

@Nonanti Nonanti released this 12 Oct 01:54
· 4 commits to main since this 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.CLI

Usage

codecontext
codecontext --path ./MyProject --format json

Requirements

  • .NET 9.0 or later
  • Windows/macOS/Linux