From 6210ddc50a62523dfe292c21503165ba99f78bd9 Mon Sep 17 00:00:00 2001 From: Cirrus Codex Date: Thu, 14 May 2026 22:01:12 -0400 Subject: [PATCH] fix workspace default path instructions --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 3e6a384..1b4b1d6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -68,6 +68,6 @@ If the user does not specify the ATVM Cypress machine/vm, follow the general wor ## Machine-Based Default Paths - Before looking for screenshots or files, check the machine identity first, for example with `hostname`. -- On `atvm-codex-aw`, use `/Home/Pictures` as the default folder when the user asks you to look at screenshots. -- On `atvm-codex-aw`, use `/Home/Documents` as the default folder when the user asks you to look at files. +- On `atvm-codex-aw`, use `/home/cirrus/Pictures` as the default folder when the user asks you to look at screenshots. +- On `atvm-codex-aw`, use `/home/cirrus/Documents` as the default folder when the user asks you to look at files. - If the machine is different and no local convention is documented, do not guess a folder path; ask the user or inspect the local environment first.