Skip to main content

Module experience

Module experience 

Source
Expand description

Project-local and global experience pool.

Records associations between tasks (prompts/descriptions) and the files they modified, enabling experience-guided file localization for future similar tasks.

Structs§

ExperienceEntry
A single experience entry linking a task description to modified files.
ExperiencePool
SQLite-backed experience pool.
TieredExperiencePool
Two-tier experience pool: project-local first, global fallback.

Enums§

ExperienceError
Error type for experience pool operations.

Functions§

record_edit_completion
Record an edit completion event to the experience pool.