perf: replace repeated analysis.update / return-analysis loops with a single idempotent observation commit #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The orchestrator still contains repeated mutation and early-return patterns that make reasoning and replay difficult.
Why this matters
Even before full decomposition, collapsing redundant state mutation patterns will improve determinism, reduce accidental drift, and make future learning signals cleaner.
Current evidence
/home/openclaw/.openclaw/workspace/bin/agent-orchestrateanalysis.update=167,return analysis=167Deliverables
Definition of done
The number of mutation/return sites drops materially without regression in the eval gate.