provide-foundation
2025-09-23
Add state management, resilience patterns, and test mode subsystems
21 files · 2,078+ · 194-
State management framework
5 files changed
__init__.pyState package initializationbase.pyBase state managementconfig.pyState configurationlogger_manager.pyLogger state managementtransitions.pyState transitions
- Built state management framework with base states, configuration, and transition logic
instantiate
architectural
1 file
__init__.py
Resilience and test mode
5 files changed
circuit.pyCircuit breaker patterndecorators.pyResilience decorators__init__.pyTest mode packageinternal.pyInternal test mode stateorchestration.pyTest mode orchestration
- Enhanced resilience with circuit breaker refinements and added test mode orchestration
decouple
behavioral
1 file
circuit.py
Tests
2 files changed
test_state_management.pyState management teststest_logger_context_binding.pyLogger context binding tests