refactor: rename code-iq → codeiq across the project#62
Merged
Conversation
- CLI @command name: code-iq → codeiq - SonarCloud project key: RandomCodeSpace_code-iq → RandomCodeSpace_codeiq - Disk paths normalized: .code-iq / .code-intelligence / .osscodeiq → .codeiq - Docs, CI workflows, scripts, test resources, config defaults - Maven artifactId intentionally kept as code-iq (JAR filename preserved) - Dropped .osscodeiq.yml deprecation shim (greenfield — no migration needed) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
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
Full rename of the project name from
code-iq→codeiq, following the GitHub repo rename toRandomCodeSpace/codeiq. Greenfield — no downstream consumers, so no compatibility shims retained.What renamed
code-iq index /repocodeiq index /repo@Command(name = …)code-iqcodeiqRandomCodeSpace_code-iqRandomCodeSpace_codeiq.code-iq/cache(and stale.code-intelligence/).codeiq/cache.code-iq/graph/graph.db.codeiq/graph/graph.db.osscodeiq.yml/.osscodeiq/graph.dbgithub.com/RandomCodeSpace/code-iqgithub.com/RandomCodeSpace/codeiqAll ~25 CLI source files under
src/main/java/.../cli/updated for help text, error messages, example commands. Docs (README.md,CLAUDE.md,docs/codeiq.yml.example), CI workflows (.github/workflows/*.yml), scripts,sonar-project.properties,spotbugs-exclude.xml,.dockerignore,.gitignore,playwright.config.ts,application.yml, frontendpackage.json, config defaults (ConfigDefaults.java,CodeIqConfig.java) all updated.Deleted
.osscodeiq.ymldeprecation shim inProjectConfigLoader+ its test coverage (ProjectConfigLoaderApplyOverridesTest).What intentionally did not rename
<artifactId>code-iq</artifactId>— explicitly kept per project-owner request. JAR filename stayscode-iq-*.jar. Anywhere the codebase references the JAR filename (CI artifact upload,BundleCommandgenerated run scripts, READMEjava -jarexamples,playwright.config.ts) correctly retainscode-iq-*.jar.io.github.randomcodespace.iq.*— groupId unchanged; renaming packages would be a massive orthogonal diff with zero user-visible benefit.CodeIqCli,CodeIqApplication,CodeIqConfig,CodeIqUnifiedConfig, …) — idiomatic PascalCase, no literal hyphen.codeiq.*in YAML/annotations — already target form (no change needed).docs/superpowers/baselines/2026-04-17/raw/**and planning/spec docs underdocs/superpowers/plans/&docs/superpowers/specs/— intentionally preserved to document pre-rename state.Tests
ProjectConfigLoaderApplyOverridesTest, ~5 tests gone with the deprecation shim)Action required after merge
Create a new SonarCloud project
RandomCodeSpace_codeiqvia the SonarCloud UI. The oldRandomCodeSpace_code-iqproject can be archived.🤖 Generated with Claude Code