LICENSE
LICENSE-OVERVIEW.md
MANIFEST.in
README.md
pyproject.toml
src/brnrd/LICENSE
src/brnrd/__init__.py
src/brnrd/__main__.py
src/brnrd/activity_records.py
src/brnrd/app.py
src/brnrd/auth.py
src/brnrd/billing.py
src/brnrd/config.py
src/brnrd/db.py
src/brnrd/ids.py
src/brnrd/inbox.py
src/brnrd/migrations.py
src/brnrd/models.py
src/brnrd/oauth.py
src/brnrd/pack_relay.py
src/brnrd/schemas.py
src/brnrd/security.py
src/brnrd/stripe_api.py
src/brnrd/wake_requests.py
src/brnrd.egg-info/PKG-INFO
src/brnrd.egg-info/SOURCES.txt
src/brnrd.egg-info/dependency_links.txt
src/brnrd.egg-info/entry_points.txt
src/brnrd.egg-info/requires.txt
src/brnrd.egg-info/top_level.txt
src/brnrd/platforms/__init__.py
src/brnrd/platforms/github.py
src/brnrd/platforms/github_app.py
src/brnrd/platforms/telegram.py
src/brnrd/routers/__init__.py
src/brnrd/routers/accounts.py
src/brnrd/routers/billing.py
src/brnrd/routers/config_approval.py
src/brnrd/routers/daemons.py
src/brnrd/routers/dev.py
src/brnrd/routers/github_app.py
src/brnrd/routers/pairing.py
src/brnrd/routers/render.py
src/brnrd/routers/webhooks.py
src/brnrd_web/LICENSE
src/brnrd_web/__init__.py
src/brnrd_web/activity_dashboard.py
src/brnrd_web/routes.py
src/brnrd_web/static/app.css
src/brnrd_web/static/dashboard.css
src/brnrd_web/templates/base.html
src/brnrd_web/templates/config_approve.html
src/brnrd_web/templates/connect.html
src/brnrd_web/templates/dashboard.html
src/brnrd_web/templates/message.html
src/brr/AGENTS.md
src/brr/Dockerfile
src/brr/LICENSE
src/brr/__init__.py
src/brr/__main__.py
src/brr/account.py
src/brr/adopt.py
src/brr/bench.py
src/brr/branching.py
src/brr/claude_status.py
src/brr/claude_usage.py
src/brr/cli.py
src/brr/codex_status.py
src/brr/codex_usage.py
src/brr/config.py
src/brr/conversations.py
src/brr/daemon.py
src/brr/dev_reload.py
src/brr/dominion.py
src/brr/facets.py
src/brr/forge_state.py
src/brr/forges.py
src/brr/gitops.py
src/brr/hooks.py
src/brr/kb_health.py
src/brr/kb_preflight.py
src/brr/knowledge.py
src/brr/pitfalls.py
src/brr/presence.py
src/brr/prompts.py
src/brr/protocol.py
src/brr/relics.py
src/brr/run.py
src/brr/run_context.py
src/brr/run_ledger.py
src/brr/run_progress.py
src/brr/runner.py
src/brr/runner_capabilities.py
src/brr/runner_cores.py
src/brr/runner_failures.py
src/brr/runner_quota.py
src/brr/runner_select.py
src/brr/schedule.py
src/brr/spending_plan.py
src/brr/statusline.py
src/brr/sync.py
src/brr/updates.py
src/brr/wake_request.py
src/brr/worktree.py
src/brr/daemon_install/__init__.py
src/brr/daemon_install/linux.py
src/brr/daemon_install/macos.py
src/brr/data/__init__.py
src/brr/data/runner-capabilities.json
src/brr/diffense/__init__.py
src/brr/diffense/gist.py
src/brr/diffense/pack.py
src/brr/diffense/prbody.py
src/brr/diffense/render.py
src/brr/diffense/review-pr64.html
src/brr/diffense/template.html
src/brr/docs/__init__.py
src/brr/docs/account-daemon.md
src/brr/docs/active-task.md
src/brr/docs/brr-internals.md
src/brr/docs/conversations.md
src/brr/docs/envs.md
src/brr/docs/execution-map.md
src/brr/docs/portals.md
src/brr/docs/review-pack.md
src/brr/envs/__init__.py
src/brr/ergonomics/__init__.py
src/brr/ergonomics/probes.py
src/brr/ergonomics/proxy.py
src/brr/ergonomics/record.py
src/brr/ergonomics/store.py
src/brr/gates/README.md
src/brr/gates/__init__.py
src/brr/gates/cloud.py
src/brr/gates/delivery.py
src/brr/gates/runtime.py
src/brr/gates/slack.py
src/brr/gates/telegram.py
src/brr/gates/github/__init__.py
src/brr/gates/github/attachments.py
src/brr/gates/github/cache.py
src/brr/gates/github/client.py
src/brr/gates/github/constants.py
src/brr/gates/github/delivery.py
src/brr/gates/github/loop.py
src/brr/gates/github/parse.py
src/brr/gates/github/paths.py
src/brr/gates/github/polling.py
src/brr/gates/github/progress.py
src/brr/gates/github/prs.py
src/brr/gates/github/state.py
src/brr/gates/github/wizard.py
src/brr/prompts/daemon-substrate.md
src/brr/prompts/diffense.md
src/brr/prompts/dominion-playbook.md
src/brr/prompts/identity-core.md
src/brr/prompts/introspection.md
src/brr/prompts/kb-index.md
src/brr/prompts/kb-log.md
src/brr/prompts/run.md
src/brr/prompts/runners.md
src/brr/prompts/setup.md
src/brr/prompts/weave.md
src/brr/prompts/worker.md
tests/test_account.py
tests/test_adopt.py
tests/test_bench.py
tests/test_branching.py
tests/test_brnrd_activity.py
tests/test_brnrd_billing.py
tests/test_brnrd_config_approval.py
tests/test_brnrd_dashboard.py
tests/test_brnrd_github.py
tests/test_brnrd_inbox.py
tests/test_brnrd_oauth.py
tests/test_brnrd_pack_relay.py
tests/test_brnrd_plans.py
tests/test_brnrd_quota.py
tests/test_brnrd_run_ledger.py
tests/test_brnrd_runners.py
tests/test_brnrd_telegram.py
tests/test_brnrd_web.py
tests/test_claude_status.py
tests/test_claude_usage.py
tests/test_cli.py
tests/test_cloud_gate.py
tests/test_codex_status.py
tests/test_codex_usage.py
tests/test_config.py
tests/test_conversations.py
tests/test_daemon.py
tests/test_daemon_burst.py
tests/test_daemon_conversations.py
tests/test_daemon_heartbeat.py
tests/test_daemon_install_linux.py
tests/test_daemon_install_macos.py
tests/test_daemon_mirror_cards.py
tests/test_daemon_progress_packets.py
tests/test_daemon_salvage.py
tests/test_daemon_single_flight.py
tests/test_deliver_stream.py
tests/test_dev_reload.py
tests/test_diffense_gist.py
tests/test_diffense_pack.py
tests/test_diffense_prbody.py
tests/test_dockerfile.py
tests/test_docs.py
tests/test_dominion.py
tests/test_dominion_commit.py
tests/test_envs.py
tests/test_ergonomics.py
tests/test_facets.py
tests/test_forge_state.py
tests/test_forges.py
tests/test_gate_setup.py
tests/test_github_gate.py
tests/test_gitops.py
tests/test_hooks.py
tests/test_kb_health.py
tests/test_kb_preflight.py
tests/test_knowledge.py
tests/test_outbox.py
tests/test_pitfalls.py
tests/test_presence.py
tests/test_prompts.py
tests/test_protocol.py
tests/test_relics.py
tests/test_run.py
tests/test_run_context.py
tests/test_run_ledger.py
tests/test_run_progress.py
tests/test_runner.py
tests/test_runner_capabilities.py
tests/test_runner_cores.py
tests/test_runner_quota.py
tests/test_runner_select.py
tests/test_schedule.py
tests/test_schedule_daemon.py
tests/test_slack_render_update.py
tests/test_spending_plan.py
tests/test_statusline.py
tests/test_sync.py
tests/test_telegram_gate.py
tests/test_telegram_render_update.py
tests/test_wake_request.py