docs: add machine-based default path instructions

This commit is contained in:
Cirrus Codex
2026-05-13 18:19:52 -04:00
parent 24c6d1590a
commit a0bb44d5d9

View File

@@ -46,3 +46,10 @@ Always let the user review the proposed commit scope and commit message first, a
- `CDS1-ESX166` <-> `192.168.1.166`
- If only one of `-c` or `-e` is provided, auto-fill the paired value from this mapping.
- If both `-c` and `-e` are provided but conflict with mapping, stop and ask for confirmation before execution.
## 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.
- 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.