Expand description
Project knowledge tracking for cumulative context across agent runs.
This module provides data structures for tracking what agents learn and accomplish during implementation runs. The knowledge is accumulated across multiple story implementations and can be injected into subsequent agent prompts to provide richer context.
Structsยง
- Decision
- An architectural or implementation decision made during the run.
- File
Change - Information about a file change (creation or modification).
- File
Info - Metadata about a known file in the project.
- Pattern
- A code pattern established or discovered during the run.
- Project
Knowledge - Cumulative project knowledge tracked across agent runs.
- Story
Changes - Changes made while implementing a specific story.