agents.md
agents.md copied to clipboard
.agents subfolder
Following the same logic as the AGENTS.md file, an ".agents" directory should be implemented to allow sharing of settings.json, commands, and extensions. Only settings specific to a particular agent should be stored in its own subfolder (e.g., .gemini, .qwen, .claude, etc.).
It could also allow splitting context into multiple files, so that the agent can only load context files that are relevant to the task.
Seems relevant to #11 and #38
Duplicate of #9