| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Makima system improvements: Orders, directive questions, PR creation fix, ↵ | soryu | 2026-02-14 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | bug fixes (#62) * feat: soryu-co/soryu - makima: Fix directive goal update bug - stale closure issue * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint * feat: soryu-co/soryu - makima: Create Orders database schema and backend API * feat: soryu-co/soryu - makima: Fix task Claude instance not receiving user inputs from input box * WIP: heartbeat checkpoint * feat: soryu-co/soryu - makima: Build Orders frontend page replacing the Board page * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint * feat: soryu-co/soryu - makima: Fix directive PR creation system | ||||
| * | Add task cleanup and directive PR updating | soryu | 2026-02-12 | 1 | -1/+2 |
| | | |||||
| * | Add repository selection to directives | soryu | 2026-02-09 | 1 | -1/+59 |
| | | |||||
| * | Add new directive mechanism v3 | soryu | 2026-02-09 | 1 | -0/+168 |
| | | |||||
| * | Remove directive mechanism | soryu | 2026-02-08 | 1 | -403/+0 |
| | | |||||
| * | Add repo suggestions for directives | soryu | 2026-02-07 | 1 | -28/+170 |
| | | |||||
| * | Change directive page | soryu | 2026-02-07 | 1 | -95/+123 |
| | | |||||
| * | Show directive init on frontend | soryu | 2026-02-07 | 1 | -0/+8 |
| | | |||||
| * | Add directive init mechanism | soryu | 2026-02-07 | 1 | -0/+16 |
| | | |||||
| * | Add new directive initial implementation | soryu | 2026-02-07 | 1 | -0/+209 |
| | | |||||
| * | Remove directives for reimplementation | soryu | 2026-02-07 | 1 | -184/+0 |
| | | |||||
| * | Fix: Cleanup old chain code | soryu | 2026-02-06 | 1 | -1088/+18 |
| | | |||||
| * | Fix: Directive page and remove chain page | soryu | 2026-02-06 | 1 | -2/+2 |
| | | |||||
| * | Add directive-first chain system redesign | soryu | 2026-02-05 | 1 | -0/+1254 |
| Redesigns the chain system with a directive-first architecture where Directive is the top-level entity (the "why/what") and Chains are generated execution plans (the "how") that can be dynamically modified. Backend: - Add database migration for directive system tables - Add Directive, DirectiveChain, ChainStep, DirectiveEvent models - Add DirectiveVerifier and DirectiveApproval models - Add orchestration module with engine, planner, and verifier - Add comprehensive API handlers for directives - Add daemon CLI commands for directive management - Add directive skill documentation - Integrate contract completion with directive engine - Add SSE endpoint for real-time directive events Frontend: - Add directives route with split-view layout - Add 6-tab detail view (Overview, Chain, Events, Evaluations, Approvals, Verifiers) - Add React Flow DAG visualization for chain steps - Add SSE subscription hook for real-time event updates - Add useDirectives and useDirectiveEventSubscription hooks - Add directive types and API functions Fixes: - Fix test failures in ws/protocol, task_output, completion_gate, patch - Fix word boundary matching in looks_like_task() - Fix parse_last() to find actual last completion gate - Fix create_export_patch when merge-base equals HEAD - Clean up clippy warnings in new code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||||
