Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -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.