Concept
Filesystem 是 agent 工作时面对的文件和目录树。源码、配置、脚本和项目说明都在里面。Agent 是否能读到正确文件,取决于它当前连接的是哪个 filesystem 和项目根目录。
English handle
A filesystem is the tree of files and directories the coding agent can read and edit.
Try saying it
请用英文要求 agent 确认自己在正确的项目根目录下工作。
Compare
Confirm that you are working from the correct project root before reading or editing files.
- 是否要求确认项目根目录?
- 是否把读写文件和 filesystem 联系起来?
- 是否避免在错误目录里开始修改?