QA Gauntlet v3 stress test target repo
  • Python 90.1%
  • Mako 6.7%
  • Dockerfile 2.1%
  • Shell 1.1%
Find a file
2026-05-10 19:48:06 +08:00
.forgejo/workflows feat: initial scaffold — FastAPI + SQLAlchemy + Alembic with 12 orchestrator compliance configs 2026-05-10 19:48:06 +08:00
alembic feat: initial scaffold — FastAPI + SQLAlchemy + Alembic with 12 orchestrator compliance configs 2026-05-10 19:48:06 +08:00
app feat: initial scaffold — FastAPI + SQLAlchemy + Alembic with 12 orchestrator compliance configs 2026-05-10 19:48:06 +08:00
docs/architecture/specs feat: initial scaffold — FastAPI + SQLAlchemy + Alembic with 12 orchestrator compliance configs 2026-05-10 19:48:06 +08:00
tests feat: initial scaffold — FastAPI + SQLAlchemy + Alembic with 12 orchestrator compliance configs 2026-05-10 19:48:06 +08:00
.gitignore feat: initial scaffold — FastAPI + SQLAlchemy + Alembic with 12 orchestrator compliance configs 2026-05-10 19:48:06 +08:00
alembic.ini feat: initial scaffold — FastAPI + SQLAlchemy + Alembic with 12 orchestrator compliance configs 2026-05-10 19:48:06 +08:00
Dockerfile feat: initial scaffold — FastAPI + SQLAlchemy + Alembic with 12 orchestrator compliance configs 2026-05-10 19:48:06 +08:00
entrypoint.sh feat: initial scaffold — FastAPI + SQLAlchemy + Alembic with 12 orchestrator compliance configs 2026-05-10 19:48:06 +08:00
pyproject.toml feat: initial scaffold — FastAPI + SQLAlchemy + Alembic with 12 orchestrator compliance configs 2026-05-10 19:48:06 +08:00
README.md feat: initial scaffold — FastAPI + SQLAlchemy + Alembic with 12 orchestrator compliance configs 2026-05-10 19:48:06 +08:00
uv.lock feat: initial scaffold — FastAPI + SQLAlchemy + Alembic with 12 orchestrator compliance configs 2026-05-10 19:48:06 +08:00

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