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
CLI tool that strips and merges C# files for GPT-friendly source analysis.
2
+
3
+
**CodeIngest** is a cross-platform C# CLI tool that recursively scans a directory of `.cs` files, filters out noise (comments, using statements, namespaces), and generates a flattened source dump designed for GPT code review or large-scale source inspection.
4
+
5
+
## Features
6
+
7
+
- Cross-platform (.NET 6+)
8
+
- Strips comments, `using` directives, and `namespace` blocks
0 commit comments