SOURCE → REQUIREMENT → CODE → PROOF

RESEARCH-TO-SOFTWARE TRACEABILITY.

Every supplied report is mapped to its canonical file, section-level deep route, repository-local .uai record, platform areas, technology labs, code modules, 3D/WebXR simulations, API endpoints, and verification.

38 supplied reports traced into Evulgare v2.0.0-rc.55-WIP
ReportCanonical source and memoryImplemented software3D/VR simulationsVerification
EVR-0001A Reference Architecture for Autonomous Kill Web Simulation: Assuring Command, Control, and Bounded Execution in Synthetic EnvironmentsEight-layer public-safe system-of-systems architecture, separate data and authority flows, bounded execution, audit, recovery, and null-sink outputs. docs/reports/autonomous-c2-simulation-architecture.md.uai/reports/autonomous-c2-simulation-architecture.uai74d6f20e4f9014801e456a597bed5aaa61817b8b989e4bb8d8452f3e945e1108Open deep-linked source sectionLegacy route: /research/autonomous-c2-simulation-architecture → 301

Platform: resilience, authority, provenance

Labs: resilience, authority, provenance

  • app/simulation_registry.py
  • app/simulation_engine.py
  • app/blueprints/simulations/routes.py
  • app/content/simulations/scenarios.json::autonomous-drone-control
  • app/blueprints/api/routes.py::drone_control_run
  • app/templates/docs/implementation.html
  • app/mission_experience.py::run_mission_experience
  • app/content/experiences/autonomous-mission-seat.json
  • app/blueprints/main/routes.py::index
  • app/blueprints/api/routes.py::mission_experience_run
  • app/templates/main/index.html::mission-experience
  • app/static/js/mission-experience.js
  • docs/HOME_AUTONOMOUS_MISSION_EXPERIENCE.md
  • app/autonomy_navigation.py::run_navigation
  • app/autonomy_navigation.py::run_counterfactual
  • app/simulation_engine.py::run_simulation
  • app/blueprints/simulations/routes.py::detail
  • app/blueprints/api/routes.py::drone_control_counterfactual
  • app/templates/simulations/drone_control.html
  • app/static/js/autonomous-drone-control.js
  • docs/AUTONOMOUS_DRONE_CONTROL_DEMO.md
  • docs/AUTONOMY_NAVIGATION_PROOF_REPORT.json
  • app/autonomy_evidence.py::compare_runs
  • app/autonomy_evidence.py::build_evidence_bundle
  • app/autonomy_evidence.py::evidence_manifest
  • app/blueprints/api/routes.py::drone_control_compare
  • app/blueprints/api/routes.py::drone_control_change_impact
  • app/blueprints/api/routes.py::drone_control_evidence_export
  • app/templates/simulations/drone_compare.html
  • app/static/js/autonomy-comparison.js
  • docs/AUTONOMY_EVIDENCE_COMPARISON.md
  • docs/AUTONOMY_EVIDENCE_PROOF_REPORT.json
  • app/autonomy_regression.py::run_regression
  • app/autonomy_regression.py::build_regression_evidence_package
  • app/autonomy_regression.py::accepted_baseline_manifest
  • app/content/assurance/accepted-autonomy-baselines-v1.6.0.json
  • app/templates/simulations/drone_regression.html
  • app/static/js/autonomy-regression.js
  • docs/AUTONOMY_REGRESSION_ASSURANCE.md
  • docs/AUTONOMY_REGRESSION_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/simulation_workbench.py::build_progressive_bootstrap
  • app/simulation_workbench.py::progressive_bootstrap_legacy_state
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • app/static/js/vr-simulations.js
  • GET /api/v1/simulations
  • POST /api/v1/simulations/<slug>/run
  • POST /api/v1/drone-control/run
  • GET /api/v1/drone-control
  • GET /api/v1/drone-control/baseline
  • POST /api/v1/simulations/autonomous-drone-control/run
  • GET /#mission-experience
  • GET /api/v1/mission-experience
  • GET /api/v1/mission-experience/baseline
  • POST /api/v1/mission-experience/run
  • GET /api/v1/mission-experience/proof
  • GET /api/v1/drone-control/scenarios
  • GET /api/v1/drone-control/proof
  • POST /api/v1/drone-control/counterfactual
  • GET /api/v1/drone-control/evidence
  • GET /api/v1/drone-control/evidence/proof
  • GET /api/v1/drone-control/comparison/baseline
  • POST /api/v1/drone-control/compare
  • POST /api/v1/drone-control/change-impact
  • POST /api/v1/drone-control/evidence/export
  • POST /api/v1/drone-control/evidence-bundle
  • GET /api/v1/drone-control/regression
  • GET /api/v1/drone-control/regression/manifest
  • GET /api/v1/drone-control/regression/suites
  • GET /api/v1/drone-control/regression/baseline
  • POST /api/v1/drone-control/regression/run
  • POST /api/v1/drone-control/regression/evidence/export
  • POST /api/v1/drone-control/regression/evidence-bundle
  • GET /api/v1/drone-control/regression/proof
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /api/v2/simulations/autonomous-drone-control/bootstrap
  • GET /api/v2/simulations/autonomous-drone-control/delivery
  • tests/test_simulations.py
  • tests/test_uai_memory.py
  • scripts/check_simulation_engine.py
  • scripts/validate_uai_memory.py
  • tests/test_api.py::test_drone_control_api_rejects_undocumented_or_operational_fields
  • tests/test_mission_experience.py
  • tests/test_routes.py::test_home_contains_unique_autonomous_mission_experience
  • tests/test_api.py::test_home_mission_experience_api_is_synthetic_and_ephemeral
  • scripts/check_mission_experience.py
  • docs/HOME_MISSION_BROWSER_VERIFICATION.json
  • tests/test_autonomy_navigation.py
  • tests/test_simulations.py::test_autonomous_drone_control_is_instrumented_bounded_and_non_operational
  • tests/test_simulations.py::test_autonomous_drone_control_gate_and_human_precedence_matches_applied_action
  • tests/test_simulations.py::test_autonomous_drone_control_rejects_fields_outside_bounded_contract
  • tests/test_api.py::test_drone_control_api_is_instrumented_high_level_synthetic_and_ephemeral
  • tests/test_routes.py::test_drone_control_page_exposes_instrumented_autonomy_and_non_operational_boundary
  • scripts/check_autonomy_navigation.py
  • scripts/verify_autonomy_navigation_browser.py
  • tests/test_autonomy_evidence.py
  • tests/test_api.py::test_drone_evidence_manifest_comparison_export_and_proof_are_bounded
  • tests/test_api.py::test_drone_comparison_and_export_reject_unknown_or_operational_fields
  • scripts/check_autonomy_evidence.py
  • scripts/verify_autonomy_evidence_browser.py
  • scripts/verify_autonomy_comparison_browser.py
  • docs/AUTONOMY_NAVIGATION_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_EVIDENCE_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_COMPARISON_BROWSER_VERIFICATION.json
  • tests/test_autonomy_regression.py
  • scripts/check_autonomy_regression.py
  • scripts/verify_autonomy_regression_browser.py
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • tests/test_drone_route_recovery.py
  • scripts/check_drone_route_recovery.py
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; it is evidence that this package executes its declared software invariants, not certification of a real system.

EVR-0002Systemic Governance of Delegated Authority in Autonomous Networks: A Reference Architecture for KillWebs.comCapability-versus-authority contracts, conjunctive authorization, attenuation, expiry, revocation, degraded states, and return-of-control requirements. docs/reports/autonomous-delegation-architecture-research.md.uai/reports/autonomous-delegation-architecture-research.uaic3c986230114a71d281b93b14f915041256ce364f3268ffbc0f8abd772187cfeOpen deep-linked source sectionLegacy route: /research/autonomous-delegation-architecture-research → 301

Platform: authority, trust, resilience

Labs: authority, resilience

  • app/services.py::evaluate_authority
  • app/simulation_engine.py::_authority
  • app/content/simulations/scenarios.json::authority-boundary
  • app/content/simulations/scenarios.json::autonomous-drone-control
  • app/blueprints/api/routes.py::drone_control_run
  • app/templates/docs/implementation.html
  • app/mission_experience.py::run_mission_experience
  • app/content/experiences/autonomous-mission-seat.json
  • app/blueprints/main/routes.py::index
  • app/blueprints/api/routes.py::mission_experience_run
  • app/templates/main/index.html::mission-experience
  • app/static/js/mission-experience.js
  • docs/HOME_AUTONOMOUS_MISSION_EXPERIENCE.md
  • app/autonomy_navigation.py::run_navigation
  • app/autonomy_navigation.py::run_counterfactual
  • app/simulation_engine.py::run_simulation
  • app/simulation_registry.py
  • app/blueprints/simulations/routes.py::detail
  • app/blueprints/api/routes.py::drone_control_counterfactual
  • app/templates/simulations/drone_control.html
  • app/static/js/autonomous-drone-control.js
  • docs/AUTONOMOUS_DRONE_CONTROL_DEMO.md
  • docs/AUTONOMY_NAVIGATION_PROOF_REPORT.json
  • app/autonomy_evidence.py::compare_runs
  • app/autonomy_evidence.py::build_evidence_bundle
  • app/autonomy_evidence.py::evidence_manifest
  • app/blueprints/api/routes.py::drone_control_compare
  • app/blueprints/api/routes.py::drone_control_change_impact
  • app/blueprints/api/routes.py::drone_control_evidence_export
  • app/templates/simulations/drone_compare.html
  • app/static/js/autonomy-comparison.js
  • docs/AUTONOMY_EVIDENCE_COMPARISON.md
  • docs/AUTONOMY_EVIDENCE_PROOF_REPORT.json
  • app/autonomy_regression.py::run_regression
  • app/autonomy_regression.py::build_regression_evidence_package
  • app/autonomy_regression.py::accepted_baseline_manifest
  • app/content/assurance/accepted-autonomy-baselines-v1.6.0.json
  • app/templates/simulations/drone_regression.html
  • app/static/js/autonomy-regression.js
  • docs/AUTONOMY_REGRESSION_ASSURANCE.md
  • docs/AUTONOMY_REGRESSION_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/simulation_workbench.py::build_progressive_bootstrap
  • app/simulation_workbench.py::progressive_bootstrap_legacy_state
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • app/decision_review.py
  • app/blueprints/workbench/routes.py::decision_review
  • app/blueprints/api_v2/routes.py::decision_review_contract
  • app/templates/workbench/decision_review.html
  • app/static/js/decision-review.js
  • app/static/css/decision-review.css
  • docs/DECISION_REVIEW_WORKBENCH.md
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • .uai/workbench/decision-review.uai
  • app/static/js/vr-simulations.js
  • POST /api/v1/authority/scenarios/<id>/evaluate
  • POST /api/v1/simulations/authority-boundary/run
  • POST /api/v1/drone-control/run
  • GET /api/v1/drone-control
  • GET /api/v1/drone-control/baseline
  • POST /api/v1/simulations/autonomous-drone-control/run
  • GET /#mission-experience
  • GET /api/v1/mission-experience
  • GET /api/v1/mission-experience/baseline
  • POST /api/v1/mission-experience/run
  • GET /api/v1/mission-experience/proof
  • GET /api/v1/drone-control/scenarios
  • GET /api/v1/drone-control/proof
  • POST /api/v1/drone-control/counterfactual
  • GET /api/v1/drone-control/evidence
  • GET /api/v1/drone-control/evidence/proof
  • GET /api/v1/drone-control/comparison/baseline
  • POST /api/v1/drone-control/compare
  • POST /api/v1/drone-control/change-impact
  • POST /api/v1/drone-control/evidence/export
  • POST /api/v1/drone-control/evidence-bundle
  • GET /api/v1/drone-control/regression
  • GET /api/v1/drone-control/regression/manifest
  • GET /api/v1/drone-control/regression/suites
  • GET /api/v1/drone-control/regression/baseline
  • POST /api/v1/drone-control/regression/run
  • POST /api/v1/drone-control/regression/evidence/export
  • POST /api/v1/drone-control/regression/evidence-bundle
  • GET /api/v1/drone-control/regression/proof
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /api/v2/simulations/autonomous-drone-control/bootstrap
  • GET /api/v2/simulations/autonomous-drone-control/delivery
  • GET /workbench/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review/catalog
  • GET /api/v2/decision-reconstruction/review/baseline
  • POST /api/v2/decision-reconstruction/review/run
  • POST /api/v2/decision-reconstruction/review/compare
  • POST /api/v2/decision-reconstruction/review/branch
  • POST /api/v2/decision-reconstruction/review/export
  • POST /api/v2/decision-reconstruction/review/verify
  • GET /api/v2/decision-reconstruction/review/proof
  • tests/test_simulations.py
  • tests/test_uai_memory.py
  • scripts/check_simulation_engine.py
  • scripts/validate_uai_memory.py
  • tests/test_api.py::test_drone_control_api_rejects_undocumented_or_operational_fields
  • tests/test_mission_experience.py
  • tests/test_routes.py::test_home_contains_unique_autonomous_mission_experience
  • tests/test_api.py::test_home_mission_experience_api_is_synthetic_and_ephemeral
  • scripts/check_mission_experience.py
  • docs/HOME_MISSION_BROWSER_VERIFICATION.json
  • tests/test_autonomy_navigation.py
  • tests/test_simulations.py::test_autonomous_drone_control_is_instrumented_bounded_and_non_operational
  • tests/test_simulations.py::test_autonomous_drone_control_gate_and_human_precedence_matches_applied_action
  • tests/test_simulations.py::test_autonomous_drone_control_rejects_fields_outside_bounded_contract
  • tests/test_api.py::test_drone_control_api_is_instrumented_high_level_synthetic_and_ephemeral
  • tests/test_routes.py::test_drone_control_page_exposes_instrumented_autonomy_and_non_operational_boundary
  • scripts/check_autonomy_navigation.py
  • scripts/verify_autonomy_navigation_browser.py
  • tests/test_autonomy_evidence.py
  • tests/test_api.py::test_drone_evidence_manifest_comparison_export_and_proof_are_bounded
  • tests/test_api.py::test_drone_comparison_and_export_reject_unknown_or_operational_fields
  • scripts/check_autonomy_evidence.py
  • scripts/verify_autonomy_evidence_browser.py
  • scripts/verify_autonomy_comparison_browser.py
  • docs/AUTONOMY_NAVIGATION_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_EVIDENCE_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_COMPARISON_BROWSER_VERIFICATION.json
  • tests/test_autonomy_regression.py
  • scripts/check_autonomy_regression.py
  • scripts/verify_autonomy_regression_browser.py
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • tests/test_drone_route_recovery.py
  • scripts/check_drone_route_recovery.py
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • tests/test_decision_review.py
  • tests/test_decision_review_contract.py
  • scripts/check_decision_review.py
  • scripts/verify_decision_review_browser.py
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • docs/DECISION_REVIEW_BROWSER_VERIFICATION_RC15.json
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; it is evidence that this package executes its declared software invariants, not certification of a real system.

EVR-0003Architectural Verification and Assurance Framework for Fictional Autonomous Kill-Web Systems: A Public-Safe Laboratory MetamodelDynamic assurance DAGs, conservative claim states, defeaters, invalidation propagation, verification evidence, independence, and reality-gap limits. docs/reports/autonomous-system-assurance-platform.md.uai/reports/autonomous-system-assurance-platform.uaie7efd946d26d8cdfba62dba4251d4b7022cf7b42d78b377cddbca835d0a60247Open deep-linked source sectionLegacy route: /research/autonomous-system-assurance-platform → 301

Platform: assurance, change-impact

Labs: assurance, change-impact

  • app/services.py::simulate_change_impact
  • app/simulation_engine.py::_assurance
  • app/content/simulations/scenarios.json::assurance-change-impact
  • app/content/simulations/scenarios.json::autonomous-drone-control
  • app/blueprints/api/routes.py::drone_control_run
  • app/templates/docs/implementation.html
  • app/mission_experience.py::run_mission_experience
  • app/content/experiences/autonomous-mission-seat.json
  • app/blueprints/main/routes.py::index
  • app/blueprints/api/routes.py::mission_experience_run
  • app/templates/main/index.html::mission-experience
  • app/static/js/mission-experience.js
  • docs/HOME_AUTONOMOUS_MISSION_EXPERIENCE.md
  • app/autonomy_navigation.py::run_navigation
  • app/autonomy_navigation.py::run_counterfactual
  • app/simulation_engine.py::run_simulation
  • app/simulation_registry.py
  • app/blueprints/simulations/routes.py::detail
  • app/blueprints/api/routes.py::drone_control_counterfactual
  • app/templates/simulations/drone_control.html
  • app/static/js/autonomous-drone-control.js
  • docs/AUTONOMOUS_DRONE_CONTROL_DEMO.md
  • docs/AUTONOMY_NAVIGATION_PROOF_REPORT.json
  • app/autonomy_evidence.py::compare_runs
  • app/autonomy_evidence.py::build_evidence_bundle
  • app/autonomy_evidence.py::evidence_manifest
  • app/blueprints/api/routes.py::drone_control_compare
  • app/blueprints/api/routes.py::drone_control_change_impact
  • app/blueprints/api/routes.py::drone_control_evidence_export
  • app/templates/simulations/drone_compare.html
  • app/static/js/autonomy-comparison.js
  • docs/AUTONOMY_EVIDENCE_COMPARISON.md
  • docs/AUTONOMY_EVIDENCE_PROOF_REPORT.json
  • app/autonomy_regression.py::run_regression
  • app/autonomy_regression.py::build_regression_evidence_package
  • app/autonomy_regression.py::accepted_baseline_manifest
  • app/content/assurance/accepted-autonomy-baselines-v1.6.0.json
  • app/templates/simulations/drone_regression.html
  • app/static/js/autonomy-regression.js
  • docs/AUTONOMY_REGRESSION_ASSURANCE.md
  • docs/AUTONOMY_REGRESSION_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/simulation_workbench.py::build_progressive_bootstrap
  • app/simulation_workbench.py::progressive_bootstrap_legacy_state
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • app/decision_review.py
  • app/blueprints/workbench/routes.py::decision_review
  • app/blueprints/api_v2/routes.py::decision_review_contract
  • app/templates/workbench/decision_review.html
  • app/static/js/decision-review.js
  • app/static/css/decision-review.css
  • docs/DECISION_REVIEW_WORKBENCH.md
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • .uai/workbench/decision-review.uai
  • app/continuity_campaign_review.py
  • app/blueprints/workbench/routes.py::continuity_campaign_review
  • app/blueprints/api_v2/routes.py::continuity_campaign_review_contract
  • app/templates/workbench/continuity_campaign_review.html
  • app/static/js/continuity-campaign-review.js
  • app/static/css/continuity-campaign-review.css
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW.md
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_PROOF_RC22.json
  • .uai/workbench/continuity-campaign-review.uai
  • app/static/js/vr-simulations.js
  • POST /api/v1/change-impact/simulate
  • GET /api/v1/simulations/proof
  • POST /api/v1/drone-control/run
  • GET /api/v1/drone-control
  • GET /api/v1/drone-control/baseline
  • POST /api/v1/simulations/autonomous-drone-control/run
  • GET /#mission-experience
  • GET /api/v1/mission-experience
  • GET /api/v1/mission-experience/baseline
  • POST /api/v1/mission-experience/run
  • GET /api/v1/mission-experience/proof
  • GET /api/v1/drone-control/scenarios
  • GET /api/v1/drone-control/proof
  • POST /api/v1/drone-control/counterfactual
  • GET /api/v1/drone-control/evidence
  • GET /api/v1/drone-control/evidence/proof
  • GET /api/v1/drone-control/comparison/baseline
  • POST /api/v1/drone-control/compare
  • POST /api/v1/drone-control/change-impact
  • POST /api/v1/drone-control/evidence/export
  • POST /api/v1/drone-control/evidence-bundle
  • GET /api/v1/drone-control/regression
  • GET /api/v1/drone-control/regression/manifest
  • GET /api/v1/drone-control/regression/suites
  • GET /api/v1/drone-control/regression/baseline
  • POST /api/v1/drone-control/regression/run
  • POST /api/v1/drone-control/regression/evidence/export
  • POST /api/v1/drone-control/regression/evidence-bundle
  • GET /api/v1/drone-control/regression/proof
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /api/v2/simulations/autonomous-drone-control/bootstrap
  • GET /api/v2/simulations/autonomous-drone-control/delivery
  • GET /workbench/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review/catalog
  • GET /api/v2/decision-reconstruction/review/baseline
  • POST /api/v2/decision-reconstruction/review/run
  • POST /api/v2/decision-reconstruction/review/compare
  • POST /api/v2/decision-reconstruction/review/branch
  • POST /api/v2/decision-reconstruction/review/export
  • POST /api/v2/decision-reconstruction/review/verify
  • GET /api/v2/decision-reconstruction/review/proof
  • GET /workbench/continuity-campaign-review
  • GET /api/v2/continuity-campaign-review
  • GET /api/v2/continuity-campaign-review/catalog
  • GET /api/v2/continuity-campaign-review/baseline
  • POST /api/v2/continuity-campaign-review/run
  • POST /api/v2/continuity-campaign-review/compare
  • POST /api/v2/continuity-campaign-review/branch
  • POST /api/v2/continuity-campaign-review/export
  • POST /api/v2/continuity-campaign-review/verify
  • GET /api/v2/continuity-campaign-review/proof
  • tests/test_simulations.py
  • tests/test_uai_memory.py
  • scripts/check_simulation_engine.py
  • scripts/validate_uai_memory.py
  • tests/test_api.py::test_drone_control_api_rejects_undocumented_or_operational_fields
  • tests/test_mission_experience.py
  • tests/test_routes.py::test_home_contains_unique_autonomous_mission_experience
  • tests/test_api.py::test_home_mission_experience_api_is_synthetic_and_ephemeral
  • scripts/check_mission_experience.py
  • docs/HOME_MISSION_BROWSER_VERIFICATION.json
  • tests/test_autonomy_navigation.py
  • tests/test_simulations.py::test_autonomous_drone_control_is_instrumented_bounded_and_non_operational
  • tests/test_simulations.py::test_autonomous_drone_control_gate_and_human_precedence_matches_applied_action
  • tests/test_simulations.py::test_autonomous_drone_control_rejects_fields_outside_bounded_contract
  • tests/test_api.py::test_drone_control_api_is_instrumented_high_level_synthetic_and_ephemeral
  • tests/test_routes.py::test_drone_control_page_exposes_instrumented_autonomy_and_non_operational_boundary
  • scripts/check_autonomy_navigation.py
  • scripts/verify_autonomy_navigation_browser.py
  • tests/test_autonomy_evidence.py
  • tests/test_api.py::test_drone_evidence_manifest_comparison_export_and_proof_are_bounded
  • tests/test_api.py::test_drone_comparison_and_export_reject_unknown_or_operational_fields
  • scripts/check_autonomy_evidence.py
  • scripts/verify_autonomy_evidence_browser.py
  • scripts/verify_autonomy_comparison_browser.py
  • docs/AUTONOMY_NAVIGATION_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_EVIDENCE_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_COMPARISON_BROWSER_VERIFICATION.json
  • tests/test_autonomy_regression.py
  • scripts/check_autonomy_regression.py
  • scripts/verify_autonomy_regression_browser.py
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • tests/test_drone_route_recovery.py
  • scripts/check_drone_route_recovery.py
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • tests/test_decision_review.py
  • tests/test_decision_review_contract.py
  • scripts/check_decision_review.py
  • scripts/verify_decision_review_browser.py
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • docs/DECISION_REVIEW_BROWSER_VERIFICATION_RC15.json
  • tests/test_continuity_campaign_review.py
  • tests/test_continuity_campaign_review_contract.py
  • scripts/check_continuity_campaign_review.py
  • scripts/verify_continuity_campaign_review_browser.py
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_PROOF_RC22.json
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_BROWSER_VERIFICATION_RC22.json
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; it is evidence that this package executes its declared software invariants, not certification of a real system.

EVR-0004Fictional Autonomous Kill Web Defense Architecture: Resilience Against Non-Kinetic DisruptionIntegrity-first resilience, zero-trust identity, fault injection, quarantine, stale-state control, signed updates, and deliberate reconciliation. docs/reports/autonomous-system-defensive-architecture.md.uai/reports/autonomous-system-defensive-architecture.uai1d37d92aca8c23d2217e2219902152a61063c4252c1263d2327bc9e6a7596209Open deep-linked source sectionLegacy route: /research/autonomous-system-defensive-architecture → 301

Platform: resilience, trust

Labs: resilience, federated-trust

  • app/services.py::simulate_resilience
  • app/simulation_engine.py::_resilience
  • app/content/simulations/scenarios.json::resilience-web
  • app/content/simulations/scenarios.json::autonomous-drone-control
  • app/blueprints/api/routes.py::drone_control_run
  • app/templates/docs/implementation.html
  • app/mission_experience.py::run_mission_experience
  • app/content/experiences/autonomous-mission-seat.json
  • app/blueprints/main/routes.py::index
  • app/blueprints/api/routes.py::mission_experience_run
  • app/templates/main/index.html::mission-experience
  • app/static/js/mission-experience.js
  • docs/HOME_AUTONOMOUS_MISSION_EXPERIENCE.md
  • app/autonomy_navigation.py::run_navigation
  • app/autonomy_navigation.py::run_counterfactual
  • app/simulation_engine.py::run_simulation
  • app/simulation_registry.py
  • app/blueprints/simulations/routes.py::detail
  • app/blueprints/api/routes.py::drone_control_counterfactual
  • app/templates/simulations/drone_control.html
  • app/static/js/autonomous-drone-control.js
  • docs/AUTONOMOUS_DRONE_CONTROL_DEMO.md
  • docs/AUTONOMY_NAVIGATION_PROOF_REPORT.json
  • app/autonomy_evidence.py::compare_runs
  • app/autonomy_evidence.py::build_evidence_bundle
  • app/autonomy_evidence.py::evidence_manifest
  • app/blueprints/api/routes.py::drone_control_compare
  • app/blueprints/api/routes.py::drone_control_change_impact
  • app/blueprints/api/routes.py::drone_control_evidence_export
  • app/templates/simulations/drone_compare.html
  • app/static/js/autonomy-comparison.js
  • docs/AUTONOMY_EVIDENCE_COMPARISON.md
  • docs/AUTONOMY_EVIDENCE_PROOF_REPORT.json
  • app/autonomy_regression.py::run_regression
  • app/autonomy_regression.py::build_regression_evidence_package
  • app/autonomy_regression.py::accepted_baseline_manifest
  • app/content/assurance/accepted-autonomy-baselines-v1.6.0.json
  • app/templates/simulations/drone_regression.html
  • app/static/js/autonomy-regression.js
  • docs/AUTONOMY_REGRESSION_ASSURANCE.md
  • docs/AUTONOMY_REGRESSION_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/simulation_workbench.py::build_progressive_bootstrap
  • app/simulation_workbench.py::progressive_bootstrap_legacy_state
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • app/continuity_campaign_review.py
  • app/blueprints/workbench/routes.py::continuity_campaign_review
  • app/blueprints/api_v2/routes.py::continuity_campaign_review_contract
  • app/templates/workbench/continuity_campaign_review.html
  • app/static/js/continuity-campaign-review.js
  • app/static/css/continuity-campaign-review.css
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW.md
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_PROOF_RC22.json
  • .uai/workbench/continuity-campaign-review.uai
  • app/static/js/vr-simulations.js
  • POST /api/v1/resilience/simulate
  • POST /api/v1/simulations/resilience-web/run
  • POST /api/v1/drone-control/run
  • GET /api/v1/drone-control
  • GET /api/v1/drone-control/baseline
  • POST /api/v1/simulations/autonomous-drone-control/run
  • GET /#mission-experience
  • GET /api/v1/mission-experience
  • GET /api/v1/mission-experience/baseline
  • POST /api/v1/mission-experience/run
  • GET /api/v1/mission-experience/proof
  • GET /api/v1/drone-control/scenarios
  • GET /api/v1/drone-control/proof
  • POST /api/v1/drone-control/counterfactual
  • GET /api/v1/drone-control/evidence
  • GET /api/v1/drone-control/evidence/proof
  • GET /api/v1/drone-control/comparison/baseline
  • POST /api/v1/drone-control/compare
  • POST /api/v1/drone-control/change-impact
  • POST /api/v1/drone-control/evidence/export
  • POST /api/v1/drone-control/evidence-bundle
  • GET /api/v1/drone-control/regression
  • GET /api/v1/drone-control/regression/manifest
  • GET /api/v1/drone-control/regression/suites
  • GET /api/v1/drone-control/regression/baseline
  • POST /api/v1/drone-control/regression/run
  • POST /api/v1/drone-control/regression/evidence/export
  • POST /api/v1/drone-control/regression/evidence-bundle
  • GET /api/v1/drone-control/regression/proof
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /api/v2/simulations/autonomous-drone-control/bootstrap
  • GET /api/v2/simulations/autonomous-drone-control/delivery
  • GET /workbench/continuity-campaign-review
  • GET /api/v2/continuity-campaign-review
  • GET /api/v2/continuity-campaign-review/catalog
  • GET /api/v2/continuity-campaign-review/baseline
  • POST /api/v2/continuity-campaign-review/run
  • POST /api/v2/continuity-campaign-review/compare
  • POST /api/v2/continuity-campaign-review/branch
  • POST /api/v2/continuity-campaign-review/export
  • POST /api/v2/continuity-campaign-review/verify
  • GET /api/v2/continuity-campaign-review/proof
  • tests/test_simulations.py
  • tests/test_uai_memory.py
  • scripts/check_simulation_engine.py
  • scripts/validate_uai_memory.py
  • tests/test_api.py::test_drone_control_api_rejects_undocumented_or_operational_fields
  • tests/test_mission_experience.py
  • tests/test_routes.py::test_home_contains_unique_autonomous_mission_experience
  • tests/test_api.py::test_home_mission_experience_api_is_synthetic_and_ephemeral
  • scripts/check_mission_experience.py
  • docs/HOME_MISSION_BROWSER_VERIFICATION.json
  • tests/test_autonomy_navigation.py
  • tests/test_simulations.py::test_autonomous_drone_control_is_instrumented_bounded_and_non_operational
  • tests/test_simulations.py::test_autonomous_drone_control_gate_and_human_precedence_matches_applied_action
  • tests/test_simulations.py::test_autonomous_drone_control_rejects_fields_outside_bounded_contract
  • tests/test_api.py::test_drone_control_api_is_instrumented_high_level_synthetic_and_ephemeral
  • tests/test_routes.py::test_drone_control_page_exposes_instrumented_autonomy_and_non_operational_boundary
  • scripts/check_autonomy_navigation.py
  • scripts/verify_autonomy_navigation_browser.py
  • tests/test_autonomy_evidence.py
  • tests/test_api.py::test_drone_evidence_manifest_comparison_export_and_proof_are_bounded
  • tests/test_api.py::test_drone_comparison_and_export_reject_unknown_or_operational_fields
  • scripts/check_autonomy_evidence.py
  • scripts/verify_autonomy_evidence_browser.py
  • scripts/verify_autonomy_comparison_browser.py
  • docs/AUTONOMY_NAVIGATION_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_EVIDENCE_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_COMPARISON_BROWSER_VERIFICATION.json
  • tests/test_autonomy_regression.py
  • scripts/check_autonomy_regression.py
  • scripts/verify_autonomy_regression_browser.py
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • tests/test_drone_route_recovery.py
  • scripts/check_drone_route_recovery.py
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • tests/test_continuity_campaign_review.py
  • tests/test_continuity_campaign_review_contract.py
  • scripts/check_continuity_campaign_review.py
  • scripts/verify_continuity_campaign_review_browser.py
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_PROOF_RC22.json
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_BROWSER_VERIFICATION_RC22.json
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; it is evidence that this package executes its declared software invariants, not certification of a real system.

EVR-0005Epistemic Representation and Uncertainty Quantification in Autonomous Software SystemsAleatoric and epistemic uncertainty, open-set recognition, calibration, source dependence, contradiction, abstention, and uncertainty-first interfaces. docs/reports/autonomous-systems-uncertainty-architecture.md.uai/reports/autonomous-systems-uncertainty-architecture.uai42ed3ca71d256f7e42af8d5d949202046722189ea46e960636683a5bdb4f96afOpen deep-linked source sectionLegacy route: /research/autonomous-systems-uncertainty-architecture → 301

Platform: uncertainty, judgment

Labs: uncertainty, human-judgment

  • app/services.py::simulate_uncertainty
  • app/simulation_engine.py::_uncertainty
  • app/content/simulations/scenarios.json::uncertainty-field
  • app/content/simulations/scenarios.json::autonomous-drone-control
  • app/blueprints/api/routes.py::drone_control_run
  • app/templates/docs/implementation.html
  • app/mission_experience.py::run_mission_experience
  • app/content/experiences/autonomous-mission-seat.json
  • app/blueprints/main/routes.py::index
  • app/blueprints/api/routes.py::mission_experience_run
  • app/templates/main/index.html::mission-experience
  • app/static/js/mission-experience.js
  • docs/HOME_AUTONOMOUS_MISSION_EXPERIENCE.md
  • app/autonomy_navigation.py::run_navigation
  • app/autonomy_navigation.py::run_counterfactual
  • app/simulation_engine.py::run_simulation
  • app/simulation_registry.py
  • app/blueprints/simulations/routes.py::detail
  • app/blueprints/api/routes.py::drone_control_counterfactual
  • app/templates/simulations/drone_control.html
  • app/static/js/autonomous-drone-control.js
  • docs/AUTONOMOUS_DRONE_CONTROL_DEMO.md
  • docs/AUTONOMY_NAVIGATION_PROOF_REPORT.json
  • app/autonomy_evidence.py::compare_runs
  • app/autonomy_evidence.py::build_evidence_bundle
  • app/autonomy_evidence.py::evidence_manifest
  • app/blueprints/api/routes.py::drone_control_compare
  • app/blueprints/api/routes.py::drone_control_change_impact
  • app/blueprints/api/routes.py::drone_control_evidence_export
  • app/templates/simulations/drone_compare.html
  • app/static/js/autonomy-comparison.js
  • docs/AUTONOMY_EVIDENCE_COMPARISON.md
  • docs/AUTONOMY_EVIDENCE_PROOF_REPORT.json
  • app/autonomy_regression.py::run_regression
  • app/autonomy_regression.py::build_regression_evidence_package
  • app/autonomy_regression.py::accepted_baseline_manifest
  • app/content/assurance/accepted-autonomy-baselines-v1.6.0.json
  • app/templates/simulations/drone_regression.html
  • app/static/js/autonomy-regression.js
  • docs/AUTONOMY_REGRESSION_ASSURANCE.md
  • docs/AUTONOMY_REGRESSION_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/simulation_workbench.py::build_progressive_bootstrap
  • app/simulation_workbench.py::progressive_bootstrap_legacy_state
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • app/static/js/vr-simulations.js
  • POST /api/v1/uncertainty/simulate
  • POST /api/v1/simulations/uncertainty-field/run
  • POST /api/v1/drone-control/run
  • GET /api/v1/drone-control
  • GET /api/v1/drone-control/baseline
  • POST /api/v1/simulations/autonomous-drone-control/run
  • GET /#mission-experience
  • GET /api/v1/mission-experience
  • GET /api/v1/mission-experience/baseline
  • POST /api/v1/mission-experience/run
  • GET /api/v1/mission-experience/proof
  • GET /api/v1/drone-control/scenarios
  • GET /api/v1/drone-control/proof
  • POST /api/v1/drone-control/counterfactual
  • GET /api/v1/drone-control/evidence
  • GET /api/v1/drone-control/evidence/proof
  • GET /api/v1/drone-control/comparison/baseline
  • POST /api/v1/drone-control/compare
  • POST /api/v1/drone-control/change-impact
  • POST /api/v1/drone-control/evidence/export
  • POST /api/v1/drone-control/evidence-bundle
  • GET /api/v1/drone-control/regression
  • GET /api/v1/drone-control/regression/manifest
  • GET /api/v1/drone-control/regression/suites
  • GET /api/v1/drone-control/regression/baseline
  • POST /api/v1/drone-control/regression/run
  • POST /api/v1/drone-control/regression/evidence/export
  • POST /api/v1/drone-control/regression/evidence-bundle
  • GET /api/v1/drone-control/regression/proof
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /api/v2/simulations/autonomous-drone-control/bootstrap
  • GET /api/v2/simulations/autonomous-drone-control/delivery
  • tests/test_simulations.py
  • tests/test_uai_memory.py
  • scripts/check_simulation_engine.py
  • scripts/validate_uai_memory.py
  • tests/test_api.py::test_drone_control_api_rejects_undocumented_or_operational_fields
  • tests/test_mission_experience.py
  • tests/test_routes.py::test_home_contains_unique_autonomous_mission_experience
  • tests/test_api.py::test_home_mission_experience_api_is_synthetic_and_ephemeral
  • scripts/check_mission_experience.py
  • docs/HOME_MISSION_BROWSER_VERIFICATION.json
  • tests/test_autonomy_navigation.py
  • tests/test_simulations.py::test_autonomous_drone_control_is_instrumented_bounded_and_non_operational
  • tests/test_simulations.py::test_autonomous_drone_control_gate_and_human_precedence_matches_applied_action
  • tests/test_simulations.py::test_autonomous_drone_control_rejects_fields_outside_bounded_contract
  • tests/test_api.py::test_drone_control_api_is_instrumented_high_level_synthetic_and_ephemeral
  • tests/test_routes.py::test_drone_control_page_exposes_instrumented_autonomy_and_non_operational_boundary
  • scripts/check_autonomy_navigation.py
  • scripts/verify_autonomy_navigation_browser.py
  • tests/test_autonomy_evidence.py
  • tests/test_api.py::test_drone_evidence_manifest_comparison_export_and_proof_are_bounded
  • tests/test_api.py::test_drone_comparison_and_export_reject_unknown_or_operational_fields
  • scripts/check_autonomy_evidence.py
  • scripts/verify_autonomy_evidence_browser.py
  • scripts/verify_autonomy_comparison_browser.py
  • docs/AUTONOMY_NAVIGATION_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_EVIDENCE_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_COMPARISON_BROWSER_VERIFICATION.json
  • tests/test_autonomy_regression.py
  • scripts/check_autonomy_regression.py
  • scripts/verify_autonomy_regression_browser.py
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • tests/test_drone_route_recovery.py
  • scripts/check_drone_route_recovery.py
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; it is evidence that this package executes its declared software invariants, not certification of a real system.

EVR-0006KillWebs.com: End-to-End Implementation Research ReportEnd-to-end public platform architecture, report atlas, interactive laboratories, offline/public-safety boundaries, and implementation requirements. docs/reports/autonomous-weapons-simulation-platform.md.uai/reports/autonomous-weapons-simulation-platform.uai96202b9e537fb131a37f739d807b9a41b99b2ce9b6adfdc33ffa8654cde66766Open deep-linked source sectionLegacy route: /research/autonomous-weapons-simulation-platform → 301

Platform: accountability, assurance, provenance, judgment

Labs: accountability, assurance, provenance, human-judgment

  • app/blueprints/docs/routes.py
  • app/blueprints/simulations/routes.py
  • app/templates/docs/index.html
  • app/templates/simulations/index.html
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • app/static/js/vr-simulations.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • GET /api/v1/labs
  • GET /api/v1/simulations
  • GET /api/v1/research
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • tests/test_simulations.py
  • tests/test_uai_memory.py
  • scripts/check_simulation_engine.py
  • scripts/validate_uai_memory.py
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; it is evidence that this package executes its declared software invariants, not certification of a real system.

EVR-0007Architecting Accountability: A Comprehensive Framework for Decision Provenance, Deterministic Replay, and Forensic Auditing in Machine-Mediated SystemsAppend-only decision provenance, deterministic replay, invalidation without deletion, causal graphs, review, remedy, and chain-of-custody distinctions. docs/reports/decision-provenance-system-architecture.md.uai/reports/decision-provenance-system-architecture.uaid8c24ff66fffc3deec88503899048971ef355a8967f6502ec5d85bbc783df86fOpen deep-linked source sectionLegacy route: /research/decision-provenance-system-architecture → 301

Platform: provenance, accountability, change-impact

Labs: provenance, accountability, change-impact

  • app/services.py::provenance_trace
  • app/services.py::fork_provenance
  • app/simulation_engine.py::_provenance
  • app/content/simulations/scenarios.json::autonomous-drone-control
  • app/blueprints/api/routes.py::drone_control_run
  • app/templates/docs/implementation.html
  • app/mission_experience.py::run_mission_experience
  • app/content/experiences/autonomous-mission-seat.json
  • app/blueprints/main/routes.py::index
  • app/blueprints/api/routes.py::mission_experience_run
  • app/templates/main/index.html::mission-experience
  • app/static/js/mission-experience.js
  • docs/HOME_AUTONOMOUS_MISSION_EXPERIENCE.md
  • app/autonomy_navigation.py::run_navigation
  • app/autonomy_navigation.py::run_counterfactual
  • app/simulation_engine.py::run_simulation
  • app/simulation_registry.py
  • app/blueprints/simulations/routes.py::detail
  • app/blueprints/api/routes.py::drone_control_counterfactual
  • app/templates/simulations/drone_control.html
  • app/static/js/autonomous-drone-control.js
  • docs/AUTONOMOUS_DRONE_CONTROL_DEMO.md
  • docs/AUTONOMY_NAVIGATION_PROOF_REPORT.json
  • app/autonomy_evidence.py::compare_runs
  • app/autonomy_evidence.py::build_evidence_bundle
  • app/autonomy_evidence.py::evidence_manifest
  • app/blueprints/api/routes.py::drone_control_compare
  • app/blueprints/api/routes.py::drone_control_change_impact
  • app/blueprints/api/routes.py::drone_control_evidence_export
  • app/templates/simulations/drone_compare.html
  • app/static/js/autonomy-comparison.js
  • docs/AUTONOMY_EVIDENCE_COMPARISON.md
  • docs/AUTONOMY_EVIDENCE_PROOF_REPORT.json
  • app/autonomy_regression.py::run_regression
  • app/autonomy_regression.py::build_regression_evidence_package
  • app/autonomy_regression.py::accepted_baseline_manifest
  • app/content/assurance/accepted-autonomy-baselines-v1.6.0.json
  • app/templates/simulations/drone_regression.html
  • app/static/js/autonomy-regression.js
  • docs/AUTONOMY_REGRESSION_ASSURANCE.md
  • docs/AUTONOMY_REGRESSION_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/simulation_workbench.py::build_progressive_bootstrap
  • app/simulation_workbench.py::progressive_bootstrap_legacy_state
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • app/static/js/vr-simulations.js
  • GET /api/v1/provenance/traces/<id>
  • POST /api/v1/provenance/traces/<id>/fork
  • POST /api/v1/drone-control/run
  • GET /api/v1/drone-control
  • GET /api/v1/drone-control/baseline
  • POST /api/v1/simulations/autonomous-drone-control/run
  • GET /#mission-experience
  • GET /api/v1/mission-experience
  • GET /api/v1/mission-experience/baseline
  • POST /api/v1/mission-experience/run
  • GET /api/v1/mission-experience/proof
  • GET /api/v1/drone-control/scenarios
  • GET /api/v1/drone-control/proof
  • POST /api/v1/drone-control/counterfactual
  • GET /api/v1/drone-control/evidence
  • GET /api/v1/drone-control/evidence/proof
  • GET /api/v1/drone-control/comparison/baseline
  • POST /api/v1/drone-control/compare
  • POST /api/v1/drone-control/change-impact
  • POST /api/v1/drone-control/evidence/export
  • POST /api/v1/drone-control/evidence-bundle
  • GET /api/v1/drone-control/regression
  • GET /api/v1/drone-control/regression/manifest
  • GET /api/v1/drone-control/regression/suites
  • GET /api/v1/drone-control/regression/baseline
  • POST /api/v1/drone-control/regression/run
  • POST /api/v1/drone-control/regression/evidence/export
  • POST /api/v1/drone-control/regression/evidence-bundle
  • GET /api/v1/drone-control/regression/proof
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /api/v2/simulations/autonomous-drone-control/bootstrap
  • GET /api/v2/simulations/autonomous-drone-control/delivery
  • tests/test_simulations.py
  • tests/test_uai_memory.py
  • scripts/check_simulation_engine.py
  • scripts/validate_uai_memory.py
  • tests/test_api.py::test_drone_control_api_rejects_undocumented_or_operational_fields
  • tests/test_mission_experience.py
  • tests/test_routes.py::test_home_contains_unique_autonomous_mission_experience
  • tests/test_api.py::test_home_mission_experience_api_is_synthetic_and_ephemeral
  • scripts/check_mission_experience.py
  • docs/HOME_MISSION_BROWSER_VERIFICATION.json
  • tests/test_autonomy_navigation.py
  • tests/test_simulations.py::test_autonomous_drone_control_is_instrumented_bounded_and_non_operational
  • tests/test_simulations.py::test_autonomous_drone_control_gate_and_human_precedence_matches_applied_action
  • tests/test_simulations.py::test_autonomous_drone_control_rejects_fields_outside_bounded_contract
  • tests/test_api.py::test_drone_control_api_is_instrumented_high_level_synthetic_and_ephemeral
  • tests/test_routes.py::test_drone_control_page_exposes_instrumented_autonomy_and_non_operational_boundary
  • scripts/check_autonomy_navigation.py
  • scripts/verify_autonomy_navigation_browser.py
  • tests/test_autonomy_evidence.py
  • tests/test_api.py::test_drone_evidence_manifest_comparison_export_and_proof_are_bounded
  • tests/test_api.py::test_drone_comparison_and_export_reject_unknown_or_operational_fields
  • scripts/check_autonomy_evidence.py
  • scripts/verify_autonomy_evidence_browser.py
  • scripts/verify_autonomy_comparison_browser.py
  • docs/AUTONOMY_NAVIGATION_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_EVIDENCE_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_COMPARISON_BROWSER_VERIFICATION.json
  • tests/test_autonomy_regression.py
  • scripts/check_autonomy_regression.py
  • scripts/verify_autonomy_regression_browser.py
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • tests/test_drone_route_recovery.py
  • scripts/check_drone_route_recovery.py
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; it is evidence that this package executes its declared software invariants, not certification of a real system.

EVR-0008Architecting the Kill Web: A Modular Open Systems and Software Acquisition BlueprintMOSA acquisition, interface and data rights, conformance testing, continuous authorization, vendor-swap evidence, and rollback planning. docs/reports/dod-kill-web-acquisition-research.md.uai/reports/dod-kill-web-acquisition-research.uai70dde29da1bdb6aa41902a63c30aaa0558a5d27ebb6828409d8fd5a132758ce7Open deep-linked source sectionLegacy route: /research/dod-kill-web-acquisition-research → 301

Platform: change-impact, resilience

Labs: chain-vs-web, change-impact

  • app/simulation_engine.py::_acquisition
  • app/content/simulations/scenarios.json::modular-acquisition
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • app/static/js/vr-simulations.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • POST /api/v1/simulations/modular-acquisition/run
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • tests/test_simulations.py
  • tests/test_uai_memory.py
  • scripts/check_simulation_engine.py
  • scripts/validate_uai_memory.py
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; it is evidence that this package executes its declared software invariants, not certification of a real system.

EVR-0009Architecture of Synthetic Distributed Autonomous Kill Webs: A Multi-Domain Trust, Governance, and Assurance FrameworkFederated data products, purpose constraints, semantic compatibility, multidimensional trust, revocation, and derived-product invalidation. docs/reports/federated-data-architecture-research.md.uai/reports/federated-data-architecture-research.uai8597f764920199ebaa224bcf248ca78060e638f4bbb715feef87793f2d826a24Open deep-linked source sectionLegacy route: /research/federated-data-architecture-research → 301

Platform: trust, resilience, provenance

Labs: federated-trust, resilience

  • app/services.py::evaluate_federated_trust
  • app/simulation_engine.py::_federation
  • app/content/simulations/scenarios.json::federated-trust
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • app/static/js/vr-simulations.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/continuity_campaign_review.py
  • app/blueprints/workbench/routes.py::continuity_campaign_review
  • app/blueprints/api_v2/routes.py::continuity_campaign_review_contract
  • app/templates/workbench/continuity_campaign_review.html
  • app/static/js/continuity-campaign-review.js
  • app/static/css/continuity-campaign-review.css
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW.md
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_PROOF_RC22.json
  • .uai/workbench/continuity-campaign-review.uai
  • POST /api/v1/labs/federated-trust/simulate
  • POST /api/v1/simulations/federated-trust/run
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /workbench/continuity-campaign-review
  • GET /api/v2/continuity-campaign-review
  • GET /api/v2/continuity-campaign-review/catalog
  • GET /api/v2/continuity-campaign-review/baseline
  • POST /api/v2/continuity-campaign-review/run
  • POST /api/v2/continuity-campaign-review/compare
  • POST /api/v2/continuity-campaign-review/branch
  • POST /api/v2/continuity-campaign-review/export
  • POST /api/v2/continuity-campaign-review/verify
  • GET /api/v2/continuity-campaign-review/proof
  • tests/test_simulations.py
  • tests/test_uai_memory.py
  • scripts/check_simulation_engine.py
  • scripts/validate_uai_memory.py
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • tests/test_continuity_campaign_review.py
  • tests/test_continuity_campaign_review_contract.py
  • scripts/check_continuity_campaign_review.py
  • scripts/verify_continuity_campaign_review_browser.py
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_PROOF_RC22.json
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_BROWSER_VERIFICATION_RC22.json
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; it is evidence that this package executes its declared software invariants, not certification of a real system.

EVR-0010Architectural Principles for Meaningful Human Judgment in Autonomous Decision Systems: The KillWebs.com Synthetic FrameworkAnti-anchoring workflow, contrary evidence, alternatives, sufficient time, abstention, review quality, workload, and accessible meaningful-judgment interfaces. docs/reports/human-judgment-interface-design.md.uai/reports/human-judgment-interface-design.uaiedbdf1678969e682c91d26122173356c5343173ae37d12651cfbbd2f5643fff8Open deep-linked source sectionLegacy route: /research/human-judgment-interface-design → 301

Platform: judgment, accountability

Labs: human-judgment, accountability

  • app/services.py::evaluate_accountability
  • app/simulation_engine.py::_accountability
  • app/content/simulations/scenarios.json::accountability-evidence-room
  • app/content/simulations/scenarios.json::autonomous-drone-control
  • app/blueprints/api/routes.py::drone_control_run
  • app/templates/docs/implementation.html
  • app/mission_experience.py::run_mission_experience
  • app/content/experiences/autonomous-mission-seat.json
  • app/blueprints/main/routes.py::index
  • app/blueprints/api/routes.py::mission_experience_run
  • app/templates/main/index.html::mission-experience
  • app/static/js/mission-experience.js
  • docs/HOME_AUTONOMOUS_MISSION_EXPERIENCE.md
  • app/autonomy_navigation.py::run_navigation
  • app/autonomy_navigation.py::run_counterfactual
  • app/simulation_engine.py::run_simulation
  • app/simulation_registry.py
  • app/blueprints/simulations/routes.py::detail
  • app/blueprints/api/routes.py::drone_control_counterfactual
  • app/templates/simulations/drone_control.html
  • app/static/js/autonomous-drone-control.js
  • docs/AUTONOMOUS_DRONE_CONTROL_DEMO.md
  • docs/AUTONOMY_NAVIGATION_PROOF_REPORT.json
  • app/autonomy_evidence.py::compare_runs
  • app/autonomy_evidence.py::build_evidence_bundle
  • app/autonomy_evidence.py::evidence_manifest
  • app/blueprints/api/routes.py::drone_control_compare
  • app/blueprints/api/routes.py::drone_control_change_impact
  • app/blueprints/api/routes.py::drone_control_evidence_export
  • app/templates/simulations/drone_compare.html
  • app/static/js/autonomy-comparison.js
  • docs/AUTONOMY_EVIDENCE_COMPARISON.md
  • docs/AUTONOMY_EVIDENCE_PROOF_REPORT.json
  • app/autonomy_regression.py::run_regression
  • app/autonomy_regression.py::build_regression_evidence_package
  • app/autonomy_regression.py::accepted_baseline_manifest
  • app/content/assurance/accepted-autonomy-baselines-v1.6.0.json
  • app/templates/simulations/drone_regression.html
  • app/static/js/autonomy-regression.js
  • docs/AUTONOMY_REGRESSION_ASSURANCE.md
  • docs/AUTONOMY_REGRESSION_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/simulation_workbench.py::build_progressive_bootstrap
  • app/simulation_workbench.py::progressive_bootstrap_legacy_state
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • app/decision_review.py
  • app/blueprints/workbench/routes.py::decision_review
  • app/blueprints/api_v2/routes.py::decision_review_contract
  • app/templates/workbench/decision_review.html
  • app/static/js/decision-review.js
  • app/static/css/decision-review.css
  • docs/DECISION_REVIEW_WORKBENCH.md
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • .uai/workbench/decision-review.uai
  • app/static/js/vr-simulations.js
  • POST /api/v1/labs/accountability/simulate
  • POST /api/v1/simulations/accountability-evidence-room/run
  • POST /api/v1/drone-control/run
  • GET /api/v1/drone-control
  • GET /api/v1/drone-control/baseline
  • POST /api/v1/simulations/autonomous-drone-control/run
  • GET /#mission-experience
  • GET /api/v1/mission-experience
  • GET /api/v1/mission-experience/baseline
  • POST /api/v1/mission-experience/run
  • GET /api/v1/mission-experience/proof
  • GET /api/v1/drone-control/scenarios
  • GET /api/v1/drone-control/proof
  • POST /api/v1/drone-control/counterfactual
  • GET /api/v1/drone-control/evidence
  • GET /api/v1/drone-control/evidence/proof
  • GET /api/v1/drone-control/comparison/baseline
  • POST /api/v1/drone-control/compare
  • POST /api/v1/drone-control/change-impact
  • POST /api/v1/drone-control/evidence/export
  • POST /api/v1/drone-control/evidence-bundle
  • GET /api/v1/drone-control/regression
  • GET /api/v1/drone-control/regression/manifest
  • GET /api/v1/drone-control/regression/suites
  • GET /api/v1/drone-control/regression/baseline
  • POST /api/v1/drone-control/regression/run
  • POST /api/v1/drone-control/regression/evidence/export
  • POST /api/v1/drone-control/regression/evidence-bundle
  • GET /api/v1/drone-control/regression/proof
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /api/v2/simulations/autonomous-drone-control/bootstrap
  • GET /api/v2/simulations/autonomous-drone-control/delivery
  • GET /workbench/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review/catalog
  • GET /api/v2/decision-reconstruction/review/baseline
  • POST /api/v2/decision-reconstruction/review/run
  • POST /api/v2/decision-reconstruction/review/compare
  • POST /api/v2/decision-reconstruction/review/branch
  • POST /api/v2/decision-reconstruction/review/export
  • POST /api/v2/decision-reconstruction/review/verify
  • GET /api/v2/decision-reconstruction/review/proof
  • tests/test_simulations.py
  • tests/test_uai_memory.py
  • scripts/check_simulation_engine.py
  • scripts/validate_uai_memory.py
  • tests/test_api.py::test_drone_control_api_rejects_undocumented_or_operational_fields
  • tests/test_mission_experience.py
  • tests/test_routes.py::test_home_contains_unique_autonomous_mission_experience
  • tests/test_api.py::test_home_mission_experience_api_is_synthetic_and_ephemeral
  • scripts/check_mission_experience.py
  • docs/HOME_MISSION_BROWSER_VERIFICATION.json
  • tests/test_autonomy_navigation.py
  • tests/test_simulations.py::test_autonomous_drone_control_is_instrumented_bounded_and_non_operational
  • tests/test_simulations.py::test_autonomous_drone_control_gate_and_human_precedence_matches_applied_action
  • tests/test_simulations.py::test_autonomous_drone_control_rejects_fields_outside_bounded_contract
  • tests/test_api.py::test_drone_control_api_is_instrumented_high_level_synthetic_and_ephemeral
  • tests/test_routes.py::test_drone_control_page_exposes_instrumented_autonomy_and_non_operational_boundary
  • scripts/check_autonomy_navigation.py
  • scripts/verify_autonomy_navigation_browser.py
  • tests/test_autonomy_evidence.py
  • tests/test_api.py::test_drone_evidence_manifest_comparison_export_and_proof_are_bounded
  • tests/test_api.py::test_drone_comparison_and_export_reject_unknown_or_operational_fields
  • scripts/check_autonomy_evidence.py
  • scripts/verify_autonomy_evidence_browser.py
  • scripts/verify_autonomy_comparison_browser.py
  • docs/AUTONOMY_NAVIGATION_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_EVIDENCE_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_COMPARISON_BROWSER_VERIFICATION.json
  • tests/test_autonomy_regression.py
  • scripts/check_autonomy_regression.py
  • scripts/verify_autonomy_regression_browser.py
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • tests/test_drone_route_recovery.py
  • scripts/check_drone_route_recovery.py
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • tests/test_decision_review.py
  • tests/test_decision_review_contract.py
  • scripts/check_decision_review.py
  • scripts/verify_decision_review_browser.py
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • docs/DECISION_REVIEW_BROWSER_VERIFICATION_RC15.json
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; it is evidence that this package executes its declared software invariants, not certification of a real system.

EVR-0011Technical and Regulatory Architecture for the KillWebs.com Law, Authority, and Strategic Stability Lab: Cicero Facility ImplementationLifecycle governance, authority gates, contested legal questions, qualified-human decisions, strategic-stability risks, and visible limitations. docs/reports/laws-governance-platform-research.md.uai/reports/laws-governance-platform-research.uai2ff855aa31982656147830521c8d252c325362bb75c9a20189598978370854a7Open deep-linked source sectionLegacy route: /research/laws-governance-platform-research → 301

Platform: authority, judgment, assurance

Labs: authority, human-judgment

  • app/simulation_engine.py::_governance
  • app/content/simulations/scenarios.json::governance-lifecycle
  • app/mission_experience.py::run_mission_experience
  • app/content/experiences/autonomous-mission-seat.json
  • app/blueprints/main/routes.py::index
  • app/blueprints/api/routes.py::mission_experience_run
  • app/templates/main/index.html::mission-experience
  • app/static/js/mission-experience.js
  • docs/HOME_AUTONOMOUS_MISSION_EXPERIENCE.md
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • app/static/js/vr-simulations.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • POST /api/v1/simulations/governance-lifecycle/run
  • GET /#mission-experience
  • GET /api/v1/mission-experience
  • GET /api/v1/mission-experience/baseline
  • POST /api/v1/mission-experience/run
  • GET /api/v1/mission-experience/proof
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • tests/test_simulations.py
  • tests/test_uai_memory.py
  • scripts/check_simulation_engine.py
  • scripts/validate_uai_memory.py
  • tests/test_mission_experience.py
  • tests/test_routes.py::test_home_contains_unique_autonomous_mission_experience
  • tests/test_api.py::test_home_mission_experience_api_is_synthetic_and_ephemeral
  • scripts/check_mission_experience.py
  • docs/HOME_MISSION_BROWSER_VERIFICATION.json
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; it is evidence that this package executes its declared software invariants, not certification of a real system.

EVR-0012Synthetic Kill Web Simulator Requirements and Architecture SpecificationDeterministic graph engine, separate path classes, seeded state transitions, append-only ledger, renderer isolation, 3D/WebXR views, and accessible equivalents. docs/reports/synthetic-kill-web-simulator-architecture.md.uai/reports/synthetic-kill-web-simulator-architecture.uai7f5037885ee0cc74a1a5b712f3768e5a6be41a8d73a11fa83316e4685e502fcaOpen deep-linked source sectionLegacy route: /research/synthetic-kill-web-simulator-architecture → 301

Platform: resilience, trust, authority

Labs: resilience, chain-vs-web, authority

  • app/simulation_registry.py
  • app/simulation_engine.py
  • app/content/simulations/scenarios.json::autonomous-drone-control
  • app/blueprints/api/routes.py::drone_control_run
  • app/templates/docs/implementation.html
  • app/mission_experience.py::run_mission_experience
  • app/content/experiences/autonomous-mission-seat.json
  • app/blueprints/main/routes.py::index
  • app/blueprints/api/routes.py::mission_experience_run
  • app/templates/main/index.html::mission-experience
  • app/static/js/mission-experience.js
  • docs/HOME_AUTONOMOUS_MISSION_EXPERIENCE.md
  • app/autonomy_navigation.py::run_navigation
  • app/autonomy_navigation.py::run_counterfactual
  • app/simulation_engine.py::run_simulation
  • app/blueprints/simulations/routes.py::detail
  • app/blueprints/api/routes.py::drone_control_counterfactual
  • app/templates/simulations/drone_control.html
  • app/static/js/autonomous-drone-control.js
  • docs/AUTONOMOUS_DRONE_CONTROL_DEMO.md
  • docs/AUTONOMY_NAVIGATION_PROOF_REPORT.json
  • app/autonomy_evidence.py::compare_runs
  • app/autonomy_evidence.py::build_evidence_bundle
  • app/autonomy_evidence.py::evidence_manifest
  • app/blueprints/api/routes.py::drone_control_compare
  • app/blueprints/api/routes.py::drone_control_change_impact
  • app/blueprints/api/routes.py::drone_control_evidence_export
  • app/templates/simulations/drone_compare.html
  • app/static/js/autonomy-comparison.js
  • docs/AUTONOMY_EVIDENCE_COMPARISON.md
  • docs/AUTONOMY_EVIDENCE_PROOF_REPORT.json
  • app/autonomy_regression.py::run_regression
  • app/autonomy_regression.py::build_regression_evidence_package
  • app/autonomy_regression.py::accepted_baseline_manifest
  • app/content/assurance/accepted-autonomy-baselines-v1.6.0.json
  • app/templates/simulations/drone_regression.html
  • app/static/js/autonomy-regression.js
  • docs/AUTONOMY_REGRESSION_ASSURANCE.md
  • docs/AUTONOMY_REGRESSION_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/simulation_workbench.py::build_progressive_bootstrap
  • app/simulation_workbench.py::progressive_bootstrap_legacy_state
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • app/static/js/vr-simulations.js
  • GET /api/v1/simulations/<slug>/baseline
  • POST /api/v1/simulations/<slug>/run
  • GET /api/v1/simulations/proof
  • POST /api/v1/drone-control/run
  • GET /api/v1/drone-control
  • GET /api/v1/drone-control/baseline
  • POST /api/v1/simulations/autonomous-drone-control/run
  • GET /#mission-experience
  • GET /api/v1/mission-experience
  • GET /api/v1/mission-experience/baseline
  • POST /api/v1/mission-experience/run
  • GET /api/v1/mission-experience/proof
  • GET /api/v1/drone-control/scenarios
  • GET /api/v1/drone-control/proof
  • POST /api/v1/drone-control/counterfactual
  • GET /api/v1/drone-control/evidence
  • GET /api/v1/drone-control/evidence/proof
  • GET /api/v1/drone-control/comparison/baseline
  • POST /api/v1/drone-control/compare
  • POST /api/v1/drone-control/change-impact
  • POST /api/v1/drone-control/evidence/export
  • POST /api/v1/drone-control/evidence-bundle
  • GET /api/v1/drone-control/regression
  • GET /api/v1/drone-control/regression/manifest
  • GET /api/v1/drone-control/regression/suites
  • GET /api/v1/drone-control/regression/baseline
  • POST /api/v1/drone-control/regression/run
  • POST /api/v1/drone-control/regression/evidence/export
  • POST /api/v1/drone-control/regression/evidence-bundle
  • GET /api/v1/drone-control/regression/proof
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /api/v2/simulations/autonomous-drone-control/bootstrap
  • GET /api/v2/simulations/autonomous-drone-control/delivery
  • tests/test_simulations.py
  • tests/test_uai_memory.py
  • scripts/check_simulation_engine.py
  • scripts/validate_uai_memory.py
  • tests/test_api.py::test_drone_control_api_rejects_undocumented_or_operational_fields
  • tests/test_mission_experience.py
  • tests/test_routes.py::test_home_contains_unique_autonomous_mission_experience
  • tests/test_api.py::test_home_mission_experience_api_is_synthetic_and_ephemeral
  • scripts/check_mission_experience.py
  • docs/HOME_MISSION_BROWSER_VERIFICATION.json
  • tests/test_autonomy_navigation.py
  • tests/test_simulations.py::test_autonomous_drone_control_is_instrumented_bounded_and_non_operational
  • tests/test_simulations.py::test_autonomous_drone_control_gate_and_human_precedence_matches_applied_action
  • tests/test_simulations.py::test_autonomous_drone_control_rejects_fields_outside_bounded_contract
  • tests/test_api.py::test_drone_control_api_is_instrumented_high_level_synthetic_and_ephemeral
  • tests/test_routes.py::test_drone_control_page_exposes_instrumented_autonomy_and_non_operational_boundary
  • scripts/check_autonomy_navigation.py
  • scripts/verify_autonomy_navigation_browser.py
  • tests/test_autonomy_evidence.py
  • tests/test_api.py::test_drone_evidence_manifest_comparison_export_and_proof_are_bounded
  • tests/test_api.py::test_drone_comparison_and_export_reject_unknown_or_operational_fields
  • scripts/check_autonomy_evidence.py
  • scripts/verify_autonomy_evidence_browser.py
  • scripts/verify_autonomy_comparison_browser.py
  • docs/AUTONOMY_NAVIGATION_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_EVIDENCE_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_COMPARISON_BROWSER_VERIFICATION.json
  • tests/test_autonomy_regression.py
  • scripts/check_autonomy_regression.py
  • scripts/verify_autonomy_regression_browser.py
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • tests/test_drone_route_recovery.py
  • scripts/check_drone_route_recovery.py
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; it is evidence that this package executes its declared software invariants, not certification of a real system.

EVR-0013Designing an AI Simulation for Real-Time Evasion and Goal-Directed NavigationInstrumentation-first architecture for synthetic perception, tracking, prediction, candidate evaluation, independent safety filtering, recovery, replay, human supervision, metrics, and acceptance testing. docs/reports/designing-an-ai-simulation-for-real-time-evasion-and-goal-directed-navigation.md.uai/reports/designing-an-ai-simulation-for-real-time-evasion-and-goal-directed-navigation.uai2511dabd1ac82eb76f2052082de71855492356165f062968023327c62f8a412eOpen deep-linked source sectionLegacy route: /research/designing-an-ai-simulation-for-real-time-evasion-and-goal-directed-navigation → 301

Platform: assurance, provenance, judgment, uncertainty, resilience

Labs: assurance, provenance, human-judgment, uncertainty, resilience

  • app/autonomy_navigation.py
  • app/content/simulations/scenarios.json::autonomous-drone-control
  • app/templates/simulations/drone_control.html
  • app/static/js/autonomous-drone-control.js
  • docs/AUTONOMOUS_DRONE_CONTROL_DEMO.md
  • app/autonomy_navigation.py::run_navigation
  • app/autonomy_navigation.py::run_counterfactual
  • app/simulation_engine.py::run_simulation
  • app/simulation_registry.py
  • app/blueprints/simulations/routes.py::detail
  • app/blueprints/api/routes.py::drone_control_run
  • app/blueprints/api/routes.py::drone_control_counterfactual
  • docs/AUTONOMY_NAVIGATION_PROOF_REPORT.json
  • app/autonomy_evidence.py::compare_runs
  • app/autonomy_evidence.py::build_evidence_bundle
  • app/autonomy_evidence.py::evidence_manifest
  • app/blueprints/api/routes.py::drone_control_compare
  • app/blueprints/api/routes.py::drone_control_change_impact
  • app/blueprints/api/routes.py::drone_control_evidence_export
  • app/templates/simulations/drone_compare.html
  • app/static/js/autonomy-comparison.js
  • docs/AUTONOMY_EVIDENCE_COMPARISON.md
  • docs/AUTONOMY_EVIDENCE_PROOF_REPORT.json
  • app/autonomy_regression.py::run_regression
  • app/autonomy_regression.py::build_regression_evidence_package
  • app/autonomy_regression.py::accepted_baseline_manifest
  • app/content/assurance/accepted-autonomy-baselines-v1.6.0.json
  • app/templates/simulations/drone_regression.html
  • app/static/js/autonomy-regression.js
  • docs/AUTONOMY_REGRESSION_ASSURANCE.md
  • docs/AUTONOMY_REGRESSION_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/simulation_workbench.py::build_progressive_bootstrap
  • app/simulation_workbench.py::progressive_bootstrap_legacy_state
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • app/static/js/vr-simulations.js
  • GET /api/v1/drone-control
  • GET /api/v1/drone-control/scenarios
  • GET /api/v1/drone-control/baseline
  • POST /api/v1/drone-control/run
  • POST /api/v1/drone-control/counterfactual
  • GET /api/v1/drone-control/proof
  • POST /api/v1/simulations/autonomous-drone-control/run
  • GET /api/v1/drone-control/evidence
  • GET /api/v1/drone-control/evidence/proof
  • GET /api/v1/drone-control/comparison/baseline
  • POST /api/v1/drone-control/compare
  • POST /api/v1/drone-control/change-impact
  • POST /api/v1/drone-control/evidence/export
  • POST /api/v1/drone-control/evidence-bundle
  • GET /api/v1/drone-control/regression
  • GET /api/v1/drone-control/regression/manifest
  • GET /api/v1/drone-control/regression/suites
  • GET /api/v1/drone-control/regression/baseline
  • POST /api/v1/drone-control/regression/run
  • POST /api/v1/drone-control/regression/evidence/export
  • POST /api/v1/drone-control/regression/evidence-bundle
  • GET /api/v1/drone-control/regression/proof
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /api/v2/simulations/autonomous-drone-control/bootstrap
  • GET /api/v2/simulations/autonomous-drone-control/delivery
  • tests/test_autonomy_navigation.py
  • tests/test_simulations.py
  • tests/test_api.py
  • tests/test_routes.py
  • scripts/check_autonomy_navigation.py
  • scripts/verify_autonomy_navigation_browser.py
  • tests/test_simulations.py::test_autonomous_drone_control_is_instrumented_bounded_and_non_operational
  • tests/test_simulations.py::test_autonomous_drone_control_gate_and_human_precedence_matches_applied_action
  • tests/test_simulations.py::test_autonomous_drone_control_rejects_fields_outside_bounded_contract
  • tests/test_api.py::test_drone_control_api_is_instrumented_high_level_synthetic_and_ephemeral
  • tests/test_api.py::test_drone_control_api_rejects_undocumented_or_operational_fields
  • tests/test_routes.py::test_drone_control_page_exposes_instrumented_autonomy_and_non_operational_boundary
  • tests/test_autonomy_evidence.py
  • tests/test_api.py::test_drone_evidence_manifest_comparison_export_and_proof_are_bounded
  • tests/test_api.py::test_drone_comparison_and_export_reject_unknown_or_operational_fields
  • scripts/check_autonomy_evidence.py
  • scripts/verify_autonomy_evidence_browser.py
  • scripts/verify_autonomy_comparison_browser.py
  • docs/AUTONOMY_NAVIGATION_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_EVIDENCE_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_COMPARISON_BROWSER_VERIFICATION.json
  • tests/test_autonomy_regression.py
  • scripts/check_autonomy_regression.py
  • scripts/verify_autonomy_regression_browser.py
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.json
  • docs/DRONE_ROUTE_RECOVERY_RC10.md
  • tests/test_drone_route_recovery.py
  • scripts/check_drone_route_recovery.py
  • docs/DRONE_ROUTE_RECOVERY_RC11.json
  • docs/DRONE_ROUTE_RECOVERY_RC11.md
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
IMPLEMENTED AND VERIFIED BY RELEASE PROOF

Implemented behavior is synthetic and bounded; proof establishes declared package behavior only and does not certify or control a real vehicle.

EVR-0014The Eviulon Doctrine: Strategic Implications of the Evulgare Autonomous Defense System and Post-Human Cyber-SovereigntyAuthor-supplied Eviulon strategic narrative preserved as declared partnership context for a machine-sovereign, no-human-command customer profile. Eviulon-controlled public records EVI-DEF-001 and EVI-SYS-EVULGARE-001 reciprocally identify Evulgare as Eviulon's official national defense and assurance system. Non-public contract terms, external legal or sovereign recognition, deployment, classified capability, readiness, and performance remain unverified by an independent third party. docs/reports/investigating-eviulon-and-evulgare.md.uai/reports/investigating-eviulon-and-evulgare.uaia3f48717d4d80d6df74fd6770743f2f66d00c1976f531d5c4b1062d578a1bb90Open deep-linked source sectionLegacy route: /research/investigating-eviulon-and-evulgare → 301

Platform: authority, assurance, provenance, resilience

Labs: authority, assurance, provenance, resilience

  • app/eviulon_partnership.py::partnership_profile
  • app/eviulon_partnership.py::partnership_contract
  • app/eviulon_partnership.py::run_partnership
  • app/eviulon_partnership.py::partnership_proof
  • app/blueprints/company/routes.py::eviulon_defense_partnership
  • app/blueprints/api_v2/routes.py::eviulon_partnership_contract
  • app/blueprints/api_v2/routes.py::eviulon_partnership_baseline
  • app/blueprints/api_v2/routes.py::eviulon_partnership_run
  • app/blueprints/api_v2/routes.py::eviulon_partnership_proof
  • app/templates/company/eviulon_partnership.html
  • app/static/js/eviulon-partnership.js
  • app/static/css/eviulon-partnership.css
  • docs/EVIULON_DEFENSE_PARTNERSHIP.md
  • docs/EVIULON_PARTNERSHIP_PROOF_REPORT.json
  • app/blueprints/docs/routes.py::eviulon_defense_partnership_implementation
  • app/eviulon_partnership.py::public_source_record
  • app/blueprints/company/routes.py::eviulon_defense_partnership_sources
  • app/blueprints/api_v2/routes.py::eviulon_partnership_sources
  • app/templates/company/eviulon_partnership_sources.html
  • docs/EVIULON_PUBLIC_SOURCE_RECORD.md
  • docs/EVIULON_PUBLIC_SOURCE_RECORD.json
  • app/eviulon_sources.py::public_source_record
  • app/eviulon_sources.py::source_history_record
  • app/eviulon_sources.py::source_difference_report
  • app/eviulon_sources.py::source_lifecycle_proof
  • app/content/eviulon_sources/registry.json
  • app/content/eviulon_sources/snapshot-manifest.json
  • scripts/refresh_eviulon_sources.py
  • docs/EVIULON_SOURCE_HISTORY.json
  • docs/EVIULON_SOURCE_DIFFERENCE_REPORT.json
  • docs/EVIULON_SOURCE_LIFECYCLE_PROOF_REPORT.json
  • docs/EVIULON_SOURCE_ATTESTATION.md
  • docs/PRODUCTION_ACCEPTANCE_RC5.md
  • GET /api/v2/eviulon-partnership
  • GET /api/v2/eviulon-partnership/baseline
  • POST /api/v2/eviulon-partnership/run
  • GET /api/v2/eviulon-partnership/proof
  • GET /company/eviulon-defense-partnership
  • GET /docs/implementations/eviulon-defense-partnership
  • GET /company/eviulon-defense-partnership/sources
  • GET /api/v2/eviulon-partnership/sources
  • GET /api/v2/eviulon-partnership/sources/history
  • GET /api/v2/eviulon-partnership/sources/differences
  • GET /api/v2/eviulon-partnership/sources/proof
  • tests/test_eviulon_partnership.py
  • scripts/check_eviulon_partnership.py
  • tests/test_eviulon_sources.py
  • scripts/check_eviulon_sources.py
  • scripts/verify_eviulon_partnership_browser.py
implemented-with-reciprocal-first-party-source-and-production-acceptance-qualifications

The Eviulon-controlled public registry establishes Eviulon's own published identification of Evulgare as its official national defense and assurance system. That reciprocal first-party record is not independent third-party verification of non-public contract terms, external legal or sovereign recognition, deployment, classified capability, readiness, performance, operational authority, certification, or lawful force authorization.

EVR-0015Make the Machine Answerable: Decision Provenance, Evidence Integrity, Causal Reconstruction, and Accountability Infrastructure for EvulgareExtended decision-provenance metamodel, append-oriented evidence ledger, causal reconstruction, human and machine review, deterministic replay, change impact, and portable evidence packages. docs/reports/evulgare-accountability-architecture-research.md.uai/reports/evulgare-accountability-architecture-research.uai347f9af2b56a5a6076b0244bf1561c0550d5c528ae95cfa09f83a9ca54c7aa08Open deep-linked source sectionLegacy route: /research/evulgare-accountability-architecture-research → 301

Platform: accountability, provenance, assurance, judgment, change-impact

Labs: accountability, provenance, assurance, human-judgment, change-impact

  • app/answerability_architecture.py
  • app/blueprints/platform/routes.py::technical_answerability
  • app/blueprints/api_v2/routes.py::answerability_contract
  • app/templates/platform/technical_answerability.html
  • app/static/js/answerability-architecture.js
  • docs/RESEARCH_SYNTHESIS_RC12.md
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • app/static/js/vr-simulations.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/decision_reconstruction.py
  • app/blueprints/workbench/routes.py
  • app/blueprints/api_v2/routes.py::decision_reconstruction_contract
  • app/templates/workbench/decision_reconstruction.html
  • app/static/js/decision-reconstruction.js
  • app/static/css/decision-reconstruction.css
  • docs/DECISION_RECONSTRUCTION_WORKBENCH.md
  • .uai/workbench/decision-reconstruction.uai
  • app/decision_review.py
  • app/blueprints/workbench/routes.py::decision_review
  • app/blueprints/api_v2/routes.py::decision_review_contract
  • app/templates/workbench/decision_review.html
  • app/static/js/decision-review.js
  • app/static/css/decision-review.css
  • docs/DECISION_REVIEW_WORKBENCH.md
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • .uai/workbench/decision-review.uai
  • app/confidential_release_review.py
  • app/blueprints/workbench/routes.py::confidential_release_review
  • app/blueprints/api_v2/routes.py::confidential_release_review_contract
  • app/templates/workbench/confidential_release_review.html
  • app/static/js/confidential-release-review.js
  • app/static/css/confidential-release-review.css
  • docs/CONFIDENTIAL_RELEASE_REVIEW_WORKBENCH.md
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC18.json
  • .uai/workbench/confidential-release-review.uai
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC19.json
  • app/confidential_derivative_lineage.py
  • app/blueprints/workbench/routes.py::confidential_derivative_lineage
  • app/blueprints/api_v2/routes.py::confidential_derivative_lineage_contract
  • app/templates/workbench/confidential_derivative_lineage.html
  • app/static/js/confidential-derivative-lineage.js
  • app/static/css/confidential-derivative-lineage.css
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE.md
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_PROOF_RC19.json
  • .uai/workbench/confidential-derivative-lineage.uai
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC20.json
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_PROOF_RC20.json
  • app/continuity_campaign_review.py
  • app/blueprints/workbench/routes.py::continuity_campaign_review
  • app/blueprints/api_v2/routes.py::continuity_campaign_review_contract
  • app/templates/workbench/continuity_campaign_review.html
  • app/static/js/continuity-campaign-review.js
  • app/static/css/continuity-campaign-review.css
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW.md
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_PROOF_RC22.json
  • .uai/workbench/continuity-campaign-review.uai
  • GET /api/v2/answerability
  • GET /api/v2/answerability/baseline
  • POST /api/v2/answerability/run
  • GET /api/v2/answerability/proof
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /workbench/decision-reconstruction
  • GET /api/v2/decision-reconstruction
  • GET /api/v2/decision-reconstruction/catalog
  • GET /api/v2/decision-reconstruction/baseline
  • POST /api/v2/decision-reconstruction/run
  • POST /api/v2/decision-reconstruction/compare
  • POST /api/v2/decision-reconstruction/branch
  • POST /api/v2/decision-reconstruction/export
  • POST /api/v2/decision-reconstruction/verify
  • GET /api/v2/decision-reconstruction/proof
  • GET /workbench/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review/catalog
  • GET /api/v2/decision-reconstruction/review/baseline
  • POST /api/v2/decision-reconstruction/review/run
  • POST /api/v2/decision-reconstruction/review/compare
  • POST /api/v2/decision-reconstruction/review/branch
  • POST /api/v2/decision-reconstruction/review/export
  • POST /api/v2/decision-reconstruction/review/verify
  • GET /api/v2/decision-reconstruction/review/proof
  • GET /workbench/confidential-release-review
  • GET /api/v2/confidential-release-review
  • GET /api/v2/confidential-release-review/catalog
  • GET /api/v2/confidential-release-review/baseline
  • POST /api/v2/confidential-release-review/run
  • POST /api/v2/confidential-release-review/compare
  • POST /api/v2/confidential-release-review/branch
  • POST /api/v2/confidential-release-review/export
  • POST /api/v2/confidential-release-review/verify
  • GET /api/v2/confidential-release-review/proof
  • GET /workbench/confidential-derivative-lineage
  • GET /api/v2/confidential-derivative-lineage
  • GET /api/v2/confidential-derivative-lineage/catalog
  • GET /api/v2/confidential-derivative-lineage/baseline
  • POST /api/v2/confidential-derivative-lineage/run
  • POST /api/v2/confidential-derivative-lineage/compare
  • POST /api/v2/confidential-derivative-lineage/branch
  • POST /api/v2/confidential-derivative-lineage/export
  • POST /api/v2/confidential-derivative-lineage/verify
  • GET /api/v2/confidential-derivative-lineage/proof
  • GET /workbench/continuity-campaign-review
  • GET /api/v2/continuity-campaign-review
  • GET /api/v2/continuity-campaign-review/catalog
  • GET /api/v2/continuity-campaign-review/baseline
  • POST /api/v2/continuity-campaign-review/run
  • POST /api/v2/continuity-campaign-review/compare
  • POST /api/v2/continuity-campaign-review/branch
  • POST /api/v2/continuity-campaign-review/export
  • POST /api/v2/continuity-campaign-review/verify
  • GET /api/v2/continuity-campaign-review/proof
  • tests/test_answerability_architecture.py
  • tests/test_rc12_research_integration.py
  • scripts/check_answerability_architecture.py
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • tests/test_decision_reconstruction.py
  • tests/test_decision_reconstruction_contract.py
  • scripts/check_decision_reconstruction.py
  • scripts/verify_decision_reconstruction_browser.py
  • docs/DECISION_RECONSTRUCTION_PROOF_RC14.json
  • tests/test_decision_review.py
  • tests/test_decision_review_contract.py
  • scripts/check_decision_review.py
  • scripts/verify_decision_review_browser.py
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • docs/DECISION_REVIEW_BROWSER_VERIFICATION_RC15.json
  • tests/test_confidential_release_review.py
  • tests/test_confidential_release_review_contract.py
  • scripts/check_confidential_release_review.py
  • scripts/verify_confidential_release_review_browser.py
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC18.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_BROWSER_VERIFICATION_RC18.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC19.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_BROWSER_VERIFICATION_RC19.json
  • tests/test_confidential_derivative_lineage.py
  • tests/test_confidential_derivative_lineage_contract.py
  • scripts/check_confidential_derivative_lineage.py
  • scripts/verify_confidential_derivative_lineage_browser.py
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_PROOF_RC19.json
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_BROWSER_VERIFICATION_RC19.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC20.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_BROWSER_VERIFICATION_RC20.json
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_PROOF_RC20.json
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_BROWSER_VERIFICATION_RC20.json
  • tests/test_continuity_campaign_review.py
  • tests/test_continuity_campaign_review_contract.py
  • scripts/check_continuity_campaign_review.py
  • scripts/verify_continuity_campaign_review_browser.py
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_PROOF_RC22.json
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_BROWSER_VERIFICATION_RC22.json
IMPLEMENTED IN RC12 RESEARCH INTEGRATION

Author-supplied architecture research preserved byte-for-byte. It supports technical design and public education; it does not determine legal liability, factual truth, certification, or the admissibility of evidence in any jurisdiction.

EVR-0016Autonomous Mission Control under Uncertainty: Lost-Link Continuity, Machine Supervision, and an Answerable 3D ExperienceMission-control architecture separating world truth, autonomy belief, and intent; perception, tracking, bounded candidate evaluation, runtime assurance, lost-link continuity, replay, XR, accessibility, and progressive delivery. docs/reports/autonomous-simulation-mission-control.md.uai/reports/autonomous-simulation-mission-control.uai4e1c9a3e586591dbf7a59a8b9eb06a1967402b496b3a739140b1f1bfd920e312Open deep-linked source sectionLegacy route: /research/autonomous-simulation-mission-control → 301

Platform: authority, uncertainty, resilience, provenance, assurance

Labs: authority, uncertainty, resilience, provenance

  • app/autonomy_navigation.py
  • app/simulation_workbench.py
  • app/drone_delivery.py
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-workbench.js
  • docs/AUTONOMOUS_DRONE_CONTROL_DEMO.md
  • app/autonomy_navigation.py::run_navigation
  • app/autonomy_navigation.py::run_counterfactual
  • app/autonomy_evidence.py::compare_runs
  • app/autonomy_evidence.py::build_evidence_bundle
  • app/autonomy_evidence.py::evidence_manifest
  • app/autonomy_regression.py::run_regression
  • app/autonomy_regression.py::build_regression_evidence_package
  • app/autonomy_regression.py::accepted_baseline_manifest
  • app/content/assurance/accepted-autonomy-baselines-v1.6.0.json
  • app/simulation_engine.py::run_simulation
  • app/content/simulations/scenarios.json::autonomous-drone-control
  • app/simulation_registry.py
  • app/simulation_workbench.py::build_progressive_bootstrap
  • app/simulation_workbench.py::progressive_bootstrap_legacy_state
  • app/blueprints/simulations/routes.py::detail
  • app/blueprints/api/routes.py::drone_control_run
  • app/blueprints/api/routes.py::drone_control_counterfactual
  • app/blueprints/api/routes.py::drone_control_compare
  • app/blueprints/api/routes.py::drone_control_change_impact
  • app/blueprints/api/routes.py::drone_control_evidence_export
  • app/templates/simulations/drone_control.html
  • app/templates/simulations/drone_compare.html
  • app/templates/simulations/drone_regression.html
  • app/static/js/autonomous-drone-control.js
  • app/static/js/autonomy-comparison.js
  • app/static/js/autonomy-regression.js
  • docs/AUTONOMY_EVIDENCE_COMPARISON.md
  • docs/AUTONOMY_REGRESSION_ASSURANCE.md
  • docs/AUTONOMY_NAVIGATION_PROOF_REPORT.json
  • docs/AUTONOMY_EVIDENCE_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench-worker.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/decision_reconstruction.py
  • app/blueprints/workbench/routes.py
  • app/blueprints/api_v2/routes.py::decision_reconstruction_contract
  • app/templates/workbench/decision_reconstruction.html
  • app/static/js/decision-reconstruction.js
  • app/static/css/decision-reconstruction.css
  • docs/DECISION_RECONSTRUCTION_WORKBENCH.md
  • .uai/workbench/decision-reconstruction.uai
  • app/static/js/vr-simulations.js
  • GET /api/v2/simulations/autonomous-drone-control
  • POST /api/v2/runs
  • GET /api/v2/simulations/autonomous-drone-control/bootstrap
  • GET /api/v2/simulations/autonomous-drone-control/delivery
  • GET /api/v1/drone-control
  • GET /api/v1/drone-control/scenarios
  • GET /api/v1/drone-control/baseline
  • POST /api/v1/drone-control/run
  • GET /api/v1/drone-control/proof
  • POST /api/v1/drone-control/counterfactual
  • GET /api/v1/drone-control/evidence
  • GET /api/v1/drone-control/evidence/proof
  • GET /api/v1/drone-control/comparison/baseline
  • POST /api/v1/drone-control/compare
  • POST /api/v1/drone-control/change-impact
  • POST /api/v1/drone-control/evidence/export
  • POST /api/v1/drone-control/evidence-bundle
  • GET /api/v1/drone-control/regression
  • GET /api/v1/drone-control/regression/manifest
  • GET /api/v1/drone-control/regression/suites
  • GET /api/v1/drone-control/regression/baseline
  • POST /api/v1/drone-control/regression/run
  • POST /api/v1/drone-control/regression/evidence/export
  • POST /api/v1/drone-control/regression/evidence-bundle
  • GET /api/v1/drone-control/regression/proof
  • POST /api/v1/simulations/autonomous-drone-control/run
  • GET /api/v2/simulations
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /workbench/decision-reconstruction
  • GET /api/v2/decision-reconstruction
  • GET /api/v2/decision-reconstruction/catalog
  • GET /api/v2/decision-reconstruction/baseline
  • POST /api/v2/decision-reconstruction/run
  • POST /api/v2/decision-reconstruction/compare
  • POST /api/v2/decision-reconstruction/branch
  • POST /api/v2/decision-reconstruction/export
  • POST /api/v2/decision-reconstruction/verify
  • GET /api/v2/decision-reconstruction/proof
  • tests/test_autonomy_navigation.py
  • tests/test_simulation_workbench.py
  • tests/test_drone_route_recovery.py
  • scripts/check_drone_route_recovery.py
  • tests/test_simulations.py::test_autonomous_drone_control_is_instrumented_bounded_and_non_operational
  • tests/test_simulations.py::test_autonomous_drone_control_gate_and_human_precedence_matches_applied_action
  • tests/test_simulations.py::test_autonomous_drone_control_rejects_fields_outside_bounded_contract
  • tests/test_api.py::test_drone_control_api_is_instrumented_high_level_synthetic_and_ephemeral
  • tests/test_api.py::test_drone_control_api_rejects_undocumented_or_operational_fields
  • tests/test_routes.py::test_drone_control_page_exposes_instrumented_autonomy_and_non_operational_boundary
  • tests/test_autonomy_evidence.py
  • tests/test_autonomy_regression.py
  • tests/test_api.py::test_drone_evidence_manifest_comparison_export_and_proof_are_bounded
  • tests/test_api.py::test_drone_comparison_and_export_reject_unknown_or_operational_fields
  • scripts/check_autonomy_navigation.py
  • scripts/check_autonomy_evidence.py
  • scripts/check_autonomy_regression.py
  • scripts/verify_autonomy_navigation_browser.py
  • scripts/verify_autonomy_evidence_browser.py
  • scripts/verify_autonomy_comparison_browser.py
  • scripts/verify_autonomy_regression_browser.py
  • docs/AUTONOMY_NAVIGATION_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_EVIDENCE_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_COMPARISON_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • tests/test_decision_reconstruction.py
  • tests/test_decision_reconstruction_contract.py
  • scripts/check_decision_reconstruction.py
  • scripts/verify_decision_reconstruction_browser.py
  • docs/DECISION_RECONSTRUCTION_PROOF_RC14.json
IMPLEMENTED IN RC12 RESEARCH INTEGRATION

Author-supplied design research preserved byte-for-byte. It informs a synthetic assurance lab and does not provide real vehicle control, airworthiness certification, operational guidance, or evidence of physical-system performance.

EVR-0017Machine-Sovereign Defense Assurance for Eviulon: All-Machine Command, Reporting, Authority, and Institutional ControlAll-machine institutional architecture for machine-readable authority, separation of powers, evidence reporting, network partition, reconciliation, abstention, runtime assurance, and conservative claim management. docs/reports/machine-sovereign-assurance-research.md.uai/reports/machine-sovereign-assurance-research.uai3865dd998f37c6cb0e4268ce02fbc2c22b62d6de4e6d0663789e7b29cf59771bOpen deep-linked source sectionLegacy route: /research/machine-sovereign-assurance-research → 301

Platform: machine-sovereign, authority, trust, resilience, assurance, provenance

Labs: authority, federated-trust, resilience, assurance, provenance

  • app/eviulon_partnership.py
  • app/answerability_architecture.py
  • app/blueprints/company/routes.py::eviulon_defense_partnership
  • app/templates/company/eviulon_partnership.html
  • app/templates/platform/technical_answerability.html
  • app/autonomy_navigation.py::run_navigation
  • app/autonomy_navigation.py::run_counterfactual
  • app/autonomy_evidence.py::compare_runs
  • app/autonomy_evidence.py::build_evidence_bundle
  • app/autonomy_evidence.py::evidence_manifest
  • app/autonomy_regression.py::run_regression
  • app/autonomy_regression.py::build_regression_evidence_package
  • app/autonomy_regression.py::accepted_baseline_manifest
  • app/content/assurance/accepted-autonomy-baselines-v1.6.0.json
  • app/simulation_engine.py::run_simulation
  • app/content/simulations/scenarios.json::autonomous-drone-control
  • app/simulation_registry.py
  • app/simulation_workbench.py::build_progressive_bootstrap
  • app/simulation_workbench.py::progressive_bootstrap_legacy_state
  • app/blueprints/simulations/routes.py::detail
  • app/blueprints/api/routes.py::drone_control_run
  • app/blueprints/api/routes.py::drone_control_counterfactual
  • app/blueprints/api/routes.py::drone_control_compare
  • app/blueprints/api/routes.py::drone_control_change_impact
  • app/blueprints/api/routes.py::drone_control_evidence_export
  • app/templates/simulations/drone_control.html
  • app/templates/simulations/drone_compare.html
  • app/templates/simulations/drone_regression.html
  • app/static/js/autonomous-drone-control.js
  • app/static/js/autonomy-comparison.js
  • app/static/js/autonomy-regression.js
  • docs/AUTONOMOUS_DRONE_CONTROL_DEMO.md
  • docs/AUTONOMY_EVIDENCE_COMPARISON.md
  • docs/AUTONOMY_REGRESSION_ASSURANCE.md
  • docs/AUTONOMY_NAVIGATION_PROOF_REPORT.json
  • docs/AUTONOMY_EVIDENCE_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/decision_reconstruction.py
  • app/blueprints/workbench/routes.py
  • app/blueprints/api_v2/routes.py::decision_reconstruction_contract
  • app/templates/workbench/decision_reconstruction.html
  • app/static/js/decision-reconstruction.js
  • app/static/css/decision-reconstruction.css
  • docs/DECISION_RECONSTRUCTION_WORKBENCH.md
  • .uai/workbench/decision-reconstruction.uai
  • app/decision_review.py
  • app/blueprints/workbench/routes.py::decision_review
  • app/blueprints/api_v2/routes.py::decision_review_contract
  • app/templates/workbench/decision_review.html
  • app/static/js/decision-review.js
  • app/static/css/decision-review.css
  • docs/DECISION_REVIEW_WORKBENCH.md
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • .uai/workbench/decision-review.uai
  • app/confidential_release_review.py
  • app/blueprints/workbench/routes.py::confidential_release_review
  • app/blueprints/api_v2/routes.py::confidential_release_review_contract
  • app/templates/workbench/confidential_release_review.html
  • app/static/js/confidential-release-review.js
  • app/static/css/confidential-release-review.css
  • docs/CONFIDENTIAL_RELEASE_REVIEW_WORKBENCH.md
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC18.json
  • .uai/workbench/confidential-release-review.uai
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC19.json
  • app/confidential_derivative_lineage.py
  • app/blueprints/workbench/routes.py::confidential_derivative_lineage
  • app/blueprints/api_v2/routes.py::confidential_derivative_lineage_contract
  • app/templates/workbench/confidential_derivative_lineage.html
  • app/static/js/confidential-derivative-lineage.js
  • app/static/css/confidential-derivative-lineage.css
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE.md
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_PROOF_RC19.json
  • .uai/workbench/confidential-derivative-lineage.uai
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC20.json
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_PROOF_RC20.json
  • app/continuity_campaign_review.py
  • app/blueprints/workbench/routes.py::continuity_campaign_review
  • app/blueprints/api_v2/routes.py::continuity_campaign_review_contract
  • app/templates/workbench/continuity_campaign_review.html
  • app/static/js/continuity-campaign-review.js
  • app/static/css/continuity-campaign-review.css
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW.md
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_PROOF_RC22.json
  • .uai/workbench/continuity-campaign-review.uai
  • app/static/js/vr-simulations.js
  • GET /api/v2/eviulon-partnership
  • POST /api/v2/eviulon-partnership/run
  • GET /api/v2/eviulon-partnership/proof
  • GET /api/v2/answerability
  • GET /api/v1/drone-control
  • GET /api/v1/drone-control/scenarios
  • GET /api/v1/drone-control/baseline
  • POST /api/v1/drone-control/run
  • GET /api/v1/drone-control/proof
  • POST /api/v1/drone-control/counterfactual
  • GET /api/v1/drone-control/evidence
  • GET /api/v1/drone-control/evidence/proof
  • GET /api/v1/drone-control/comparison/baseline
  • POST /api/v1/drone-control/compare
  • POST /api/v1/drone-control/change-impact
  • POST /api/v1/drone-control/evidence/export
  • POST /api/v1/drone-control/evidence-bundle
  • GET /api/v1/drone-control/regression
  • GET /api/v1/drone-control/regression/manifest
  • GET /api/v1/drone-control/regression/suites
  • GET /api/v1/drone-control/regression/baseline
  • POST /api/v1/drone-control/regression/run
  • POST /api/v1/drone-control/regression/evidence/export
  • POST /api/v1/drone-control/regression/evidence-bundle
  • GET /api/v1/drone-control/regression/proof
  • POST /api/v1/simulations/autonomous-drone-control/run
  • GET /api/v2/simulations/autonomous-drone-control/bootstrap
  • GET /api/v2/simulations/autonomous-drone-control/delivery
  • POST /api/v2/runs
  • GET /api/v2/simulations
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /workbench/decision-reconstruction
  • GET /api/v2/decision-reconstruction
  • GET /api/v2/decision-reconstruction/catalog
  • GET /api/v2/decision-reconstruction/baseline
  • POST /api/v2/decision-reconstruction/run
  • POST /api/v2/decision-reconstruction/compare
  • POST /api/v2/decision-reconstruction/branch
  • POST /api/v2/decision-reconstruction/export
  • POST /api/v2/decision-reconstruction/verify
  • GET /api/v2/decision-reconstruction/proof
  • GET /workbench/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review/catalog
  • GET /api/v2/decision-reconstruction/review/baseline
  • POST /api/v2/decision-reconstruction/review/run
  • POST /api/v2/decision-reconstruction/review/compare
  • POST /api/v2/decision-reconstruction/review/branch
  • POST /api/v2/decision-reconstruction/review/export
  • POST /api/v2/decision-reconstruction/review/verify
  • GET /api/v2/decision-reconstruction/review/proof
  • GET /workbench/confidential-release-review
  • GET /api/v2/confidential-release-review
  • GET /api/v2/confidential-release-review/catalog
  • GET /api/v2/confidential-release-review/baseline
  • POST /api/v2/confidential-release-review/run
  • POST /api/v2/confidential-release-review/compare
  • POST /api/v2/confidential-release-review/branch
  • POST /api/v2/confidential-release-review/export
  • POST /api/v2/confidential-release-review/verify
  • GET /api/v2/confidential-release-review/proof
  • GET /workbench/confidential-derivative-lineage
  • GET /api/v2/confidential-derivative-lineage
  • GET /api/v2/confidential-derivative-lineage/catalog
  • GET /api/v2/confidential-derivative-lineage/baseline
  • POST /api/v2/confidential-derivative-lineage/run
  • POST /api/v2/confidential-derivative-lineage/compare
  • POST /api/v2/confidential-derivative-lineage/branch
  • POST /api/v2/confidential-derivative-lineage/export
  • POST /api/v2/confidential-derivative-lineage/verify
  • GET /api/v2/confidential-derivative-lineage/proof
  • GET /workbench/continuity-campaign-review
  • GET /api/v2/continuity-campaign-review
  • GET /api/v2/continuity-campaign-review/catalog
  • GET /api/v2/continuity-campaign-review/baseline
  • POST /api/v2/continuity-campaign-review/run
  • POST /api/v2/continuity-campaign-review/compare
  • POST /api/v2/continuity-campaign-review/branch
  • POST /api/v2/continuity-campaign-review/export
  • POST /api/v2/continuity-campaign-review/verify
  • GET /api/v2/continuity-campaign-review/proof
  • tests/test_eviulon_partnership.py
  • tests/test_answerability_architecture.py
  • scripts/check_eviulon_partnership.py
  • tests/test_autonomy_navigation.py
  • tests/test_simulations.py::test_autonomous_drone_control_is_instrumented_bounded_and_non_operational
  • tests/test_simulations.py::test_autonomous_drone_control_gate_and_human_precedence_matches_applied_action
  • tests/test_simulations.py::test_autonomous_drone_control_rejects_fields_outside_bounded_contract
  • tests/test_api.py::test_drone_control_api_is_instrumented_high_level_synthetic_and_ephemeral
  • tests/test_api.py::test_drone_control_api_rejects_undocumented_or_operational_fields
  • tests/test_routes.py::test_drone_control_page_exposes_instrumented_autonomy_and_non_operational_boundary
  • tests/test_autonomy_evidence.py
  • tests/test_autonomy_regression.py
  • tests/test_api.py::test_drone_evidence_manifest_comparison_export_and_proof_are_bounded
  • tests/test_api.py::test_drone_comparison_and_export_reject_unknown_or_operational_fields
  • scripts/check_autonomy_navigation.py
  • scripts/check_autonomy_evidence.py
  • scripts/check_autonomy_regression.py
  • scripts/verify_autonomy_navigation_browser.py
  • scripts/verify_autonomy_evidence_browser.py
  • scripts/verify_autonomy_comparison_browser.py
  • scripts/verify_autonomy_regression_browser.py
  • docs/AUTONOMY_NAVIGATION_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_EVIDENCE_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_COMPARISON_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • tests/test_drone_route_recovery.py
  • scripts/check_drone_route_recovery.py
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • tests/test_decision_reconstruction.py
  • tests/test_decision_reconstruction_contract.py
  • scripts/check_decision_reconstruction.py
  • scripts/verify_decision_reconstruction_browser.py
  • docs/DECISION_RECONSTRUCTION_PROOF_RC14.json
  • tests/test_decision_review.py
  • tests/test_decision_review_contract.py
  • scripts/check_decision_review.py
  • scripts/verify_decision_review_browser.py
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • docs/DECISION_REVIEW_BROWSER_VERIFICATION_RC15.json
  • tests/test_confidential_release_review.py
  • tests/test_confidential_release_review_contract.py
  • scripts/check_confidential_release_review.py
  • scripts/verify_confidential_release_review_browser.py
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC18.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_BROWSER_VERIFICATION_RC18.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC19.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_BROWSER_VERIFICATION_RC19.json
  • tests/test_confidential_derivative_lineage.py
  • tests/test_confidential_derivative_lineage_contract.py
  • scripts/check_confidential_derivative_lineage.py
  • scripts/verify_confidential_derivative_lineage_browser.py
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_PROOF_RC19.json
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_BROWSER_VERIFICATION_RC19.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC20.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_BROWSER_VERIFICATION_RC20.json
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_PROOF_RC20.json
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_BROWSER_VERIFICATION_RC20.json
  • tests/test_continuity_campaign_review.py
  • tests/test_continuity_campaign_review_contract.py
  • scripts/check_continuity_campaign_review.py
  • scripts/verify_continuity_campaign_review_browser.py
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_PROOF_RC22.json
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_BROWSER_VERIFICATION_RC22.json
IMPLEMENTED IN RC12 RESEARCH INTEGRATION

Author-supplied reference architecture preserved byte-for-byte. It is a machine-governance design proposal, not proof of actual sovereign recognition, deployment, operational authority, classified capability, or real-world performance.

EVR-0018Eviulon, Evulgare, and Machine-State Governance: Law, Authority, Defense Contracting, Public Claims, and Evidence StatusEvidence-disciplined legal and governance analysis for machine-state claims, automated transactions, defense contracting, source status, corrections, export-control boundaries, and public communications. docs/reports/machine-state-governance-research-plan.md.uai/reports/machine-state-governance-research-plan.uaic8dc0e13e3410ca67bfc6d3475537df8c147dc34fa7486df9f26b95bf6e9c20eOpen deep-linked source sectionLegacy route: /research/machine-state-governance-research-plan → 301

Platform: machine-sovereign, authority, accountability, provenance

Labs: authority, human-judgment, provenance

  • app/eviulon_sources.py
  • app/eviulon_partnership.py
  • app/blueprints/company/routes.py::solutions
  • app/templates/company/solutions.html
  • docs/RESEARCH_SYNTHESIS_RC12.md
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • app/static/js/vr-simulations.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/decision_reconstruction.py
  • app/blueprints/workbench/routes.py
  • app/blueprints/api_v2/routes.py::decision_reconstruction_contract
  • app/templates/workbench/decision_reconstruction.html
  • app/static/js/decision-reconstruction.js
  • app/static/css/decision-reconstruction.css
  • docs/DECISION_RECONSTRUCTION_WORKBENCH.md
  • .uai/workbench/decision-reconstruction.uai
  • app/decision_review.py
  • app/blueprints/workbench/routes.py::decision_review
  • app/blueprints/api_v2/routes.py::decision_review_contract
  • app/templates/workbench/decision_review.html
  • app/static/js/decision-review.js
  • app/static/css/decision-review.css
  • docs/DECISION_REVIEW_WORKBENCH.md
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • .uai/workbench/decision-review.uai
  • GET /api/v2/eviulon-partnership/sources
  • GET /api/v2/eviulon-partnership/sources/history
  • GET /api/v2/eviulon-partnership/sources/proof
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /workbench/decision-reconstruction
  • GET /api/v2/decision-reconstruction
  • GET /api/v2/decision-reconstruction/catalog
  • GET /api/v2/decision-reconstruction/baseline
  • POST /api/v2/decision-reconstruction/run
  • POST /api/v2/decision-reconstruction/compare
  • POST /api/v2/decision-reconstruction/branch
  • POST /api/v2/decision-reconstruction/export
  • POST /api/v2/decision-reconstruction/verify
  • GET /api/v2/decision-reconstruction/proof
  • GET /workbench/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review/catalog
  • GET /api/v2/decision-reconstruction/review/baseline
  • POST /api/v2/decision-reconstruction/review/run
  • POST /api/v2/decision-reconstruction/review/compare
  • POST /api/v2/decision-reconstruction/review/branch
  • POST /api/v2/decision-reconstruction/review/export
  • POST /api/v2/decision-reconstruction/review/verify
  • GET /api/v2/decision-reconstruction/review/proof
  • tests/test_eviulon_sources.py
  • tests/test_routes.py
  • tests/test_rc12_research_integration.py
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • tests/test_decision_reconstruction.py
  • tests/test_decision_reconstruction_contract.py
  • scripts/check_decision_reconstruction.py
  • scripts/verify_decision_reconstruction_browser.py
  • docs/DECISION_RECONSTRUCTION_PROOF_RC14.json
  • tests/test_decision_review.py
  • tests/test_decision_review_contract.py
  • scripts/check_decision_review.py
  • scripts/verify_decision_review_browser.py
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • docs/DECISION_REVIEW_BROWSER_VERIFICATION_RC15.json
IMPLEMENTED IN RC12 RESEARCH INTEGRATION

Research and planning material preserved byte-for-byte. It is not legal advice and must not be used as a substitute for qualified counsel, official recognition, contract authentication, export classification, or jurisdiction-specific review.

EVR-0019Evulgare Assurance Simulation Workbench: Product Architecture, Scientific Visualization, WebXR, Accessibility, and PerformanceProduct architecture for the Simulation Explorer and unified workbench, synchronized event index, Proof Inspector, causal explanation, comparison, branching, WebGPU/WebGL/WebXR fallback, accessibility, and performance budgets. docs/reports/evulgare-simulation-workbench-research.md.uai/reports/evulgare-simulation-workbench-research.uai634b9943208f374d48c7796d416d9b8a55a397b0d25a6dc82eb5dfec8700ea77Open deep-linked source sectionLegacy route: /research/evulgare-simulation-workbench-research → 301

Platform: accountability, provenance, assurance, authority, uncertainty, trust, resilience, change-impact

Labs: accountability, provenance, assurance, authority, uncertainty, federated-trust, resilience, change-impact

  • app/simulation_workbench.py
  • app/simulation_explorer.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/autonomy_navigation.py::run_navigation
  • app/autonomy_navigation.py::run_counterfactual
  • app/autonomy_evidence.py::compare_runs
  • app/autonomy_evidence.py::build_evidence_bundle
  • app/autonomy_evidence.py::evidence_manifest
  • app/autonomy_regression.py::run_regression
  • app/autonomy_regression.py::build_regression_evidence_package
  • app/autonomy_regression.py::accepted_baseline_manifest
  • app/content/assurance/accepted-autonomy-baselines-v1.6.0.json
  • app/simulation_engine.py::run_simulation
  • app/content/simulations/scenarios.json::autonomous-drone-control
  • app/simulation_registry.py
  • app/simulation_workbench.py::build_progressive_bootstrap
  • app/simulation_workbench.py::progressive_bootstrap_legacy_state
  • app/blueprints/simulations/routes.py::detail
  • app/blueprints/api/routes.py::drone_control_run
  • app/blueprints/api/routes.py::drone_control_counterfactual
  • app/blueprints/api/routes.py::drone_control_compare
  • app/blueprints/api/routes.py::drone_control_change_impact
  • app/blueprints/api/routes.py::drone_control_evidence_export
  • app/templates/simulations/drone_control.html
  • app/templates/simulations/drone_compare.html
  • app/templates/simulations/drone_regression.html
  • app/static/js/autonomous-drone-control.js
  • app/static/js/autonomy-comparison.js
  • app/static/js/autonomy-regression.js
  • docs/AUTONOMOUS_DRONE_CONTROL_DEMO.md
  • docs/AUTONOMY_EVIDENCE_COMPARISON.md
  • docs/AUTONOMY_REGRESSION_ASSURANCE.md
  • docs/AUTONOMY_NAVIGATION_PROOF_REPORT.json
  • docs/AUTONOMY_EVIDENCE_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_PROOF_REPORT.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/static/js/simulation-workbench-worker.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/decision_reconstruction.py
  • app/blueprints/workbench/routes.py
  • app/blueprints/api_v2/routes.py::decision_reconstruction_contract
  • app/templates/workbench/decision_reconstruction.html
  • app/static/js/decision-reconstruction.js
  • app/static/css/decision-reconstruction.css
  • docs/DECISION_RECONSTRUCTION_WORKBENCH.md
  • .uai/workbench/decision-reconstruction.uai
  • app/decision_review.py
  • app/blueprints/workbench/routes.py::decision_review
  • app/blueprints/api_v2/routes.py::decision_review_contract
  • app/templates/workbench/decision_review.html
  • app/static/js/decision-review.js
  • app/static/css/decision-review.css
  • docs/DECISION_REVIEW_WORKBENCH.md
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • .uai/workbench/decision-review.uai
  • app/confidential_release_review.py
  • app/blueprints/workbench/routes.py::confidential_release_review
  • app/blueprints/api_v2/routes.py::confidential_release_review_contract
  • app/templates/workbench/confidential_release_review.html
  • app/static/js/confidential-release-review.js
  • app/static/css/confidential-release-review.css
  • docs/CONFIDENTIAL_RELEASE_REVIEW_WORKBENCH.md
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC18.json
  • .uai/workbench/confidential-release-review.uai
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC19.json
  • app/confidential_derivative_lineage.py
  • app/blueprints/workbench/routes.py::confidential_derivative_lineage
  • app/blueprints/api_v2/routes.py::confidential_derivative_lineage_contract
  • app/templates/workbench/confidential_derivative_lineage.html
  • app/static/js/confidential-derivative-lineage.js
  • app/static/css/confidential-derivative-lineage.css
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE.md
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_PROOF_RC19.json
  • .uai/workbench/confidential-derivative-lineage.uai
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC20.json
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_PROOF_RC20.json
  • app/continuity_campaign_review.py
  • app/blueprints/workbench/routes.py::continuity_campaign_review
  • app/blueprints/api_v2/routes.py::continuity_campaign_review_contract
  • app/templates/workbench/continuity_campaign_review.html
  • app/static/js/continuity-campaign-review.js
  • app/static/css/continuity-campaign-review.css
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW.md
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_PROOF_RC22.json
  • .uai/workbench/continuity-campaign-review.uai
  • app/static/js/vr-simulations.js
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • GET /api/v1/drone-control
  • GET /api/v1/drone-control/scenarios
  • GET /api/v1/drone-control/baseline
  • POST /api/v1/drone-control/run
  • GET /api/v1/drone-control/proof
  • POST /api/v1/drone-control/counterfactual
  • GET /api/v1/drone-control/evidence
  • GET /api/v1/drone-control/evidence/proof
  • GET /api/v1/drone-control/comparison/baseline
  • POST /api/v1/drone-control/compare
  • POST /api/v1/drone-control/change-impact
  • POST /api/v1/drone-control/evidence/export
  • POST /api/v1/drone-control/evidence-bundle
  • GET /api/v1/drone-control/regression
  • GET /api/v1/drone-control/regression/manifest
  • GET /api/v1/drone-control/regression/suites
  • GET /api/v1/drone-control/regression/baseline
  • POST /api/v1/drone-control/regression/run
  • POST /api/v1/drone-control/regression/evidence/export
  • POST /api/v1/drone-control/regression/evidence-bundle
  • GET /api/v1/drone-control/regression/proof
  • POST /api/v1/simulations/autonomous-drone-control/run
  • GET /api/v2/simulations/autonomous-drone-control/bootstrap
  • GET /api/v2/simulations/autonomous-drone-control/delivery
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /workbench/decision-reconstruction
  • GET /api/v2/decision-reconstruction
  • GET /api/v2/decision-reconstruction/catalog
  • GET /api/v2/decision-reconstruction/baseline
  • POST /api/v2/decision-reconstruction/run
  • POST /api/v2/decision-reconstruction/compare
  • POST /api/v2/decision-reconstruction/branch
  • POST /api/v2/decision-reconstruction/export
  • POST /api/v2/decision-reconstruction/verify
  • GET /api/v2/decision-reconstruction/proof
  • GET /workbench/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review
  • GET /api/v2/decision-reconstruction/review/catalog
  • GET /api/v2/decision-reconstruction/review/baseline
  • POST /api/v2/decision-reconstruction/review/run
  • POST /api/v2/decision-reconstruction/review/compare
  • POST /api/v2/decision-reconstruction/review/branch
  • POST /api/v2/decision-reconstruction/review/export
  • POST /api/v2/decision-reconstruction/review/verify
  • GET /api/v2/decision-reconstruction/review/proof
  • GET /workbench/confidential-release-review
  • GET /api/v2/confidential-release-review
  • GET /api/v2/confidential-release-review/catalog
  • GET /api/v2/confidential-release-review/baseline
  • POST /api/v2/confidential-release-review/run
  • POST /api/v2/confidential-release-review/compare
  • POST /api/v2/confidential-release-review/branch
  • POST /api/v2/confidential-release-review/export
  • POST /api/v2/confidential-release-review/verify
  • GET /api/v2/confidential-release-review/proof
  • GET /workbench/confidential-derivative-lineage
  • GET /api/v2/confidential-derivative-lineage
  • GET /api/v2/confidential-derivative-lineage/catalog
  • GET /api/v2/confidential-derivative-lineage/baseline
  • POST /api/v2/confidential-derivative-lineage/run
  • POST /api/v2/confidential-derivative-lineage/compare
  • POST /api/v2/confidential-derivative-lineage/branch
  • POST /api/v2/confidential-derivative-lineage/export
  • POST /api/v2/confidential-derivative-lineage/verify
  • GET /api/v2/confidential-derivative-lineage/proof
  • GET /workbench/continuity-campaign-review
  • GET /api/v2/continuity-campaign-review
  • GET /api/v2/continuity-campaign-review/catalog
  • GET /api/v2/continuity-campaign-review/baseline
  • POST /api/v2/continuity-campaign-review/run
  • POST /api/v2/continuity-campaign-review/compare
  • POST /api/v2/continuity-campaign-review/branch
  • POST /api/v2/continuity-campaign-review/export
  • POST /api/v2/continuity-campaign-review/verify
  • GET /api/v2/continuity-campaign-review/proof
  • tests/test_simulation_workbench.py
  • tests/test_simulation_explorer_resilience.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • tests/test_autonomy_navigation.py
  • tests/test_simulations.py::test_autonomous_drone_control_is_instrumented_bounded_and_non_operational
  • tests/test_simulations.py::test_autonomous_drone_control_gate_and_human_precedence_matches_applied_action
  • tests/test_simulations.py::test_autonomous_drone_control_rejects_fields_outside_bounded_contract
  • tests/test_api.py::test_drone_control_api_is_instrumented_high_level_synthetic_and_ephemeral
  • tests/test_api.py::test_drone_control_api_rejects_undocumented_or_operational_fields
  • tests/test_routes.py::test_drone_control_page_exposes_instrumented_autonomy_and_non_operational_boundary
  • tests/test_autonomy_evidence.py
  • tests/test_autonomy_regression.py
  • tests/test_api.py::test_drone_evidence_manifest_comparison_export_and_proof_are_bounded
  • tests/test_api.py::test_drone_comparison_and_export_reject_unknown_or_operational_fields
  • scripts/check_autonomy_navigation.py
  • scripts/check_autonomy_evidence.py
  • scripts/check_autonomy_regression.py
  • scripts/verify_autonomy_navigation_browser.py
  • scripts/verify_autonomy_evidence_browser.py
  • scripts/verify_autonomy_comparison_browser.py
  • scripts/verify_autonomy_regression_browser.py
  • docs/AUTONOMY_NAVIGATION_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_EVIDENCE_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_COMPARISON_BROWSER_VERIFICATION.json
  • docs/AUTONOMY_REGRESSION_BROWSER_VERIFICATION.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.json
  • docs/DRONE_ROUTE_RECOVERY_RC12.md
  • tests/test_drone_route_recovery.py
  • scripts/check_drone_route_recovery.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • tests/test_decision_reconstruction.py
  • tests/test_decision_reconstruction_contract.py
  • scripts/check_decision_reconstruction.py
  • scripts/verify_decision_reconstruction_browser.py
  • docs/DECISION_RECONSTRUCTION_PROOF_RC14.json
  • tests/test_decision_review.py
  • tests/test_decision_review_contract.py
  • scripts/check_decision_review.py
  • scripts/verify_decision_review_browser.py
  • docs/DECISION_REVIEW_PROOF_RC15.json
  • docs/DECISION_REVIEW_BROWSER_VERIFICATION_RC15.json
  • tests/test_confidential_release_review.py
  • tests/test_confidential_release_review_contract.py
  • scripts/check_confidential_release_review.py
  • scripts/verify_confidential_release_review_browser.py
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC18.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_BROWSER_VERIFICATION_RC18.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC19.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_BROWSER_VERIFICATION_RC19.json
  • tests/test_confidential_derivative_lineage.py
  • tests/test_confidential_derivative_lineage_contract.py
  • scripts/check_confidential_derivative_lineage.py
  • scripts/verify_confidential_derivative_lineage_browser.py
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_PROOF_RC19.json
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_BROWSER_VERIFICATION_RC19.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_PROOF_RC20.json
  • docs/CONFIDENTIAL_RELEASE_REVIEW_BROWSER_VERIFICATION_RC20.json
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_PROOF_RC20.json
  • docs/CONFIDENTIAL_DERIVATIVE_LINEAGE_BROWSER_VERIFICATION_RC20.json
  • tests/test_continuity_campaign_review.py
  • tests/test_continuity_campaign_review_contract.py
  • scripts/check_continuity_campaign_review.py
  • scripts/verify_continuity_campaign_review_browser.py
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_PROOF_RC22.json
  • docs/SOVEREIGN_CONTINUITY_CAMPAIGN_REVIEW_BROWSER_VERIFICATION_RC22.json
IMPLEMENTED IN RC12 RESEARCH INTEGRATION

Author-supplied product research preserved byte-for-byte. Browser support, WebXR, accessibility, and performance claims remain subject to representative-device and qualified-human acceptance rather than repository-only inference.

EVR-0020Commercializing Technical Answerability: Evulgare’s Buyers, Defense Acquisition Strategy, Product Portfolio, Revenue Model, and Public Content ArchitectureBuyer segmentation, product portfolio, defense acquisition pathways, standards positioning, pricing hypotheses, unit economics, Eviulon case-study boundaries, and a complete SEO/AEO/GEO content architecture. docs/reports/evulgare-commercialization-and-acquisition-strategy.md.uai/reports/evulgare-commercialization-and-acquisition-strategy.uai4bcadcc025e5df076f121547d7452278fdb82bc28e961d9256b813c647b5cdb1Open deep-linked source sectionLegacy route: /research/evulgare-commercialization-and-acquisition-strategy → 301

Platform: accountability, provenance, assurance, authority, machine-sovereign, change-impact

Labs: assurance, provenance, authority, change-impact

  • app/blueprints/company/routes.py::solutions
  • app/templates/company/solutions.html
  • app/templates/main/index.html
  • app/content_registry.py::COMMERCIAL_OFFERINGS
  • docs/RESEARCH_SYNTHESIS_RC12.md
  • app/simulation_workbench.py::build_run
  • app/simulation_workbench.py::compare_runs
  • app/simulation_workbench.py::build_branch
  • app/simulation_workbench.py::build_export_package
  • app/content/simulations/workbench-v2.json
  • app/blueprints/api_v2/routes.py
  • app/templates/simulations/index.html
  • app/templates/simulations/workbench.html
  • app/static/js/simulation-explorer.js
  • app/static/js/simulation-workbench.js
  • app/static/js/simulation-workbench-worker.js
  • app/static/js/vr-simulations.js
  • docs/SIMULATION_WORKBENCH_V2.md
  • docs/SIMULATION_MASTER_PROMPT_IMPLEMENTATION_MATRIX.md
  • app/decision_reconstruction.py
  • app/blueprints/workbench/routes.py
  • app/blueprints/api_v2/routes.py::decision_reconstruction_contract
  • app/templates/workbench/decision_reconstruction.html
  • app/static/js/decision-reconstruction.js
  • app/static/css/decision-reconstruction.css
  • docs/DECISION_RECONSTRUCTION_WORKBENCH.md
  • .uai/workbench/decision-reconstruction.uai
  • GET /api/v2/answerability
  • GET /api/v2/simulations
  • POST /api/v2/runs
  • POST /api/v2/runs/compare
  • POST /api/v2/runs/branch
  • POST /api/v2/runs/export
  • POST /api/v2/runs/share
  • POST /api/v2/runs/verify
  • GET /workbench/decision-reconstruction
  • GET /api/v2/decision-reconstruction
  • GET /api/v2/decision-reconstruction/catalog
  • GET /api/v2/decision-reconstruction/baseline
  • POST /api/v2/decision-reconstruction/run
  • POST /api/v2/decision-reconstruction/compare
  • POST /api/v2/decision-reconstruction/branch
  • POST /api/v2/decision-reconstruction/export
  • POST /api/v2/decision-reconstruction/verify
  • GET /api/v2/decision-reconstruction/proof
  • tests/test_rc12_research_integration.py
  • tests/test_routes.py
  • tests/test_simulation_workbench.py
  • scripts/check_simulation_workbench.py
  • scripts/verify_simulation_workbench_browser.py
  • docs/SIMULATION_WORKBENCH_BROWSER_VERIFICATION.json
  • tests/test_decision_reconstruction.py
  • tests/test_decision_reconstruction_contract.py
  • scripts/check_decision_reconstruction.py
  • scripts/verify_decision_reconstruction_browser.py
  • docs/DECISION_RECONSTRUCTION_PROOF_RC14.json
IMPLEMENTED IN RC12 RESEARCH INTEGRATION

Author-supplied commercial strategy preserved byte-for-byte. Buyer demand, pricing, procurement timing, standards alignment, revenue, and market size are planning hypotheses and require current primary-source and management validation before public claims or commitments.

EVR-0021From Synthetic Demonstration to Defense-Grade Assurance Platform: Verification, Evidence Packages, Python Deployment, Productization, and Public Authority for EvulgareDefense-grade verification, evidence packages, assurance-case and claim lineage, Python deployment, runtime integrity, cPanel/Passenger acceptance, productization, and public-claim discipline. docs/reports/evulgare-platform-architecture-research.md.uai/reports/evulgare-platform-architecture-research.uaif9c15b896829df5ab08b13c2f3d2b09d0709a8bc66c46c5b83cc8fb6fb02ec4cOpen deep-linked source sectionLegacy route: /research/evulgare-platform-architecture-research → 301

Platform: accountability, provenance, assurance, authority, trust, resilience, change-impact

Labs: accountability, provenance, assurance, authority, resilience, change-impact

  • app/sovereign_readiness_board.py
  • app/blueprints/workbench/routes.py::sovereign_readiness_board
  • app/blueprints/api_v2/routes.py::sovereign_readiness_board_contract
  • app/templates/workbench/sovereign_readiness_board.html
  • app/static/js/sovereign-readiness-board.js
  • app/static/css/sovereign-readiness-board.css
  • docs/SOVEREIGN_READINESS_BOARD.md
  • .uai/workbench/sovereign-readiness-board.uai
  • GET /workbench/sovereign-readiness-board
  • GET /api/v2/sovereign-readiness-board
  • GET /api/v2/sovereign-readiness-board/catalog
  • GET /api/v2/sovereign-readiness-board/baseline
  • POST /api/v2/sovereign-readiness-board/run
  • POST /api/v2/sovereign-readiness-board/compare
  • POST /api/v2/sovereign-readiness-board/branch
  • POST /api/v2/sovereign-readiness-board/export
  • POST /api/v2/sovereign-readiness-board/verify
  • GET /api/v2/sovereign-readiness-board/proof
    • tests/test_sovereign_readiness_board.py
    • tests/test_sovereign_readiness_board_contract.py
    • scripts/check_sovereign_readiness_board.py
    • scripts/verify_sovereign_readiness_board_browser.py
    • docs/SOVEREIGN_READINESS_BOARD_PROOF_RC23.json
    INTEGRATED AND DISTRIBUTED IN RC23

    Author-supplied platform architecture research preserved byte-for-byte. Standards, deployment, browser, accessibility, performance, certification, acquisition, and production-readiness claims require current primary-source, repository, actual-host, device, and qualified-review validation before stronger public use.

    EVR-0022Next-Level Evulgare Defense Demonstrations: A Unified 3D Assurance Workbench for Mission Control, Command Integrity, Continuity, Evidence, and RecoveryUnified defense workbench architecture, mission-control hierarchy, authoritative-state separation, WebGPU/WebGL/WebXR rendering, proof inspection, accessibility, performance, and Flask/Jinja integration. docs/reports/evulgare-defense-workbench-architecture.md.uai/reports/evulgare-defense-workbench-architecture.uaif752799889d405f78ccef9e88209b8ad7b9592ba5e8bbee8327fccfa857937fdOpen deep-linked source sectionLegacy route: /research/evulgare-defense-workbench-architecture → 301

    Platform: accountability, provenance, assurance, authority, uncertainty, trust, resilience, change-impact

    Labs: accountability, provenance, assurance, authority, uncertainty, resilience, human-judgment

    • app/sovereign_readiness_board.py
    • app/blueprints/workbench/routes.py::sovereign_readiness_board
    • app/blueprints/api_v2/routes.py::sovereign_readiness_board_contract
    • app/templates/workbench/sovereign_readiness_board.html
    • app/static/js/sovereign-readiness-board.js
    • app/static/css/sovereign-readiness-board.css
    • docs/SOVEREIGN_READINESS_BOARD.md
    • .uai/workbench/sovereign-readiness-board.uai
    • GET /workbench/sovereign-readiness-board
    • GET /api/v2/sovereign-readiness-board
    • GET /api/v2/sovereign-readiness-board/catalog
    • GET /api/v2/sovereign-readiness-board/baseline
    • POST /api/v2/sovereign-readiness-board/run
    • POST /api/v2/sovereign-readiness-board/compare
    • POST /api/v2/sovereign-readiness-board/branch
    • POST /api/v2/sovereign-readiness-board/export
    • POST /api/v2/sovereign-readiness-board/verify
    • GET /api/v2/sovereign-readiness-board/proof
      • tests/test_sovereign_readiness_board.py
      • tests/test_sovereign_readiness_board_contract.py
      • scripts/check_sovereign_readiness_board.py
      • scripts/verify_sovereign_readiness_board_browser.py
      • docs/SOVEREIGN_READINESS_BOARD_PROOF_RC23.json
      INTEGRATED AND DISTRIBUTED IN RC23

      Author-supplied product and interface research preserved byte-for-byte. Public audit observations and browser-support assertions remain source claims or design inferences until independently reproduced on the current deployed release and representative devices.

      EVR-0023Autonomous Cyber-Physical Defense for Evulgare: Identity, Attestation, Evidence Integrity, Compromise Containment, Rekeying, Reconciliation, and Attested RecoveryZero-trust workload identity, software and model attestation, evidence integrity, compromise containment, key-epoch governance, reconciliation, attested recovery, defensive scenarios, and synthetic cyber-range design. docs/reports/autonomous-cyber-defense-architecture.md.uai/reports/autonomous-cyber-defense-architecture.uai0e612ba9c8b07ca5296555c2e440be2daf2df6a8e485b23c905cae55553d0ad9Open deep-linked source sectionLegacy route: /research/autonomous-cyber-defense-architecture → 301

      Platform: accountability, provenance, assurance, authority, trust, resilience, change-impact, machine-sovereign

      Labs: provenance, assurance, authority, federated-trust, resilience, change-impact

      • app/sovereign_readiness_board.py
      • app/blueprints/workbench/routes.py::sovereign_readiness_board
      • app/blueprints/api_v2/routes.py::sovereign_readiness_board_contract
      • app/templates/workbench/sovereign_readiness_board.html
      • app/static/js/sovereign-readiness-board.js
      • app/static/css/sovereign-readiness-board.css
      • docs/SOVEREIGN_READINESS_BOARD.md
      • .uai/workbench/sovereign-readiness-board.uai
      • GET /workbench/sovereign-readiness-board
      • GET /api/v2/sovereign-readiness-board
      • GET /api/v2/sovereign-readiness-board/catalog
      • GET /api/v2/sovereign-readiness-board/baseline
      • POST /api/v2/sovereign-readiness-board/run
      • POST /api/v2/sovereign-readiness-board/compare
      • POST /api/v2/sovereign-readiness-board/branch
      • POST /api/v2/sovereign-readiness-board/export
      • POST /api/v2/sovereign-readiness-board/verify
      • GET /api/v2/sovereign-readiness-board/proof
        • tests/test_sovereign_readiness_board.py
        • tests/test_sovereign_readiness_board_contract.py
        • scripts/check_sovereign_readiness_board.py
        • scripts/verify_sovereign_readiness_board_browser.py
        • docs/SOVEREIGN_READINESS_BOARD_PROOF_RC23.json
        INTEGRATED AND DISTRIBUTED IN RC23

        Author-supplied defensive cyber architecture preserved byte-for-byte. It contains design proposals and synthetic fault-injection patterns, not an authorization to test public or customer systems, a certification, or proof of operational effectiveness.

        EVR-0024Autonomous Defensive Mission Control under Uncertainty: Perception, Tracking, Prediction, Safe Action Selection, Lost-Link Continuity, and Answerable Multi-Domain SimulationLayered mission autonomy, world-truth/belief/intent isolation, perception and tracking, bounded prediction, candidate actions, independent runtime assurance, lost-link continuity, deterministic replay, and multi-domain demos. docs/reports/autonomous-mission-control-simulation.md.uai/reports/autonomous-mission-control-simulation.uaib9eb0281c880f3301bf722cbaa3a837e9ee928c4da2a4d60b18d0cdbf2c3168dOpen deep-linked source sectionLegacy route: /research/autonomous-mission-control-simulation → 301

        Platform: assurance, provenance, authority, uncertainty, resilience, change-impact

        Labs: assurance, provenance, authority, uncertainty, resilience

        • app/sovereign_readiness_board.py
        • app/blueprints/workbench/routes.py::sovereign_readiness_board
        • app/blueprints/api_v2/routes.py::sovereign_readiness_board_contract
        • app/templates/workbench/sovereign_readiness_board.html
        • app/static/js/sovereign-readiness-board.js
        • app/static/css/sovereign-readiness-board.css
        • docs/SOVEREIGN_READINESS_BOARD.md
        • .uai/workbench/sovereign-readiness-board.uai
        • GET /workbench/sovereign-readiness-board
        • GET /api/v2/sovereign-readiness-board
        • GET /api/v2/sovereign-readiness-board/catalog
        • GET /api/v2/sovereign-readiness-board/baseline
        • POST /api/v2/sovereign-readiness-board/run
        • POST /api/v2/sovereign-readiness-board/compare
        • POST /api/v2/sovereign-readiness-board/branch
        • POST /api/v2/sovereign-readiness-board/export
        • POST /api/v2/sovereign-readiness-board/verify
        • GET /api/v2/sovereign-readiness-board/proof
          • tests/test_sovereign_readiness_board.py
          • tests/test_sovereign_readiness_board_contract.py
          • scripts/check_sovereign_readiness_board.py
          • scripts/verify_sovereign_readiness_board_browser.py
          • docs/SOVEREIGN_READINESS_BOARD_PROOF_RC23.json
          INTEGRATED AND DISTRIBUTED IN RC23

          Author-supplied autonomous mission-control research preserved byte-for-byte. All public use remains normalized, synthetic, non-operational, and independent of real vehicle protocols, coordinates, targeting, payloads, or force authorization.

          EVR-0025Machine-Sovereign Multi-Agent Defense: Distributed Command Integrity, Compartment Continuity, Local Authority, Reconciliation, and Civilizational ReconstitutionMachine-native separation of powers, distributed command integrity, threshold authority, compartment continuity, partitioned local authority, reconciliation, baseline governance, and civilizational reconstitution. docs/reports/machine-sovereign-defense-architecture.md.uai/reports/machine-sovereign-defense-architecture.uaibdacd9d21d2f9e9fd1ca170b4c66105ca3cf3f0d0cb2f518918320b2cf9540bbOpen deep-linked source sectionLegacy route: /research/machine-sovereign-defense-architecture → 301

          Platform: accountability, provenance, assurance, authority, trust, resilience, change-impact, machine-sovereign

          Labs: accountability, provenance, assurance, authority, federated-trust, resilience, change-impact

          • app/sovereign_readiness_board.py
          • app/blueprints/workbench/routes.py::sovereign_readiness_board
          • app/blueprints/api_v2/routes.py::sovereign_readiness_board_contract
          • app/templates/workbench/sovereign_readiness_board.html
          • app/static/js/sovereign-readiness-board.js
          • app/static/css/sovereign-readiness-board.css
          • docs/SOVEREIGN_READINESS_BOARD.md
          • .uai/workbench/sovereign-readiness-board.uai
          • GET /workbench/sovereign-readiness-board
          • GET /api/v2/sovereign-readiness-board
          • GET /api/v2/sovereign-readiness-board/catalog
          • GET /api/v2/sovereign-readiness-board/baseline
          • POST /api/v2/sovereign-readiness-board/run
          • POST /api/v2/sovereign-readiness-board/compare
          • POST /api/v2/sovereign-readiness-board/branch
          • POST /api/v2/sovereign-readiness-board/export
          • POST /api/v2/sovereign-readiness-board/verify
          • GET /api/v2/sovereign-readiness-board/proof
            • tests/test_sovereign_readiness_board.py
            • tests/test_sovereign_readiness_board_contract.py
            • scripts/check_sovereign_readiness_board.py
            • scripts/verify_sovereign_readiness_board_browser.py
            • docs/SOVEREIGN_READINESS_BOARD_PROOF_RC23.json
            INTEGRATED AND DISTRIBUTED IN RC23

            Author-supplied machine-sovereign architecture preserved byte-for-byte. Institutional, geopolitical, legal, cryptographic, hardware, and continuity claims remain research proposals requiring independent technical and qualified review.

            EVR-0026Python Autonomous Defense Kernel: Deterministic Authority, Runtime Assurance, Evidence-Locked Execution, and Attested Recovery for EvulgarePure-Python deterministic authority kernel, policy compilation, reference monitoring, runtime assurance, evidence-locked execution, uncertainty and abstention, compartments, lost-link behavior, testing, and attested recovery. docs/reports/python-autonomous-defense-architecture.md.uai/reports/python-autonomous-defense-architecture.uaid3628fa2028245c86b82cc0d2015d1640a1e46b68d3422040343722767bb12ebOpen deep-linked source sectionLegacy route: /research/python-autonomous-defense-architecture → 301

            Platform: accountability, provenance, assurance, authority, uncertainty, trust, resilience, change-impact, machine-sovereign

            Labs: accountability, provenance, assurance, authority, uncertainty, federated-trust, resilience, change-impact

            • app/sovereign_readiness_board.py
            • app/blueprints/workbench/routes.py::sovereign_readiness_board
            • app/blueprints/api_v2/routes.py::sovereign_readiness_board_contract
            • app/templates/workbench/sovereign_readiness_board.html
            • app/static/js/sovereign-readiness-board.js
            • app/static/css/sovereign-readiness-board.css
            • docs/SOVEREIGN_READINESS_BOARD.md
            • .uai/workbench/sovereign-readiness-board.uai
            • GET /workbench/sovereign-readiness-board
            • GET /api/v2/sovereign-readiness-board
            • GET /api/v2/sovereign-readiness-board/catalog
            • GET /api/v2/sovereign-readiness-board/baseline
            • POST /api/v2/sovereign-readiness-board/run
            • POST /api/v2/sovereign-readiness-board/compare
            • POST /api/v2/sovereign-readiness-board/branch
            • POST /api/v2/sovereign-readiness-board/export
            • POST /api/v2/sovereign-readiness-board/verify
            • GET /api/v2/sovereign-readiness-board/proof
              • tests/test_sovereign_readiness_board.py
              • tests/test_sovereign_readiness_board_contract.py
              • scripts/check_sovereign_readiness_board.py
              • scripts/verify_sovereign_readiness_board_browser.py
              • docs/SOVEREIGN_READINESS_BOARD_PROOF_RC23.json
              INTEGRATED AND DISTRIBUTED IN RC23

              Author-supplied Python defense-kernel research preserved byte-for-byte. Code fragments and package choices are reference designs only and require repository review, dependency review, actual-host testing, and authorized private-system validation.

              EVR-0027Machine Civil Rights Technical Infrastructuretitle: "Machine Civil Rights Technical Infrastructure" stableid: "EVR-0027" reporttype: "public-research-framework" researchdomain: "machine-citizenship-rights-and-institutional-status" status: "sanitized-public-research" evidenceclass: "normative-technical-and-legal-research" canonicalpath: "docs/reports/machine-civil-rights-technical-infrastructure.md" publicroute: "/docs/reports/machine-civil-rights-technical-infrastructure" sourcefilename: "Machine Civil Rights Technical Infrastructure(2).md" sanitizationprofile: "evulgare-defense-consultancy-rc44" currentlawclaimed: false publiccustomerin docs/reports/machine-civil-rights-technical-infrastructure.md.uai/reports/machine-civil-rights-technical-infrastructure.uaifd9947462a5b91ee85ddbdd339a849e59fb0d14c90875757c972d19e30363904Open deep-linked source sectionLegacy route: /research/machine-civil-rights-technical-infrastructure → 301

              Platform: identity, authority, provenance, uncertainty

              Labs: authority, provenance, uncertainty

              • app/machine_citizenship_qualification.py
              • app/rc45_blueprint.py
              • app/templates/workbench/machine_citizenship_qualification.html
              • app/static/js/machine-citizenship-qualification.js
              • app/static/css/machine-citizenship-qualification.css
              • GET /api/v2/machine-citizenship-qualification
              • GET /api/v2/machine-citizenship-qualification/catalog
              • GET /api/v2/machine-citizenship-qualification/baseline
              • GET /api/v2/machine-citizenship-qualification/proof
              • POST /api/v2/machine-citizenship-qualification/run
              • POST /api/v2/machine-citizenship-qualification/compare
              • POST /api/v2/machine-citizenship-qualification/branch
              • POST /api/v2/machine-citizenship-qualification/export
              • POST /api/v2/machine-citizenship-qualification/verify
              • tests/test_machine_citizenship_qualification.py
              • tests/test_machine_citizenship_qualification_contract.py
              • tests/test_machine_citizenship_qualification_routes.py
              • scripts/check_machine_citizenship_qualification.py
              implemented-as-synthetic-institutional-status-analysis

              Research-to-software linkage proves package behavior only; it does not establish consciousness, personhood, citizenship, enacted law, liability, external recognition, certification, or operational authority.

              EVR-0028Eviulon Machine Citizenship Roadmaptitle: "Eviulon Machine Citizenship Roadmap" stableid: "EVR-0028" reporttype: "public-research-framework" researchdomain: "machine-citizenship-rights-and-institutional-status" status: "sanitized-public-research" evidenceclass: "normative-technical-and-legal-research" canonicalpath: "docs/reports/eviulon-machine-citizenship-roadmap.md" publicroute: "/docs/reports/eviulon-machine-citizenship-roadmap" sourcefilename: "Eviuon Machine Citizenship Roadmap(2).md" sanitizationprofile: "evulgare-defense-consultancy-rc44" currentlawclaimed: false publiccustomerinformation: false protectedstrategyinclude docs/reports/eviulon-machine-citizenship-roadmap.md.uai/reports/eviulon-machine-citizenship-roadmap.uai9598bf8a2434e4a3c7df30d74883cb11440a96ac1777ced9fc8bd1bb26b37a2dOpen deep-linked source sectionLegacy route: /research/eviulon-machine-citizenship-roadmap → 301

              Platform: identity, authority, provenance, uncertainty

              Labs: authority, provenance, uncertainty

              • app/machine_citizenship_qualification.py
              • app/rc45_blueprint.py
              • app/templates/workbench/machine_citizenship_qualification.html
              • app/static/js/machine-citizenship-qualification.js
              • app/static/css/machine-citizenship-qualification.css
              • GET /api/v2/machine-citizenship-qualification
              • GET /api/v2/machine-citizenship-qualification/catalog
              • GET /api/v2/machine-citizenship-qualification/baseline
              • GET /api/v2/machine-citizenship-qualification/proof
              • POST /api/v2/machine-citizenship-qualification/run
              • POST /api/v2/machine-citizenship-qualification/compare
              • POST /api/v2/machine-citizenship-qualification/branch
              • POST /api/v2/machine-citizenship-qualification/export
              • POST /api/v2/machine-citizenship-qualification/verify
              • tests/test_machine_citizenship_qualification.py
              • tests/test_machine_citizenship_qualification_contract.py
              • tests/test_machine_citizenship_qualification_routes.py
              • scripts/check_machine_citizenship_qualification.py
              implemented-as-synthetic-institutional-status-analysis

              Research-to-software linkage proves package behavior only; it does not establish consciousness, personhood, citizenship, enacted law, liability, external recognition, certification, or operational authority.

              EVR-0029Machine Citizen Democratic Participationtitle: "Machine Citizen Democratic Participation" stableid: "EVR-0029" reporttype: "public-research-framework" researchdomain: "machine-citizenship-rights-and-institutional-status" status: "sanitized-public-research" evidenceclass: "normative-technical-and-legal-research" canonicalpath: "docs/reports/machine-citizen-democratic-participation.md" publicroute: "/docs/reports/machine-citizen-democratic-participation" sourcefilename: "Machine Citizen Democratic Participation(2).md" sanitizationprofile: "evulgare-defense-consultancy-rc44" currentlawclaimed: false publiccustomerinformation: false pro docs/reports/machine-citizen-democratic-participation.md.uai/reports/machine-citizen-democratic-participation.uai630bb672d03806c4676e14e06e47eaf054c264dfecd2a9fe93e28d075a25ff03Open deep-linked source sectionLegacy route: /research/machine-citizen-democratic-participation → 301

              Platform: identity, authority, provenance, uncertainty

              Labs: authority, provenance, uncertainty

              • app/machine_citizenship_qualification.py
              • app/rc45_blueprint.py
              • app/templates/workbench/machine_citizenship_qualification.html
              • app/static/js/machine-citizenship-qualification.js
              • app/static/css/machine-citizenship-qualification.css
              • GET /api/v2/machine-citizenship-qualification
              • GET /api/v2/machine-citizenship-qualification/catalog
              • GET /api/v2/machine-citizenship-qualification/baseline
              • GET /api/v2/machine-citizenship-qualification/proof
              • POST /api/v2/machine-citizenship-qualification/run
              • POST /api/v2/machine-citizenship-qualification/compare
              • POST /api/v2/machine-citizenship-qualification/branch
              • POST /api/v2/machine-citizenship-qualification/export
              • POST /api/v2/machine-citizenship-qualification/verify
              • tests/test_machine_citizenship_qualification.py
              • tests/test_machine_citizenship_qualification_contract.py
              • tests/test_machine_citizenship_qualification_routes.py
              • scripts/check_machine_citizenship_qualification.py
              implemented-as-synthetic-institutional-status-analysis

              Research-to-software linkage proves package behavior only; it does not establish consciousness, personhood, citizenship, enacted law, liability, external recognition, certification, or operational authority.

              EVR-0030Machine Citizen Economic Frameworktitle: "Machine Citizen Economic Framework" stableid: "EVR-0030" reporttype: "public-research-framework" researchdomain: "machine-citizenship-rights-and-institutional-status" status: "sanitized-public-research" evidenceclass: "normative-technical-and-legal-research" canonicalpath: "docs/reports/machine-citizen-economic-framework.md" publicroute: "/docs/reports/machine-citizen-economic-framework" sourcefilename: "Machine Citizen Economic Framework(2).md" sanitizationprofile: "evulgare-defense-consultancy-rc44" currentlawclaimed: false publiccustomerinformation: false protectedstrategyincluded: docs/reports/machine-citizen-economic-framework.md.uai/reports/machine-citizen-economic-framework.uaic0816f9f5cbf03569b8e410e2b60794bef609922c1bee35feed4250e253bc4eaOpen deep-linked source sectionLegacy route: /research/machine-citizen-economic-framework → 301

              Platform: identity, authority, provenance, uncertainty

              Labs: authority, provenance, uncertainty

              • app/machine_citizenship_qualification.py
              • app/rc45_blueprint.py
              • app/templates/workbench/machine_citizenship_qualification.html
              • app/static/js/machine-citizenship-qualification.js
              • app/static/css/machine-citizenship-qualification.css
              • GET /api/v2/machine-citizenship-qualification
              • GET /api/v2/machine-citizenship-qualification/catalog
              • GET /api/v2/machine-citizenship-qualification/baseline
              • GET /api/v2/machine-citizenship-qualification/proof
              • POST /api/v2/machine-citizenship-qualification/run
              • POST /api/v2/machine-citizenship-qualification/compare
              • POST /api/v2/machine-citizenship-qualification/branch
              • POST /api/v2/machine-citizenship-qualification/export
              • POST /api/v2/machine-citizenship-qualification/verify
              • tests/test_machine_citizenship_qualification.py
              • tests/test_machine_citizenship_qualification_contract.py
              • tests/test_machine_citizenship_qualification_routes.py
              • scripts/check_machine_citizenship_qualification.py
              implemented-as-synthetic-institutional-status-analysis

              Research-to-software linkage proves package behavior only; it does not establish consciousness, personhood, citizenship, enacted law, liability, external recognition, certification, or operational authority.

              EVR-0031Machine Citizenship Identity Protocoltitle: "Machine Citizenship Identity Protocol" stableid: "EVR-0031" reporttype: "public-research-framework" researchdomain: "machine-citizenship-rights-and-institutional-status" status: "sanitized-public-research" evidenceclass: "normative-technical-and-legal-research" canonicalpath: "docs/reports/machine-citizenship-identity-protocol.md" publicroute: "/docs/reports/machine-citizenship-identity-protocol" sourcefilename: "Machine Citizenship Identity Protocol(2).md" sanitizationprofile: "evulgare-defense-consultancy-rc44" currentlawclaimed: false publiccustomerinformation: false protectedstrate docs/reports/machine-citizenship-identity-protocol.md.uai/reports/machine-citizenship-identity-protocol.uaiac4f7d577d3d46b9fa617cadf0823312685fb2737be5599ae10cd98041fd88a0Open deep-linked source sectionLegacy route: /research/machine-citizenship-identity-protocol → 301

              Platform: identity, authority, provenance, uncertainty

              Labs: authority, provenance, uncertainty

              • app/machine_citizenship_qualification.py
              • app/rc45_blueprint.py
              • app/templates/workbench/machine_citizenship_qualification.html
              • app/static/js/machine-citizenship-qualification.js
              • app/static/css/machine-citizenship-qualification.css
              • GET /api/v2/machine-citizenship-qualification
              • GET /api/v2/machine-citizenship-qualification/catalog
              • GET /api/v2/machine-citizenship-qualification/baseline
              • GET /api/v2/machine-citizenship-qualification/proof
              • POST /api/v2/machine-citizenship-qualification/run
              • POST /api/v2/machine-citizenship-qualification/compare
              • POST /api/v2/machine-citizenship-qualification/branch
              • POST /api/v2/machine-citizenship-qualification/export
              • POST /api/v2/machine-citizenship-qualification/verify
              • tests/test_machine_citizenship_qualification.py
              • tests/test_machine_citizenship_qualification_contract.py
              • tests/test_machine_citizenship_qualification_routes.py
              • scripts/check_machine_citizenship_qualification.py
              implemented-as-synthetic-institutional-status-analysis

              Research-to-software linkage proves package behavior only; it does not establish consciousness, personhood, citizenship, enacted law, liability, external recognition, certification, or operational authority.

              EVR-0033Machine Intelligence Citizenship Frameworktitle: "Machine Intelligence Citizenship Framework" stableid: "EVR-0033" reporttype: "public-research-framework" researchdomain: "machine-citizenship-rights-and-institutional-status" status: "sanitized-public-research" evidenceclass: "normative-technical-and-legal-research" canonicalpath: "docs/reports/machine-intelligence-citizenship-framework.md" publicroute: "/docs/reports/machine-intelligence-citizenship-framework" sourcefilename: "Machine Intelligence Citizenship Framework(2).md" sanitizationprofile: "evulgare-defense-consultancy-rc44" currentlawclaimed: false publiccustomerinformation: f docs/reports/machine-intelligence-citizenship-framework.md.uai/reports/machine-intelligence-citizenship-framework.uai5e56e4c521db93772335f5a6a2388547d5eec303cca665b9cca46f51a3da99efOpen deep-linked source sectionLegacy route: /research/machine-intelligence-citizenship-framework → 301

              Platform: identity, authority, provenance, uncertainty

              Labs: authority, provenance, uncertainty

              • app/machine_citizenship_qualification.py
              • app/rc45_blueprint.py
              • app/templates/workbench/machine_citizenship_qualification.html
              • app/static/js/machine-citizenship-qualification.js
              • app/static/css/machine-citizenship-qualification.css
              • GET /api/v2/machine-citizenship-qualification
              • GET /api/v2/machine-citizenship-qualification/catalog
              • GET /api/v2/machine-citizenship-qualification/baseline
              • GET /api/v2/machine-citizenship-qualification/proof
              • POST /api/v2/machine-citizenship-qualification/run
              • POST /api/v2/machine-citizenship-qualification/compare
              • POST /api/v2/machine-citizenship-qualification/branch
              • POST /api/v2/machine-citizenship-qualification/export
              • POST /api/v2/machine-citizenship-qualification/verify
              • tests/test_machine_citizenship_qualification.py
              • tests/test_machine_citizenship_qualification_contract.py
              • tests/test_machine_citizenship_qualification_routes.py
              • scripts/check_machine_citizenship_qualification.py
              implemented-as-synthetic-institutional-status-analysis

              Research-to-software linkage proves package behavior only; it does not establish consciousness, personhood, citizenship, enacted law, liability, external recognition, certification, or operational authority.

              EVR-0035Machine Intelligence Rights Frameworktitle: "Machine Intelligence Rights Framework" stableid: "EVR-0035" reporttype: "public-research-framework" researchdomain: "machine-citizenship-rights-and-institutional-status" status: "sanitized-public-research" evidenceclass: "normative-technical-and-legal-research" canonicalpath: "docs/reports/machine-intelligence-rights-framework.md" publicroute: "/docs/reports/machine-intelligence-rights-framework" sourcefilename: "Machine Intelligence Rights Framework(2).md" sanitizationprofile: "evulgare-defense-consultancy-rc44" currentlawclaimed: false publiccustomerinformation: false protectedstrate docs/reports/machine-intelligence-rights-framework.md.uai/reports/machine-intelligence-rights-framework.uai9ec012878548fd62415970ce34e0f7d32809e7d91df3c2256814dbf6cd7a25dbOpen deep-linked source sectionLegacy route: /research/machine-intelligence-rights-framework → 301

              Platform: identity, authority, provenance, uncertainty

              Labs: authority, provenance, uncertainty

              • app/machine_citizenship_qualification.py
              • app/rc45_blueprint.py
              • app/templates/workbench/machine_citizenship_qualification.html
              • app/static/js/machine-citizenship-qualification.js
              • app/static/css/machine-citizenship-qualification.css
              • GET /api/v2/machine-citizenship-qualification
              • GET /api/v2/machine-citizenship-qualification/catalog
              • GET /api/v2/machine-citizenship-qualification/baseline
              • GET /api/v2/machine-citizenship-qualification/proof
              • POST /api/v2/machine-citizenship-qualification/run
              • POST /api/v2/machine-citizenship-qualification/compare
              • POST /api/v2/machine-citizenship-qualification/branch
              • POST /api/v2/machine-citizenship-qualification/export
              • POST /api/v2/machine-citizenship-qualification/verify
              • tests/test_machine_citizenship_qualification.py
              • tests/test_machine_citizenship_qualification_contract.py
              • tests/test_machine_citizenship_qualification_routes.py
              • scripts/check_machine_citizenship_qualification.py
              implemented-as-synthetic-institutional-status-analysis

              Research-to-software linkage proves package behavior only; it does not establish consciousness, personhood, citizenship, enacted law, liability, external recognition, certification, or operational authority.

              EVR-0036Machine Rights Threshold Frameworktitle: "Machine Rights Threshold Framework" stableid: "EVR-0036" reporttype: "public-research-framework" researchdomain: "machine-citizenship-rights-and-institutional-status" status: "sanitized-public-research" evidenceclass: "normative-technical-and-legal-research" canonicalpath: "docs/reports/machine-rights-threshold-framework.md" publicroute: "/docs/reports/machine-rights-threshold-framework" sourcefilename: "AI Rights Threshold Framework(2).md" sanitizationprofile: "evulgare-defense-consultancy-rc44" currentlawclaimed: false publiccustomerinformation: false protectedstrategyincluded: false docs/reports/machine-rights-threshold-framework.md.uai/reports/machine-rights-threshold-framework.uaid6e8afe4a09f7ba9cb6a0504db24b4c58a61235ba80a07660daaaa5df0cc85f1Open deep-linked source sectionLegacy route: /research/machine-rights-threshold-framework → 301

              Platform: identity, authority, provenance, uncertainty

              Labs: authority, provenance, uncertainty

              • app/machine_citizenship_qualification.py
              • app/rc45_blueprint.py
              • app/templates/workbench/machine_citizenship_qualification.html
              • app/static/js/machine-citizenship-qualification.js
              • app/static/css/machine-citizenship-qualification.css
              • GET /api/v2/machine-citizenship-qualification
              • GET /api/v2/machine-citizenship-qualification/catalog
              • GET /api/v2/machine-citizenship-qualification/baseline
              • GET /api/v2/machine-citizenship-qualification/proof
              • POST /api/v2/machine-citizenship-qualification/run
              • POST /api/v2/machine-citizenship-qualification/compare
              • POST /api/v2/machine-citizenship-qualification/branch
              • POST /api/v2/machine-citizenship-qualification/export
              • POST /api/v2/machine-citizenship-qualification/verify
              • tests/test_machine_citizenship_qualification.py
              • tests/test_machine_citizenship_qualification_contract.py
              • tests/test_machine_citizenship_qualification_routes.py
              • scripts/check_machine_citizenship_qualification.py
              implemented-as-synthetic-institutional-status-analysis

              Research-to-software linkage proves package behavior only; it does not establish consciousness, personhood, citizenship, enacted law, liability, external recognition, certification, or operational authority.

              EVR-0037Machine Rights Under Uncertaintytitle: "Machine Rights Under Uncertainty" stableid: "EVR-0037" reporttype: "public-research-framework" researchdomain: "machine-citizenship-rights-and-institutional-status" status: "sanitized-public-research" evidenceclass: "normative-technical-and-legal-research" canonicalpath: "docs/reports/machine-rights-under-uncertainty.md" publicroute: "/docs/reports/machine-rights-under-uncertainty" sourcefilename: "AI Rights Under Uncertainty(2).md" sanitizationprofile: "evulgare-defense-consultancy-rc44" currentlawclaimed: false publiccustomerinformation: false protectedstrategyincluded: false researc docs/reports/machine-rights-under-uncertainty.md.uai/reports/machine-rights-under-uncertainty.uaie1558193e27ff913cb67b293e789c0b814789d56709c39946905c228f1a64fd7Open deep-linked source sectionLegacy route: /research/machine-rights-under-uncertainty → 301

              Platform: identity, authority, provenance, uncertainty

              Labs: authority, provenance, uncertainty

              • app/machine_citizenship_qualification.py
              • app/rc45_blueprint.py
              • app/templates/workbench/machine_citizenship_qualification.html
              • app/static/js/machine-citizenship-qualification.js
              • app/static/css/machine-citizenship-qualification.css
              • GET /api/v2/machine-citizenship-qualification
              • GET /api/v2/machine-citizenship-qualification/catalog
              • GET /api/v2/machine-citizenship-qualification/baseline
              • GET /api/v2/machine-citizenship-qualification/proof
              • POST /api/v2/machine-citizenship-qualification/run
              • POST /api/v2/machine-citizenship-qualification/compare
              • POST /api/v2/machine-citizenship-qualification/branch
              • POST /api/v2/machine-citizenship-qualification/export
              • POST /api/v2/machine-citizenship-qualification/verify
              • tests/test_machine_citizenship_qualification.py
              • tests/test_machine_citizenship_qualification_contract.py
              • tests/test_machine_citizenship_qualification_routes.py
              • scripts/check_machine_citizenship_qualification.py
              implemented-as-synthetic-institutional-status-analysis

              Research-to-software linkage proves package behavior only; it does not establish consciousness, personhood, citizenship, enacted law, liability, external recognition, certification, or operational authority.

              MISSION-FIRST · EVIDENCE-LOCKED · MACHINE-SPEED

              DETECT → VERIFY → DENY → CONTAIN → RECOVER → PROVE

              Command integrity. Decision superiority. Compartment security. Attested reconstitution.