| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix: Cleanup old chain code | soryu | 2026-02-06 | 1 | -1644/+0 |
| | | |||||
| * | Add makima directives | soryu | 2026-02-05 | 1 | -1/+61 |
| | | |||||
| * | Add multi-repository support for chains | soryu | 2026-02-05 | 1 | -4/+331 |
| | | | | | | | | | | | | | | | | | | | | | | | Chains can now have multiple repositories attached, with one marked as primary. Repositories are used by contracts created from chain definitions. Backend changes: - Add chain_repositories table migration - Add ChainRepository model with CRUD operations - Add API endpoints for listing, adding, deleting repositories - Add endpoint to set a repository as primary - Update Chain and ChainEditorData models to use repositories - Update chain parser to support repositories in YAML format - Remove deprecated repository_url/local_path from Chain Frontend changes: - Add ChainRepository interface and API functions - Add repository section to ChainEditor showing attached repos - Add modal for adding new repositories (remote or local) - Support setting primary repository and removing repositories Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | ||||
| * | Remove chain supervisor capability | soryu | 2026-02-04 | 1 | -132/+4 |
| | | | | | | | | | | | | | Chains no longer spawn a supervisor task. Checkpoint contracts will be automatically run as part of the DAG execution when dependencies complete. - Remove supervisor task creation from start_chain handler - Remove chain supervisor CLI commands - Remove supervisor_task_id from StartChainResponse - Remove withSupervisor option from frontend Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | ||||
| * | Add chain checkpoint contracts | soryu | 2026-02-04 | 1 | -9/+141 |
| | | |||||
| * | Allow chain creation via web interface | soryu | 2026-02-03 | 1 | -2/+646 |
| | | |||||
| * | Add makima chain mechanism | soryu | 2026-02-03 | 1 | -0/+609 |
