17 lines
827 B
Markdown
17 lines
827 B
Markdown
|
|
## 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 "<the message>"` 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.
|