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
**CodeIngest** is a cross-platform C# tool that recursively scans a directory of source files, filters out noise (comments, using statements, namespaces), and generates a flattened source dump designed for GPT code review or large-scale source inspection.
2
+
# Code Ingest
3
+
**Code Ingest** creates a single flattened source file from your codebase, optimized for ChatGPT and other AI models to review.
4
+
5
+
It scans entire folders of source code, strips out distractions like comments, import statements, and namespace wrappers, and outputs a streamlined and readable version suitable for large-scale analysis or AI understanding.
0 commit comments