orbitant-engineering v0.1.0
๐ฆ Release for orbitant-engineering
What's New in orbitant-engineering v0.1.0
Initial release of orbitant-engineering, a new vertical containing engineering standards audit commands that work on any repo and any stack. The first command, /ground-control, runs a configurable, stack-agnostic engineering audit across AI readiness, git hygiene, secret history, OWASP patterns, and 12-factor compliance.
โจ New Features
- New plugin scaffold with
/ground-controlaudit command (#31) - Added skills:
orbitant-ai-readiness โ assesses repo signal-to-noise for AI tooling
- orbitant-git-hygiene โ checks branching, commit, and history practices
- orbitant-owasp-scan โ OWASP top-10 pattern review
- orbitant-12-factor โ 12-factor app compliance review
- Added secret history scan to
/ground-control
โป๏ธ Refactoring
- Aligned
/ground-controlwith plugin command conventions
๐ Bug Fixes
- Fixed bare URL lint error in 12-factor reference
- Addressed PR review feedback before merge
Full Changelog: https://github.com/weorbitant/orbitant-os/pull/31