Imported from qxzcode/show-scheduler (
AGENTS.md). Install upstream withnpx skills add qxzcode/show-scheduler. Copyright stays with the author.
Agent Guidelines
Commands
- After any changes (Rust, TypeScript, Svelte, etc.), run
just check— it runscargo fmt,cargo clippy, andsvelte-check. - Run all commands from the project root without a
cdprefix — the working directory is already correct. - Do not use absolute paths in Bash commands (e.g.
git remote get-url origin, notgit -C /home/... remote get-url origin) — the CWD is already the repo root, and absolute paths trigger extra permission prompts.
Commits
- Do not include PII in commit messages (no real performer names, even as examples). Use generic descriptions instead.
Editing
- Preserve all existing comments when editing or rewriting files.