CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
config.example.json
pyproject.toml
bin/delegate-profile-shim
bin/delegate.py
docs/agent-setup.md
docs/cli-reference.md
docs/configuration.md
docs/development.md
docs/live-runtime.md
docs/publishing-checklist.md
docs/security-model.md
docs/troubleshooting.md
docs/worktrees.md
docs/assets/delegate-agent-header.png
examples/task.claude.json
examples/task.codex.json
examples/task.cursor.json
examples/task.droid.json
examples/task.grok.json
examples/task.judge.json
src/delegate_agent/__init__.py
src/delegate_agent/archived_logs.py
src/delegate_agent/argv_builders.py
src/delegate_agent/argv_utils.py
src/delegate_agent/bundled_models.py
src/delegate_agent/capability_commands.py
src/delegate_agent/cli.py
src/delegate_agent/cli_parser.py
src/delegate_agent/command_errors.py
src/delegate_agent/command_help.py
src/delegate_agent/config.py
src/delegate_agent/config_commands.py
src/delegate_agent/constants.py
src/delegate_agent/describe_payload.py
src/delegate_agent/errors.py
src/delegate_agent/git_utils.py
src/delegate_agent/harness_events.py
src/delegate_agent/inspection_commands.py
src/delegate_agent/isolation.py
src/delegate_agent/json_types.py
src/delegate_agent/log_output.py
src/delegate_agent/model_discovery.py
src/delegate_agent/private_io.py
src/delegate_agent/profile_commands.py
src/delegate_agent/profile_guard.py
src/delegate_agent/profiles.py
src/delegate_agent/prompt_instructions.py
src/delegate_agent/prompt_transport.py
src/delegate_agent/reasoning.py
src/delegate_agent/redaction.py
src/delegate_agent/rendering.py
src/delegate_agent/request_build.py
src/delegate_agent/request_models.py
src/delegate_agent/retention.py
src/delegate_agent/run_metadata.py
src/delegate_agent/run_output_commands.py
src/delegate_agent/run_registry.py
src/delegate_agent/run_status.py
src/delegate_agent/runner.py
src/delegate_agent/safe_workspace.py
src/delegate_agent/seatbelt.py
src/delegate_agent/snapshot_view.py
src/delegate_agent/wait_cancel_commands.py
src/delegate_agent/worktree_commands.py
src/delegate_agent/worktree_execution.py
src/delegate_agent/worktree_gc.py
src/delegate_agent/worktree_mgmt.py
src/delegate_agent/worktree_records.py
src/delegate_agent/worktree_remove.py
src/delegate_agent/worktree_summary.py
src/delegate_agent/wsl.py
src/delegate_agent/workflows/__init__.py
src/delegate_agent/workflows/commands.py
src/delegate_agent/workflows/registry.py
src/delegate_agent/workflows/runtime.py
src/delegate_agent/workflows/schema.py
src/delegate_agent/workflows/script.py
src/delegate_agent_cli.egg-info/PKG-INFO
src/delegate_agent_cli.egg-info/SOURCES.txt
src/delegate_agent_cli.egg-info/dependency_links.txt
src/delegate_agent_cli.egg-info/entry_points.txt
src/delegate_agent_cli.egg-info/requires.txt
src/delegate_agent_cli.egg-info/top_level.txt
tests/test_capability_commands.py
tests/test_codex_pure_sandbox.py
tests/test_command_help.py
tests/test_config_commands.py
tests/test_delegate_help_cli.py
tests/test_delegate_isolation.py
tests/test_delegate_parser.py
tests/test_delegate_validation.py
tests/test_end_to_end_tracking.py
tests/test_engine_argv.py
tests/test_execution_argv_and_prompt.py
tests/test_execution_dry_run.py
tests/test_execution_worktree_failure_cleanup.py
tests/test_execution_worktree_preflight.py
tests/test_execution_worktree_run.py
tests/test_harness_events.py
tests/test_inspection_commands.py
tests/test_kimi_commands.py
tests/test_model_discovery.py
tests/test_model_selection_wave1a.py
tests/test_model_selection_wave1b.py
tests/test_packaging.py
tests/test_profiles.py
tests/test_pure_call.py
tests/test_reasoning_capabilities.py
tests/test_retention.py
tests/test_run_registry.py
tests/test_runner_capture.py
tests/test_safe_workspace_isolation.py
tests/test_slash_passthrough.py
tests/test_snapshot_redaction.py
tests/test_snapshot_rendering.py
tests/test_snapshot_run_output.py
tests/test_snapshot_view.py
tests/test_utility_modules.py
tests/test_wait_cancel_commands.py
tests/test_wave4_launch_features.py
tests/test_workflow_commands.py
tests/test_worktree_list_show.py
tests/test_worktree_prune_gc.py
tests/test_worktree_remove.py
tests/test_wsl_guardrails.py