f574f025a6
Trim AGENTS.md to whole-repo, every-session facts (154 -> 110 lines) and move subsystem guidance into docs/guides/*.md, each with paths: frontmatter and a one-line index entry in AGENTS.md. Symlink each guide from .claude/rules/ so Claude Code lazy-loads it by matching path; track those symlinks via a .gitignore exception (.claude/settings.local.json stays ignored).
827 B
827 B
paths
| paths | ||
|---|---|---|
|
Admin SPA conventions (web/index.html)
The admin UI is a single embedded web/index.html (rust-embed), served via
api/admin_ui.rs.
Pill / toggle colors
- Navy-filled — selected / on state.
- Cream-outlined — off state.
- Opacity (not strikethrough) — muted / disabled.
- Gold is reserved strictly for marketing accents (most-popular badge, launch-special ribbon). Never use gold for ordinary selected/on state.
Reference flows
openBtcpayConnectModalis the reference implementation for the BTCPay one-click connect flow — see payments.
Don't rewrite user-facing copy in here outside the explicit scope of a request.