| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ensure directives replan on goal change | soryu | 2026-02-16 | 1 | -2/+5 |
| | | |||||
| * | Fix worktree branching for directive tasks and remove memories | soryu | 2026-02-13 | 1 | -199/+0 |
| | | |||||
| * | makima: Add an optional memory system for directives (#59) | soryu | 2026-02-12 | 1 | -0/+200 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: makima: Add an optional memory system for directives: Add directive_memories database table and migration * feat: makima: Add an optional memory system for directives: Update directive skill documentation with memory commands * feat: makima: Add an optional memory system for directives: Add repository functions for directive memory CRUD * feat: makima: Add an optional memory system for directives: Add frontend API functions and types for directive memory * feat: makima: Add an optional memory system for directives: Add Rust models for directive memory * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint * feat: makima: Add an optional memory system for directives: Add memory panel to frontend DirectiveDetail component * Merge remote-tracking branch 'origin/makima/makima--add-an-optional-memory-system-for-directiv-5de1e06d' into combined branch * Merge remote-tracking branch 'origin/makima/makima--add-an-optional-memory-system-for-directiv-c8298c6c' into combined branch * feat: makima: Add an optional memory system for directives: Create useMultiTaskSubscription hook for multi-output WebSocket streaming * feat: makima: Add an optional memory system for directives: Create DirectiveLogStream component for stern-like multi-task output viewing * feat: makima: Add an optional memory system for directives: Integrate log stream panel into directive detail page | ||||
| * | Add auto-PR creation for remote repos in directives | soryu | 2026-02-10 | 1 | -0/+20 |
| | | |||||
| * | Add directive init | soryu | 2026-02-09 | 1 | -0/+13 |
| | | |||||
| * | Add new directive mechanism v3 | soryu | 2026-02-09 | 1 | -0/+124 |
| | | |||||
| * | Remove directive mechanism | soryu | 2026-02-08 | 1 | -106/+0 |
| | | |||||
| * | Fixes for directive chain init | soryu | 2026-02-08 | 1 | -0/+20 |
| | | |||||
| * | Add directive monitor contracts | soryu | 2026-02-07 | 1 | -0/+26 |
| | | |||||
| * | Add directive init mechanism | soryu | 2026-02-07 | 1 | -0/+6 |
| | | |||||
| * | Add new directive initial implementation | soryu | 2026-02-07 | 1 | -0/+54 |
| | | |||||
| * | Remove directives for reimplementation | soryu | 2026-02-07 | 1 | -447/+0 |
| | | |||||
| * | Fix: Cleanup old chain code | soryu | 2026-02-06 | 1 | -0/+285 |
| | | |||||
| * | Add directive-first chain system redesign | soryu | 2026-02-05 | 1 | -0/+162 |
| 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> | |||||
