| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: smart cleanup, order linking, and improved PR titles (#69) | soryu | 2026-02-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | | * feat: soryu-co/soryu: Reorder navigation: move Orders before Contracts * feat: soryu-co/soryu: Generate PR titles from step content instead of directive title * feat: soryu-co/soryu: Add orderId field to step creation and link orders to steps * feat: soryu-co/soryu: Handle completed orders during plan-orders flow * WIP: heartbeat checkpoint * Merge origin/makima/soryu-co-soryu--handle-completed-orders-during-pla-5aa9a15b (resolved conflicts) | ||||
| * | Add PR button to directives | soryu | 2026-02-16 | 1 | -0/+8 |
| | | |||||
| * | Add pick-up-orders feature for directives (#64) | soryu | 2026-02-16 | 1 | -0/+9 |
| | | | | | | | | | | * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint * feat: soryu-co/soryu - makima: Add frontend pick-up-orders button and API integration * feat: soryu-co/soryu - makima: Add pick-up-orders backend endpoint and repository functions | ||||
| * | Directive page improvements | soryu | 2026-02-13 | 1 | -3/+20 |
| | | |||||
| * | Add task cleanup and directive PR updating | soryu | 2026-02-12 | 1 | -4/+13 |
| | | |||||
| * | Add directive task progression | soryu | 2026-02-09 | 1 | -0/+11 |
| | | |||||
| * | Add new directive mechanism v3 | soryu | 2026-02-09 | 1 | -0/+150 |
| | | |||||
| * | Remove directive mechanism | soryu | 2026-02-08 | 1 | -127/+0 |
| | | |||||
| * | Add directive init mechanism | soryu | 2026-02-07 | 1 | -0/+19 |
| | | |||||
| * | Add new directive initial implementation | soryu | 2026-02-07 | 1 | -0/+108 |
| | | |||||
| * | Remove directives for reimplementation | soryu | 2026-02-07 | 1 | -298/+0 |
| | | |||||
| * | Fix: Directive page and remove chain page | soryu | 2026-02-06 | 1 | -1/+1 |
| | | |||||
| * | Add directive-first chain system redesign | soryu | 2026-02-05 | 1 | -0/+298 |
| 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> | |||||
