aman/tests
Thales Maciel 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
..
test_aiprocess.py Harden runtime diagnostics for milestone 3 2026-03-12 17:41:23 -03:00
test_alignment_edits.py Add benchmark-driven model promotion workflow and pipeline stages 2026-02-28 15:12:33 -03:00
test_aman_benchmarks.py Split aman.py into focused CLI and runtime modules 2026-03-14 14:54:57 -03:00
test_aman_cli.py Split aman.py into focused CLI and runtime modules 2026-03-14 14:54:57 -03:00
test_aman_entrypoint.py Split aman.py into focused CLI and runtime modules 2026-03-14 14:54:57 -03:00
test_aman_maint.py Split aman.py into focused CLI and runtime modules 2026-03-14 14:54:57 -03:00
test_aman_run.py Split aman.py into focused CLI and runtime modules 2026-03-14 14:54:57 -03:00
test_aman_runtime.py Split aman.py into focused CLI and runtime modules 2026-03-14 14:54:57 -03:00
test_asr_whisper.py Add benchmark-driven model promotion workflow and pipeline stages 2026-02-28 15:12:33 -03:00
test_config.py Add benchmark-driven model promotion workflow and pipeline stages 2026-02-28 15:12:33 -03:00
test_config_ui.py Prepare the 1.0.0 GA release surface 2026-03-12 19:36:52 -03:00
test_desktop_x11.py Fix X11 key injection modifier release handling 2026-02-27 15:22:54 -03:00
test_diagnostics.py Harden runtime diagnostics for milestone 3 2026-03-12 17:41:23 -03:00
test_fact_guard.py Add benchmark-driven model promotion workflow and pipeline stages 2026-02-28 15:12:33 -03:00
test_model_eval.py Add benchmark-driven model promotion workflow and pipeline stages 2026-02-28 15:12:33 -03:00
test_pipeline_engine.py Add benchmark-driven model promotion workflow and pipeline stages 2026-02-28 15:12:33 -03:00
test_portable_bundle.py Decouple non-UI CLI startup from config_ui 2026-03-14 13:38:15 -03:00
test_recorder.py Add hardening regressions and update operational docs 2026-02-26 16:40:45 -03:00
test_release_prep.py Prepare the 1.0.0 GA release surface 2026-03-12 19:36:52 -03:00
test_vocabulary.py Remove legacy compatibility paths 2026-02-26 13:30:01 -03:00