Commit 4c86495
committed
Add feature grading script and report generation
- Introduced `grade_features.py` script to automate feature scoring based on implementation evidence.
- Created `feature_grading.md` report summarizing feature completion across project phases.
- Updated `README.md` in tests directory to include new test cases and improve documentation clarity.
- Added new test coverage sections for recently introduced crates: `codegraph-queue`, `codegraph-git`, `codegraph-lb`, `codegraph-concurrent`, and `codegraph-zerocopy`.
- Updated `.rustc_info.json` to reflect the latest Rust compiler information.1 parent e404ea5 commit 4c86495
File tree
40 files changed
+8944
-2289
lines changed- crates
- codegraph-api
- src
- rest
- codegraph-cache
- src
- codegraph-core/src
- codegraph-graph
- src
- tests
- codegraph-parser/src
- languages
- codegraph-vector/src
- docs
- diagrams/architecture
- reports
- scripts
- target
- tests
40 files changed
+8944
-2289
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
| |||
0 commit comments