What problem does it solve?
The Fix workflow automates the end-to-end process of diagnosing, planning, implementing, and validating code fixes within UniKit AI, reducing manual overhead for developers.
Core Features & Use Cases
- Plan-driven fixes: Create, store, and follow a .unikit/FIX_PLAN.md to guide multi-file changes.
- Patches & patches-tracking: Generate patches under .unikit/patches and associate patches with problem context for future reuse.
- Safe execution: Use Read/Edit/Write tools and delegated agents for complex changes while enforcing project rules from the bootstrap context.
- Verification workflow: Validate changes with compilation and test runs via the engine toolchain and respect architecture constraints.
Quick Start
Describe the bug succinctly and send /unikit-fix <description> to start an end-to-end fix workflow.