style: prettier format CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Krzysztof kuhy Rudnicki 2026-05-25 18:56:37 +02:00
parent c80f7cc112
commit e39c7deb66

View File

@ -12,7 +12,7 @@ Archived / unmaintained projects live in the sibling repository
## Repository Layout
| Path | Description |
| ---------------------- | ---------------------------------------------------------------------------------------------- |
| ---------------------- | --------------------------------------------------------------------------------------------- |
| `python_pkg/` | Python packages — each maintained subpackage lives here |
| `linux_configuration/` | Arch Linux setup, i3 config, system maintenance scripts |
| `phone_focus_mode/` | GPS-based Android focus enforcer (Bash, ADB, Magisk) |
@ -113,6 +113,7 @@ linux_configuration/
```
Key scripts:
- `scripts/periodic_background/digital_wellbeing/focus_mode_daemon.py` — Linux digital-wellbeing daemon
- `scripts/periodic_background/hosts/generate_hosts_file.sh` — Generates `/etc/hosts` blocklist
- `scripts/periodic_background/system-maintenance/bin/usage_report.py` — Daily usage report
@ -175,7 +176,7 @@ pre-commit run --all-files --hook-stage pre-push # Includes pytest + prettier
**Active hooks (commit-stage)**:
| Hook | Purpose |
|------|---------|
| ---------------------------------------------------------------- | ----------------------------------------------------------- |
| trailing-whitespace, end-of-file-fixer, check-yaml/json/toml/xml | General formatting |
| check-added-large-files (max 2 MB) | Prevent large files |
| detect-private-key | Secret detection |