@walkon 谢谢,我用了的。
我还可以再举一例:AGENTS.md 里有要求:
- `find` or Glob or `glob` MUST be used with `-print0` and `xargs` must be used with `-0` to handle file names with spaces or special characters. MUST use `-xdev` to avoid descending into slow network filesystems. NEVER find or glob or search files without `-xdev`.
因为我们的项目里面挂载了网络文件系统,模型有时候喜欢直接全局搜索,会非常慢。
至今为止,GPT-5.5 遵从过这个指令 0 次…… 我觉得我这段话应该已经写得够清楚了,对吧