ref #5: [feat] add docker impl

This commit is contained in:
Azamat 2026-04-02 12:55:38 +03:00
parent 3448266c1d
commit 87c789b7fe
6 changed files with 316 additions and 1 deletions

View file

@ -83,3 +83,6 @@
- Prefer explicit wiring over magic
- Do not expand scope without user approval
- Do not `from __future__ import annotations`
- Do not `from importlib import import_module`
- Do not `importlib`
- Do not `cast`