Skip to main content

Module knowledge

Module knowledge 

Source
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.
FileChange
Information about a file change (creation or modification).
FileInfo
Metadata about a known file in the project.
Pattern
A code pattern established or discovered during the run.
ProjectKnowledge
Cumulative project knowledge tracked across agent runs.
StoryChanges
Changes made while implementing a specific story.