bog-agents-cli 0.9.2__tar.gz → 0.9.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/CHANGELOG.md +5 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/PKG-INFO +1 -1
- bog_agents_cli-0.9.3/bog_agents_cli/_version.py +3 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/pyproject.toml +1 -1
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/uv.lock +2 -2
- bog_agents_cli-0.9.2/bog_agents_cli/_version.py +0 -3
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/.gitignore +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/Makefile +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/README.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/__main__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_bedrock.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_constants.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_debug.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_observability.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_panic.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_proc.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_server_config.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_server_constants.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_settings_cascade.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_spec.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_subprocess_stderr.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_testing_models.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/agent.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/api_keys.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/app.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/app.tcss +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/ask_user.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/auto_commit.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/auto_mode.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/background_agents.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bedrock_refresh.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/browser_cli.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/built_in_skills/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/built_in_skills/expert_starter_rules/starter.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/built_in_skills/skill-creator/SKILL.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/built_in_skills/skill-creator/scripts/init_skill.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/built_in_skills/skill-creator/scripts/quick_validate.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/go/code-reviewer/AGENTS.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/node/code-reviewer/AGENTS.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/node/react-ink-artist/AGENTS.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/node/test-author/AGENTS.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/python/code-reviewer/AGENTS.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/python/refactorer/AGENTS.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/python/test-author/AGENTS.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/rust/code-reviewer/AGENTS.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/rust/test-author/AGENTS.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/causal/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/causal/controller.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/causal/ledger.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/causal/middleware.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/causal/render.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/claude_code_compat.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cli_sounds.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/clipboard.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_benchmark.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_build.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_call.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_checkpoint.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_daemon.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_explain.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_index.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_memory_sync.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_pr_review.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_test.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_undo.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_verify.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/code_intelligence_cli.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/command_registry.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/_base.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/_registry.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/agent.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/analysis.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/config.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/enterprise.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/general.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/git.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/info.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/multimodal.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/quality.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/session.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/ui.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/web.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compact_selective.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/audit_pack.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/controller.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/cron.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/evidence.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/examples/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/examples/audit-nightly.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/examples/soc2-baseline.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/report.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/runner.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/computer_use.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/config.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/configurable_model.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/conversation_buffer.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cross-platform-notes.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/daemon_client.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dashboard.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/default_agent_prompt.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/blog-post.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/bug-investigation.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/code-review.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/dependency-audit.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/github-issue-autofix.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/jira-ticket-autofix.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/morning-standup.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/new-feature.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/onboarding-guide.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/readme-auto-updater.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/security-scan.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/sprint-planning.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/weekly-report.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/prompt_library.toml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults_seeder.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/devil.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/doctor.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/doctor_deep.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dream.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/config.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/dashboard.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/domain.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/dream_engine.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/imagination.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/laws.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/lifecycle.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/rule_proposer.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/runner.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/scheduler.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/seeds.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/shared_memory.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/telemetry.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/violations.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/drive/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/drive/actions.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/drive/entrypoint.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/drive/replay_model.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/drive/runner.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/drive/snapshot.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/enterprise_cli.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/_helpers.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/propose.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/status.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/watch.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/wizard.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/write.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert_controller.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert_watch.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/extensibility.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/extensions.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/feature_helpers.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/feedback_loop.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/file_ops.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/file_watcher.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/handoff.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/hooks.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/image_cli.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/imagine.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/input.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/input_shortcuts.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/daytona.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/docker.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/langsmith.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/modal.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/runloop.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/sandbox_factory.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/sandbox_provider.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/io_utils.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/jobs_manager.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/json_output.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/jury.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/keybindings.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/langsmith_cli.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/local_context.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/main.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/mcp_config_manager.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/mcp_registry.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/mcp_tools.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/mcp_trust.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/media_utils.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/mentions.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/model_config.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/multi_agent.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/multi_model_cli.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/non_interactive.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/oauth_mcp.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/orchestrator.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/orchestrator_controller.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/output.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/peat/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/peat/jobs.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/peat/persona.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/peat/research.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/peat/runner.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/peat/scheduler.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/personas.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/pipeline.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/plugin_marketplace.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/policy_prove/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/policy_prove/controller.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/policy_prove/invariant.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/policy_prove/prover.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/postmortem.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/pr_cli.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/pr_output.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/preflight.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/profiles.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/project_hooks.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/project_memory.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/project_utils.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/prompt_library.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/prompts.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/provider_catalog.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/proxy_tools.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/py.typed +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/qa/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/qa/ac.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/qa/artifact.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/qa/executor.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/qa/plan.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/race.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/recipes.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/recommend.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/release_train.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/release_train_config.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/release_train_sources/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/release_train_sources/base.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/release_train_sources/halo.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/release_train_sources/jira.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_assets/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_assets/ssh_cancel.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_assets/ssh_status.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_assets/ssh_submit.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_assets/ssh_worker.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_client.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_sandbox.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/replay.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/repo_map_display.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/review_command.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/scratch.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/server.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/server_graph.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/server_manager.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/session_fork.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/session_manager.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/sessions.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/sidecar.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/sidecar_controller.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/skill_flywheel.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/skills/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/skills/commands.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/skills/load.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/smart_context_cli.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/smoketest.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/squad.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/standing_orders.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/streaming_diff.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/subagents.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/system_prompt.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/teach.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/team_config.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/team_orchestration.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/telephone.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/test_tools_cli.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/textual_adapter.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/time_travel.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/timeouts.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tool_display.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tools.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tracefile/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tracefile/controller.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tracefile/exporters/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tracefile/exporters/claude_code.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tracefile/signing.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tracefile/spec.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/ui.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/unicode_security.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/update_check.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/vars.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/vars_store.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/vault.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/web_fetch.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/web_search.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/whisper.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/_links.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/agents_panel.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/approval.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/ask_user.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/autocomplete.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/chat_input.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/diff.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/history.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/loading.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/mcp_viewer.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/message_store.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/messages.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/model_selector.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/pipeline_screen.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/prompt_library_screen.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/settings_screen.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/status.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/telephone.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/thread_selector.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/tool_renderers.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/tool_widgets.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/welcome.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/arxiv-search/SKILL.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/arxiv-search/arxiv_search.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/langgraph-docs/SKILL.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/skill-creator/SKILL.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/skill-creator/scripts/init_skill.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/skill-creator/scripts/quick_validate.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/web-research/SKILL.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/images/cli.png +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/scripts/check_imports.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/scripts/install.sh +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/README.md +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/conftest.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/benchmarks/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/benchmarks/test_startup_benchmarks.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/conftest.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/test_acp_mode.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/test_compact_resume.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/test_dreamscape_e2e.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/test_sandbox_factory.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/test_sandbox_operations.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/conftest.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/scripts/help_modal.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/scripts/snapshot.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/scripts/type_and_submit.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/scripts/vars.yaml +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/test_actions.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/test_replay_model.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/test_runner.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/skills/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/skills/test_commands.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/skills/test_load.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/skills/test_skills_json.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_agent.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_always_ask.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_anthropic_httpx_per_loop.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_api_keys.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_app.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_apply_plan_models.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_approval.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_args.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_ask_user.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_ask_user_middleware.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_async_command.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_auto_commit.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_auto_mode_rules.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_autocomplete.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_bedrock.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_bedrock_async.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_bedrock_auth.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_bedrock_refresh.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_causal.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_charset.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_charset_detect.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_chat_input.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_clipboard.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_benchmark.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_build.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_checkpoint.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_explain.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_index.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_memory_sync.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_pr_review.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_test.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_undo.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_verify_no_output.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_command_registry_handlers.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_commands_registry.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_compact.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_compact_tool.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_compliance.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_computer_use.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_config.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_configurable_model.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_conversation_buffer.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_debug.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_docker_sandbox_arg.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_doctor.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_doctor_deep.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_dreamscape.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_dreamscape_rule_proposer.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_end_to_end.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_exception_handling.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_expert_controller.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_expert_watch.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_expert_wizard_cli.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_extensibility.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_extensions.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_feedback_loop.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_file_ops.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_first_run_no_api_key.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_hierarchical_agent_md.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_hierarchical_skills.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_history.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_hooks.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_imports.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_input_parsing.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_jury.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_killer_features.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_killer_slash_features.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_local_context.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_main.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_main_acp_mode.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_main_args.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_mcp_catalog.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_mcp_config_manager.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_mcp_tools.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_mcp_trust.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_mcp_viewer.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_media_utils.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_message_store.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_message_store_persistence.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_messages.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_model_config.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_model_selector.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_model_switch.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_new_features.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_non_interactive.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_observability.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_orchestrator.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_output.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_panic.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_pasted_text_tracker.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_peat.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_personas.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_policy_prove.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_postmortem.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_preflight.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_project_hooks.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_project_memory.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_prompts.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_provider_catalog_display.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_qa.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_race.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_recipes.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_release_train_sources.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_reload.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_remote.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_remote_client.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_replay.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_server.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_server_config.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_server_graph.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_server_helpers.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_server_manager.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_sessions.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_shell_allow_list.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_shell_injection.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_sidecar.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_skill_flywheel.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_smoketest.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_standing_orders.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_status.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_subagents.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_subprocess_stderr.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_team_orchestration.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_telephone.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_textual_adapter.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_thinking_config.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_thread_selector.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_time_travel.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_timeouts.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_token_tracker.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_token_warnings.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_tracefile.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_ui.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_unicode_security.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_update_check.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_vars.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_vault.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_version.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_web_fetch.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_welcome.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/tools/__init__.py +0 -0
- {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/tools/test_fetch_url.py +0 -0
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.3](https://github.com/bogware/bog-agents/compare/bog-agents-cli==0.9.2...bog-agents-cli==0.9.3) (2026-05-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
* **bog-agents-cli:** Synchronize bog-agents-monorepo versions
|
|
7
|
+
|
|
3
8
|
## [0.9.2](https://github.com/bogware/bog-agents/compare/bog-agents-cli==0.9.1...bog-agents-cli==0.9.2) (2026-05-22)
|
|
4
9
|
|
|
5
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bog-agents-cli
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.3
|
|
4
4
|
Summary: Bog Agents CLI — your coding agent in the terminal, patient as still water. 80+ slash commands, any LLM provider (Anthropic, OpenAI, Bedrock, Google, Ollama and more), persistent memory, plan mode, /qa acceptance-criteria harness, /peat personal scheduler, /record + /replay, in-memory secrets vault, MCP marketplace with 35+ servers, deep doctor, panic dumps, and a matte swamp/neon-green TUI. One install, no code required. Pass through in harmony.
|
|
5
5
|
Project-URL: Homepage, https://github.com/bogware/bog-agents
|
|
6
6
|
Project-URL: Repository, https://github.com/bogware/bog-agents
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "bog-agents-cli"
|
|
7
|
-
version = "0.9.
|
|
7
|
+
version = "0.9.3"
|
|
8
8
|
description = "Bog Agents CLI — your coding agent in the terminal, patient as still water. 80+ slash commands, any LLM provider (Anthropic, OpenAI, Bedrock, Google, Ollama and more), persistent memory, plan mode, /qa acceptance-criteria harness, /peat personal scheduler, /record + /replay, in-memory secrets vault, MCP marketplace with 35+ servers, deep doctor, panic dumps, and a matte swamp/neon-green TUI. One install, no code required. Pass through in harmony."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
@@ -314,7 +314,7 @@ wheels = [
|
|
|
314
314
|
|
|
315
315
|
[[package]]
|
|
316
316
|
name = "bog-agents"
|
|
317
|
-
version = "0.9.
|
|
317
|
+
version = "0.9.3"
|
|
318
318
|
source = { editable = "../bog-agents" }
|
|
319
319
|
dependencies = [
|
|
320
320
|
{ name = "anyio" },
|
|
@@ -419,7 +419,7 @@ test = [
|
|
|
419
419
|
|
|
420
420
|
[[package]]
|
|
421
421
|
name = "bog-agents-cli"
|
|
422
|
-
version = "0.9.
|
|
422
|
+
version = "0.9.3"
|
|
423
423
|
source = { editable = "." }
|
|
424
424
|
dependencies = [
|
|
425
425
|
{ name = "aiosqlite" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/built_in_skills/skill-creator/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/examples/__init__.py
RENAMED
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/examples/audit-nightly.yaml
RENAMED
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/examples/soc2-baseline.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/blog-post.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/code-review.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/morning-standup.yaml
RENAMED
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/new-feature.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/security-scan.yaml
RENAMED
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/sprint-planning.yaml
RENAMED
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/weekly-report.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/sandbox_factory.py
RENAMED
|
File without changes
|
{bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/sandbox_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|