LICENSE
NOTICE
README.md
pyproject.toml
src/betterborg.egg-info/PKG-INFO
src/betterborg.egg-info/SOURCES.txt
src/betterborg.egg-info/dependency_links.txt
src/betterborg.egg-info/entry_points.txt
src/betterborg.egg-info/requires.txt
src/betterborg.egg-info/top_level.txt
src/betterborg_cli/__init__.py
src/betterborg_cli/__main__.py
src/betterborg_cli/claude_plugin.py
src/betterborg_cli/cli.py
src/betterborg_cli/codex_plugin.py
src/betterborg_cli/execution_estimate.py
src/betterborg_cli/mcp_server.py
src/betterborg_cli/onboarding.py
src/betterborg_cli/plugin_activation.py
src/betterborg_cli/plugin_installation.py
src/betterborg_cli/plugins.py
src/betterborg_cli/prd_session.py
src/betterborg_cli/progress.py
src/betterborg_cli/repo_paths.py
src/betterborg_cli/repository_config.py
src/betterborg_cli/repository_files.py
src/betterborg_cli/repository_service.py
src/betterborg_cli/run_control.py
src/betterborg_cli/workflow_service.py
src/betterborg_cli/workspace_trust.py
src/betterborg_cli/agent_runtime/__init__.py
src/betterborg_cli/agent_runtime/anthropic.py
src/betterborg_cli/agent_runtime/api_adapter.py
src/betterborg_cli/agent_runtime/api_http.py
src/betterborg_cli/agent_runtime/api_tools.py
src/betterborg_cli/agent_runtime/base.py
src/betterborg_cli/agent_runtime/claude.py
src/betterborg_cli/agent_runtime/codex.py
src/betterborg_cli/agent_runtime/mock.py
src/betterborg_cli/agent_runtime/native_cli.py
src/betterborg_cli/agent_runtime/openai.py
src/betterborg_cli/agent_runtime/pricing.py
src/betterborg_cli/agent_runtime/process.py
src/betterborg_cli/agent_runtime/retry.py
src/betterborg_cli/agent_runtime/selection.py
src/betterborg_cli/agent_runtime/structured.py
src/betterborg_cli/claude_plugin_bundle/__init__.py
src/betterborg_cli/claude_plugin_bundle/marketplace/.claude-plugin/marketplace.json
src/betterborg_cli/claude_plugin_bundle/marketplace/plugins/betterborg/.mcp.json
src/betterborg_cli/claude_plugin_bundle/marketplace/plugins/betterborg/.claude-plugin/plugin.json
src/betterborg_cli/claude_plugin_bundle/marketplace/plugins/betterborg/commands/betterborg.md
src/betterborg_cli/claude_plugin_bundle/marketplace/plugins/betterborg/skills/orchestrate/SKILL.md
src/betterborg_cli/codex_plugin_bundle/__init__.py
src/betterborg_cli/codex_plugin_bundle/marketplace/.agents/plugins/marketplace.json
src/betterborg_cli/codex_plugin_bundle/marketplace/plugins/betterborg/.mcp.json
src/betterborg_cli/codex_plugin_bundle/marketplace/plugins/betterborg/.codex-plugin/plugin.json
src/betterborg_cli/codex_plugin_bundle/marketplace/plugins/betterborg/skills/orchestrate/SKILL.md
src/betterborg_cli/host_execution/__init__.py
src/betterborg_cli/host_execution/_agent_phase.py
src/betterborg_cli/host_execution/coding.py
src/betterborg_cli/host_execution/environment.py
src/betterborg_cli/host_execution/git.py
src/betterborg_cli/host_execution/guard.py
src/betterborg_cli/host_execution/merge.py
src/betterborg_cli/host_execution/preflight.py
src/betterborg_cli/host_execution/review.py
src/betterborg_cli/host_execution/sanity.py
src/betterborg_cli/host_execution/scheduler.py
src/betterborg_cli/host_execution/service.py
src/betterborg_cli/host_execution/worktrees.py
src/betterborg_cli/planning/__init__.py
src/betterborg_cli/planning/architect.py
src/betterborg_cli/planning/plan_contracts.py
src/betterborg_cli/planning/pm.py
src/betterborg_cli/planning/supervisor.py
src/betterborg_cli/planning/task_publication.py
src/betterborg_cli/planning/task_render.py
src/betterborg_cli/planning/task_validation.py
src/betterborg_cli/planning/tech_lead.py
src/betterborg_cli/planning/turns.py
src/betterborg_cli/planning/worktree.py
src/betterborg_cli/repo_analysis/__init__.py
src/betterborg_cli/repo_analysis/analyzer.py
src/betterborg_cli/repo_analysis/discovery.py
src/betterborg_cli/repo_analysis/improvement_prds.py
src/betterborg_cli/repo_analysis/prompts_manager.py
src/betterborg_cli/repo_analysis/reporting.py
src/betterborg_cli/repo_analysis/scoring.py
src/betterborg_cli/repo_analysis/text_rendering.py
src/betterborg_cli/store/__init__.py
src/betterborg_cli/store/models.py
src/betterborg_cli/store/sqlite.py
src/betterborg_cli/store/migrations/001_initial.sql
src/betterborg_cli/store/migrations/002_analysis_history.sql
src/betterborg_cli/store/migrations/003_borg_prd_sessions.sql
src/betterborg_cli/store/migrations/004_planning_state.sql
src/betterborg_cli/store/migrations/005_task_generations.sql
src/betterborg_cli/store/migrations/006_execution_ownership.sql
src/betterborg_cli/store/migrations/007_open_execution_attempts.sql
src/betterborg_cli/store/migrations/008_execution_attempt_finalization.sql
src/betterborg_cli/store/migrations/009_execution_incarnations.sql
src/betterborg_cli/store/migrations/010_run_environment_attempts.sql
src/betterborg_cli/store/migrations/011_execution_decisions.sql
src/betterborg_cli/store/migrations/012_drop_compose_resources.sql
src/betterborg_cli/store/migrations/__init__.py
tests/test_adapter_harness.py
tests/test_agent_api_tools.py
tests/test_agent_process.py
tests/test_agent_runtime.py
tests/test_agent_selection.py
tests/test_anthropic_adapter.py
tests/test_api_adapter_contract.py
tests/test_binary_release.py
tests/test_claude_adapter.py
tests/test_claude_plugin.py
tests/test_cli.py
tests/test_cli_execute.py
tests/test_cli_plan_approval.py
tests/test_cli_planning.py
tests/test_cli_tasks.py
tests/test_codex_adapter.py
tests/test_codex_plugin.py
tests/test_distribution.py
tests/test_execution_estimate.py
tests/test_execution_preflight.py
tests/test_final_release.py
tests/test_foundation_fixtures.py
tests/test_github_release_verification.py
tests/test_host_coding.py
tests/test_host_execution_service.py
tests/test_host_merge.py
tests/test_host_preflight.py
tests/test_host_sanity.py
tests/test_host_scheduler.py
tests/test_host_worktrees.py
tests/test_install_script.py
tests/test_mcp_server.py
tests/test_npm_release.py
tests/test_onboarding.py
tests/test_openai_adapter.py
tests/test_planning_architect.py
tests/test_planning_plan_contracts.py
tests/test_planning_task_publication.py
tests/test_planning_task_validation.py
tests/test_planning_tech_lead.py
tests/test_planning_turns.py
tests/test_planning_worktree.py
tests/test_plugin_activation.py
tests/test_plugins.py
tests/test_prd_session.py
tests/test_progress.py
tests/test_public_installations.py
tests/test_public_tree.py
tests/test_release_workflow.py
tests/test_repo_analysis_analyzer.py
tests/test_repo_analysis_discovery.py
tests/test_repo_analysis_improvement_prds.py
tests/test_repo_analysis_prompts_manager.py
tests/test_repo_analysis_reporting.py
tests/test_repo_analysis_scoring.py
tests/test_repo_paths.py
tests/test_repository_config.py
tests/test_repository_files.py
tests/test_repository_initialization.py
tests/test_run_control.py
tests/test_store.py
tests/test_store_execution.py
tests/test_store_execution_decisions.py
tests/test_store_planning.py
tests/test_store_task_generations.py
tests/test_workspace_trust.py