Use case
A codebase index built for AI context.
Cosmos indexes files, symbols, and project lessons so AI tools can ask targeted questions instead of reading everything through raw text search.
- Index
- Files, symbols, text, lessons
- Search
- Structured tools before broad grep
- Output
- Small context bundles
What gets indexed
- Source files and searchable text.
- Function, class, and symbol-level structure where parsers support it.
- Past runtime/build errors and the fixes that resolved them.
How it helps AI
An AI assistant can start with a scoped answer: which file, which symbol, what prior lesson, and which boundary matters. That is often more useful than reading hundreds of files.