From c31e26a3eaba8daa806253b900be371810a8c0d9 Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 24 Feb 2026 20:45:28 +0000 Subject: feat: soryu-co/soryu - makima: Update prompts and documentation to remove polling references --- .github/workflows/daemon-image.yml | 2 +- .github/workflows/release.yml | 12 +++++++++++- .github/workflows/sync-public-repo.yml | 20 +++++++++++++------- 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/.github/workflows/daemon-image.yml b/.github/workflows/daemon-image.yml index 8b4a059..8473817 100644 --- a/.github/workflows/daemon-image.yml +++ b/.github/workflows/daemon-image.yml @@ -5,7 +5,7 @@ on: tags: - 'v*' branches: - - main + - master paths: - 'makima/**' - 'vendor/**' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 218205a..0bcd8dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,17 @@ jobs: - name: Install cross-compilation tools (Linux ARM64) if: matrix.target == 'aarch64-unknown-linux-gnu' run: | - sudo apt-get install -y gcc-aarch64-linux-gnu + sudo dpkg --add-architecture arm64 + # Add ports.ubuntu.com source for arm64 packages + sudo tee /etc/apt/sources.list.d/arm64-ports.list </dev/null || true + sudo apt-get update + sudo apt-get install -y gcc-aarch64-linux-gnu libssl-dev:arm64 echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV echo "PKG_CONFIG_SYSROOT_DIR=/usr/aarch64-linux-gnu" >> $GITHUB_ENV 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