Files
Yeuoly 2208ee9c2e docs: add comprehensive development documentation
## 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>
2025-08-27 13:41:15 +08:00
..
2025-01-06 14:38:44 +08:00