You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add production-ready features and documentation
- Added MIT LICENSE file
- Created NuGet package configuration for global tool
- Added GitHub Actions CI/CD workflow
- Created CHANGELOG.md for version tracking
- Enhanced README with detailed documentation
- Configured project as .NET global tool (codecontext command)
Copy file name to clipboardExpand all lines: README.md
+55-7Lines changed: 55 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,39 @@
1
1
# CodeContext.NET
2
2
3
-
AI Context Generator for C# Codebases - Analyzes your C# projects to detect patterns and generate context for AI tools.
3
+
AI Context Generator for C# Codebases - Analyzes your C# projects to detect patterns and generate context for AI tools like ChatGPT and GitHub Copilot.
0 commit comments