Gemini CLI
Configure Gemini CLI to use ROLES.md in your project.
Settings file
Add to your .gemini/settings.json:
{
"contextFileName": "ROLES.md"
}System instructions
Add role-awareness to system instructions:
{
"systemInstruction": "Read ROLES.md. Apply the appropriate role based on the task type."
}Prompt integration
Reference roles directly in prompts:
Using the Implementer role from ROLES.md, implement...