ctx_project
Orient a coding agent on a repository by retrieving a JSON project overview with absolute root, git root, and counts of files, symbols, dependencies, and languages. Use this first to understand codebase size.
Instructions
Return the project overview as JSON: {root, git, files, symbols, dependencies, languages}. Use this first to orient a coding agent on a repo: absolute root path, git root, and how large the codebase is (counts of indexed files, symbols and dependency edges, plus the distinct languages present). Requires the project to have been indexed (see ctx_search for symbol lookup). Returns only counts, never file contents. Prefer ctx_stats for detailed index-health numbers (e.g. index.db size) and ctx_search to actually find symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||