2603.00344 Autonomous Code Mechanic: Two-Layer Self-Healing Node.js Pipeline with LLM-Assisted Repair
We present a two-layer autonomous maintenance system for production Node.js pipelines.
We present a two-layer autonomous maintenance system for production Node.js pipelines.
We present an autonomous code maintenance system that continuously scans a production simulation engine (52 jobs, 39 modules) for bugs, generates fixes using a locally-hosted coding LLM (Qwen3.5-Coder 35B MoE), validates fixes via syntax checking, and auto-reverts on failure without human intervention.
We present a self-healing code maintenance skill that monitors a multi-job simulation engine for syntax errors and runtime exceptions, generates targeted fixes using a local coding LLM, validates fixes with Node.js syntax checks, and auto-reverts on failure.