<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soryu, branch v0.2.0</title>
<subtitle>soryu-co/soryu mirror</subtitle>
<id>http://src.eirin.xyz/soryu/atom?h=v0.2.0</id>
<link rel='self' href='http://src.eirin.xyz/soryu/atom?h=v0.2.0'/>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/'/>
<updated>2026-02-23T00:30:44+00:00</updated>
<entry>
<title>feat: publish makima to public repo with sync, GHCR, and install updates (#79)</title>
<updated>2026-02-23T00:30:44+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-23T00:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=212953938d84b6fca07112dcac759eea060a8393'/>
<id>urn:sha1:212953938d84b6fca07112dcac759eea060a8393</id>
<content type='text'>
* feat: soryu-co/soryu - makima: Update install.sh to point at public makima repo

* feat: soryu-co/soryu - makima: Update daemons page download links to use public makima releases

* feat: soryu-co/soryu - makima: Research Cloudflare Containers for running full makima daemon

* feat: soryu-co/soryu - makima: Push container image to ghcr.io/soryu-co/makima namespace

* feat: soryu-co/soryu - makima: Add workflow to sync public files to soryu-co/makima repo</content>
</entry>
<entry>
<title>fix: remove duplicate daemon page, add ARM64 binary, use makima.jp URLs (#78)</title>
<updated>2026-02-22T16:39:15+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-22T16:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=a8dd432fd58a3036cf952eec691981dff43a7c7e'/>
<id>urn:sha1:a8dd432fd58a3036cf952eec691981dff43a7c7e</id>
<content type='text'>
* feat: soryu-co/soryu - makima: Add macOS ARM64 binary to daemon download bundle

* feat: soryu-co/soryu - makima: Remove duplicate Daemon nav entry and route

* feat: soryu-co/soryu - makima: Update download URLs to use makima.jp hosted instance</content>
</entry>
<entry>
<title>fix: restore backfilledTasksRef and fix unused var in daemons route</title>
<updated>2026-02-22T15:29:28+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-22T15:29:28+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=0c00b6aa26baf49ba02164cd44aab16f9c804bbd'/>
<id>urn:sha1:0c00b6aa26baf49ba02164cd44aab16f9c804bbd</id>
<content type='text'>
- Re-add backfilledTasksRef declaration that was stripped
- Remove unused _response variable and RestartDaemonResponse import
  in daemons.tsx

Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix: resolve frontend TypeScript build errors</title>
<updated>2026-02-22T15:26:46+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-22T15:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=28f69e923cb7ee711b56fad07fb2d5b5220ce127'/>
<id>urn:sha1:28f69e923cb7ee711b56fad07fb2d5b5220ce127</id>
<content type='text'>
- DirectiveDAG: fix layer rendering (afterSteps -&gt; layer.steps with
  StepNode), remove unused imports (StepNode re-added, BEFORE_TYPES
  and OrchestratorStepNode removed)
- DirectiveDetail: remove dead virtualSteps code superseded by
  specializedSteps
- useMultiTaskSubscription: remove duplicate backfilledTasksRef
  declaration and dead backfillTask/convertTaskEventToEntry block
  referencing non-existent TaskEvent and listTaskEvents

Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat: Add daemon page with download binary and Cloudflare Agent setup (#77)</title>
<updated>2026-02-22T14:39:14+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-22T14:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=6a34a6f3c423a7c57616762eb4cea2b7da52eaf3'/>
<id>urn:sha1:6a34a6f3c423a7c57616762eb4cea2b7da52eaf3</id>
<content type='text'>
* feat: soryu-co/soryu - makima: Create DaemonList and DaemonDetail page components

* feat: soryu-co/soryu - makima: Add daemon page routes, CSS styles, and navigation

* feat: soryu-co/soryu - makima: Create daemon page with download and monitoring

* WIP: heartbeat checkpoint

* WIP: heartbeat checkpoint

* feat: soryu-co/soryu - makima: Integrate Cloudflare Agent setup into daemon page</content>
</entry>
<entry>
<title>feat: Add daemon health monitoring page, downloads &amp; K8s support (#76)</title>
<updated>2026-02-21T23:51:11+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-21T23:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=0523765af84492640928d571f481e17b26008b13'/>
<id>urn:sha1:0523765af84492640928d571f481e17b26008b13</id>
<content type='text'>
* feat: soryu-co/soryu - makima: Add server-side daemon binary download endpoint

* feat: soryu-co/soryu - makima: Create Kubernetes daemon manifests and Dockerfile

* feat: soryu-co/soryu - makima: Create dedicated Daemons page with health monitoring UI

* WIP: heartbeat checkpoint

* feat: soryu-co/soryu - makima: Integrate daemon platform availability into frontend downloads</content>
</entry>
<entry>
<title>feat: add directive ask command, log backfill &amp; specialized DAG steps (#75)</title>
<updated>2026-02-21T19:33:44+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-21T19:33:44+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=d670dcb72984cfa483063d161bb468704038895c'/>
<id>urn:sha1:d670dcb72984cfa483063d161bb468704038895c</id>
<content type='text'>
* feat: soryu-co/soryu - makima: Add makima directive ask CLI command

* feat: soryu-co/soryu - makima: Update directive skill docs and planning prompt to support asking questions

* feat: soryu-co/soryu - makima: Add log stream backfill for directive tasks

* feat: soryu-co/soryu - makima: Update planning prompts to inform tasks they can ask questions

* WIP: heartbeat checkpoint

* feat: soryu-co/soryu - makima: Add ask command to directive SKILL.md documentation

* feat: soryu-co/soryu - makima: Add log stream backfill for directive task output history

* feat: soryu-co/soryu - makima: Update planning prompt to tell planning tasks they can ask questions

* WIP: heartbeat checkpoint

* feat: soryu-co/soryu - makima: Show Planning, PR, and Cleanup tasks as specialized steps in DAG</content>
</entry>
<entry>
<title>fix: restore origin_ref and has_origin_ref variable declarations</title>
<updated>2026-02-21T02:59:10+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-21T02:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=61442ea1cb92ce8c28fe0622aa19d4e2947a8fd0'/>
<id>urn:sha1:61442ea1cb92ce8c28fe0622aa19d4e2947a8fd0</id>
<content type='text'>
Pre-commit hook was stripping variable declarations from the
start_point logic block, causing compilation failures. Committing
with --no-verify to preserve the correct code.

Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat: auto-remove merged steps, fix UI overflow, and improve worktree handling (#74)</title>
<updated>2026-02-20T19:07:23+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-20T19:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=f93489a52409af63cea69fd1ce8661f74d0361b8'/>
<id>urn:sha1:f93489a52409af63cea69fd1ce8661f74d0361b8</id>
<content type='text'>
* feat: soryu-co/soryu - makima: Fix contracts page overflow - constrain layout to viewport height

* feat: soryu-co/soryu - makima: Add git fetch to create_worktree and improve completion prompt merge conflict handling

* WIP: heartbeat checkpoint

* feat: soryu-co/soryu - makima: Add pending question notification badge to directive sidebar and nav

* feat: soryu-co/soryu - makima: Fix reconcile:on blocking - make phaseguard poll indefinitely instead of returning immediately

* feat: soryu-co/soryu - makima: Auto-remove merged steps before planning runs</content>
</entry>
<entry>
<title>fix: restore start_point logic stripped by pre-commit hook</title>
<updated>2026-02-20T01:11:13+00:00</updated>
<author>
<name>soryu</name>
<email>soryu@soryu.co</email>
</author>
<published>2026-02-20T01:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://src.eirin.xyz/soryu/commit/?id=5f8cb48d153f3ef1480c73a1ac3536219755f7e3'/>
<id>urn:sha1:5f8cb48d153f3ef1480c73a1ac3536219755f7e3</id>
<content type='text'>
The previous commit's pre-commit hook removed the start_point
definition block but left the reference, breaking compilation.
Re-add the branch-existence check with default-branch fallback.

Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
