A collection of agent guidelines intended to be copied and adapted on a per-project basis.
According to the JetBrains documentation:
By default, Junie looks for agent guidelines at .junie/guidelines.md in the root folder of the configured project. If you want to use an AGENTS.md file, or a guidelines.md file at a custom file path, set Guidelines path in Settings | Tools | Junie | Project Settings.
When working with agents in addition to Junie such as Codex or Claude Code, it is handy to keep the main AGENTS.md in the .junie folder and symlink the agent-specific AGENTS.md to the project root.
#!/usr/bin/env bash
ln -s .junie/AGENTS.md AGENTS.md