Focused automation utilities for repetitive engineering workflows and operational tasks.
This repo exists to keep common workflow automation small, scriptable, and reusable across the ecosystem.
- Neighbor to
anvil - Supports
relay - Used by
orbitandsummit
Starter Go CLI with one useful batch-style command.
- Go
automata/
├── cmd/
│ └── autom8/
│ └── main.go
├── docs/
│ └── usage.md
├── .editorconfig
├── .gitignore
├── README.md
├── ROADMAP.md
└── go.mod
go run ./cmd/autom8 runanvilrelayorbit
Stay focused on glue automation rather than recreating a full CI system here.