the signals and their derived score are provisional and subject to change.
validate manually before sharing.
a88b938136f448e1a8d33c5e886b0ce7c4de3a57cff36afe2f8468fe1170ecd9a4aecbd66360d25cAuthored: 2 months ago (Tue, 30 Jun 2026 18:38:39 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>06f037e1f29be960c8b4101c2657ee01e6ce86edAuthored: 3 months ago (Thu, 28 May 2026 12:28:34 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>b800222c55646d16f3bca01f3195572257d1c84eAuthored: 3 months ago (Wed, 27 May 2026 20:11:38 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>7d7a185c8f338d03291f669158372a83ee3b374aAuthored: 3 months ago (Sun, 24 May 2026 21:42:46 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>0cb5620d18acceb2c98e28ee77b3d2d97b86a5a3Authored: 3 months ago (Sun, 24 May 2026 20:41:42 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>99a40573d454cd2263024cf78b9327b41ae3c477Authored: 3 months ago (Sat, 23 May 2026 21:37:28 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>bc6991be83da91e883ac2b830428f117b49a4411Authored: 3 months ago (Thu, 7 May 2026 09:29:55 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>7d9ac425decc99ee7d16a1a2d32e4692c4cbf0a5Authored: 3 months ago (Sat, 2 May 2026 16:50:49 +0000)Match: Co-authored-by: Copilot <copilot@github.com>334cf8ef8bb352ea5b976dbac96463a5361ba607Authored: 3 months ago (Sat, 2 May 2026 14:37:04 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>1625cbaf261bc321d02223f77e93beefff150860Authored: 3 months ago (Sat, 2 May 2026 14:36:07 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>8e253a46be2e7ac43eb8babae087f8f58e9016cfAuthored: 3 months ago (Sat, 2 May 2026 14:35:27 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>1046d5bf55be012de96ac3750c24beb3c47dbcf2Authored: 3 months ago (Sat, 2 May 2026 14:34:54 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>58a4ce89e4b65f955dec70a9933d4b3d58ffbe54Authored: 4 months ago (Mon, 27 Apr 2026 13:08:31 +0000)Match: Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>8c7372fb26c0f009540b623ef1b49f120f358824Authored: 4 months ago (Mon, 20 Apr 2026 14:24:36 +0000)Match: Co-authored-by: Copilot <copilot@github.com>c37460afadf507c7e6ca364fa55b655d3e1f497bAuthored: 4 months ago (Mon, 20 Apr 2026 14:18:21 +0000)Match: Co-authored-by: Copilot <copilot@github.com>9a277c1fee656ccb8b570e5d4987a1cde699d1b5Authored: 4 months ago (Mon, 20 Apr 2026 13:58:40 +0000)Match: Co-authored-by: Copilot <copilot@github.com>ffb1d64c64532059ad8600fa990843a6420c0cc9Authored: 4 months ago (Mon, 20 Apr 2026 12:10:26 +0000)Match: Co-authored-by: Copilot <copilot@github.com>5ec899b3678d9d26d1b32aab9249d9b417c0ef8dAuthored: 4 months ago (Mon, 20 Apr 2026 11:55:45 +0000)Match: Co-authored-by: Copilot <copilot@github.com>CLAUDE.mdTool: claude-codeAGENTS.mdAGENTS.mdTool: agents-md# Agent Development Guide
A file for [guiding coding agents](https://agents.md/). Kopuz is a Rust + Dioxus
music player; the workspace is the crates under `crates/`. See `CONTRIBUTING.md`
for the human process and `README.md` for platform setup.
## Commands
- **Serve (dev):** `just serve` — regenerates Tailwind, then `dx serve --package kopuz`.
Debug builds use a separate `kopuz-debug.db`, so this never touches real data
(`KOPUZ_DB_PATH` overrides the location).
- **Build (release):** `just build` .claude/File: .gitignoreTool: claude-code