Commit graph

15 commits

Author SHA1 Message Date
4d0081d1d0 Split aman.py into focused CLI and runtime modules
Break the old god module into flat siblings for CLI parsing, run lifecycle, daemon state, shared processing helpers, benchmark tooling, and maintainer-only model sync so changes stop sharing one giant import graph.

Keep aman as a thin shim over aman_cli, move sync-default-model behind the hidden aman-maint entrypoint plus Make wrappers, and update packaging metadata plus maintainer docs to reflect the new surface.

Retarget the tests to the new seams with dedicated runtime, run, benchmark, maintainer, and entrypoint suites, and verify with python3 -m unittest discover -s tests -p "test_*.py", python3 -m py_compile src/*.py tests/*.py, PYTHONPATH=src python3 -m aman --help, PYTHONPATH=src python3 -m aman version, and PYTHONPATH=src python3 -m aman_maint --help.
2026-03-14 14:54:57 -03:00
721248ca26
Decouple non-UI CLI startup from config_ui
Stop aman.py from importing the GTK settings module at module load so version, init, bench, diagnostics, and top-level help can start without pulling in the UI stack.\n\nPromote PyGObject and python-xlib into main project dependencies, switch the documented source install surface to plain uv/pip commands, and teach the portable, deb, and Arch packaging flows to install filtered runtime requirements before the Aman wheel so they still rely on distro-provided GTK/X11 packages.\n\nAdd regression coverage for importing aman with config_ui blocked and for the portable bundle's new requirements payload, then rerun the focused CLI/diagnostics/portable tests plus py_compile.
2026-03-14 13:38:15 -03:00
09090102a2 Rename project from lel to aman 2026-02-25 11:11:10 -03:00
f9224621fa
Add Esc cancel support 2026-02-24 14:23:03 -03:00
b3be444625
Refine config and runtime flow 2026-02-24 14:15:17 -03:00
fb1d0c07f9
Add desktop adapters and extras 2026-02-24 12:59:19 -03:00
a83a843e1a
Use in-process Llama cleanup 2026-02-24 12:46:11 -03:00
2ec14f35f2
Align log formatting 2026-02-24 12:00:33 -03:00
4e8edc3e40
Inline STT and tray 2026-02-24 11:27:22 -03:00
8c68719041
Clean up config and STT naming 2026-02-24 11:15:48 -03:00
b74aaaa1c4
Normalize transcription naming 2026-02-24 11:04:02 -03:00
f826617ed4
Remove settings window 2026-02-24 10:55:46 -03:00
b6c0fc0793
Switch to sounddevice recording 2026-02-24 10:25:21 -03:00
d81f3dbffe Migrate to Python daemon 2026-02-07 15:12:17 -03:00
a7f50fed75 Add X11 daemon with tray status 2026-02-06 11:36:45 -03:00