git clone https://github.com/context-graph-ai/contextdb.git
cd contextdb
cargo build --workspacecargo test --workspaceAll four checks must pass:
cargo fmt --all --check
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspace
cargo build --releaseAll source lives under crates/ — see Architecture for the full crate map and dependency graph.
- Fork the repo, create a branch, submit a PR against
main - Keep changes focused — one feature or fix per PR
- Include tests for new functionality
- Ensure all CI checks pass before requesting review
By contributing, you agree that your contributions will be licensed under Apache-2.0.