summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-05-28v0.1.1-1: initial AUR submission (hardening + first AUR release)jetomev
First AUR release of alacrittyForge. v0.1.1 closes 6 findings (A1-A6) from a systematic audit borrowing the grubForge hardening playbook — pending edits survive screen switches, unified status-line + toast feedback (StatusMixin), help modal toggles instead of stacking, screen bindings fire on entry without a panel click, ConfirmDialog accepts Esc/Enter. PKGBUILD check() runs a headless mount smoke under Textual's run_test harness, with PYTHONDONTWRITEBYTECODE=1 + defensive __pycache__ cleanup in package() to keep .pyc files out of the install set. Deps: python, python-textual, python-rich, python-tomli-w. Co-developed by Javier (jetomev) and Claude (Anthropic).