sqlitegraph 0.2.2

Deterministic, embedded graph database with SQLite and Native V2 backends
Documentation
# SQLiteGraph Changelog

## [Unreleased]

### Internal: Dead Code Audit Completed
A full audit of all clippy `dead_code` warnings was performed:

- 149 warnings flagged  
- 149 confirmed as false positives  
- 0 unused or obsolete items found  

Warnings come from:
- CLI modules  
- benchmark tooling  
- dual-runtime system  
- tests  
- DSL/pipeline parsers  

No code removed and no suppressions added. Documentation updated accordingly.