docs: update CLAUDE.md — 9 labels table with keys, wildcard shortcut
This commit is contained in:
parent
fd476e4199
commit
d0dbc6e787
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ conda run -n job-seeker streamlit run app/label_tool.py --server.port 8503
|
||||||
- Queue: `data/email_label_queue.jsonl` (gitignored)
|
- Queue: `data/email_label_queue.jsonl` (gitignored)
|
||||||
- Output: `data/email_score.jsonl` (gitignored)
|
- Output: `data/email_score.jsonl` (gitignored)
|
||||||
- Four tabs: 🃏 Label, 📥 Fetch, 📊 Stats, ⚙️ Settings
|
- Four tabs: 🃏 Label, 📥 Fetch, 📊 Stats, ⚙️ Settings
|
||||||
- Keyboard shortcuts: 1–6 = label, S = skip, U = undo
|
- Keyboard shortcuts: 1–9 = label, 0 = Other (wildcard, prompts free-text input), S = skip, U = undo
|
||||||
- Dedup: MD5 of `(subject + body[:100])` — cross-account safe
|
- Dedup: MD5 of `(subject + body[:100])` — cross-account safe
|
||||||
|
|
||||||
### Settings Tab (⚙️)
|
### Settings Tab (⚙️)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue