Skill: Memory & State Management Goal Standardize how the Gemini CLI Bot maintains its persistent memory, synchronizes with previous sessions, and prepares Pull Requests. Memory Structure ( ) - Memory Pruning : To prevent context bloat, maintain a rolling window: - Task Ledger : Keep only the most recent 50 tasks. - Decision Log : Keep only the most recent 20 entries. You MUST maintain using the following structured Markdown format: Rituals Phase 0: Context Retrieval & Synchronization (MANDATORY START) Before beginning your investigation, you MUST synchronize with the bot's persistent state:โ€ฆ