WaveeMusic AGENTS.md

WaveeMusic AGENTS.md is an instructions file for Codex, OpenCode from christosk92/WaveeMusic. It costs 384 tokens per session, scanned A, original, MIT.

A short rulebook for AI coding agents working on WaveeMusic, a Spotify desktop app. It points agents to the full rules in CLAUDE.md and lists project-specific build, test, architecture, and file-safety guidance.

In plain words
What is it for?
Guiding agents through WaveeMusic development, builds, tests, releases, and safe file editing.
Why use it?
It gives coding agents the context they need before changing the code, including commands to run and areas they must not touch. This reduces mistakes caused by incomplete project instructions.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/christosk92/waveemusic/agents-md
Clone the repo
git clone --depth 1 https://github.com/christosk92/WaveeMusic

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for WaveeMusic AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/christosk92/waveemusic/agents-md.svg)](https://agentmods.dev/instructions/christosk92/waveemusic/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/christosk92/waveemusic/agents-md"><img src="https://agentmods.dev/badge/instructions/christosk92/waveemusic/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 384 This file is loaded in full into every session.
When invoked 384 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00384 $0.00384
Opus 5 $0.00192 $0.00192
Sonnet 5 $0.00077 $0.00077
Haiku 4.5 $0.00038 $0.00038

Measured 4d ago against content hash 8df7253746fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

WaveeMusic AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 16 lines

What it actually says

AGENTS.md — Wavee

Guidance for AI agents working in this repo. The complete rules are in CLAUDE.md (read it first); this file is the short form for agents that do not load CLAUDE.md automatically.

  • What this is: the Wavee Spotify desktop client, built on the FluentGpu engine in the sibling checkout ..\fluent-gpu ($(EngineRoot) in Directory.Build.props). Engine rules, the UI programming model and the fluentgpu skill live there — ..\fluent-gpu\CLAUDE.md, ..\fluent-gpu\AGENTS.md.
  • Build & test: dotnet build Wavee.slnx (Debug and -c Release), dotnet test src/apps/Wavee.Tests/Wavee.Tests.csproj, Invoke-Pester -Path ops/release/tests. No CI exists; releases are local (ops/release/wavee-release.ps1).
  • Out of scope (never read/edit): src/apps/.native/**, src/apps/Wavee.PlayPlay/**, private-runtimes/**, src/apps/tmp_*, ops/tools/playplay_*, ops/tools/x64_*, ops/*/pyghidra*, docs/plans/wavee/{wavee-playplay*,playplay-*,spotiload-offline-path}.md, **/playplay-runtime.json — the private PlayPlay workspace, fenced by .githooks/pre-commit.
  • Rules: component props freeze at mount (data flows through signals/context/keys); no source-text tests; no env-var switches; no legacy paths; plans carry real code; only the orchestrator builds/tests/launches.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 16 lines · 384 tokens per session scan A 8df7253746fe

Subscribe to this mod's changes

WaveeMusic AGENTS.md is an instructions file published in the GitHub repository christosk92/WaveeMusic (50 stars, last pushed yesterday), licensed MIT. It adds 384 tokens to every session, about $0.0019 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories