Tiger is a CLI tool for managing CI/CD infrastructure. It polls Azure DevOps pipelines for completed builds, stores results in a local SQLite database, detects flaky tests, and serves MCP tools for a copilot console experience.
See docs/architecture.md for full design details and docs/todo.md for the work plan.
- Be connected to the VPN.
- This tool uses Azure Identity for authentication — use
az loginto authenticate. You can also useaz account set -s <subscription name>to set the subscription.
dotnet build Tiger.slnx
dotnet run --project src/Tiger