| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Close stdin for directive tasks | soryu | 2026-02-15 | 1 | -7/+8 | |
| | | ||||||
| * | Close stdin for directive tasks | soryu | 2026-02-15 | 1 | -8/+7 | |
| | | ||||||
| * | Fixup: override order table | soryu | 2026-02-15 | 2 | -5/+43 | |
| | | ||||||
| * | Makima system improvements: Orders, directive questions, PR creation fix, ↵ | soryu | 2026-02-14 | 30 | -606/+2558 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | Directive task bare repo fix | soryu | 2026-02-13 | 1 | -4/+14 | |
| | | ||||||
| * | Rerun plan when directive goal is edited (#61) | soryu | 2026-02-13 | 3 | -19/+153 | |
| | | | | | | | | | | | | | | | | When a directive's goal is updated, pending/ready/failed/skipped steps are now automatically cleared so that replanning generates fresh steps aligned with the new goal. The planning prompt is also improved to clearly categorize existing steps by status and provide explicit instructions for re-evaluation. Changes: - Add clear_pending_directive_steps() repository function to remove non-started steps when the goal changes - Call step cleanup in the update_goal HTTP handler - Restructure the planning prompt to categorize steps (completed, running, pending, failed, skipped) with clear instructions for each category Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> | |||||
| * | Directive page improvements | soryu | 2026-02-13 | 4 | -10/+47 | |
| | | ||||||
| * | Fix migration | soryu | 2026-02-13 | 1 | -0/+2 | |
| | | ||||||
| * | Fix worktree branching for directive tasks and remove memories | soryu | 2026-02-13 | 17 | -1518/+199 | |
| | | ||||||
| * | Fix frontend build | soryu | 2026-02-13 | 3 | -83/+19 | |
| | | ||||||
| * | Make sure directive tasks inherit worktrees | soryu | 2026-02-13 | 2 | -8/+95 | |
| | | ||||||
| * | Fix migration | soryu | 2026-02-12 | 2 | -20/+2 | |
| | | ||||||
| * | Fix PR creation task for directives to be atomic | soryu | 2026-02-12 | 2 | -2/+43 | |
| | | ||||||
| * | Add task cleanup and directive PR updating | soryu | 2026-02-12 | 7 | -8/+44 | |
| | | ||||||
| * | Add depends_on for directive tasks | soryu | 2026-02-12 | 4 | -13/+225 | |
| | | | | | | # Conflicts: # makima/src/orchestration/directive.rs | |||||
| * | makima: Add an optional memory system for directives (#59) | soryu | 2026-02-12 | 19 | -36/+2281 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| * | Fix DAG ordering | soryu | 2026-02-11 | 3 | -30/+20 | |
| | | ||||||
| * | Add auto-PR creation for remote repos in directives | soryu | 2026-02-10 | 12 | -18/+590 | |
| | | ||||||
| * | Add auto-PR creation for remote repos in contracts | soryu | 2026-02-09 | 4 | -155/+312 | |
| | | ||||||
| * | Fix autostarting for directives | soryu | 2026-02-09 | 1 | -2/+5 | |
| | | ||||||
| * | Set directive env vars correctly for daemon | soryu | 2026-02-09 | 9 | -2/+68 | |
| | | ||||||
| * | Add directive task progression | soryu | 2026-02-09 | 4 | -7/+109 | |
| | | ||||||
| * | Add directive init | soryu | 2026-02-09 | 10 | -1/+781 | |
| | | ||||||
| * | Resume contracts from patches | soryu | 2026-02-09 | 4 | -0/+253 | |
| | | ||||||
| * | Move directive tab in navbar and change contract creation UI | soryu | 2026-02-09 | 2 | -47/+41 | |
| | | ||||||
| * | Add repository selection to directives | soryu | 2026-02-09 | 1 | -1/+59 | |
| | | ||||||
| * | Add new directive mechanism v3 | soryu | 2026-02-09 | 32 | -517/+3085 | |
| | | ||||||
| * | Remove directive mechanism | soryu | 2026-02-08 | 27 | -5950/+35 | |
| | | ||||||
| * | Fix directive evaluation and add to frontend | soryu | 2026-02-08 | 6 | -57/+282 | |
| | | ||||||
| * | Fix directive evaluation | soryu | 2026-02-08 | 1 | -13/+30 | |
| | | ||||||
| * | Fix directive deletion and stop local only on contracts | soryu | 2026-02-08 | 4 | -235/+264 | |
| | | ||||||
| * | Fix INT4/INT8 type mismatch in create_directive_chain | soryu | 2026-02-08 | 1 | -2/+2 | |
| | | ||||||
| * | Fixes for directive chain init | soryu | 2026-02-08 | 9 | -106/+278 | |
| | | ||||||
| * | Fixes for directive chain creation | soryu | 2026-02-07 | 2 | -7/+158 | |
| | | ||||||
| * | Check on completion for contracts | soryu | 2026-02-07 | 2 | -1/+143 | |
| | | ||||||
| * | Fix directive page styling | soryu | 2026-02-07 | 2 | -61/+78 | |
| | | ||||||
| * | Add repo suggestions for directives | soryu | 2026-02-07 | 1 | -28/+170 | |
| | | ||||||
| * | Change directive page | soryu | 2026-02-07 | 2 | -102/+123 | |
| | | ||||||
| * | Add directive monitor contracts | soryu | 2026-02-07 | 16 | -144/+1739 | |
| | | ||||||
| * | Show directive init on frontend | soryu | 2026-02-07 | 5 | -29/+209 | |
| | | ||||||
| * | Add directive init mechanism | soryu | 2026-02-07 | 15 | -9/+1185 | |
| | | ||||||
| * | Add new directive initial implementation | soryu | 2026-02-07 | 20 | -17/+2084 | |
| | | ||||||
| * | Remove directives for reimplementation | soryu | 2026-02-07 | 39 | -11241/+336 | |
| | | ||||||
| * | Fix: Link directives and contracts | soryu | 2026-02-06 | 3 | -7/+114 | |
| | | ||||||
| * | Fix: Cleanup old chain code | soryu | 2026-02-06 | 38 | -4815/+2119 | |
| | | ||||||
| * | Fix: Directives fixes | soryu | 2026-02-06 | 3 | -111/+348 | |
| | | ||||||
| * | Fix: Directives API | soryu | 2026-02-06 | 3 | -30/+251 | |
| | | ||||||
| * | Fix: Directive page and remove chain page | soryu | 2026-02-06 | 8 | -2131/+3 | |
| | | ||||||
| * | Fixup: pnpm lockfile | soryu | 2026-02-06 | 1 | -1257/+1636 | |
| | | ||||||
| * | Sync CreateChainRequest with backend | soryu | 2026-02-06 | 1 | -0/+1 | |
| | | | | | | | | Add repositoryUrl field to frontend CreateChainRequest for backwards compatibility with backend. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||||
