From d6183d208e98b9c4eb61a90b144b6d69d8880e1d Mon Sep 17 00:00:00 2001 From: lethdat Date: Sat, 21 Feb 2026 01:19:58 +0700 Subject: [PATCH] docs: update CLAUDE.md with TinyMqttClient and testing info - Add note about TinyMqttClient being used for MQTT in `src/lib/liteMqtt.ts` - Add a note mentioning that testing and linting tools are currently not configured Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 4531638..17ec337 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -152,6 +152,7 @@ Cloudflare Worker bindings (configured in `wrangler.jsonc`): - Always use `customFetch` from `@httpClientAdapter` for API calls, never raw fetch - The `honoContext` is provided to Vue app for accessing request context in components -- MQTT client in `src/lib/liteMqtt.ts` handles real-time notifications +- MQTT client in `src/lib/liteMqtt.ts` (using `TinyMqttClient`) handles real-time notifications - Icons are custom Vue components in `src/components/icons/` - Upload indicator is a global component showing queue status +- **Testing & Linting**: There are currently no automated test suites (like Vitest) or linting tools (like ESLint/Prettier) configured.