Contribute
Improve from evidence
Turn one frozen failure into the smallest reviewed and regression-tested change.
Start an improvement review only after the evaluation bundle is frozen. Measurement and mutation are separate runs.
The review identifies one reproducible weakness: wrong tool use, repeated trial and error, stale instructions, runtime failure, authority violation or another observable Fleet defect. It finds the smallest owning source and changes that source of truth rather than appending the same rule to several docs.
Improvement loop
- reproduce the failure from frozen evidence;
- name the violated contract and smallest cause;
- write a regression test through the public behavior;
- change the owning SQL, TypeScript, Skill or instruction;
- review the diff and rerun the original plus held-out scenario;
- publish evidence including remaining limitations.
Memory can suggest a pattern, but shared behavior changes require this reviewed path. A new wrapper or daemon is not the default fix when an existing native interface or source contract owns the problem.
Last updated on