| ▲ | CuriouslyC 6 hours ago | |
There is some value to agents being able to query the history of work done, docs aren't a good place to accumulate negative evidence for example, but it can be tagged in traces so that it's efficient to look up as needed. Additionally, docs rot while traces can be tagged with commit hashes and other things that make their lifetime clearer. | ||
| ▲ | sdesol 6 hours ago | parent [-] | |
The user flow I am trying to get adopted for sessions is to turn them into notes and lessons when you have finished and it should be part of the code review process. By propery categorizing lessons and notes, it should make it easy to scrub and keep up to date. I also suggest mapping lessons and notes to files when possible to make discovery and cleanup easier. | ||