Add AGENT_GUIDE.md describing how a practice-managing agent drives the
deployed
tool (guitar.basdado.com) via deep links, with the full drill/param
catalog.
Correct the README param table: L4 uses ?note, not ?root.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add ChordDiagram (SVG chord box) and horizontal Fretboard components, plus a
tonal-backed music layer: fretboard note mapping, scale/interval/diatonic helpers,
curated chord shapes, and computed triad inversions + CAGED shapes. Wire T1
(note prompter), T2 (CAGED), T3 (triads, optional click + auto-advance), T4
(diatonic), T5 (intervals), R4 (one-minute changes with best score), and L4
(reference tone). Upgrade F1-F3 to show real chord diagrams.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add PickingLane renderer and PickingView. Variant-level meter overrides so R3
can drop from 7/8 to 4/4 live at the next bar boundary. Wire R2, R3, R5, F1-F3,
L1-L3 (incl. L2 eighth-note triplets via stepsPerBeat=3). Refactor drill model
into a strum/picking union with shared meter + accent-map helpers.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Svelte 5 + Vite static SPA with absolute base and History-API path routing.
Core lookahead-scheduler metronome (no drift), AudioContext unlock-on-gesture,
synthesized 3-voice clicks, rAF-synced beat highlight. StrumGrid renderer and
R1 wired end-to-end with variants, BPM/variant persistence, query overrides,
and keyboard shortcuts (space, arrow up/down). Dark amp-light theme tokens.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>