Skip to content

orbitant-engineering v0.1.0

releaseengineering
๐Ÿ“ฆ 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-control audit 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-control with 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