
Shiro Automation
Shiro – AI Automation That Runs Inside Your CI/CD
7 followers
Shiro – AI Automation That Runs Inside Your CI/CD
7 followers
Shiro Automation: A portable, zero-infrastructure workflow orchestration runtime for CI/CD. AI-native, DAG-based execution, GitLab CI & GitHub Actions integration. Single binary, no servers.


how does it handle state between DAG tasks across pipeline runs, especially if my runners get rotated mid-job?
@asiye6p7n thanks for putting this query - for this I am relying on pipelines's artifact storage, it may not be the best, but I found this convenient - open to suggestions and collaboration.
Tried running a multi-stage pipeline locally and the single binary just worked, no daemon or setup needed. The DAG approach made it way easier to reason about job dependencies than my usual GitHub Actions setup.
Dropped the single binary into a test pipeline and it picked up my existing GitHub Actions yaml with almost no fuss. The DAG view finally makes job dependencies readable instead of a wall of YAML.