Skip to content

Commit f936a1c

Browse files
author
Molty
committed
lesson vignesh07#76: verify current state before reporting task incomplete
1 parent c1e4e85 commit f936a1c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

MEMORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MEMORY.md - Long-Term Memory
22

3-
*Last updated: 2026-02-25*
3+
*Last updated: 2026-02-26*
44

55
---
66

@@ -115,6 +115,7 @@
115115
73. **Don't spam webhooks + sub-agent tests in rapid succession.** Doing so burns through per-minute API limits and triggers OpenClaw cooldowns on all providers simultaneously. Space testing by at least 5 min between attempts.
116116
74. **Always include openai-codex/gpt-5.2 as final fallback.** It uses OAuth (cached, no rate limit issues) and supports tool use. Without it, rate limit cooldowns leave the agent with zero functional models. Fleet standard fallback chain: `anthropic/claude-sonnet-4-6``anthropic/claude-haiku-4-5``xai/grok-3``openai-codex/gpt-5.2`.
117117
75. **Leonardo MC Heartbeat cron still pending.** Fix auth first, then set up: schedule `30 */2 * * *` HKT, model `anthropic/claude-haiku-4-5`, sessionTarget isolated, pings MC heartbeat endpoint.
118+
76. **Always verify current state before reporting a task as incomplete.** Feb 26: told Guillermo PLAN-003 needed a 90-min coding session — it was already done (overnight run built the DB at 01:03 HKT). Daily logs go stale. Check config files, APIs, and MC before making any "not done" claim.
118119

119120
---
120121

0 commit comments

Comments
 (0)