7ca262d92f51f2666de7cb21d22ddfb2dacdc72dnone
CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Project Overview
Serenade is a Guild Wars 2 addon for the [Raidcore Nexus](https://raidcore.gg/Nexus) platform. It automates in-game instrument playback by reading song files and simulating keyboard input. It builds as a Windows DLL (`Serenade.dll`) cross-compiled from Linux using MinGW.
## Build Commands
```bash
# Configure (only needed once or after CMakeLists.txt changes)
mkdir -p bu.windsurfTool: devinnone