Quiz 4 Question 13 of 20

An agent is configured to run nightly refactoring passes on a codebase. After two weeks, the agent begins making contradictory changes — for example, converting snake_case to camelCase in some files while simultaneously converting camelCase back to snake_case in others. Logs reveal the agent is acting on cached refactoring recommendations from two weeks ago that conflict with more recent decisions. What memory policy should be applied to fix this?

Select an answer to reveal the explanation.

Motivation