Skip to content

Commit 09f65d6

Browse files
cleanup (#4)
1 parent 067b1b7 commit 09f65d6

7 files changed

Lines changed: 5582 additions & 6101 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ npm-debug.log*
2727
# Test/temp files
2828
*.bin
2929
/tmp/
30+
31+
.claude/

CLAUDE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ src/
5656
├── store/
5757
│ └── store.ts # Zustand store (query, parsed data, UI state)
5858
└── styles/ # CSS files
59+
docs/
60+
├── rowbinaryspec.md # RowBinary wire format specification
61+
├── nativespec.md # Native wire format specification
62+
└── jsonspec.md # JSON type specification
5963
docker/
6064
├── nginx.conf # Proxies /clickhouse to ClickHouse server
6165
├── users.xml # Read-only ClickHouse user
@@ -64,8 +68,9 @@ docker/
6468

6569
## Wire Format Docs
6670

67-
* RowBinary: rowbinaryspec.md
68-
* Native: nativespec.md
71+
* RowBinary: docs/rowbinaryspec.md
72+
* Native: docs/nativespec.md
73+
* JSON: docs/jsonspec.md
6974

7075
## Key Concepts
7176

QA_ISSUES.md

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

0 commit comments

Comments
 (0)