feat(tools): pywebview bootstrap + python bridge API
Single window (900x720, dark background) loading web/index.html with a Python bridge exposing list_existing_commands, list_exes, list_sound_names, preview_sound, slugify, validate_draft, save_command, plus llm_suggest hook for M3. Sound preview spawned on a daemon thread so the GUI does not block.
This commit is contained in:
parent
80d9eedead
commit
9814181d1a
2 changed files with 148 additions and 0 deletions
4
tools/command_builder/__main__.py
Normal file
4
tools/command_builder/__main__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from tools.command_builder.app import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue