Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ npm-debug.log*
# Test/temp files
*.bin
/tmp/

.claude/
9 changes: 7 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ src/
├── store/
│ └── store.ts # Zustand store (query, parsed data, UI state)
└── styles/ # CSS files
docs/
├── rowbinaryspec.md # RowBinary wire format specification
├── nativespec.md # Native wire format specification
└── jsonspec.md # JSON type specification
docker/
├── nginx.conf # Proxies /clickhouse to ClickHouse server
├── users.xml # Read-only ClickHouse user
Expand All @@ -64,8 +68,9 @@ docker/

## Wire Format Docs

* RowBinary: rowbinaryspec.md
* Native: nativespec.md
* RowBinary: docs/rowbinaryspec.md
* Native: docs/nativespec.md
* JSON: docs/jsonspec.md

## Key Concepts

Expand Down
304 changes: 0 additions & 304 deletions QA_ISSUES.md

This file was deleted.

Loading