3299e273d9
feat(steam-backlog-enforcer): use leisure + DLC HLTB estimates
2026-03-29 20:13:58 +02:00
de4134fcf4
fix: resolve all pre-commit hook failures after file splits
...
- Remove all # type: ignore and # noqa comments (banned by no-noqa hook)
- Add mypy --disable-error-code flags to pre-commit config for error
codes previously suppressed by inline comments
- Fix broken imports after ruff auto-removed re-exports:
steam_backlog_enforcer, stockfish_analysis, word_frequency, lichess_bot
- Re-add re-exports with __all__ in translator.py, screen_lock.py
- Split _process_epc_fc.py (524 lines) into _process_epc_fc.py + _process_fc.py
- Fix test failures: keyboard_coop, stockfish_analysis, tag_divider
- Add per-file-ignores for PLC0415 (deferred imports) in 7 files
- Mark shebang scripts as executable
- Add __init__.py for generate_images and repo_explorer packages
- Fix codespell, eslint, ruff-format, prettier issues
- Update copilot-instructions.md with --no-verify ban
2026-03-18 22:20:05 +01:00
6e3040ed84
fix(steam_backlog_enforcer): reload state in enforce loop, use steam:// protocol for installs
...
The enforce daemon loaded state once at startup and never reloaded it.
When the CLI reassigned a game (e.g. via 'done'), the daemon kept
enforcing the old assignment and deleted the newly assigned game every
3 seconds as 'unauthorized'.
Fix: reload state from disk at the top of each enforce loop iteration
so CLI changes take effect within one cycle.
Also add steam://install protocol handler for interactive installs
(via xdg-open) so Steam determines the correct installdir from its
own metadata, avoiding 'Missing game executable' errors from guessed
directory names in fabricated appmanifests.
2026-03-17 21:48:33 +01:00
36064c848d
WIP: Enforce 500-line limit - split batch 1
...
Split 16+ files. 27 files still need splitting. See session notes.
2026-03-16 22:46:48 +01:00
83f21a9ca2
feat: puzzle solver algorithm
2026-03-16 19:49:52 +01:00
4527879c9f
refactor: remove noqa comments from miscellaneous scripts
...
- Fix underlying lint issues instead of suppressing with noqa
- Files: moviepy_showcase, pomodoro-wake-daemon, brother_printer,
http_status_anki, geo_data, repo_explorer, steam_backlog_enforcer,
music_generator
2026-03-13 20:48:40 +01:00
ccc1900adf
feat: improvements in hosts bluetooth focus mode and backglog scripts
2026-03-11 20:47:03 +01:00
2dc4a8d759
feat: robotgo improvements in phone focus bluetooth and printer scripts
2026-03-09 18:34:15 +01:00
b18a50d3a9
feat: improvements in steam backlog and brother printer
2026-03-04 22:40:49 +01:00
0447459dab
feat: steam 100 percent extension
2026-03-02 20:29:32 +01:00