Skip to content

Commit 6ea2081

Browse files
aksOpsclaude
andcommitted
Fix README: remove stats table, add file/LOC badges, fix PyPI link
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3d27ed1 commit 6ea2081

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<p align="center">
99
<a href="https://github.com/RandomCodeSpace/code-iq/actions"><img src="https://img.shields.io/github/actions/workflow/status/RandomCodeSpace/code-iq/ci.yml?branch=main&style=flat-square&logo=github&label=CI" alt="CI"></a>
1010
<a href="https://github.com/RandomCodeSpace/code-iq/releases"><img src="https://img.shields.io/github/v/release/RandomCodeSpace/code-iq?style=flat-square&logo=github&label=Release" alt="Release"></a>
11-
<a href="https://pypi.org/project/code-intelligence/"><img src="https://img.shields.io/pypi/v/code-intelligence?style=flat-square&logo=pypi&logoColor=white&label=PyPI" alt="PyPI"></a>
11+
<a href="https://github.com/RandomCodeSpace/code-iq"><img src="https://img.shields.io/badge/PyPI-coming%20soon-lightgrey?style=flat-square&logo=pypi&logoColor=white" alt="PyPI"></a>
1212
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.11%2B-blue?style=flat-square&logo=python&logoColor=white" alt="Python 3.11+"></a>
1313
<a href="https://github.com/RandomCodeSpace/code-iq/blob/main/LICENSE"><img src="https://img.shields.io/github/license/RandomCodeSpace/code-iq?style=flat-square&label=License" alt="MIT License"></a>
1414
<a href="https://github.com/RandomCodeSpace/code-iq"><img src="https://img.shields.io/github/stars/RandomCodeSpace/code-iq?style=flat-square&logo=github&label=Stars" alt="Stars"></a>
@@ -19,26 +19,14 @@
1919
<a href="https://github.com/RandomCodeSpace/code-iq"><img src="https://img.shields.io/badge/detectors-58-brightgreen?style=flat-square&logo=codefactor&logoColor=white" alt="58 Detectors"></a>
2020
<a href="https://github.com/RandomCodeSpace/code-iq"><img src="https://img.shields.io/badge/languages-33-blue?style=flat-square&logo=stackblitz&logoColor=white" alt="33 Languages"></a>
2121
<a href="https://github.com/RandomCodeSpace/code-iq"><img src="https://img.shields.io/badge/tests-113%20passed-brightgreen?style=flat-square&logo=pytest&logoColor=white" alt="113 Tests"></a>
22+
<a href="https://github.com/RandomCodeSpace/code-iq"><img src="https://img.shields.io/badge/files-137-informational?style=flat-square&logo=files&logoColor=white" alt="137 Files"></a>
23+
<a href="https://github.com/RandomCodeSpace/code-iq"><img src="https://img.shields.io/badge/LOC-15%2C277-informational?style=flat-square&logo=codacy&logoColor=white" alt="15,277 LOC"></a>
2224
</p>
2325

2426
---
2527

2628
**Code Intelligence** scans codebases to build a rich knowledge graph of code relationships — classes, methods, endpoints, entities, dependencies, infrastructure resources, configurations, and more. It understands 33 programming languages and frameworks with 58 specialized detectors, incremental caching for fast re-analysis, and parallel processing.
2729

28-
## Project Stats
29-
30-
| Metric | Count |
31-
|--------|-------|
32-
| Source files | 109 |
33-
| Test files | 28 |
34-
| Total files | 137 |
35-
| Source LOC | 13,202 |
36-
| Test LOC | 2,075 |
37-
| Total LOC | 15,277 |
38-
| Detectors | 58 |
39-
| Languages supported | 33 |
40-
| Tests | 113 |
41-
4230
## Features
4331

4432
- **Multi-language analysis** — Java, Python, TypeScript, JavaScript, Go, C#, C/C++, Kotlin, Scala, Rust, Ruby, Swift, and more

0 commit comments

Comments
 (0)