diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..902de66 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,24 @@ +# CLAUDE.md + +## Plugin Overview + +Text Response plugin for GUI Chat. Markdown rendering with role-based styling. + +## Common Guidelines + +For standard plugin development guidelines, see: +https://github.com/receptron/GUIChatPluginTemplate/blob/main/CLAUDE.md + +## Plugin-Specific Notes + +### Features +- Markdown text rendering +- Role-based styling (user/assistant) +- Rich text display + +### 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.