diff options
| -rw-r--r-- | .github/workflows/daemon-image.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/sync-public-repo.yml | 20 |
2 files changed, 14 insertions, 8 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/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. + [](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 |
