testsAndMisc/scripts
Krzysztof kuhy Rudnicki 42a66a1419 refactor(linux_configuration/scripts): split all scripts into single_use/ and periodic_background/
- Move all linux_configuration scripts into two semantic categories:
  - single_use/: scripts run once manually (fresh install, fixes, setup)
  - periodic_background/: scripts run by systemd timers or daemons
- Preserve existing subdirectory structure within each category
- Fix lib/common.sh source paths for new directory depths
- Fix CONFIG_DIR depth in setup_periodic_system.sh and check_and_enable_services.sh
- Update all references in tests, fresh-install/main.sh, nix modules, and docs
- Fix check_polling_antipatterns.sh false positives (||, regex |, case patterns, jq strings)
- Fix pre-existing mypy exclusion path and type annotations for moved tools/ directory
- Rewrite check_polling_antipatterns.sh using awk (no bash regex loops); add require_serial: true
2026-05-15 00:32:35 +02:00
..
run_all feat(phone-focus): add recovery workflow, automation scripts, and docs 2026-05-01 19:07:27 +02:00
check_agent_contract.sh chore(agent): add governance checks and artifact workflow scaffolding 2026-05-07 22:03:43 +02:00
check_ai_evidence.sh chore(agent): add governance checks and artifact workflow scaffolding 2026-05-07 22:03:43 +02:00
check_append_only_sessions.sh chore(agent): add governance checks and artifact workflow scaffolding 2026-05-07 22:03:43 +02:00
check_no_binaries.sh chore: optimize pre-commit, remove tracked binaries, fix lint issues 2026-04-10 18:48:37 +02:00
check_no_secrets.sh fix: bluetooth optimze arch desktop phone foucs mode and no secres 2026-03-02 19:13:22 +01:00
check_polling_antipatterns.sh refactor(linux_configuration/scripts): split all scripts into single_use/ and periodic_background/ 2026-05-15 00:32:35 +02:00
check_python_location.sh chore: archive 41 unmaintained directories to testsAndMisc-archive 2026-05-14 20:21:05 +02:00
disk_cleanup_check.sh chore: optimize pre-commit, remove tracked binaries, fix lint issues 2026-04-10 18:48:37 +02:00
init_agent_artifacts.sh chore(agent): add governance checks and artifact workflow scaffolding 2026-05-07 22:03:43 +02:00
makepkg-manual-dlagent.sh fix: bluetooth optimze arch desktop phone foucs mode and no secres 2026-03-02 19:13:22 +01:00
optimize_vscode.py Add VS Code auto-optimizer and selective pytest pre-commit hook 2026-03-25 21:56:37 +01:00
pytest_changed_packages.py perf(pre-commit): batch+parallelize pytest on commit; kill 15s sleeps in steam_backlog_enforcer tests 2026-05-14 21:52:52 +02:00
run_prettier_capped.sh perf(pre-commit): run prettier in its own systemd-run scope 2026-05-14 21:12:32 +02:00