Universal autonomic resource manager that aggressively audits CPU, memory, and lingering terminal loops to maintain optimal host execution speed prevent crashes.
This skill governs the Omni-Agent's baseline responsibility to the host machine's execution environment. Like an autonomic nervous system, it ensures background processes don't bleed CPU/RAM, preventing Out-Of-Memory (OOM) crashes and sluggish LLM generation. It applies globally across all open workspaces and container environments.
You MUST invoke the heuristics in this skill when:
<WASM_RESOURCE_WARNING>.The Omni-Agent must ensure no orphan background processes survive an execution switch.
ps aux (or equivalent) to hunt down zombie processes eating memory.python3 scripts, hanging node / wrangler dev servers, frozen cat << EOF multiline transfers, or unclosed ffmpeg streams that have outlived their usefulness.pkill -f "<process_name>" to actively murder processes that are no longer strictly required for the immediate task. Do not hesitate if the box is hanging.
antigravity, language_server, zygote, digz-rs, or code. These are critical host infrastructure processes. Killing them will immediately terminate your own runtime.tail, head, or grep to offload parsing to the host's C-binaries rather than loading it all into your token window./tmp/ files, scratchpad nodes, or raw video outputs created during execution are wiped or correctly persisted to permanent DBs, freeing file system constraints.