summaryrefslogtreecommitdiff
path: root/makima/makima-vllm/server.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove QWEN TTSmakima/multi-phase-plan-fixsoryu2026-02-011-390/+0
|
* fix(supervisor): ensure all implementation phases are executed before PRsoryu2026-02-011-0/+390
Previously the supervisor would implement only the first phase of a multi-phase plan and then create a PR. This change updates the supervisor system prompt to explicitly instruct it to: 1. Read and parse plan documents for multiple implementation phases 2. Execute phases sequentially 3. Track completion of each phase 4. Only create PR after ALL phases are complete Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>