diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..b213657 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,24 @@ +# CLAUDE.md + +## Plugin Overview + +Switch role plugin for GUIChat. Change LLM role or persona during conversation. + +## Common Guidelines + +For standard plugin development guidelines, see: +https://github.com/receptron/GUIChatPluginTemplate/blob/main/CLAUDE.md + +## Plugin-Specific Notes + +### Features +- Role/persona switching +- Dynamic system prompt modification +- Context-aware role changes + +### Dependencies +- `gui-chat-protocol`: Core protocol for GUI Chat plugins + +## Updating This Document + +When making spec changes through discussion with Claude, update this file to reflect new constraints or architectural decisions.