Commit Graph

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 2771eca06e
fix: address code review — improve empty catch blocks, extract safeReadJSON helpers, document constants
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b47885f0-73db-4678-b3d5-55b55611d9b0
2026-03-26 09:13:55 +00:00
copilot-swe-agent[bot] 524abb4c97 feat(grid-db): implement Phase 1 — B+Tree, NamespaceManager, RangeScanner, NearbyQuery, SecondaryIndex, EventLog enhancements
ZY-GDB-P1-001: B+Tree index with insert/find/delete/range/serialization
ZY-GDB-P1-002: NamespaceManager with create/delete/get/list/exists/validation
ZY-GDB-P1-003: RangeScanner for rectangular area queries
ZY-GDB-P1-004: NearbyQuery for proximity search with Euclidean distance
ZY-GDB-P1-005: EventLog replay/replayFromSeqNo/getByOperation/tianyanHook
ZY-GDB-P1-006: SecondaryIndex for one-to-many field indexing

All Phase 0 tests (95/95) and Phase 1 tests (101/101) pass.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-26 08:43:56 +00:00