[AAASM-3458] 🔧 (sonar): Lowercase org naming to ai-agent-assembly (projectKey + refs)#152
Merged
Merged
Conversation
Live SonarCloud project was renamed AI-agent-assembly_python-sdk -> ai-agent-assembly_python-sdk (AAASM-3456). Align repo config so the PR's own scan reads the renamed project. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Chisanan232
commented
Jun 20, 2026
Chisanan232
left a comment
Contributor
Author
There was a problem hiding this comment.
Claude Code — PR review (AAASM-3458)
✅ Ready to merge — end-to-end validated. CI green, SonarCloud Code Analysis = SUCCESS — i.e. the scan ran with the new lowercase sonar.projectKey against the renamed live project (AAASM-3456), confirming the rename+config alignment works with no duplicate project.
sonar.projectKey→ai-agent-assembly_python-sdk(load-bearing) + README badge/overview URLs, RUNBOOK, CLAUDE.md, and historical report traces lowercased.git grep AI-agent-assembly→ empty. Native Cargo git URLs were already lowercase (no dep risk).
Good to merge — completes the python-sdk side of the org-naming canonicalization.
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.



Description
Aligns org naming to lowercase
ai-agent-assemblyacross the python-sdk repo. The live SonarCloud project was just renamedAI-agent-assembly_python-sdk→ai-agent-assembly_python-sdk(AAASM-3456), sosonar.projectKeyand all otherAI-agent-assemblyreferences must match the renamed project. After this lands, the PR's own Sonar scan reads the lowercase config and reports to the correct (renamed) project.Changes (5 files):
sonar-project.properties—sonar.projectKeylowercased.README.md— SonarCloud Quality Gate badge + overview URLs lowercased.docs/release/RUNBOOK.md,.claude/CLAUDE.md,verification-reports/AAASM-2851/summary.md— doc/org references lowercased.Cargo git dependency URLs in
native/aa-ffi-python/Cargo.tomlwere already lowercase — no change.Type of Change
Breaking Changes
Related Issues
Testing
git grep AI-agent-assemblyreturns empty; Cargo git URLs already lowercase so no build impact)Checklist
Closes AAASM-3458
🤖 Generated with Claude Code