CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
benchmarks/benchmark_local_sources.py
benchmarks/benchmark_snapshot.py
docs/alphora-integration.pt-BR.md
docs/architecture.md
docs/implementation-4-5-6.pt-BR.md
docs/implementation-7-8-9.pt-BR.md
docs/integration-readiness.md
docs/migration-0.3.md
docs/migration-0.4.md
docs/migration-0.5.md
docs/migration-0.6.md
docs/public-api.md
examples/capacity_circuit_publisher.py
examples/generic_example.py
examples/identity_refresh_observability.py
examples/session_batch_derived.py
scripts/check_public_api.py
scripts/check_release_contract.py
scripts/check_test_count.py
scripts/check_version_consistency.py
scripts/public_api.txt
scripts/verify_distribution.py
src/coalestra/__init__.py
src/coalestra/py.typed
src/coalestra/sync.py
src/coalestra.egg-info/PKG-INFO
src/coalestra.egg-info/SOURCES.txt
src/coalestra.egg-info/dependency_links.txt
src/coalestra.egg-info/requires.txt
src/coalestra.egg-info/top_level.txt
src/coalestra/adapters/__init__.py
src/coalestra/adapters/batch_source.py
src/coalestra/adapters/callable_source.py
src/coalestra/adapters/derived_source.py
src/coalestra/cache/__init__.py
src/coalestra/cache/memory.py
src/coalestra/cache/publisher.py
src/coalestra/concurrency/__init__.py
src/coalestra/concurrency/capacity.py
src/coalestra/concurrency/dispatch.py
src/coalestra/core/__init__.py
src/coalestra/core/acceptance.py
src/coalestra/core/authority.py
src/coalestra/core/capabilities.py
src/coalestra/core/clock.py
src/coalestra/core/consistency.py
src/coalestra/core/deadline.py
src/coalestra/core/diagnostic_schema.py
src/coalestra/core/diagnostics.py
src/coalestra/core/errors.py
src/coalestra/core/health.py
src/coalestra/core/isolation.py
src/coalestra/core/keys.py
src/coalestra/core/models.py
src/coalestra/core/protocols.py
src/coalestra/core/quality.py
src/coalestra/core/request.py
src/coalestra/core/source_timeout.py
src/coalestra/observability/__init__.py
src/coalestra/observability/buffered.py
src/coalestra/observability/events.py
src/coalestra/observability/labels.py
src/coalestra/observability/metrics.py
src/coalestra/orchestration/__init__.py
src/coalestra/orchestration/builder.py
src/coalestra/orchestration/cache_access.py
src/coalestra/orchestration/lifecycle.py
src/coalestra/orchestration/policy.py
src/coalestra/orchestration/refresh.py
src/coalestra/orchestration/runtime.py
src/coalestra/orchestration/session.py
src/coalestra/orchestration/singleflight.py
src/coalestra/orchestration/source_calls.py
src/coalestra/orchestration/source_catalog.py
src/coalestra/orchestration/source_executor.py
src/coalestra/resilience/__init__.py
src/coalestra/resilience/circuit_breaker.py
src/coalestra/resilience/policy.py
src/coalestra/resilience/retry.py
tests/test_batch_source.py
tests/test_buffered_observability.py
tests/test_builder.py
tests/test_builder_components.py
tests/test_builder_health_serialization.py
tests/test_builder_observability_buffering.py
tests/test_cache.py
tests/test_cache_copy_offload.py
tests/test_cache_dispatch_bounding.py
tests/test_cache_lock_scope.py
tests/test_callable_source.py
tests/test_capabilities.py
tests/test_circuit_breaker.py
tests/test_circuit_scopes.py
tests/test_concurrency.py
tests/test_deadline.py
tests/test_derived_source.py
tests/test_diagnostics.py
tests/test_dispatch_bounding.py
tests/test_error_diagnostics.py
tests/test_global_capacity.py
tests/test_integration.py
tests/test_matrix.py
tests/test_metric_cardinality.py
tests/test_models.py
tests/test_non_finite_timestamps.py
tests/test_operational_health.py
tests/test_payload_copy_boundaries.py
tests/test_payload_copy_deadline.py
tests/test_payload_copy_health.py
tests/test_payload_copy_shutdown.py
tests/test_payload_isolation.py
tests/test_policy.py
tests/test_publisher.py
tests/test_refresh.py
tests/test_release_concurrency.py
tests/test_resource_keys.py
tests/test_session.py
tests/test_singleflight.py
tests/test_snapshot_acceptance.py
tests/test_snapshot_consistency.py
tests/test_source_authority.py
tests/test_source_timeout_guarantees.py
tests/test_sync.py
tests/test_sync_submissions.py
tests/test_timeout_boundaries.py
tests/test_v060_integration_contract.py