From d35a7d3b24fa71e13e48fd85e299c12a93e6aab8 Mon Sep 17 00:00:00 2001 From: batsumaru <> Date: Wed, 1 Jul 2026 18:42:01 +0900 Subject: Add AGENTS.md for cross-session agent context Covers what a fresh session needs that statuspage/README.md doesn't: the Windows-checkout-vs-FreeBSD-runtime split (nothing here actually executes the check scripts' real commands), the git push/pull deployment loop, the core.fileMode/pre-commit-hook setup, and five gotchas hit and fixed this session (usec/sec substring match, ntpq's "+" prefix, grep -c's exit-1-on-zero, Windows ln -s on directories falling back to a copy, font glyph coverage). CLAUDE.md is a pointer to AGENTS.md rather than a symlink or a duplicate copy - this checkout can't reliably create real symlinks (same root cause noted in AGENTS.md itself), and a stale copy would silently drift out of sync as AGENTS.md changes. Co-Authored-By: Claude Sonnet 5 --- CLAUDE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CLAUDE.md (limited to 'CLAUDE.md') diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..16e1638 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,10 @@ +# CLAUDE.md + +This project's agent guidance lives in [AGENTS.md](AGENTS.md) - read that +file for the full picture before working in this repo. + +(Not a real symlink: this Windows checkout can't reliably create one +without Developer Mode/admin privileges - see AGENTS.md's own note on +`ln -s` falling back to a plain copy for directories. A stale copy here +would silently drift out of sync with AGENTS.md, so this is a pointer +instead.) -- cgit v1.3