Skip to content

Commit 3dfc4e0

Browse files
committed
Fix CI failures: roadmap, complexity whitelist, and SonarCloud config
- Add add-ai-coaching-time-management to CHANGELOG (was archived but missing) - Update whitelizard.txt with correct line number for on_hierarchy_view_item_selected - Fix SonarCloud organization case (jredeker -> JRedeker) - Update sonarqube-scan-action from v5 to v6 (security fix)
1 parent 9357f12 commit 3dfc4e0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
name: coverage-report
114114
- name: SonarCloud Scan
115-
uses: SonarSource/sonarqube-scan-action@v5
115+
uses: SonarSource/sonarqube-scan-action@v6
116116
env:
117117
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
118118

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ When a feature spec is archived, it should be added here and removed from `ROADM
1515
#### AI Integration
1616
- **wire-ai-to-chat** (2025-12-19): Connected PydanticAI agent to ChatScreen with streaming responses and tool invocation
1717
- **persist-handler-results** (2025-12-19): Wired command handlers to database persistence with confirmation flow
18+
- **add-ai-coaching-time-management** (2025-12-19): AI time coaching with /hours command and task duration tracking
1819

1920
## [0.1.0] - 2025-12-17
2021

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Project identification
55
sonar.projectKey=JRedeker_jdo
6-
sonar.organization=jredeker
6+
sonar.organization=JRedeker
77

88
# Project metadata
99
sonar.projectName=jdo

whitelizard.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ src/jdo/integrity/service.py:327: warning: calculate_integrity_metrics has 53 NL
3333
src/jdo/integrity/service.py:410: warning: detect_risks has 45 NLOC, 4 CCN, 252 token, 2 PARAM, 73 length, 0 ND
3434
src/jdo/integrity/service.py:525: warning: _calculate_streak_weeks has 51 NLOC, 14 CCN, 315 token, 2 PARAM, 79 length, 0 ND
3535
src/jdo/integrity/service.py:605: warning: _calculate_estimation_accuracy has 33 NLOC, 8 CCN, 237 token, 2 PARAM, 66 length, 0 ND
36-
src/jdo/app.py:613: warning: on_hierarchy_view_item_selected has 53 NLOC, 8 CCN, 288 token, 2 PARAM, 62 length, 0 ND
36+
src/jdo/app.py:417: warning: on_hierarchy_view_item_selected has 47 NLOC, 9 CCN, 284 token, 2 PARAM, 57 length, 0 ND

0 commit comments

Comments
 (0)