Expand description
Project overview generation and caching.
The /init command generates a project overview file using AI analysis.
The overview captures the project architecture, key patterns, and development guidance.
The overview file is stored at MATRIX.md in the project root.
Structs§
- Project
Overview - Project overview containing the generated summary.
- Project
Type Config - Configuration for a project type, including detection and key files.
Constants§
- MATRIXCODE_
DIR - Directory name for matrixcode metadata.
- OVERVIEW_
FILENAME - Default filename for the cached project overview.
- PROJECT_
TYPE_ CONFIGS - All supported project type configurations.
- SRC_DIR
- Source directory name for many project types.
Functions§
- detect_
project_ type - Detect project type from configuration files.
- should_
ignore - Check if a path component should be ignored.
- truncate_
content - Truncate content to a maximum length, respecting char boundaries.