Commit Graph

4 Commits

Author SHA1 Message Date
d65c0e89cf code: hpp,dbal,cpp (11 files) 2025-12-26 01:57:22 +00:00
2eac9dd5c0 code: cpp,dbal,uuid (7 files) 2025-12-26 01:31:07 +00:00
9ff5a8b5e7 code: dbal,hpp,cpp (10 files) 2025-12-26 01:30:19 +00:00
copilot-swe-agent[bot]
b309b20ccc Implement C++ daemon with CMake, Ninja build system
Created complete C++ implementation:
- Core library (client, errors, capabilities)
- Query engine (AST, builder, normalizer)
- Utilities (UUID generation, exponential backoff)
- SQLite adapter and connection pool
- Daemon server with security manager
- Unit, integration, and conformance tests

Build system:
- CMakeLists.txt with optional Conan dependencies
- Renamed build assistant to .cjs for ES module compatibility
- Fixed conanfile.txt format for Conan 2.x
- All tests passing, daemon runs successfully

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 22:46:00 +00:00