testsAndMisc/docs/superpowers/evidence/linux-config-cleanup-2026-05.json
Krzysztof kuhy Rudnicki db6276b3ff refactor(linux_configuration): move remaining dirs + scripts/ to meta/
- Move fresh-install/ → scripts/single_use/fresh-install/
- Move hosts/ → scripts/periodic_background/hosts/
- Move i3-configuration/ → scripts/periodic_background/i3-configuration/
- Delete linux_configuration/LaTeX/, nix-poc/, report/ (dead dirs)
- Move repo-root scripts/ → meta/scripts/
- Update root .pre-commit-config.yaml: scripts/ → meta/scripts/ (9 entries)
- Update run.sh ARTIFACT_INIT_SCRIPT to meta/scripts/
- Update fresh-install/main.sh: hosts/install.sh + i3-configuration/install.sh paths
- Update check_python_location.sh: add meta/scripts/ to exception list
- Fix midnight flakiness in test_recent_workout_returns_true: use timezone-aware
  local noon instead of now-1h to avoid SQL date() boundary issues
2026-05-15 00:53:01 +02:00

31 lines
1.5 KiB
JSON

{
"intent": "Finish reorganizing linux_configuration/ and move repo-level scripts/ to meta/scripts/.",
"scope": [
"linux_configuration/fresh-install/ → scripts/single_use/fresh-install/",
"linux_configuration/hosts/ → scripts/periodic_background/hosts/",
"linux_configuration/i3-configuration/ → scripts/periodic_background/i3-configuration/",
"linux_configuration/LaTeX/, nix-poc/, report/ deleted",
"scripts/ moved to meta/scripts/",
".pre-commit-config.yaml entry paths updated to meta/scripts/",
"run.sh ARTIFACT_INIT_SCRIPT updated to meta/scripts/",
"fresh-install/main.sh internal references updated",
"check_python_location.sh exception list updated for meta/scripts/",
"Fix midnight boundary bug in test_recent_workout_returns_true"
],
"changes": [
"git mv for all directory moves; git rm -r for deletions",
"sed bulk-replace scripts/ → meta/scripts/ in .pre-commit-config.yaml (9 entries)",
"meta/.pre-commit-config.yaml unchanged (scripts/ resolves correctly from meta/)",
"Timezone-aware datetime fix in test to avoid midnight flakiness"
],
"verification": [
{
"command": "pre-commit run",
"result": "pass",
"evidence": "All hooks passed including ruff, mypy, pylint, bandit, pytest 100% coverage, shellcheck"
}
],
"risks": ["Symlink .pre-commit-config.yaml replaced by regular file (intentional divergence)"],
"rollback": ["git revert HEAD", "Verify pre-commit run passes after revert"]
}