diff --git a/docs/superpowers/evidence/linux-config-cleanup-2026-05.json b/docs/superpowers/evidence/linux-config-cleanup-2026-05.json index 4abbb79..f22991a 100644 --- a/docs/superpowers/evidence/linux-config-cleanup-2026-05.json +++ b/docs/superpowers/evidence/linux-config-cleanup-2026-05.json @@ -25,6 +25,8 @@ "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)"], + "risks": [ + "Symlink .pre-commit-config.yaml replaced by regular file (intentional divergence)" + ], "rollback": ["git revert HEAD", "Verify pre-commit run passes after revert"] } diff --git a/linux_configuration/.github/copilot-instructions.md b/linux_configuration/.github/copilot-instructions.md index bea5e78..0595848 100644 --- a/linux_configuration/.github/copilot-instructions.md +++ b/linux_configuration/.github/copilot-instructions.md @@ -59,11 +59,11 @@ For in-depth understanding of specific components, see these dedicated guides: ## Digital Wellbeing Components Summary -| Component | Purpose | Key Files | -| ----------------- | ----------------------------- | ------------------------------------------------------- | -| Hosts Guard | Block websites via /etc/hosts | `hosts/install.sh`, `hosts/guard/*` | +| Component | Purpose | Key Files | +| ----------------- | ----------------------------- | --------------------------------------------------------------------------- | +| Hosts Guard | Block websites via /etc/hosts | `hosts/install.sh`, `hosts/guard/*` | | Pacman Wrapper | Block package installation | `scripts/periodic_background/digital_wellbeing/pacman/*` | | Midnight Shutdown | Auto-shutdown at night | `scripts/periodic_background/digital_wellbeing/setup_midnight_shutdown.sh` | | Compulsive Block | Limit app launches | `scripts/periodic_background/digital_wellbeing/block_compulsive_opening.sh` | | Music Wrapper | Block music during focus | `scripts/periodic_background/digital_wellbeing/youtube-music-wrapper.sh` | -| Screen Locker | Require workout to unlock | External: `~/testsAndMisc/python_pkg/screen_locker/` | +| Screen Locker | Require workout to unlock | External: `~/testsAndMisc/python_pkg/screen_locker/` |