messagefoundry 0.2.13__tar.gz → 0.2.15__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- messagefoundry-0.2.15/.github/dependabot.yml +68 -0
- messagefoundry-0.2.15/.github/workflows/ci.yml +1144 -0
- messagefoundry-0.2.15/.github/workflows/cla.yml +52 -0
- messagefoundry-0.2.15/.github/workflows/release.yml +246 -0
- messagefoundry-0.2.15/.github/workflows/security.yml +280 -0
- messagefoundry-0.2.15/.github/workflows/zizmor.yml +47 -0
- messagefoundry-0.2.15/CHANGELOG.md +822 -0
- messagefoundry-0.2.15/CLAUDE.md +443 -0
- messagefoundry-0.2.15/PKG-INFO +263 -0
- messagefoundry-0.2.15/docs/AOAG-DEPLOYMENT.md +919 -0
- messagefoundry-0.2.15/docs/BACKLOG.md +3924 -0
- messagefoundry-0.2.15/docs/CI-SELFHOSTED-RUNNER.md +133 -0
- messagefoundry-0.2.15/docs/CONFIGURATION.md +869 -0
- messagefoundry-0.2.15/docs/CONNECTIONS.md +1354 -0
- messagefoundry-0.2.15/docs/FEATURE-MAP.md +220 -0
- messagefoundry-0.2.15/docs/INSTALL-GUIDE.md +340 -0
- messagefoundry-0.2.15/docs/MENTAL-MODEL.md +494 -0
- messagefoundry-0.2.15/docs/PHI.md +688 -0
- messagefoundry-0.2.15/docs/SECURITY.md +621 -0
- messagefoundry-0.2.15/docs/SERVICE.md +366 -0
- messagefoundry-0.2.15/docs/SYSTEM-REQUIREMENTS.md +176 -0
- messagefoundry-0.2.15/docs/Secure_Development_Standards.md +499 -0
- messagefoundry-0.2.15/docs/USER-GUIDE.md +625 -0
- messagefoundry-0.2.15/docs/VERSION-CONTROL.md +171 -0
- messagefoundry-0.2.15/docs/adr/0002-phase2-transport-security-and-strong-auth.md +273 -0
- messagefoundry-0.2.15/docs/adr/0032-console-desktop-launch.md +402 -0
- messagefoundry-0.2.15/docs/adr/0061-per-lane-wake-events.md +139 -0
- messagefoundry-0.2.15/docs/adr/0064-schema-init-fastpath.md +67 -0
- messagefoundry-0.2.15/docs/adr/0065-web-ops-dashboard.md +231 -0
- messagefoundry-0.2.15/docs/adr/0066-pooled-stage-claimers.md +437 -0
- messagefoundry-0.2.15/docs/adr/0067-persistent-outbound-mllp.md +128 -0
- messagefoundry-0.2.15/docs/adr/0068-browser-webauthn-passkeys-offloopback.md +402 -0
- messagefoundry-0.2.15/docs/adr/0069-durable-write-throughput-lever.md +82 -0
- messagefoundry-0.2.15/docs/adr/0071-cut-executor-round-trips-b5.md +164 -0
- messagefoundry-0.2.15/docs/adr/README.md +90 -0
- messagefoundry-0.2.15/docs/benchmarks/adr0066-pooled-claimer-744.md +167 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/commit_storm.txt +14 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/environment.txt +42 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/perlane_pool128_r400.json +86 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/perlane_pool128_r800.json +86 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/pooled_ab_atscale.json +572 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/pooled_ab_atscale.txt +36 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/pooled_pool128_r150.json +86 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/pooled_pool128_r250.json +86 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/pooled_pool128_r350.json +86 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/pooled_pool128_r500.json +86 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/push_r100.json +86 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/push_r120.json +86 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/push_r160.json +86 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/push_r80.json +86 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/walk_console_perlane128.txt +27 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/walk_console_pool128.txt +53 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-03-adr0066-pooled-atscale/walk_console_pool40.txt +53 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-04-adr0071-b5-executor-marshaling/PROFILE_FINDINGS.md +59 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-04-adr0071-b5-executor-marshaling/README.md +71 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-04-adr0071-b5-executor-marshaling/b5_microbench.py +617 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-04-adr0071-b5-executor-marshaling/engine_flame.svg +491 -0
- messagefoundry-0.2.15/docs/benchmarks/results/2026-07-04-adr0071-b5-executor-marshaling/profile_run.json +62 -0
- messagefoundry-0.2.15/docs/releases/DELTA-SECURITY-FIXES-MULTISESSION-PLAN.md +197 -0
- messagefoundry-0.2.15/docs/reviews/DELTA-REVIEW-2026-07-01.md +262 -0
- messagefoundry-0.2.15/docs/security/ASVS-L2-PHASE0-CHANGES.md +194 -0
- messagefoundry-0.2.15/docs/security/ASVS-L3-ASSESSMENT.md +1050 -0
- messagefoundry-0.2.15/docs/security/OFF-LOOPBACK-DEPLOYMENT.md +235 -0
- messagefoundry-0.2.15/docs/throughput-build-plan.md +201 -0
- messagefoundry-0.2.15/docs/throughput-roadmap.md +380 -0
- messagefoundry-0.2.15/harness/__main__.py +551 -0
- messagefoundry-0.2.15/harness/config/connscale/_shape.py +141 -0
- messagefoundry-0.2.15/harness/config/connscale/graph.py +94 -0
- messagefoundry-0.2.15/harness/load/connscale/compare.py +1082 -0
- messagefoundry-0.2.15/harness/load/connscale/probe.py +363 -0
- messagefoundry-0.2.15/harness/load/connscale/profile.py +487 -0
- messagefoundry-0.2.15/harness/load/connscale/report.py +383 -0
- messagefoundry-0.2.15/harness/load/connscale/runner.py +971 -0
- messagefoundry-0.2.15/harness/load/enginepoll.py +384 -0
- messagefoundry-0.2.15/harness/load/failover.py +830 -0
- messagefoundry-0.2.15/harness/load/multishard.py +808 -0
- messagefoundry-0.2.15/harness/load/profiles/fuse_ab.toml +68 -0
- messagefoundry-0.2.15/harness/load/profiles/pooled_ab.toml +51 -0
- messagefoundry-0.2.15/harness/load/report.py +647 -0
- messagefoundry-0.2.15/harness/load/runner.py +199 -0
- messagefoundry-0.2.15/ide/package.json +437 -0
- messagefoundry-0.2.15/ide/src/extension.ts +249 -0
- messagefoundry-0.2.15/ide/src/git.ts +76 -0
- messagefoundry-0.2.15/ide/src/home.ts +133 -0
- messagefoundry-0.2.15/ide/src/sourceControl.ts +448 -0
- messagefoundry-0.2.15/messagefoundry/__init__.py +140 -0
- messagefoundry-0.2.15/messagefoundry/__main__.py +2351 -0
- messagefoundry-0.2.15/messagefoundry/api/app.py +3704 -0
- messagefoundry-0.2.15/messagefoundry/api/auth_models.py +235 -0
- messagefoundry-0.2.15/messagefoundry/api/auth_routes.py +1698 -0
- messagefoundry-0.2.15/messagefoundry/api/models.py +649 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/__init__.py +63 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/_auth.py +458 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/_html.py +157 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/pages/__init__.py +24 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/pages/_common.py +21 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/pages/account.py +637 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/pages/admin.py +480 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/pages/audit.py +67 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/pages/config.py +112 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/pages/connections.py +151 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/pages/messages.py +359 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/pages/monitoring.py +404 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/static/app.css +95 -0
- messagefoundry-0.2.15/messagefoundry/api/webui/static/app.js +265 -0
- messagefoundry-0.2.15/messagefoundry/auth/ldap.py +320 -0
- messagefoundry-0.2.15/messagefoundry/auth/service.py +1833 -0
- messagefoundry-0.2.15/messagefoundry/auth/tokens.py +33 -0
- messagefoundry-0.2.15/messagefoundry/auth/webauthn.py +324 -0
- messagefoundry-0.2.15/messagefoundry/config/settings.py +1982 -0
- messagefoundry-0.2.15/messagefoundry/config/wiring.py +3077 -0
- messagefoundry-0.2.15/messagefoundry/console/client.py +733 -0
- messagefoundry-0.2.15/messagefoundry/console/event_log_page.py +145 -0
- messagefoundry-0.2.15/messagefoundry/console/status.py +416 -0
- messagefoundry-0.2.15/messagefoundry/parsing/_builtin_hl7.py +707 -0
- messagefoundry-0.2.15/messagefoundry/parsing/peek.py +292 -0
- messagefoundry-0.2.15/messagefoundry/parsing/xml/signature.py +80 -0
- messagefoundry-0.2.15/messagefoundry/pipeline/alert_sinks.py +644 -0
- messagefoundry-0.2.15/messagefoundry/pipeline/alerts.py +224 -0
- messagefoundry-0.2.15/messagefoundry/pipeline/engine.py +1261 -0
- messagefoundry-0.2.15/messagefoundry/pipeline/leader_tasks.py +162 -0
- messagefoundry-0.2.15/messagefoundry/pipeline/stage_dispatcher.py +930 -0
- messagefoundry-0.2.15/messagefoundry/pipeline/wiring_runner.py +4095 -0
- messagefoundry-0.2.15/messagefoundry/service_status.py +90 -0
- messagefoundry-0.2.15/messagefoundry/store/__init__.py +50 -0
- messagefoundry-0.2.15/messagefoundry/store/base.py +1521 -0
- messagefoundry-0.2.15/messagefoundry/store/postgres.py +4974 -0
- messagefoundry-0.2.15/messagefoundry/store/sqlserver.py +5579 -0
- messagefoundry-0.2.15/messagefoundry/store/store.py +6193 -0
- messagefoundry-0.2.15/messagefoundry/support/bundle.py +247 -0
- messagefoundry-0.2.15/messagefoundry/support/redact.py +92 -0
- messagefoundry-0.2.15/messagefoundry/transports/framing.py +171 -0
- messagefoundry-0.2.15/messagefoundry/transports/http_listener.py +488 -0
- messagefoundry-0.2.15/messagefoundry/transports/mllp.py +1020 -0
- messagefoundry-0.2.15/pyproject.toml +184 -0
- messagefoundry-0.2.15/requirements.lock +999 -0
- messagefoundry-0.2.15/scripts/security/crypto_inventory_check.py +197 -0
- messagefoundry-0.2.15/scripts/worktree/prune-merged.ps1 +128 -0
- messagefoundry-0.2.15/scripts/worktree/session-context.ps1 +79 -0
- messagefoundry-0.2.15/tests/_failover_load_support.py +209 -0
- messagefoundry-0.2.15/tests/_soft_webauthn.py +138 -0
- messagefoundry-0.2.15/tests/_webauthn_store_contract.py +183 -0
- messagefoundry-0.2.15/tests/test_ack_sent_store.py +156 -0
- messagefoundry-0.2.15/tests/test_adr0071_crossing_count.py +162 -0
- messagefoundry-0.2.15/tests/test_adr0071_dispatch_wiring.py +525 -0
- messagefoundry-0.2.15/tests/test_adr0071_dispatch_wiring_sqlserver.py +537 -0
- messagefoundry-0.2.15/tests/test_adr0071_fused_callables_sqlserver.py +297 -0
- messagefoundry-0.2.15/tests/test_adr0071_fusion_wiring.py +400 -0
- messagefoundry-0.2.15/tests/test_batch_claim_locking.py +799 -0
- messagefoundry-0.2.15/tests/test_builtin_hl7_hardening.py +87 -0
- messagefoundry-0.2.15/tests/test_claim_fifo_heads.py +522 -0
- messagefoundry-0.2.15/tests/test_cli.py +811 -0
- messagefoundry-0.2.15/tests/test_config_provenance.py +157 -0
- messagefoundry-0.2.15/tests/test_connscale_compare.py +238 -0
- messagefoundry-0.2.15/tests/test_connscale_fuse.py +468 -0
- messagefoundry-0.2.15/tests/test_connscale_profile.py +218 -0
- messagefoundry-0.2.15/tests/test_connscale_report.py +181 -0
- messagefoundry-0.2.15/tests/test_connscale_smoke.py +150 -0
- messagefoundry-0.2.15/tests/test_console_status.py +416 -0
- messagefoundry-0.2.15/tests/test_console_widgets.py +1034 -0
- messagefoundry-0.2.15/tests/test_fhir_lookup.py +438 -0
- messagefoundry-0.2.15/tests/test_fifo_index_migration.py +433 -0
- messagefoundry-0.2.15/tests/test_harness_reconcile.py +230 -0
- messagefoundry-0.2.15/tests/test_idle_backstop_retry_wake.py +172 -0
- messagefoundry-0.2.15/tests/test_inbound_http_source.py +464 -0
- messagefoundry-0.2.15/tests/test_inline_fast_path.py +534 -0
- messagefoundry-0.2.15/tests/test_load_config.py +239 -0
- messagefoundry-0.2.15/tests/test_load_failover_postgres.py +85 -0
- messagefoundry-0.2.15/tests/test_load_failover_sqlserver.py +83 -0
- messagefoundry-0.2.15/tests/test_load_runner.py +227 -0
- messagefoundry-0.2.15/tests/test_mllp_delivery_error_detail.py +67 -0
- messagefoundry-0.2.15/tests/test_mllp_encoding_override.py +249 -0
- messagefoundry-0.2.15/tests/test_mllp_persistent.py +799 -0
- messagefoundry-0.2.15/tests/test_mllp_tls.py +328 -0
- messagefoundry-0.2.15/tests/test_multishard_record.py +94 -0
- messagefoundry-0.2.15/tests/test_multishard_smoke.py +157 -0
- messagefoundry-0.2.15/tests/test_per_lane_wake.py +324 -0
- messagefoundry-0.2.15/tests/test_pooled_rider.py +971 -0
- messagefoundry-0.2.15/tests/test_pooled_runner.py +199 -0
- messagefoundry-0.2.15/tests/test_postgres_store.py +1912 -0
- messagefoundry-0.2.15/tests/test_service_status.py +136 -0
- messagefoundry-0.2.15/tests/test_sqlserver_schema_init.py +189 -0
- messagefoundry-0.2.15/tests/test_sqlserver_store.py +1643 -0
- messagefoundry-0.2.15/tests/test_sqlserver_sync_handoff.py +333 -0
- messagefoundry-0.2.15/tests/test_sqlserver_sync_handoff_offline.py +398 -0
- messagefoundry-0.2.15/tests/test_stage_dispatcher.py +1435 -0
- messagefoundry-0.2.15/tests/test_store_schema_hash.py +42 -0
- messagefoundry-0.2.15/tests/test_support_bundle.py +236 -0
- messagefoundry-0.2.15/tests/test_task_resilience.py +152 -0
- messagefoundry-0.2.15/tests/test_transports.py +1002 -0
- messagefoundry-0.2.15/tests/test_webauthn.py +490 -0
- messagefoundry-0.2.15/tests/test_webauthn_store.py +84 -0
- messagefoundry-0.2.15/tests/test_webui.py +3630 -0
- messagefoundry-0.2.15/tests/test_wiring_engine.py +1312 -0
- messagefoundry-0.2.15/tests/test_xml_schema_signature.py +66 -0
- messagefoundry-0.2.15/tests/test_xml_signature_anchor.py +44 -0
- messagefoundry-0.2.15/uv.lock +1789 -0
- messagefoundry-0.2.13/.github/dependabot.yml +0 -57
- messagefoundry-0.2.13/.github/workflows/ci.yml +0 -1044
- messagefoundry-0.2.13/.github/workflows/cla.yml +0 -47
- messagefoundry-0.2.13/.github/workflows/release.yml +0 -435
- messagefoundry-0.2.13/.github/workflows/security.yml +0 -279
- messagefoundry-0.2.13/CHANGELOG.md +0 -657
- messagefoundry-0.2.13/CLAUDE.md +0 -434
- messagefoundry-0.2.13/PKG-INFO +0 -261
- messagefoundry-0.2.13/docs/BACKLOG.md +0 -3648
- messagefoundry-0.2.13/docs/CONFIGURATION.md +0 -839
- messagefoundry-0.2.13/docs/CONNECTIONS.md +0 -1284
- messagefoundry-0.2.13/docs/FEATURE-MAP.md +0 -218
- messagefoundry-0.2.13/docs/INSTALL-GUIDE.md +0 -332
- messagefoundry-0.2.13/docs/MENTAL-MODEL.md +0 -494
- messagefoundry-0.2.13/docs/PHI.md +0 -662
- messagefoundry-0.2.13/docs/SECURITY.md +0 -551
- messagefoundry-0.2.13/docs/SERVICE.md +0 -328
- messagefoundry-0.2.13/docs/SYSTEM-REQUIREMENTS.md +0 -157
- messagefoundry-0.2.13/docs/Secure_Development_Standards.md +0 -498
- messagefoundry-0.2.13/docs/USER-GUIDE.md +0 -625
- messagefoundry-0.2.13/docs/adr/0002-phase2-transport-security-and-strong-auth.md +0 -270
- messagefoundry-0.2.13/docs/adr/0032-console-desktop-launch.md +0 -347
- messagefoundry-0.2.13/docs/adr/0061-per-lane-wake-events.md +0 -106
- messagefoundry-0.2.13/docs/adr/README.md +0 -74
- messagefoundry-0.2.13/docs/security/ASVS-L2-PHASE0-CHANGES.md +0 -192
- messagefoundry-0.2.13/docs/security/ASVS-L3-ASSESSMENT.md +0 -942
- messagefoundry-0.2.13/docs/throughput-build-plan.md +0 -102
- messagefoundry-0.2.13/docs/throughput-roadmap.md +0 -361
- messagefoundry-0.2.13/harness/__main__.py +0 -387
- messagefoundry-0.2.13/harness/config/connscale/_shape.py +0 -111
- messagefoundry-0.2.13/harness/config/connscale/graph.py +0 -91
- messagefoundry-0.2.13/harness/load/connscale/probe.py +0 -113
- messagefoundry-0.2.13/harness/load/connscale/profile.py +0 -364
- messagefoundry-0.2.13/harness/load/connscale/report.py +0 -300
- messagefoundry-0.2.13/harness/load/connscale/runner.py +0 -622
- messagefoundry-0.2.13/harness/load/enginepoll.py +0 -340
- messagefoundry-0.2.13/harness/load/failover.py +0 -821
- messagefoundry-0.2.13/harness/load/report.py +0 -590
- messagefoundry-0.2.13/harness/load/runner.py +0 -179
- messagefoundry-0.2.13/ide/package.json +0 -433
- messagefoundry-0.2.13/ide/src/extension.ts +0 -248
- messagefoundry-0.2.13/ide/src/git.ts +0 -70
- messagefoundry-0.2.13/ide/src/home.ts +0 -132
- messagefoundry-0.2.13/ide/src/sourceControl.ts +0 -352
- messagefoundry-0.2.13/messagefoundry/__init__.py +0 -140
- messagefoundry-0.2.13/messagefoundry/__main__.py +0 -2209
- messagefoundry-0.2.13/messagefoundry/api/app.py +0 -2562
- messagefoundry-0.2.13/messagefoundry/api/auth_models.py +0 -230
- messagefoundry-0.2.13/messagefoundry/api/auth_routes.py +0 -777
- messagefoundry-0.2.13/messagefoundry/api/models.py +0 -624
- messagefoundry-0.2.13/messagefoundry/auth/ldap.py +0 -264
- messagefoundry-0.2.13/messagefoundry/auth/service.py +0 -1480
- messagefoundry-0.2.13/messagefoundry/auth/tokens.py +0 -26
- messagefoundry-0.2.13/messagefoundry/config/settings.py +0 -1859
- messagefoundry-0.2.13/messagefoundry/config/wiring.py +0 -3053
- messagefoundry-0.2.13/messagefoundry/console/client.py +0 -727
- messagefoundry-0.2.13/messagefoundry/console/event_log_page.py +0 -143
- messagefoundry-0.2.13/messagefoundry/console/status.py +0 -388
- messagefoundry-0.2.13/messagefoundry/parsing/_builtin_hl7.py +0 -687
- messagefoundry-0.2.13/messagefoundry/parsing/peek.py +0 -288
- messagefoundry-0.2.13/messagefoundry/parsing/xml/signature.py +0 -68
- messagefoundry-0.2.13/messagefoundry/pipeline/alert_sinks.py +0 -631
- messagefoundry-0.2.13/messagefoundry/pipeline/alerts.py +0 -189
- messagefoundry-0.2.13/messagefoundry/pipeline/engine.py +0 -1171
- messagefoundry-0.2.13/messagefoundry/pipeline/leader_tasks.py +0 -154
- messagefoundry-0.2.13/messagefoundry/pipeline/wiring_runner.py +0 -3178
- messagefoundry-0.2.13/messagefoundry/store/__init__.py +0 -48
- messagefoundry-0.2.13/messagefoundry/store/base.py +0 -1366
- messagefoundry-0.2.13/messagefoundry/store/postgres.py +0 -4503
- messagefoundry-0.2.13/messagefoundry/store/sqlserver.py +0 -4282
- messagefoundry-0.2.13/messagefoundry/store/store.py +0 -5724
- messagefoundry-0.2.13/messagefoundry/support/bundle.py +0 -232
- messagefoundry-0.2.13/messagefoundry/support/redact.py +0 -75
- messagefoundry-0.2.13/messagefoundry/transports/framing.py +0 -164
- messagefoundry-0.2.13/messagefoundry/transports/http_listener.py +0 -473
- messagefoundry-0.2.13/messagefoundry/transports/mllp.py +0 -713
- messagefoundry-0.2.13/packaging/console-installer/README.md +0 -126
- messagefoundry-0.2.13/packaging/console-installer/THIRD-PARTY-NOTICES.md +0 -102
- messagefoundry-0.2.13/packaging/console-installer/THIRD-PARTY-NOTICES.txt +0 -131
- messagefoundry-0.2.13/packaging/console-installer/console_launcher.py +0 -31
- messagefoundry-0.2.13/packaging/console-installer/licenses/GPL-3.0.txt +0 -674
- messagefoundry-0.2.13/packaging/console-installer/licenses/LGPL-3.0.txt +0 -165
- messagefoundry-0.2.13/packaging/console-installer/messagefoundry-console.iss +0 -120
- messagefoundry-0.2.13/packaging/console-installer/messagefoundry-console.spec +0 -188
- messagefoundry-0.2.13/pyproject.toml +0 -169
- messagefoundry-0.2.13/requirements.lock +0 -963
- messagefoundry-0.2.13/scripts/security/crypto_inventory_check.py +0 -188
- messagefoundry-0.2.13/scripts/worktree/session-context.ps1 +0 -49
- messagefoundry-0.2.13/tests/_failover_load_support.py +0 -126
- messagefoundry-0.2.13/tests/test_ack_sent_store.py +0 -150
- messagefoundry-0.2.13/tests/test_batch_claim_locking.py +0 -208
- messagefoundry-0.2.13/tests/test_cli.py +0 -668
- messagefoundry-0.2.13/tests/test_connscale_profile.py +0 -107
- messagefoundry-0.2.13/tests/test_connscale_report.py +0 -150
- messagefoundry-0.2.13/tests/test_connscale_smoke.py +0 -143
- messagefoundry-0.2.13/tests/test_console_status.py +0 -366
- messagefoundry-0.2.13/tests/test_console_widgets.py +0 -1030
- messagefoundry-0.2.13/tests/test_fhir_lookup.py +0 -423
- messagefoundry-0.2.13/tests/test_fifo_index_migration.py +0 -426
- messagefoundry-0.2.13/tests/test_frozen_launch_smoke.py +0 -115
- messagefoundry-0.2.13/tests/test_inbound_http_source.py +0 -424
- messagefoundry-0.2.13/tests/test_inline_fast_path.py +0 -525
- messagefoundry-0.2.13/tests/test_license_notice.py +0 -76
- messagefoundry-0.2.13/tests/test_load_config.py +0 -231
- messagefoundry-0.2.13/tests/test_load_failover_postgres.py +0 -79
- messagefoundry-0.2.13/tests/test_load_failover_sqlserver.py +0 -77
- messagefoundry-0.2.13/tests/test_load_runner.py +0 -203
- messagefoundry-0.2.13/tests/test_mllp_encoding_override.py +0 -240
- messagefoundry-0.2.13/tests/test_mllp_tls.py +0 -322
- messagefoundry-0.2.13/tests/test_per_lane_wake.py +0 -322
- messagefoundry-0.2.13/tests/test_postgres_store.py +0 -1834
- messagefoundry-0.2.13/tests/test_release_console_installer.py +0 -195
- messagefoundry-0.2.13/tests/test_sqlserver_schema_init.py +0 -140
- messagefoundry-0.2.13/tests/test_sqlserver_store.py +0 -1561
- messagefoundry-0.2.13/tests/test_support_bundle.py +0 -169
- messagefoundry-0.2.13/tests/test_task_resilience.py +0 -148
- messagefoundry-0.2.13/tests/test_transports.py +0 -975
- messagefoundry-0.2.13/tests/test_wiring_engine.py +0 -1307
- messagefoundry-0.2.13/tests/test_xml_schema_signature.py +0 -63
- messagefoundry-0.2.13/uv.lock +0 -1721
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.claude/settings.json +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.dockerignore +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.gitattributes +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/CODEOWNERS +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/SECURITY.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/workflows/benchmark.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/workflows/codeql.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/workflows/dependabot-auto-merge.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/workflows/dependabot-lock-resync.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/workflows/freethread-smoke.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/workflows/manifest-lint.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/workflows/release-sync-check.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/workflows/scorecard.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/workflows/selfhosted-win2025-sql.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/workflows/vuln-metrics.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.github/zizmor.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.gitignore +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.gitleaks.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.mefor-hooks/pre-commit +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.pre-commit-config.yaml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/.semgrep/messagefoundry.yml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/CLA.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/CODE_OF_CONDUCT.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/COMMERCIAL-LICENSE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/CONTRIBUTING.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/GOVERNANCE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/LICENSE +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/MAINTAINERS.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/NOTICE +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/README.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docker/Dockerfile +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docker/README.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docker/compose.yaml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docker/k8s/ha-postgres.yaml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docker/k8s/secret.example.yaml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docker/k8s/statefulset.yaml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docker/locks/requirements-core.lock +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docker/locks/requirements-sqlserver.lock +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docker/secrets.env.example +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docker/smoke/Dockerfile +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docker/smoke/config/IB_Test_ADT.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docker/smoke/send_adt.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/ADOPTER-CI.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/AI.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/ANTIVIRUS-FIREWALL.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/ARCHITECTURE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/BRAND.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/CI-QUALITY.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/CLOUD-DEPLOYMENT.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/CLOUD-PHI-HIPAA.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/CLUSTERING.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/CODESETS.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/CONTAINER-EXPOSURE-EVALUATION.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/CONTRIBUTOR-FIRST-ISSUES.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/CONTRIBUTOR-PROGRAM-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/COUNSEL-ENGAGEMENT-BRIEF.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/DEPLOY-SERVER-DB.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/DEPLOYMENT.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/DICOM.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/DUAL_LICENSING_PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/EARLY-ADOPTER-GUIDE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/HL7-VALIDATION.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/LOAD-TESTING.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/MessageFoundry-Mental-Model.docx +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/POSITIONING.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/REMOTE-CONSOLE-CUSTOMER-GUIDE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/REMOTE-CONSOLE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/SECURITY-REMEDIATION-LEDGER.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/SUPPORT-POLICY.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/Secure_AI_Development_Standards.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/TEE-RELAY.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/THROUGHPUT-IMPROVEMENTS.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/THROUGHPUT.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/WORKTREES.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0001-staged-pipeline-architecture.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0003-non-hl7-transports-database-rest-soap.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0004-payload-agnostic-ingress.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0005-transform-accessible-state.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0006-external-data-lookups.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0007-gui-manageable-connections-toml.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0008-cluster-observability-api.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0009-run-scoped-context-providers.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0010-handler-callable-db-lookup.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0011-timer-scheduled-source.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0012-x12-edi-codec.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0013-increment-2-reingress-design.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0013-query-response-orchestration.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0014-alerting-rules-engine.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0015-ws-soap-outbound-mtls-wssecurity.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0016-synchronous-x12-request-response.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0017-consumer-deployment-model.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0018-per-message-signatures-accepted-risk.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0019-pluggable-keyprovider-hsm-kms-vault.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0020-protocol-diagnostic-capture.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0021-inbound-ack-nak-capture-response-sent.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0022-fhir-resource-codec-rest-client.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0023-inbound-http-listener.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0024-smart-backend-services-token-provider.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0025-dicom-codec-store-connectors.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0026-off-box-egress-update-check.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0027-per-connection-retention.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0028-base64-binary-carriage-codec.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0029-email-smtp-destination.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0030-anonymization-test-harness-tee.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0031-startup-connection-fault-isolation.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0033-gui-manageable-code-sets.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0034-static-analysis-triage-policy-accepted-risk-register.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0035-ide-extension-workspace-trust-and-scope.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0036-windows-config-source-trust.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0037-multi-process-sharding-l3.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0038-internal-pass-through-connector.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0039-database-tier-sharding-l5.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0040-free-threaded-engine-support.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0041-load-path-attestation-and-change-attribution.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0042-embedded-document-pruning.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0043-fhir-read-lookup.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0044-operator-alert-state.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0045-custom-rbac-roles.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0046-message-content-search.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0047-cloud-kubernetes-ha-deployment-packaging.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0048-third-tier-disaster-recovery-standby.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0049-turnkey-dr-backup-restore-verify.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0050-single-project-root-config-anchoring.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0051-corepoint-throughput-parity-strategy.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0052-enterprise-scale-target.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0053-free-threaded-multicore-engine.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0054-low-allocation-builtins-hl7-parser.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0055-group-commit-durable-write.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0056-engine-managed-vip-failover.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0057-inline-step-a-fast-path.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0058-batch-claim-fifo-prefix.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0059-seq-only-fifo-ordering.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0060-rename-based-fifo-index-migration.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0062-default-store-pool-size.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/0063-no-split-store-unified-store-for-sharding.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/adr/TEMPLATE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/architecture-components.png +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/architecture-components.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/architecture-config-graph.png +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/architecture-config-graph.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/architecture-diagram.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/architecture-message-flow.png +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/architecture-message-flow.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/architecture-topology.png +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/architecture-topology.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/benchmarks/TUNING-BASELINE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/benchmarks/results/2026-06-16-ci-linux/environment.txt +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/benchmarks/results/2026-06-16-ci-linux/failover-postgres.json +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/benchmarks/results/2026-06-16-ci-linux/failover-sqlserver.json +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/benchmarks/results/2026-06-16-ci-linux/reference-postgres.json +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/benchmarks/results/2026-06-16-ci-linux/reference-sqlite.json +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/benchmarks/results/2026-06-16-ci-linux/reference-sqlserver.json +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/benchmarks/step-b-write-amplification.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/design/dbshard.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/design/freethread-spike.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/design/freethread.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/design/multiproc.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/hl7-message-ordering-reference.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/message-ordering-design.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/ASVS-OPTION-A-MULTISESSION-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/ASVS-PARTIALS-SWEEP-MULTISESSION-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/DOGFOOD-BACKLOG-MULTISESSION-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/MULTISESSION-PLAN-3.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/MULTISESSION-PLAN-4.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/MULTISESSION-PLAN-5.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/MULTISESSION-PLAN-6.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/MULTISESSION-PLAN-v0.2.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/MULTISESSION-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/PLAN-3-LANE-HANDOFFS.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/V0.2-LANE-HANDOFFS.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/v0.1-EXECUTION-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/v0.1-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/releases/v0.1.0-PRETAG-CHECKLIST.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/research/cloud-deployment-research-2026-06.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/research/config-ux-review.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/research/non-hl7-transform-components.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/reviews/DEPENDENCY-INFOSEC-POSTURE-2026-06-23.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/reviews/FULL-REVIEW-2026-06-10.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/ADVISORY-PROCESS.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/ASVS-FAILS-REMEDIATION-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/ASVS-L2-REMEDIATION-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/ASVS-L3-REMEDIATION-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/ASVS-L3-STATUS.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/BEYOND-ASVS-L3-ONEPAGE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/BEYOND-ASVS-L3-REMEDIATION-PLAN-ONEPAGE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/BEYOND-ASVS-L3-REMEDIATION-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/BEYOND-ASVS-L3.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/DEP-CVE-RUNBOOK.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/DEPENDENCY-METRICS.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/MEFOR-Code-Review-Checklist.xlsx +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/PHASE-8C-RBAC.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/PUBLISHING.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/RCA-TEMPLATE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/RELEASE-GATE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/REMEDIATION-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/REVIEW-2026-06-07.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/SDS-CONFORMANCE-REVIEW-2026-06-12.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/SDS-REMEDIATION-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/SECURITY-POSTURE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/SOUP-DEPENDENCY-HANDLING.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/SOUP-REVIEW-2026-06-18.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/SOUP-REVIEW-PROCEDURE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/security/THREAT-MODEL.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/testing/VERIFY.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/testing/WIN2025-ACCEPTANCE.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/testing/WIN2025-TEST-MATRIX.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/docs/testing/WIN2025-TEST-PLAN.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/environments/dev.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/environments/prod.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/README.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/acceptance/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/acceptance/__main__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/acceptance/matrix.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/acceptance/probes.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/acceptance/report.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/acceptance/runner.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/compose.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/config/connscale/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/config/connscale/gen_toml.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/config/coverage.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/config/load/_shape.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/config/load/graph.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/config/passthrough/graph.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/config/store_once/graph.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/file_panel.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/file_transport.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/connscale/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/connscale/driver.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/corpus.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/correlator.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/failover_track.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/governor.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/ids.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/metrics.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profile.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/README.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/adt-fanout-stress.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/closed-loop.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/connscale-smoke.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/connscale.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/failover.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/fanout-baseline.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/malformed-load.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/reference.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/smoke-sqlserver.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/smoke.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/soak.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/spike-burst.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/sustained-overload.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/profiles/writeamp.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/sender.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/load/sink.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/mllp.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/monitor.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/receive.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/reconcile/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/reconcile/__main__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/reconcile/capture.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/reconcile/compare.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/reconcile/normalize.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/reconcile/report.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/scenarios.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/send.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/harness/window.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/.gitignore +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/.vscodeignore +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/README.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/esbuild.js +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/media/hl7schema.json +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/media/icon-amber.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/media/icon.png +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/media/icon.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/package-lock.json +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/snippets/messagefoundry.code-snippets +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/aiPolicy.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/alertEditor.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/auth.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/chat.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/cli.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/codeSetEditor.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/codesetsTree.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/completion.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/connectionEditor.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/editorToolbar.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/engineClient.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/engineTarget.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/generate.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/graphTree.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/insertElement.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/newRoute.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/promote.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/promoteTarget.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/test/runTest.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/test/suite/ai-policy.test.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/test/suite/chat.test.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/test/suite/editor-toolbar.test.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/test/suite/engine-target.test.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/test/suite/extension.test.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/test/suite/index.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/test/suite/insert-element.test.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/test/suite/promote-target.test.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/test/suite/pythonpath.test.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/test/suite/settings-scope.test.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/testBench.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/src/validate.ts +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/tsconfig.json +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/ide/tsconfig.test.json +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/mefor.code-workspace +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/adr_analyze.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/anon/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/anon/_pools.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/anon/hl7.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/anon/keying.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/anon/leak.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/anon/rules.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/anon/surrogates.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/api/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/api/approvals.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/api/field_authz.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/api/metrics.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/api/security.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/api/tls.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/auth/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/auth/data/common_passwords.NOTICE +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/auth/data/common_passwords.txt +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/auth/identity.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/auth/notifications.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/auth/passwords.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/auth/permissions.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/auth/policy.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/auth/ratelimit.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/auth/totp.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/checks.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/active_environment.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/ai_policy.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/alerts_edit.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/anchor.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/code_sets.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/codeset_edit.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/connections_edit.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/connections_file.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/db_lookup.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/environments.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/fhir_lookup.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/fingerprint.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/ingest_time.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/models.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/reference.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/response.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/run_context.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/state.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/config/tls_policy.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/__main__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/_async.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/alerts_page.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/change_password.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/connections.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/dead_letters_page.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/delegates.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/icons/alerts.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/icons/connections.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/icons/dead-letters.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/icons/engine-status.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/icons/log-search.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/icons/logo-lockup.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/icons/users.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/login.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/mfa.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/reauth.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/resources/README.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/resources/app.ico +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/resources/app.svg +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/search.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/service_control.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/sessions.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/shards.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/shell.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/theme.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/users_page.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/console/widgets.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/README.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/_core.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/_hl7data.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/adt.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/all_types.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/bar.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/dft.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/documents.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/mdm.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/mfn.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/oml.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/orl.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/orm.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/oru.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/ras.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/rde.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/siu.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/generators/vxu.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/hl7schema.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/integrity.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/last_resort.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/logging_setup.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/_backend.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/binary.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/consistency.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/dicom/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/dicom/_deps.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/dicom/_util.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/dicom/dataset.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/dicom/errors.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/dicom/hl7_map.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/dicom/peek.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/fhir/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/fhir/_deps.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/fhir/errors.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/fhir/peek.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/fhir/resource.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/groups.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/message.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/split.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/summary.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/tree.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/validate.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/x12/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/x12/_deps.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/x12/delimiters.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/x12/errors.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/x12/interchange.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/x12/message.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/x12/peek.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/x12/validate.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/xml/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/xml/_deps.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/xml/errors.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/xml/harden.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/xml/message.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/parsing/xml/schema.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/cert_expiry.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/cluster.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/cluster_sqlserver.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/config_convergence.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/connscale_shim.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/dr.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/dr_backup.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/dryrun.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/reference_sync.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/retention.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/security_notify.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/sharding.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/state_convergence.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/supervisor.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/pipeline/update_check.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/py.typed +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/redaction.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/scaffold.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/secrets_dpapi.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/store/audit_tee.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/store/backup_codec.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/store/content_search.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/store/crypto.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/store/document_strip.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/store/keyprovider.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/store/pool_metrics.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/support/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/timezone.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/base.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/database.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/dicom.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/dicomweb.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/email.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/fhir.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/file.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/loopback.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/passthrough.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/remotefile.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/rest.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/signing.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/smart.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/soap.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/tcp.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/timer.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/transports/x12.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/verify/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/verify/checks.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/verify/model.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/verify/report.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/verify/runner.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/messagefoundry/verify/smoke.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/packaging/messagefoundry-harness/README.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/packaging/messagefoundry-harness/pyproject.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/config/IB_ACME_ADT.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/config/IB_FHIR_INTAKE.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/config/IB_IMMUNIZATION_VXU.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/config/IB_PARTNER_X12.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/config/IB_RADIOLOGY_SR.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/config/IB_RTE_ELIGIBILITY.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/config/adt.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/config/codesets/event_labels.csv +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/config/codesets/facility_mnemonics.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/config/connections.toml +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/consistency/validated_adt.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/dicom/generate_sr_sample.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/messages/adt_a01.hl7 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/messages/adt_batch.hl7 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/messages/hapi-hl7v2/.gitattributes +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/messages/hapi-hl7v2/README.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/messages/hapi-hl7v2/adt_a01.txt +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/messages/hapi-hl7v2/adt_a03.txt +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/messages/hapi-hl7v2/batch_18_messages.txt +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/messages/hapi-hl7v2/erp_z99_v231.hl7 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/messages/hapi-hl7v2/omd_o03.txt +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/messages/hapi-hl7v2/omd_o03_rep.txt +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/messages/hapi-hl7v2/oml_o21.hl7 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/messages/x12_270_eligibility.edi +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/results_relay/README.md +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/results_relay/codesets/test_codes.csv +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/results_relay/messages/oru_all_cancelled.hl7 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/results_relay/messages/oru_results.hl7 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/results_relay/results_relay.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/samples/send_mllp.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/console/install-console-shortcut.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/console/pack_ico.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/console/uninstall-console-shortcut.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/dev/postgres.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/dev/sqlserver-docker.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/dev/sqlserver.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/hooks/block-blanket-git-stage.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/publish/check_release_sync.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/publish/publish-denylist.txt +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/publish/publish.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/publish/scan_forbidden.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/security/vuln_metrics.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/service/import-db-ca.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/service/install-service.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/service/uninstall-service.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/trace_icon.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/worktree/new.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/worktree/remove.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/scripts/worktree/spawn.ps1 +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/__main__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/anon/__init__.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/anon/_hl7data.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/anon/_pools.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/anon/hl7.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/anon/keying.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/anon/leak.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/anon/rules.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/anon/surrogates.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/compare.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/correlate.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/hl7_fields.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/mefor_api.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/mllp.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/relay.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/report.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tee/store.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/_dicom_sample.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/_fhir_fixtures.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/conftest.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_acceptance_framework.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_ack_capture_runner.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_active_environment.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_ad_group_scope.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_admin_new_ip.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_adr_analyze.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_ai_policy.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_alert_rules.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_alert_sinks.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_alert_state.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_alerts_edit.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_alerts_rules_api.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_anon_core.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_anon_integration.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_anon_parity.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_api.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_api_alerts.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_api_auth.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_api_reload.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_api_tls.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_approvals.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_asvs_phase0.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_audit_integrity.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_audit_offbox_tee.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_auth_core.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_auth_entry_hardening.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_auth_hardening.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_auth_service.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_auth_session_lifecycle.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_auth_store.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_backup_crypto.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_backup_restore_atleastonce.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_backup_runner.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_batch_claim_fifo.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_batch_claim_worker.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_binary_carriage.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_bootstrap_admin_perms.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_builtin_hl7_parity.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_cert_expiry.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_channel_rbac.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_checks.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_checks_lint.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_cli_offline_resolution.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_cluster.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_cluster_failover_postgres.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_cluster_failover_sqlserver.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_cluster_graph_gating.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_cluster_lease.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_code_sets.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_codeset_edit.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_config_anchoring.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_config_fingerprint.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_config_source_trust.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_connection_api.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_connection_event_api.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_connection_event_emit.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_connection_event_outbound.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_connection_event_scope.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_connection_event_store.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_connection_resilience.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_connections_cli.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_connections_file.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_connscale_config.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_connscale_driver.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_connscale_postgres.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_consistency.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_alerts.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_auth.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_client.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_dead_letters.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_event_log.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_hardening.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_icon.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_password.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_sessions.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_shards.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_step_up.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_theme.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_console_users.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_content_search.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_custom_roles.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_database_connector_integration.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_database_transport.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_db_lookup.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_db_lookup_live_runner.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_delivery_settings.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dependabot_automerge_guardrails.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dependency_boundaries.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dicom_codec.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dicom_scp.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dicom_scp_security.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dicom_scu.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dicom_wiring.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dicomweb.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_docs_runbooks.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dr_activation.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dr_api_status.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dr_failback.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dr_rbac.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dr_run_profile.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dr_seeding.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dryrun.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_dual_control_reload.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_ed_documents.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_ed_documents_e2e.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_egress_allowlist.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_email_destination.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_embedded_document_pruning.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_enginepoll_aggregate.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_environments.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_fhir_parsing.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_fhir_resource.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_fhir_transport.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_field_authz.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_field_authz_metadata.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_fifo_ordering.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_generate_cli.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_generated_adt.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_generators_core.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_generators_types.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_group_commit.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_groups.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_harness.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_harness_compose.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_harness_config.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_harness_faults.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_harness_file.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_harness_monitor.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_harness_scenarios.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_hl7_core_features.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_hl7schema.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_inbound_bind.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_ingest_time.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_keyprovider.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_last_admin_guard.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_last_resort.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_leader_tasks.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_listener_tls_exposure.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_load_corpus.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_load_failover_unit.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_load_metrics.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_load_profile.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_load_report.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_load_sender.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_load_sink.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_logging.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_message.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_message_split.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_message_timestamps.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_metrics_exporter.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_mfa.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_nonhl7_ingress_size_cap.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_operability_config.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_outbound_signing.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_outbound_simulate.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_packaging.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_parse_tree.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_parsing.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_passthrough.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_passthrough_graph.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_payload_agnostic_ingress.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_per_connection_retention.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_pool_warm.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_priority_resolution.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_reconcile_capture.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_reconcile_compare.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_reconcile_harness.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_redaction.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_reference_sets.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_reingress.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_remotefile_transport.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_response_capture.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_rest_transport.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_restore_verify.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_retention.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_run_context.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_scaffold.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_scaffold_requirements.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_scan_forbidden.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_secrets_dpapi.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_security_notify.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_security_static.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_seq_only_fifo.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_service_control.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_settings.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_sharding.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_sibling_helper_finder.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_smart_backend.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_soap_transport.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_soap_wssecurity.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_sqlserver_coordinator.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_sqlserver_cursor_close.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_staged_pipeline.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_startup_attestation.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_startup_fault_isolation.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_stats_reset.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_step_up.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_store.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_store_backend.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_store_encryption.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_store_file_hardening.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_store_once_deliver_many.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_store_once_graph.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_store_read_pool.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_store_ssl.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_summary.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_supervisor.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_synchronous_baseline.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_tcp_transport.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_tee_cli.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_tee_compare.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_tee_correlate.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_tee_hl7_fields.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_tee_mefor_api.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_tee_mllp.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_tee_relay.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_tee_report.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_tee_store.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_timer_source.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_timezone.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_tls_policy.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_totp.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_totp_window.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_transform_offloop.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_transform_state.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_update_check.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_verify.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_version.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_win2025_acceptance.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_wiring.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_wiring_reload.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_wiring_serve.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_ws_stats_revalidation.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_x12_parsing.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_x12_rte.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_x12_source_ip_allowlist.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_x12_transport.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_x12_validate.py +0 -0
- {messagefoundry-0.2.13 → messagefoundry-0.2.15}/tests/test_xml_message.py +0 -0
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# Dependabot: surface vulnerable / outdated dependencies and CI actions as PRs (CI-1 / DEP-1).
|
|
2
|
+
# Until a committed lockfile lands, this is the primary signal for a known-CVE dependency.
|
|
3
|
+
version: 2
|
|
4
|
+
updates:
|
|
5
|
+
# Python deps via the native "uv" ecosystem (was "pip"). The uv ecosystem resolves against
|
|
6
|
+
# pyproject.toml + uv.lock and REGENERATES uv.lock IN its PRs (version updates GA 2025-03,
|
|
7
|
+
# security updates GA 2025-12) — the old "pip" ecosystem updated requirements/pyproject but NOT
|
|
8
|
+
# uv.lock. It still does not re-derive the EXPORTED locks (requirements.lock + docker/locks/*),
|
|
9
|
+
# which the DEP-1 gate in security.yml byte-diffs; .github/workflows/dependabot-lock-resync.yml
|
|
10
|
+
# re-exports those on the Dependabot branch so the gate stays green.
|
|
11
|
+
- package-ecosystem: "uv"
|
|
12
|
+
directory: "/"
|
|
13
|
+
schedule:
|
|
14
|
+
interval: "weekly"
|
|
15
|
+
open-pull-requests-limit: 10
|
|
16
|
+
# Supply-chain cooldown: age a fresh release before opening a ROUTINE update PR, to dodge a
|
|
17
|
+
# package compromised shortly after publish. Security updates ignore cooldown (Dependabot
|
|
18
|
+
# behavior), so a real advisory fix still arrives immediately. Pairs with the auto-merge
|
|
19
|
+
# workflow: routine patches auto-merge AFTER aging; security patches auto-merge now.
|
|
20
|
+
cooldown:
|
|
21
|
+
# ~5-day aging window (DEPENDENCY-POSTURE-REVIEW.md) lengthens the malicious-fresh-publish
|
|
22
|
+
# dodge on the routine VERSION track; the SECURITY track still bypasses cooldown (Dependabot
|
|
23
|
+
# design), now backstopped by the published-GHSA gate in dependabot-auto-merge.yml (SEC-007 #2).
|
|
24
|
+
default-days: 5
|
|
25
|
+
semver-major-days: 7
|
|
26
|
+
groups:
|
|
27
|
+
# Version-update grouping (applies-to defaults to version-updates).
|
|
28
|
+
python-deps:
|
|
29
|
+
patterns: ["*"]
|
|
30
|
+
# Security-update grouping: collapse multiple vulnerable-dep fixes into ONE PR so a single
|
|
31
|
+
# review/merge clears them — faster remediation when several CVEs land together.
|
|
32
|
+
python-security:
|
|
33
|
+
applies-to: security-updates
|
|
34
|
+
patterns: ["*"]
|
|
35
|
+
|
|
36
|
+
- package-ecosystem: "github-actions"
|
|
37
|
+
directory: "/"
|
|
38
|
+
schedule:
|
|
39
|
+
interval: "weekly"
|
|
40
|
+
groups:
|
|
41
|
+
# One weekly PR for all action bumps instead of one PR per action (CI cost: every extra PR
|
|
42
|
+
# buys a full required-check pass + a push-to-main run when it auto-merges). Mirrors the
|
|
43
|
+
# python-deps/ide-deps grouping above. A patch batched with a major rides the same PR —
|
|
44
|
+
# latency-only, auto-merge still gates on the full CI pass. Security updates keep their own
|
|
45
|
+
# group so an advisory fix is never held behind a routine batch.
|
|
46
|
+
actions-deps:
|
|
47
|
+
patterns: ["*"]
|
|
48
|
+
actions-security:
|
|
49
|
+
applies-to: security-updates
|
|
50
|
+
patterns: ["*"]
|
|
51
|
+
|
|
52
|
+
# The VS Code extension's npm tree (build-time toolchain — the shipped artifact is the esbuild
|
|
53
|
+
# bundle). Surfaces a vulnerable/outdated npm dep as a PR, the same DEP-1 surveillance the uv
|
|
54
|
+
# ecosystem gets; the blocking npm-audit job in security.yml is the fail-closed companion.
|
|
55
|
+
- package-ecosystem: "npm"
|
|
56
|
+
directory: "/ide"
|
|
57
|
+
schedule:
|
|
58
|
+
interval: "weekly"
|
|
59
|
+
open-pull-requests-limit: 10
|
|
60
|
+
cooldown:
|
|
61
|
+
default-days: 3
|
|
62
|
+
semver-major-days: 7
|
|
63
|
+
groups:
|
|
64
|
+
ide-deps:
|
|
65
|
+
patterns: ["*"]
|
|
66
|
+
ide-security:
|
|
67
|
+
applies-to: security-updates
|
|
68
|
+
patterns: ["*"]
|