Expand description
Project state representation for context-builder.
This module provides structured data types to represent the state of a project at a point in time. This replaces the previous approach of caching generated markdown and enables more robust diff generation.
Structsยง
- Change
Summary - Summary of changes between two states
- File
State - State information for a single file
- Project
Metadata - Metadata about the project
- Project
State - Complete state representation of a project at a point in time
- State
Comparison - Result of comparing two project states