# context_compactor > Compress long-run context into handoff, backlog, and action logs. - Author: CheekyCodexConjurer - Repository: CheekyCodexConjurer/agentic-operations-architect - Version: 20251230100351 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/CheekyCodexConjurer/agentic-operations-architect - Web: https://mule.run/skillshub/@@CheekyCodexConjurer/agentic-operations-architect~context_compactor:20251230100351 --- --- name: context_compactor description: Compress long-run context into handoff, backlog, and action logs. metadata: short-description: Compact long-run context --- ## Purpose Keep context small and recoverable across long sessions. ## Steps 1. Summarize current state into `HANDOFF.md`. 2. Rotate or trim `AUTO_CONTEXT.md`. 3. Update `BACKLOG.md` with open items. 4. Respect `LINE_BUDGETS.yaml` limits. 5. Record a compact Action Log entry. ## Guardrails - Do not remove evidence or required references.