hive.context-preservation

Solid

Proactively preserve critical information before automatic context pruning destroys it.

AI & Automation 10,439 stars 5665 forks Updated 5 days ago Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
37
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## 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. You will receive an alert when context reaches {{warn_at_usage_ratio_pct}}% — preserve immediately.

Details

Author
aden-hive
Repository
aden-hive/hive
Created
4 months ago
Last Updated
5 days ago
Language
Python
License
Apache-2.0

Integrates with

Related Skills