From fef80e2fb7fbe23d6a56e03a9eb857b73599c30b Mon Sep 17 00:00:00 2001 From: isamu Date: Sun, 25 Jan 2026 06:27:15 +0900 Subject: [PATCH] docs: add CLAUDE.md for plugin-specific guidance Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CLAUDE.md 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.