Kate Tseng多种技术栈开发者如何维护Agents.md 中发帖

由于涉及很多技术栈或者经常习惯折腾其他语言(C#,Python,Web前端,Rust等等)如果全部写入Global中又会污染上下文,每次项目中都手动添加又显得很傻,所以我觉得应该采用分级制,例如 
Global中
When setting up a new project or when a project's technology stack changes, detect the actual stack first. Then create or update the project AGENTS.md using only the relevant language, framework, and toolchain rules.

Python.md
Use `uv` for Python environments, dependencies, locking, and co...