fix(wave-6): docs, cosmetics & minor fixes (L2, L5, L6, L18, L25–L28)#185
Merged
Conversation
… L25–L28) - L2: CLAUDE.md .env.sync table: SYNC_HOUR=6 → SYNC_INTERVAL_HOURS=2 (correct var name) - L5: libre.py: del libre_password after auth call (explicit memory cleanup) - L6: deps.py: bcrypt.gensalt(rounds=12) explicit in DUMMY_HASH + hash_password - L18: ml-service/db/health.py: add 400-line split-trigger comment - L25: .pre-commit-config.yaml: move semgrep hook after bandit (before ruff) - L26: CLAUDE.md CI/CD table: correct job count to 12 - L27+L28: garmin/client.py (api + sync): structured log keys + replace German debug string Also: switch api/garmin/client.py to structlog (was stdlib logging — L27 kwarg fix) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
gerfru
added a commit
that referenced
this pull request
Jun 12, 2026
…#185) - L2: CLAUDE.md .env.sync table: SYNC_HOUR=6 → SYNC_INTERVAL_HOURS=2 (correct var name) - L5: libre.py: del libre_password after auth call (explicit memory cleanup) - L6: deps.py: bcrypt.gensalt(rounds=12) explicit in DUMMY_HASH + hash_password - L18: ml-service/db/health.py: add 400-line split-trigger comment - L25: .pre-commit-config.yaml: move semgrep hook after bandit (before ruff) - L26: CLAUDE.md CI/CD table: correct job count to 12 - L27+L28: garmin/client.py (api + sync): structured log keys + replace German debug string Also: switch api/garmin/client.py to structlog (was stdlib logging — L27 kwarg fix) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Jun 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.env.synctable:SYNC_HOUR=6→SYNC_INTERVAL_HOURS=2(correct env var name)libre.py:del libre_passwordimmediately after auth call (explicit memory cleanup)deps.py:bcrypt.gensalt(rounds=12)explicit inDUMMY_HASH+hash_passwordml-service/db/health.py: add 400-line split-trigger comment.pre-commit-config.yaml: move semgrep hook immediately after bandit (before ruff)garmin/client.py(api + sync): structured log event keys, replace German debug stringapi/src/garmin/client.pyto structlog (was stdliblogging— needed for L27 kwarg)Test plan
🤖 Generated with Claude Code