Commit 8a7f170
committed
claude-code-chat-browser: schema drift detection for upstream JSONL changes (#5)
Fingerprint known Claude Code JSONL field paths against a committed
schema_baseline.json, warn on drift during parsing, expose GET
/api/schema-report, and surface a dismissible amber banner on the
session list page. Warnings only - parsing is never blocked.1 parent 4345d69 commit 8a7f170
9 files changed
Lines changed: 822 additions & 1 deletion
File tree
- api
- static
- css
- js
- tests
- fixtures/jsonl
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
0 commit comments