LICENSE
README.md
pyproject.toml
maestro/__init__.py
maestro/auth.py
maestro/backup.py
maestro/bridge.py
maestro/cli.py
maestro/cli_argparse.py
maestro/cli_ui.py
maestro/core_constants.py
maestro/env.py
maestro/errors.py
maestro/init.py
maestro/mcp.py
maestro/project_analysis.py
maestro/quickstart.py
maestro/registry.py
maestro/review.py
maestro/setup.py
maestro/setup_cheatsheet.py
maestro/templates_loader.py
maestro/update.py
maestro/workspace.py
maestro/audit/__init__.py
maestro/audit/log.py
maestro/audit/policy.py
maestro/audit/signer.py
maestro/audit/types.py
maestro/audit/anchor/__init__.py
maestro/audit/anchor/azure_blob.py
maestro/audit/anchor/base.py
maestro/audit/anchor/filesystem.py
maestro/audit/anchor/s3.py
maestro/audit/anchor/s3_compatible.py
maestro/audit/anchor/scheduler.py
maestro/config/__init__.py
maestro/config/mcp-servers.schema.json
maestro/config/role-paths-default.json
maestro/config/secret-allowlist.json
maestro/core/__init__.py
maestro/core/bridge_notifier.py
maestro/core/bridge_poller.py
maestro/core/bridge_slack_bot.py
maestro/core/crew.py
maestro/core/fleet_monitor.py
maestro/core/fleet_runner.py
maestro/core/fleet_usage_tracker.py
maestro/core/gates.py
maestro/core/plans.py
maestro/core/post_voyage_verify.py
maestro/core/pr_merge.py
maestro/core/pr_review_dispatch.py
maestro/core/worktrees.py
maestro/docs/AIR-GAPPED.md
maestro/docs/ARCHITECTURE.md
maestro/docs/BRANCH-DISCIPLINE.md
maestro/docs/CHAIN-OF-COMMAND.md
maestro/docs/CLI-ERRORS.md
maestro/docs/CLI-REFERENCE.md
maestro/docs/COMPARATOR-everything-claude-code.md
maestro/docs/COMPLIANCE-MAPPING.md
maestro/docs/CONFIG-MODELS.md
maestro/docs/CREW-INVOCATION.md
maestro/docs/ENTERPRISE-SECURITY.md
maestro/docs/ENTERPRISE-SETUP.md
maestro/docs/GETTING-STARTED.md
maestro/docs/HUMAN-REVIEW-GATES.md
maestro/docs/LICENCE.md
maestro/docs/LIFECYCLE-AUTOMATION.md
maestro/docs/OPERATOR-GUIDE.md
maestro/docs/ORDERS-AND-VOYAGES.md
maestro/docs/OWNER-GUIDE.md
maestro/docs/PARALLEL-VOYAGES.md
maestro/docs/PERSONAS.md
maestro/docs/PRICING.md
maestro/docs/PUBLIC-SECURITY-OVERVIEW.md
maestro/docs/QUICKSTART.md
maestro/docs/ROLE-OVERLAYS.md
maestro/docs/ROLES-GUIDE.md
maestro/docs/SECURITY-QUESTIONNAIRE.md
maestro/docs/SETUP.md
maestro/docs/SUPPORT.md
maestro/docs/TROUBLESHOOTING.md
maestro/docs/TRUST.md
maestro/docs/bridge-setup-guide.md
maestro/egress/__init__.py
maestro/egress/airgap.py
maestro/egress/diagram.py
maestro/egress/filter.py
maestro/egress/proxy.py
maestro/hooks/__init__.py
maestro/hooks/branch_guard.py
maestro/hooks/bridge_question.py
maestro/hooks/notification.py
maestro/hooks/posttool.py
maestro/hooks/pretool.py
maestro/hooks/secret_patterns.py
maestro/hooks/stop.py
maestro/identity/__init__.py
maestro/identity/acl.py
maestro/identity/auth.py
maestro/identity/encryption.py
maestro/identity/gate.py
maestro/identity/integrity.py
maestro/identity/loader.py
maestro/identity/rights.py
maestro/identity/types.py
maestro/identity/defaults/__init__.py
maestro/launch/__init__.py
maestro/launch/sandbox.py
maestro/licence/__init__.py
maestro/licence/client.py
maestro/licence/config.py
maestro/licence/errors.py
maestro/licence/grace.py
maestro/licence/storage.py
maestro/personas/__init__.py
maestro/personas/_schema.json
maestro/personas/loader.py
maestro/personas/models.py
maestro/personas/render.py
maestro/personas/resolver.py
maestro/personas/default/persona.json
maestro/personas/default/roles/BLD.md
maestro/personas/default/roles/DOC.md
maestro/personas/default/roles/LEAD.md
maestro/personas/default/roles/PLN.md
maestro/personas/default/roles/REL.md
maestro/personas/default/roles/SEC.md
maestro/personas/default/roles/TST.md
maestro/personas/game-rangers/persona.json
maestro/personas/game-rangers/roles/Anti-Poaching-Unit.md
maestro/personas/game-rangers/roles/Chief-Ranger.md
maestro/personas/game-rangers/roles/Field-Ranger.md
maestro/personas/game-rangers/roles/Logistics-Coordinator.md
maestro/personas/game-rangers/roles/Naturalist.md
maestro/personas/game-rangers/roles/Scout.md
maestro/personas/game-rangers/roles/Veterinarian.md
maestro/personas/nautical/persona.json
maestro/personas/nautical/roles/BOS.md
maestro/personas/nautical/roles/COX.md
maestro/personas/nautical/roles/LKT.md
maestro/personas/nautical/roles/NAV.md
maestro/personas/nautical/roles/QM.md
maestro/personas/nautical/roles/SCR.md
maestro/personas/nautical/roles/SHP.md
maestro/personas/navy-seals/persona.json
maestro/personas/navy-seals/roles/Comms.md
maestro/personas/navy-seals/roles/Intel-Analyst.md
maestro/personas/navy-seals/roles/Logistics-Officer.md
maestro/personas/navy-seals/roles/Operator.md
maestro/personas/navy-seals/roles/Recon.md
maestro/personas/navy-seals/roles/Team-Leader.md
maestro/personas/navy-seals/roles/Verifier.md
maestro/personas/storm-troopers/persona.json
maestro/personas/storm-troopers/roles/Archivist.md
maestro/personas/storm-troopers/roles/Commander.md
maestro/personas/storm-troopers/roles/Imperial-Security.md
maestro/personas/storm-troopers/roles/Inspector.md
maestro/personas/storm-troopers/roles/Logistics-Officer.md
maestro/personas/storm-troopers/roles/Strategist.md
maestro/personas/storm-troopers/roles/Trooper.md
maestro/roles/BLD.md
maestro/roles/DOC.md
maestro/roles/LEAD.md
maestro/roles/PLN.md
maestro/roles/REL.md
maestro/roles/SEC.md
maestro/roles/TST.md
maestro/roles/loader.py
maestro/roles/overlay.py
maestro/secrets/__init__.py
maestro/secrets/aws_secrets.py
maestro/secrets/azure_keyvault.py
maestro/secrets/base.py
maestro/secrets/env.py
maestro/secrets/one_password.py
maestro/secrets/os_keyring.py
maestro/secrets/refs.py
maestro/secrets/registry.py
maestro/secrets/secrets.py
maestro/secrets/vault.py
maestro/security/__init__.py
maestro/security/owasp_patterns.py
maestro/security/review.py
maestro/templates/claude-maestro.md.j2
maestro/templates/claude-project.md.j2
maestro/templates/requirements/bug-report.md.j2
maestro/templates/requirements/doc-audit.md.j2
maestro/templates/requirements/new-feature.md.j2
maestro/templates/requirements/performance.md.j2
maestro/templates/requirements/project-setup.md.j2
maestro/templates/requirements/refactor.md.j2
maestro/templates/requirements/security-review.md.j2
maestro/templates/requirements/test-coverage.md.j2
maestro_fleet.egg-info/PKG-INFO
maestro_fleet.egg-info/SOURCES.txt
maestro_fleet.egg-info/dependency_links.txt
maestro_fleet.egg-info/entry_points.txt
maestro_fleet.egg-info/requires.txt
maestro_fleet.egg-info/top_level.txt
tests/test_ac_pipeline.py
tests/test_active_processes_drain.py
tests/test_adm_mcp_cli.py
tests/test_adm_review_cli.py
tests/test_adm_security_scan_cli.py
tests/test_adm_setup.py
tests/test_adm_setup_e2e.py
tests/test_adm_update_mcp_migration.py
tests/test_admiralty_shim.py
tests/test_audit_anchor.py
tests/test_audit_anchor_mandatory.py
tests/test_audit_log.py
tests/test_auth_legacy_bypass.py
tests/test_branch_guard.py
tests/test_branch_guard_loose_orders.py
tests/test_branch_storm_and_target_repo.py
tests/test_bridge_setup_wizard.py
tests/test_bug_0280_autoqueue_on_stalled.py
tests/test_cli_argparse.py
tests/test_cli_main_handler.py
tests/test_cli_noun_aliases.py
tests/test_cli_ui.py
tests/test_cli_version.py
tests/test_convergence_gating.py
tests/test_convergence_retry.py
tests/test_convergence_retry_0272.py
tests/test_convergence_retry_fast_path.py
tests/test_cox_security_gate.py
tests/test_crew.py
tests/test_data_flow_diagram.py
tests/test_dispatch_uses_worktree.py
tests/test_dispatcher_reliability.py
tests/test_doctor_preflight.py
tests/test_egress.py
tests/test_egress_filter.py
tests/test_egress_modes.py
tests/test_eight_bells_review_gate.py
tests/test_env_var_fallback.py
tests/test_errors.py
tests/test_fleet_monitor.py
tests/test_fleet_runner.py
tests/test_fleet_runner_mcp.py
tests/test_friendly_argparse.py
tests/test_identity_acl.py
tests/test_identity_integrity.py
tests/test_identity_rights.py
tests/test_idle_watchdog.py
tests/test_invoke_claude_json.py
tests/test_iteration_timeout.py
tests/test_licence.py
tests/test_licence_cli_test_flags.py
tests/test_licence_config.py
tests/test_licence_extended.py
tests/test_licence_fake_activation.py
tests/test_max_turns.py
tests/test_mcp_registry.py
tests/test_modernised_role_files.py
tests/test_monitor_observability.py
tests/test_multi_role_advance.py
tests/test_nav_plan_schema.py
tests/test_no_legacy_residue.py
tests/test_no_raw_brand_strings.py
tests/test_operator_roles.py
tests/test_owasp_patterns.py
tests/test_parallel_crew_isolation.py
tests/test_parallel_voyage_e2e.py
tests/test_persona_e2e.py
tests/test_persona_loader.py
tests/test_persona_resolver.py
tests/test_persona_security.py
tests/test_persona_squad_names.py
tests/test_placeholder_repo_config.py
tests/test_post_nav_gate.py
tests/test_post_nav_gate_e2e.py
tests/test_posttool_file_counter.py
tests/test_posttool_owasp.py
tests/test_pr_creation_default_branch.py
tests/test_pretool_pr_gate.py
tests/test_pretool_secret_guard.py
tests/test_project_analysis.py
tests/test_queue_encoding_tolerance.py
tests/test_quickstart.py
tests/test_quickstart_repo_link.py
tests/test_requirement_templates.py
tests/test_review_time_tracking.py
tests/test_role_cli.py
tests/test_role_dispatcher_integration.py
tests/test_role_loader.py
tests/test_role_model_resolution.py
tests/test_role_overlay.py
tests/test_role_tool_scoping.py
tests/test_run_cli.py
tests/test_secret_doctor_scrub.py
tests/test_secret_patterns.py
tests/test_secret_refs.py
tests/test_secrets_provider.py
tests/test_security_review_cli.py
tests/test_security_review_slash_command.py
tests/test_session_id.py
tests/test_setup_cheatsheet.py
tests/test_subprocess_env_scrub.py
tests/test_usage_voyage_filter.py
tests/test_verify_and_push_branch_guard.py
tests/test_voyage_branch_propagation.py
tests/test_voyage_reconcile.py
tests/test_voyage_seq_numbering.py
tests/test_voyage_sweep_ownership.py
tests/test_workspace_dual_read.py
tests/test_workstation_setup.py
tests/test_worktrees.py