From 661db1e0c6798ee2bae884de1e7d7c82b89d7a74 Mon Sep 17 00:00:00 2001 From: Gahow Wang Date: Sat, 25 Apr 2026 16:18:28 +0800 Subject: [PATCH] Document dash0 experiment workflow --- AGENTS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..e8f0822 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,15 @@ +# Project Operating Notes + +## Remote experiment host + +- Default experiment machine: `dash0`. +- Hardware expectation: 8 NVIDIA H20 GPUs. +- SSH check: use `ssh dash0` before scheduling or debugging remote runs. +- Remote project path: `/home/admin/cpfs/wjh/aituner/aituner`. + +## Local/remote sync workflow + +- Treat this local repository and the `dash0` repository as the same project checkout. +- Synchronize code through Git using `commit`, `push`, and `pull`. +- For remote experiments, commit local changes, push to `origin`, then pull on `dash0` in `/home/admin/cpfs/wjh/aituner/aituner` before running. +- Do not ask for the remote host or project path again unless the user explicitly changes them.