Dashboard › zmk-config-corneview › Distillation
Distillation
ID: 8d4bdedb-95c1-43af-b17d-2d683c16a137
Generation: 0
Tokens: 460
R_compression: 4.497
C_norm: 0.008
Archived: No
Created: 2026-07-17 09:43:45
Source IDs:
["289cf6cc4aa65ca03f42b9c371cb0ac2","4ba70a7c950976ce0dd8c247066ceb3f","f705a4f47d430563ca42f11020397faf","e5a0116fc457429393df74c42c494c3d","30953384f617bde4d69b3472c60498a1","7212a371e899586b5ec69f50571fb9c4","0e58508ddb98a23335cbe867bea87847","297b9586940b8c51a9081e16a7dc43b7","d27d93ef5fbaaafc39b22b38f08da3ab","8fb2d525edb8a183e16d8bc98d044838","a1faa2f33bd83e160ab1adfce4a8a372","7025ab903be6cec3b3b11e7357b43c9e","bd9b347c33cf1f9d20a6e5ba374309de","035dae0091321d951b136eae6f137ba9","a28079422459701093881301e24c0d04","86993e029ee00381bd4af0ccac01e937","2861420bdff161ca828946e45c7381f3"]
Observations
Date: Jul 17, 2026
- 🔴 (09:36) User stated preference: "I want the other way around :D" (meaning tap=digit, hold=symbol)
- 🔴 (09:37) User stated preference: "always trigger the tap behavior."
- 🔴 (09:37) User stated preference: "always resolve in a tap."
- 🟡 (09:37) Assistant debugging auth issue — found missing null check in auth.ts:45, applied fix, tests pass
- 🟡 (09:37) Assistant recommended 5 hotels: 1. Grand Plaza (near station, $180), 2. Seaside Inn (pet-friendly, $120), 3. Mountain Lodge (pool, free breakfast, $95), 4. Harbor View (historic, walkable, $150), 5. Zen Garden (quietest, spa, $200)
- 🔴 (09:37) User switched from Python to TypeScript for the project (no longer using Python)
- 🟡 (09:37) Assistant identified root cause: ZMK hold-tap params are <hold>, <tap> — previous
&num N1 EXCL meant hold 1, tap ! (reverse of intended)
- 🟡 (09:37) Assistant applied fix: swapped params to
&num EXCL N1 in both keymap files (hold=symbol, tap=digit)
- 🔴 (09:38) User provided verification of RAISE num key fixes in both keymap files
- 🔴 (09:39) User provided git commit details: "Fix RAISE num keys: hold-tap params are <hold> <tap>, so swap to <symbol> <digit>" (hash d6d6c16)
- 🔴 (09:39) User provided CI build details: in_progress, RAISE num key fixes, build 29570738593
- 🔴 (09:42) User provided CI build completion status: completed / success