Skip to content

Releases: sturlese/flightdeck

Release list

flightdeck v0.1.0

Choose a tag to compare

@sturlese sturlese released this 08 Jul 23:47

First public release.

In the box

  • Use-case backlog with value × feasibility × risk ÷ effort scoring; flightdeck promote scaffolds workflows from winners
  • Governed runs: monthly budget gate → data-classification policy → quality-tiered routing → PII redaction — fail-closed, every path recorded
  • Evidence layer: SQLite store + hash-chained audit ledger (flightdeck audit verify)
  • Conservative ROI metrics: rejected outputs earn negative minutes, unmeasured earns nothing, and a monthly cap keeps runaway loops out of the numbers — every formula in docs/metrics.md
  • Executive dashboard: one self-contained HTML file (no external requests, light/dark), plus a terminal report and --json
  • Providers: Anthropic, OpenAI / Azure OpenAI via base_url, and a deterministic offline mock

Try it — no API keys

pip install git+https://github.com/sturlese/flightdeck.git
flightdeck demo

Seeds a fictional games publisher with 13 weeks of history and three governance incidents: an honest pilot failure, a fail-closed launch, and a budget cap absorbing a runaway bot.

71 offline tests · 85% coverage gate · CI runs the full demo end-to-end.