Rule
Turn validated work into the new baseline.
What AgentOps Enforces
- Commit and push finished work.
- Close or update the issue that tracked the work.
- Record the proof that made the change acceptable.
- Create follow-up issues for unfinished scope instead of leaving loose notes in chat.
Failure Signal
- A fix exists only in an unpushed local checkout.
- The same bug is rediscovered because the prior conclusion was never recorded.
- A later agent reopens solved ground without knowing it is solved.
- The project cannot tell the difference between a failed attempt and accepted progress.
Done Looks Like
The remote has the commit, the tracker has the state, the evidence is attached, and the next agent starts from that baseline.