Skip to content

Commit 5ad4807

Browse files
aksOpsclaude
andcommitted
feat: rename .code-intelligence to .osscodeiq, add nicegui dep, add design specs
- Rename all .code-intelligence references to .osscodeiq (clean break, no backward compat) - Rename CodeIntelligence to OSSCodeIQ in DOT output - Add nicegui>=3.9 to dependencies - Add .superpowers/ to .gitignore - Add explorer UI design spec and implementation plan Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f04efc3 commit 5ad4807

12 files changed

Lines changed: 3001 additions & 12 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ htmlcov/
3939
Thumbs.db
4040

4141
# Project
42-
.code-intelligence/
42+
.osscodeiq/
43+
.superpowers/
4344
docs/superpowers/
44-
docs/specs/
4545
.code_intelligence_cache*/
4646
*.db
4747
*.db-wal

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- **CLI command:** `osscodeiq`
99
- **Python package:** `osscodeiq` (under `src/osscodeiq/`)
1010
- **GitHub repo:** `RandomCodeSpace/code-iq` (repo name differs from package name)
11-
- **Cache directory on disk:** `.code-intelligence` (legacy name, kept for backward compatibility)
11+
- **Cache directory on disk:** `.osscodeiq`
1212

1313
## Architecture
1414

0 commit comments

Comments
 (0)