<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soryu/makima/frontend/src/components/chains/ChainEditor.tsx, branch master</title>
<subtitle>soryu-co/soryu mirror</subtitle>
<id>http://src.eirin.xyz/soryu/atom?h=master</id>
<link rel='self' href='http://src.eirin.xyz/soryu/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/'/>
<updated>2026-02-06T01:02:32+00:00</updated>
<entry>
<title>Fix: Directive page and remove chain page</title>
<updated>2026-02-06T01:02:32+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-06T01:02:32+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=8f725a7c64fbeb85ebeb59b54d2f774e9a0a59d6'/>
<id>urn:sha1:8f725a7c64fbeb85ebeb59b54d2f774e9a0a59d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add multi-repository support for chains</title>
<updated>2026-02-05T00:48:38+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-05T00:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=0302b4596e14210884df5d645df9a179d8f0c1c6'/>
<id>urn:sha1:0302b4596e14210884df5d645df9a179d8f0c1c6</id>
<content type='text'>
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 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Replace custom DAG editor with React Flow library</title>
<updated>2026-02-05T00:33:04+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-05T00:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=e16d49b52a393aa9a762edf57f93434a4bd7844e'/>
<id>urn:sha1:e16d49b52a393aa9a762edf57f93434a4bd7844e</id>
<content type='text'>
- Install @xyflow/react for smooth node-based UI
- Create custom DefinitionNode and ContractNode components
- Use React Flow's built-in drag-and-drop, edge drawing, pan/zoom
- Removes laggy custom implementation

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Improve chain DAG editor UX</title>
<updated>2026-02-04T12:04:58+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-04T12:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=9521910b1fcbbc29c80b791e2c91d814030cb3cf'/>
<id>urn:sha1:9521910b1fcbbc29c80b791e2c91d814030cb3cf</id>
<content type='text'>
- Fix drag lag by disabling CSS transitions during drag
- Add canvas right-click context menu to create definitions at position
- Auto-find free grid space for new definitions to avoid overlap
- Fix startChain API to send empty JSON body (backend expects JSON)
- Add PlusIcon for context menu

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add interactive DAG editor for chain definitions</title>
<updated>2026-02-04T02:08:27+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-04T02:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=8692cfcc9567d5404f50aa4aec6ce1bae9ab26ed'/>
<id>urn:sha1:8692cfcc9567d5404f50aa4aec6ce1bae9ab26ed</id>
<content type='text'>
- Add drag-and-drop to reposition definition nodes
- Add edge drawing from connector dot to create dependencies
- Add right-click context menu with delete and dependency management
- Show visual hints in footer for available interactions
- Update node positions and dependencies via API on change

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Remove chain supervisor capability</title>
<updated>2026-02-04T01:59:40+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-04T01:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=612cecc5bd5dbfc73d4a3a9d38626378eaf39041'/>
<id>urn:sha1:612cecc5bd5dbfc73d4a3a9d38626378eaf39041</id>
<content type='text'>
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 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add chain checkpoint contracts</title>
<updated>2026-02-04T01:07:14+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-04T01:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=a734bf1a472b19d63341769d26a66628575df7f4'/>
<id>urn:sha1:a734bf1a472b19d63341769d26a66628575df7f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow chain creation via web interface</title>
<updated>2026-02-03T23:49:19+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-03T23:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=c732dd048128808cd9f67f6e1176a5b565df5678'/>
<id>urn:sha1:c732dd048128808cd9f67f6e1176a5b565df5678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix: FE type error</title>
<updated>2026-02-03T22:35:19+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-03T22:35:19+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=dcbf8c834626870a43b633b099f409d69d4f9b87'/>
<id>urn:sha1:dcbf8c834626870a43b633b099f409d69d4f9b87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganize makima navbar</title>
<updated>2026-02-03T22:29:44+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-03T22:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=78087b37d25ba0b0f955c0f8a13d73f3014f707e'/>
<id>urn:sha1:78087b37d25ba0b0f955c0f8a13d73f3014f707e</id>
<content type='text'>
</content>
</entry>
</feed>
