summaryrefslogtreecommitdiff
path: root/.github/workflows/sync-public-repo.yml
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-02-23 14:11:56 +0000
committersoryu <soryu@soryu.co>2026-02-23 14:11:56 +0000
commitdf5118dae459805d43575a825dbac2c026e9bab1 (patch)
tree9a4c555b8cb7de8d805ac793a37b821d5c83f305 /.github/workflows/sync-public-repo.yml
parent212953938d84b6fca07112dcac759eea060a8393 (diff)
downloadsoryu-df5118dae459805d43575a825dbac2c026e9bab1.tar.gz
soryu-df5118dae459805d43575a825dbac2c026e9bab1.zip
fix: restore old README look, replace agent with daemon, fix branch triggersv0.2.1
- 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 <noreply@anthropic.com>
Diffstat (limited to '.github/workflows/sync-public-repo.yml')
-rw-r--r--.github/workflows/sync-public-repo.yml20
1 files changed, 13 insertions, 7 deletions
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