com um clique
context-management
// Maintain the live agent context surface: bootstrap hygiene, memory routing, conversation continuity, and context-health monitoring.
// Maintain the live agent context surface: bootstrap hygiene, memory routing, conversation continuity, and context-health monitoring.
| name | context-management |
| description | Maintain the live agent context surface: bootstrap hygiene, memory routing, conversation continuity, and context-health monitoring. |
Use this skill when editing always-loaded files, deciding where durable knowledge belongs, diagnosing context bloat, or preserving continuity across compaction.
The workflow is complete only when:
| Lane | Use when | Output |
|---|---|---|
| Bootstrap hygiene | Root instruction files are too large, stale, or mixed-purpose | Smaller root files with pointers to deeper docs/skills |
| Memory routing | A fact, preference, lesson, decision, or project state needs a home | Correct durable memory/document location |
| Conversation continuity | Compaction, transcript recovery, or session handoff is the problem | Recovery summary and source-of-truth refresh |
| Monitoring/maintenance | Watchdogs, context budgets, or trend reports show drift | Diagnosis, targeted cleanup, and verification |
Keep root instructions short. They should contain durable rules, routing pointers, and triggers. Move long procedures to skills, references, or docs.
Before deleting content, diagnose why it is no longer needed. Watchdog output is evidence, not an automatic pruning command.
After editing:
Validate, audit, and maintain scheduled agent automation without unsafe direct state edits.
Wire new rules, policies, and behavioral constraints into the correct governance file with an explicit enforcement assessment.
Plan-first workflow for non-trivial work: define the goal, create or reuse a tracker issue, package context, execute on an issue-named branch when code changes, and verify completion with evidence.
jarvOS personal AI operating system — project management, ontology alignment, governance, and behavioral rules for your assistant.