.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
index.html
pyproject.toml
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature.yml
.github/scripts/next_release.py
.github/workflows/build-artifacts.yml
.github/workflows/dependency-review.yml
.github/workflows/package-preview.yml
.github/workflows/release-on-merge.yml
.github/workflows/release.yml
.github/workflows/static.yml
.github/workflows/tests.yml
argus/__init__.py
argus/__main__.py
argus/actions.py
argus/cli.py
argus/config.py
argus/policy.py
argus/tokens.py
argus/adapters/__init__.py
argus/adapters/base.py
argus/adapters/browser_adapter.py
argus/adapters/cli_adapter.py
argus/adapters/linux_gui.py
argus/adapters/windows_gui.py
argus/adapters/windows_safe.py
argus/ates/__init__.py
argus/ates/artifacts.py
argus/ates/audit.py
argus/ates/authority_guards.py
argus/ates/core.py
argus/ates/evidence_validation.py
argus/ates/finalization.py
argus/ates/finalization_io.py
argus/ates/finalization_types.py
argus/ates/ids.py
argus/ates/package.py
argus/ates/privacy.py
argus/ates/recovery_policy.py
argus/ates/reports.py
argus/ates/status.py
argus/ates/store.py
argus/ates/transaction_guards.py
argus/ates/trust_guards.py
argus/capsule/__init__.py
argus/capsule/base.py
argus/capsule/files.py
argus/capsule/guest.py
argus/capsule/guest_agent.py
argus/capsule/host_collect.py
argus/capsule/hyperv.py
argus/capsule/hyperv_isolated.py
argus/capsule/libvirt.py
argus/capsule/safe_open.py
argus/capsule/safe_output.py
argus/capsule/secure_client.py
argus/capsule/secure_guest_agent.py
argus/engine/__init__.py
argus/engine/agent.py
argus/engine/ates_artifacts.py
argus/engine/ates_runtime.py
argus/engine/results.py
argus/engine/roam.py
argus/engine/roam_ates_impl.py
argus/engine/roam_impl.py
argus/engine/runner.py
argus/engine/runner_impl.py
argus/engine/spec.py
argus/execution/__init__.py
argus/execution/ates_collection.py
argus/execution/base.py
argus/execution/capsule.py
argus/execution/secure_capsule.py
argus/fleet/__init__.py
argus/fleet/ates_transport.py
argus/fleet/enrollment.py
argus/fleet/execution.py
argus/fleet/heartbeat.py
argus/fleet/heartbeat_impl.py
argus/fleet/identity.py
argus/fleet/placement.py
argus/gui/__init__.py
argus/gui/__main__.py
argus/gui/app.py
argus/gui/web/app.js
argus/gui/web/index.html
argus/knowledge/__init__.py
argus/knowledge/base.py
argus/knowledge/docker_manager.py
argus/knowledge/embeddings.py
argus/knowledge/fingerprint.py
argus/knowledge/json_store.py
argus/knowledge/remote.py
argus/knowledge/store.py
argus/providers/__init__.py
argus/providers/anthropic_provider.py
argus/providers/base.py
argus/providers/ollama.py
argus/providers/openai_provider.py
argus/providers/registry.py
argus/serve/__init__.py
argus/serve/app.py
argus_app_testing.egg-info/PKG-INFO
argus_app_testing.egg-info/SOURCES.txt
argus_app_testing.egg-info/dependency_links.txt
argus_app_testing.egg-info/entry_points.txt
argus_app_testing.egg-info/requires.txt
argus_app_testing.egg-info/scm_file_list.json
argus_app_testing.egg-info/scm_version.json
argus_app_testing.egg-info/top_level.txt
docs/README.md
docs/ates-action-dispatch.md
docs/ates-artifacts.md
docs/ates-core.md
docs/ates-event-store.md
docs/ates-privacy.md
docs/ates-runtime.md
docs/ates.md
docs/capsules-hyperv.md
docs/capsules-multi-os.md
docs/consolidated-roadmap.md
docs/fleet.md
docs/releasing.md
packaging/make_icons.py
packaging/linux/AppRun
packaging/linux/argus-cli
packaging/linux/argus-gui
packaging/linux/argus.desktop
packaging/windows/argus.iss
packaging/windows/argus.wxs
packaging/windows/make_wix.py
tests/__init__.py
tests/ates_test_support.py
tests/conftest.py
tests/test_agent.py
tests/test_ates_action_dispatch.py
tests/test_ates_approvals.py
tests/test_ates_artifact_durability.py
tests/test_ates_artifact_hardening.py
tests/test_ates_artifact_metadata.py
tests/test_ates_artifact_runtime.py
tests/test_ates_artifact_short_writes.py
tests/test_ates_artifacts.py
tests/test_ates_audit_storage.py
tests/test_ates_authority_guards.py
tests/test_ates_capture_validation.py
tests/test_ates_core.py
tests/test_ates_core_relationship_regressions.py
tests/test_ates_core_review_regressions_round7.py
tests/test_ates_core_review_regressions_round8.py
tests/test_ates_event_store.py
tests/test_ates_event_store_review_regressions.py
tests/test_ates_event_store_review_regressions_round2.py
tests/test_ates_event_store_review_regressions_round3.py
tests/test_ates_event_store_review_regressions_round4.py
tests/test_ates_event_store_review_regressions_round5.py
tests/test_ates_evidence_validation.py
tests/test_ates_finalization.py
tests/test_ates_finalization_recovery.py
tests/test_ates_incomplete_reports.py
tests/test_ates_integrity_contract.py
tests/test_ates_lifecycle_validation.py
tests/test_ates_package_integration.py
tests/test_ates_privacy.py
tests/test_ates_privacy_hardening.py
tests/test_ates_report_publication.py
tests/test_ates_reports.py
tests/test_ates_runtime_integration.py
tests/test_ates_trust_boundary_regressions.py
tests/test_capsule.py
tests/test_capsule_isolation_pr6.py
tests/test_capsule_isolation_pr6_policy.py
tests/test_capsule_multi_os_pr7.py
tests/test_capsule_provider_capabilities_pr7.py
tests/test_capsule_retained_recovery_pr6.py
tests/test_capsule_security.py
tests/test_capsule_transfer_security.py
tests/test_capsule_transfers.py
tests/test_cli_adapter.py
tests/test_codex_pr12_regressions.py
tests/test_codex_pr12_round2.py
tests/test_codex_pr12_round3.py
tests/test_codex_pr14_regressions.py
tests/test_codex_pr14_round2.py
tests/test_codex_pr14_round3.py
tests/test_codex_pr14_round4.py
tests/test_codex_pr14_round5.py
tests/test_codex_pr14_round6.py
tests/test_config.py
tests/test_execution_environment.py
tests/test_execution_safety.py
tests/test_failure_capsule_error_results.py
tests/test_failure_capsule_teardown.py
tests/test_failure_capsules.py
tests/test_fleet_ates_transport.py
tests/test_fleet_enrollment.py
tests/test_fleet_execution.py
tests/test_fleet_execution_reconciliation.py
tests/test_fleet_heartbeat.py
tests/test_fleet_heartbeat_boot_order.py
tests/test_fleet_placement.py
tests/test_key_policy_regressions.py
tests/test_knowledge.py
tests/test_pr14_posix_artifact_pinning.py
tests/test_pr19_review_regressions.py
tests/test_pr19_round2_review_regressions.py
tests/test_pr20_review_regressions.py
tests/test_pr20_round2_review_regressions.py
tests/test_pr20_round3_review_regressions.py
tests/test_pr20_round4_review_regressions.py
tests/test_pr20_round5_review_regressions.py
tests/test_pr21_review_regressions.py
tests/test_pr21_round2_review_regressions.py
tests/test_pr21_round3_review_regressions.py
tests/test_pr21_round4_review_regressions.py
tests/test_providers.py
tests/test_roam.py
tests/test_runner.py
tests/test_runner_extras.py
tests/test_spec.py
tests/test_spec_extras.py
tests/test_tokens.py
tests/test_windows_safe_integration.py
tests/fixtures/windows_uia_launcher.py
tests/fixtures/windows_uia_spawn_child_target.py
tests/fixtures/windows_uia_target.py