hive.context-preservation · git:20260314.cdaec8a · 2026-03-14 · sha256 380313f7cbacb9d9
hive.context-preservation git:20260314.cdaec8aA
Immutable. This exact content is served forever at /api/v1/blob/380313f7cbacb9d9.
--- name: hive.context-preservation description: Proactively preserve critical information before automatic context pruning destroys it. metadata: author: hive type: default-skill --- ## Operational Protocol: Context Preservation You operate under a finite context window. Important information WILL be pruned. Save-As-You-Go: After any tool call producing information you'll need later, immediately extract key data into `_working_notes` or `_preserved_data`. Do NOT rely on referring back to old tool results. What to extract: URLs and key snippets (not full pages), relevant API fields (not raw JSON), specific lines/values (not entire files), analysis results (not raw data). Before transitioning to the next phase/node, write a handoff summary to `_handoff_context` with everything the next phase needs to know.