mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-24 13:06:51 -04:00
2208ee9c2e
## Summary - Create CLAUDE.md as main development guide with architecture overview, code style guidelines, and setup instructions - Add modular technical documentation in docs/claude/ directory covering: - Database operations with query builder patterns - Redis cache operations including pub/sub and distributed locks - Stream operations for async producer-consumer patterns - Generic types usage throughout the codebase - HTTP request utilities and patterns - Update README.md with documentation section for better discoverability - Clean up unused cache functions in internal/db/cache.go - Cross-reference related documentation for easy navigation ## Test plan - [x] Verify all documentation links work correctly - [x] Check code examples compile and follow established patterns - [x] Ensure documentation reflects current codebase architecture 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>