From b254d3c06e29ce82acf0fa4a6c0057510c2b0caf Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 3 Sep 2026 13:10:14 +0200 Subject: [PATCH] Mark this project as living on M1 (every chat relays there) --- CLAUDE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..c696a5d --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,16 @@ + +## This project lives on M1 + +All coding, browsing, testing and compiling for this project happens on the +always-on **M1** server, prompted from here. This folder on the M5 is a +**read-only git mirror** — do not edit files here and do not run builds or tests +here. + +- For **every** message about this project, run `m1-say ""` and + show M1's reply. M1's agent does the work, on M1, and keeps going even when + this Mac sleeps. You are the pipe. (Questions about the relay itself you may + answer locally.) +- To refresh this mirror with M1's latest work: `m1-back` — a git merge, never + rsync, never an overwrite. Then `git log` / `git status` show what changed. +- M1 is the git remote `m1`. If something truly must be committed from here, + push it with `git push m1 main` — but prefer telling M1 to do it.