Skip to content

Commit 1c3a3a6

Browse files
committed
Remove obsolete deployment scripts and testing utilities
- Deleted `strip_compress.sh`, `switch_traffic.sh`, and `validate_deployment_scripts.sh` as they are no longer needed. - Removed `test_mcp_tools.py` which was used for testing MCP tools. - Added `Cargo.lock` for the `semchunk-rs` dependency to ensure consistent builds.
1 parent 371842c commit 1c3a3a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+816
-9254
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ members = [
1616
"crates/codegraph-cli",
1717
"crates/codegraph-napi",
1818
"crates/core-rag-mcp-server",
19-
"scripts",
2019
"tests/integration"
2120
]
21+
exclude = ["scripts"]
2222
default-members = [
2323
"crates/codegraph-core"
2424
]

benches/comprehensive_performance_suite.rs

Lines changed: 0 additions & 540 deletions
This file was deleted.

benches/embedding_benchmark.rs

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)