klöss
@kloss_xyz
anyone not larping about AI content + OpenClaw knows the reality is a lot of nights like this. agents don’t work out of the box. how to stop them from forgetting: - explicit AGENTS .md with a hard definition of done (commit hash + real verification commands. no vibes) - queue mode enabled so messages never silently drop - active-tasks .md as persistent state for crash recovery - Boot .md reads active-tasks on session/gateway restarts and resumes automatically - compaction safeguard + memory flush before compression - context pruning TTL to remove stale tool output - lean indexed memory architecture (MEMORY .md = index, details in subfiles) - validation + audit cron jobs in isolated sessions so your “do this overnight” actually works AI tools aren’t magic. Systems are.