undef-engine
2026-01-06
Provide foundation module and Cloudflare adapter reorganization
92 files · 6,165+ · 2,655-
Provide foundation module
5 files changed
__init__.pyCreated provide package__init__.pyCreated foundation module with shared infrastructuremetrics.pyAdded instrumentation utilitiesresilience.pyAdded circuit breaker and retry patternstransport.pyAdded network transport utilities
- Created src/provide/ package with foundation module for shared infrastructure patterns
instantiate
architectural
2 files
__init__.py__init__.py
- Added metrics, resilience (circuit breaker/retry), and transport utilities
instantiate
internal
3 files
metrics.pyresilience.pytransport.py
Cloudflare adapter reorganization
5 files changed
__init__.pyCreated adapters directoryrate_limiter.pyMoved rate limiter to adapterssession.pyMoved session adaptertask_queue.pyMoved task queue adaptertimer_service.pyMoved timer service adapter
Bugfixes and enhancements
6 files changed
durable_objects.pyFixed user store permissionsclient.pyUpdated AI client with extensionsconfig.pyAdded auth configuration modulehandler.pyUpdated engine handlerfactory.pyUpdated content factoryservice.pyUpdated content service
- Fixed DurableObjectUserStore permissions for proper access control
remediate
behavioral
1 file
durable_objects.py
- Updated AI client, auth configuration, engine handler, and content factory
decouple
internal
3 files
client.pyconfig.pyhandler.py