Source: bernstein
Section: devel
Priority: optional
Maintainer: Alex Chernysh <alex@alexchernysh.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all (>= 3.12),
 python3-setuptools,
 python3-pip,
 pybuild-plugin-pyproject,
 python3-hatchling,
Standards-Version: 4.6.2
Homepage: https://pypi.org/project/bernstein/
Vcs-Git: https://github.com/sipyourdrink-ltd/bernstein.git
Rules-Requires-Root: no

Package: bernstein
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3 (>= 3.12),
 python3-fastapi,
 python3-uvicorn,
 python3-httpx,
 python3-yaml,
 python3-rich,
 python3-click,
 python3-pydantic,
 python3-dotenv,
Description: Deterministic orchestrator for CLI coding agents
 Bernstein spawns short-lived CLI coding agents, coordinates them
 via a file-based state directory, and works with any CLI agent
 (Claude Code, Codex, Gemini CLI, and 40+ more).
 .
 There is no model in the coordination loop, so parallel runs in
 per-task git worktrees replay byte-identically. Model and effort
 are chosen per-task based on complexity.
