From 49934d6ceacba182b230e676252100641f333a42 Mon Sep 17 00:00:00 2001 From: isamu Date: Sun, 25 Jan 2026 06:26:44 +0900 Subject: [PATCH] docs: add CLAUDE.md for plugin-specific guidance Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..e5c84d8 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,27 @@ +# CLAUDE.md + +## Plugin Overview + +Weather forecast plugin for GUI Chat. Display weather information from Japan Meteorological Agency. + +## Common Guidelines + +For standard plugin development guidelines, see: +https://github.com/receptron/GUIChatPluginTemplate/blob/main/CLAUDE.md + +## Plugin-Specific Notes + +### Features +- Weather forecast display +- Japan Meteorological Agency data +- Location-based forecasts + +### External Services +- **Japan Meteorological Agency API**: Weather data source + +### 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.