Skip to content

Commit 4c86495

Browse files
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

40 files changed

+8944
-2289
lines changed

Cargo.lock

Lines changed: 378 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ hyper = "1.0"
126126
http = "1.1"
127127
prometheus = { version = "0.13", features = ["process"] }
128128

129+
# OpenAPI / Swagger documentation for Axum
130+
utoipa = { version = "4", features = ["axum_extras", "uuid", "chrono"] }
131+
utoipa-swagger-ui = { version = "7", features = ["axum"] }
132+
129133
# Memory leak detection and tracking (optional, feature-gated in binaries)
130134
memscope-rs = "0.1.4"
131135

0 commit comments

Comments
 (0)