بنقرة واحدة
context-maintenance
Host-neutral lifecycle hook recipe for non-blocking context maintenance.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Host-neutral lifecycle hook recipe for non-blocking context maintenance.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate, validate, preview, and run portable Harn workflow bundle JSON for monitoring and repairing pull requests, deploys, logs, and other event-driven engineering work. Optimized for smaller models (qwen, gemma, llama.cpp) with explicit XML sections, strict JSON output, and a validation-and-retry loop.
Use for Harn language syntax, typechecking, modules, imports, and idiomatic script authoring.
Use for autonomous Harn agent work, task decomposition, capability boundaries, and host interaction patterns.
Use for Harn orchestration workflows, agent_loop usage, tool middleware, and handoff design.
Use for Harn provider setup, model routing, provider capability matrices, and llm_call options.
Run a cron eval pack, gate against prior ledger rows, and post Slack only on gate flips.
| name | context-maintenance |
| short | Queue context refresh and crystallization jobs from lifecycle hooks. |
| description | Host-neutral lifecycle hook recipe for non-blocking context maintenance. |
| when-to-use | Use when a coding host needs durable context.refresh or context.crystallize jobs. |
Install the [[hooks]] entries in harn.toml, keep hook handlers fast, and
run context.refresh / context.crystallize in a host-owned background lane.
Persist the returned harn.context_maintenance.job_receipt.v1 receipts so
replay can include the job or emit a deterministic skipped receipt.