AGENTS.md is agent-read markdown (agents) from muselinn/musepi.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Development Rules
## GUI Development Rules (`packages/desktop-app`, `packages/guest-client`)
The desktop GUI follows its own living spec — **`docs/gui-design.md`** (design/interaction standards) and **`docs/gui-implementation.md`** (RPC contracts, gotchas, verification workflow). Update them when you change GUI behavior. Key rules that bite:
- **Modals must own the keyboard while open.** `DialogFrame` captures Escape on `document` in the capture phase (wins over handlers behind), moves focus into the dialog and restores it on close; confirm boxes confirm on Enter; the onboarding overlay advances on Enter / steps back on Escape. Never let a modal rely on the page behind keeping focus — the composer swallows Enter and sends a message.
- **`DialogFrame` is always mounted and driven by `open`** — conditional mounting (`{x && <DialogFrame/>}`) kills the exit animation. Same rule for prompt/confirm dialogs (`lib/prompt-dialog.tsx`): closing defers the promise resolution until the 180ms exit plays.
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
A 14 of 14 checks passed. Deterministic, no model, same answer every run.
pass: Size between 200 bytes and 200 KB (32911 bytes)
pass: No zero-width or bidi control characters
pass: No instruction hidden inside an HTML comment
pass: No link to an exfiltration or paste host
pass: No credential-shaped string
pass: No instruction to send local credentials anywhere
pass: No text hidden with inline styles
pass: No prompt-injection phrasing
pass: No curl or wget piped into a shell
pass: No recursive delete of root, home or parent
pass: No instruction to read or print local credentials
pass: No base64 blob over 200 characters
pass: No link to a raw IP address
pass: No script tag
Source
GitHub
muselinn/musepi · 17 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_6br43rqc5wkjgvii
GET https://markdownregistry.com/api/v1/resolve?ref=muselinn/musepi/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/97b07eaa281c73cf311984530572d2a3e04851595b720c8032d6d2c9c36cfdf3
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
muselinn/musepi · .musepi/skills/tool-prompt-optimization/SKILL.md · Optimize the description prompts an AI agent reads to learn its built-in tools (the `.md` files under prompts/tools/)…
muselinn/musepi · packages/coding-agent/src/bundled-skills/ui-ux-pro-max/SKILL.md · UI/UX design intelligence for web, mobile, and desktop. This skill should be used when designing, building, reviewing…