aa6ec03057
Atlas and Sisyphus prompts instructed agents to use background_cancel(all=true) before final answers. This destroys uncollected background task results and contradicts existing NEVER directives in the Sisyphus prompt, causing agents to lose explore/librarian outputs mid-session. Replace with individual task cancellation pattern that preserves completed task results while still cleaning up running disposable tasks.