Posts in 2026
make fix and Mirror Automation
Tuesday, March 03, 2026 in Blog
Two features shipped today: make fix for auto-remediation and CI-based mirror automation between GitLab and GitHub. make fix make check tells you what’s wrong. make fix fixes what it can. $ make fix ✓ python (ruff format, ruff check --fix) ✓ …
Introducing DevRail
Monday, March 02, 2026 in Blog
The Problem Every team eventually builds its own tooling stack. Linters, formatters, security scanners, test runners – installed differently on every developer’s machine, pinned to different versions in CI, and completely invisible to the …