From df5118dae459805d43575a825dbac2c026e9bab1 Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 23 Feb 2026 14:11:56 +0000 Subject: fix: restore old README look, replace agent with daemon, fix branch triggers - Fix workflow branch triggers from main to master (workflows were never firing on branch pushes) - Restore original makima README style with banner image and tagline - Replace 'agent' with 'daemon' in public README - Update container image ref to ghcr.io/soryu-co/makima Co-Authored-By: Claude Opus 4.6 --- .github/workflows/sync-public-repo.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to '.github/workflows/sync-public-repo.yml') diff --git a/.github/workflows/sync-public-repo.yml b/.github/workflows/sync-public-repo.yml index 72549a4..ccbcff6 100644 --- a/.github/workflows/sync-public-repo.yml +++ b/.github/workflows/sync-public-repo.yml @@ -5,7 +5,7 @@ on: tags: - 'v*' branches: - - main + - master paths: - 'install.sh' - 'k8s/daemon/**' @@ -40,11 +40,17 @@ jobs: shell: bash run: | cat > makima-public/README.md <<'READMEEOF' - # Makima + # makima - **Distributed task orchestration for AI coding agents.** + Makima is listening - Makima coordinates work across multiple AI coding agents, enabling parallel task execution, contract-based workflows, and seamless integration with tools like Claude Code. + [![](https://files.catbox.moe/hv4r24.png)](http://makima.jp) + + --- + + Distributed task orchestration for AI coding daemons. + + Makima coordinates work across multiple AI coding daemons, enabling parallel task execution, contract-based workflows, and seamless integration with tools like Claude Code. ## Installation @@ -90,7 +96,7 @@ jobs: The daemon container image is available at: ``` - ghcr.io/soryu-co/makima-daemon:latest + ghcr.io/soryu-co/makima:latest ``` Apply the manifests with kustomize: @@ -103,11 +109,11 @@ jobs: ## Documentation - - [Cloudflare Edge Agent](docs/cloudflare-agent.md) — Deploy a WebSocket relay on Cloudflare Workers for edge-based task dispatch + - [Cloudflare Edge Daemon](docs/cloudflare-agent.md) — Deploy a WebSocket relay on Cloudflare Workers for edge-based task dispatch ## License & Info - Makima is developed by [soryu-co](https://github.com/soryu-co). For more information, visit the [soryu-co GitHub organization](https://github.com/soryu-co). + Makima is developed by [soryu-co](https://github.com/soryu-co). For more information, visit [makima.jp](http://makima.jp). READMEEOF - name: Commit and push -- cgit v1.2.3