QA Gauntlet v3 stress test target repo
- Python 90.1%
- Mako 6.7%
- Dockerfile 2.1%
- Shell 1.1%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| alembic | ||
| app | ||
| docs/architecture/specs | ||
| tests | ||
| .gitignore | ||
| alembic.ini | ||
| Dockerfile | ||
| entrypoint.sh | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
QA Gauntlet v3
Stress test target repo for the HaskyOS orchestrator dispatch pipeline.
Purpose
This repo exists solely as a target for orchestrator-dispatched agents. The agents add features (models, endpoints, tests) as part of the QA Gauntlet stress test, which validates:
- Dispatch pipeline (brief generation, agent spawn, PR creation)
- CI repair (L0 lint fix, L1 Opus repair, XPASS handling)
- Migration serialization and dependency ordering
- Multi-model routing (Codex, MiniMax, Opus)
- Cascade close and test-after-batch
Local Development
uv sync
uv run alembic upgrade head
uv run uvicorn app.main:app --reload
Tests
uv run pytest tests/ -v