Add cli/ package with shared debug context

This commit is contained in:
Viktor Barzin 2026-02-22 15:11:58 +00:00
parent 9f38b1ea9c
commit df0fa41586
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 90 additions and 0 deletions

1
cli/__init__.py Normal file
View file

@ -0,0 +1 @@
"""Debug CLI package — mirrors web UI interactions for debugging."""