BQA-OS · Agent Citadel

Runs entirely in your browser · synthetic data

Decode your agents, then fight

1 · RunOne command builds archive.zip from your local AI sessions.
2 · DropDrop archive.zip below — decoded locally into agents.
3 · BattleSend your agents into the war against the orc bugs & CVEs.
① Make your archive — one command

Paste this in your terminal. It finds your local AI-coding sessions (Claude Code / Codex / OpenCode), builds archive.zip, and stays entirely on your machine — nothing is uploaded:

curl -fsSL http://m-v-shchegolev-agent-citadel-d3d663.pages.git.ringcentral.com/tools/make-archive.sh | bash

→ produces archive.zip in the current folder. Then drop it below. Needs python3 + zip. No local sessions? grab a template or hit “Load demo”. Sanitize before sharing publicly.

◆ 1 · Upload archive
⇪ DROP ZIP OR JSON

your QA session archive — or load the demo

> awaiting archive.

Local-first. No real logs, secrets or customer data leave this page.

⚑ What you get
  • Agents mustered from your session domains
  • Knowledge specs (the MVP artifact set)
  • Reusable workflows
  • Recommendations — packaged as a downloadable ZIP

Load the demo to see it, then hit Battle. →

⚔ 2 · Your agents from
⚑ Workflows
    ◆ Knowledge specs
      ✦ Recommendations
        Archive format (JSON, or a ZIP containing it)

        A sessions array; each session has a domain (one of: etlgraphqlapidata_qualitybugsprompts) and some text.

        { "sessions": [
          { "domain": "etl", "text": "airflow dag failure, reconciliation on parquet" },
          { "domain": "api", "text": "rest endpoint wrong http status, contract test" }
        ] }

        ⬇ Download a template archive ·