provide-foundation
2025-09-24
Generate SVG diagrams, restructure state internals, and add process runner
44 files · 9,683+ · 2,449-
Architecture diagrams
3 files changed
provide-foundation.svgProject architecture SVG diagramsrc.svgSource tree SVG diagramprovide.svgProvide package SVG diagram
- Generated SVG architecture diagrams visualizing the project structure
specify
behavioral
1 file
provide-foundation.svg
State management internals restructure
3 files changed
__init__.pyPrivate internal state packagelogger_manager.pyMoved logger manager to internaltransitions.pyMoved transitions to internal
Process and error modules
5 files changed
__init__.pyProcess package initializationasync_runner.pyAsync process runnerrunner.pySynchronous process runnerruntime.pyRuntime error typesprocess.pyProcess error types
- Added async and sync process runners with dedicated error types
decouple
behavioral
1 file
async_runner.py