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§
- Experience
Entry - A single experience entry linking a task description to modified files.
- Experience
Pool - SQLite-backed experience pool.
- Tiered
Experience Pool - Two-tier experience pool: project-local first, global fallback.
Enums§
- Experience
Error - Error type for experience pool operations.
Functions§
- record_
edit_ completion - Record an edit completion event to the experience pool.