You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: integrate font database with 6 optimized operations (v0.36.0)
- Complete figma_vectors tool with sparse vector format and bulk operations
- Enhanced logging with server/plugin version tracking and font database status
- Comprehensive test suite cleanup and vector format coverage
- Resolved rgbToHex import error and removed debug statements
Designed with ❤️ by oO. Coded with ✨ by Claude Sonnet 4
Co-authored-by: Claude.AI <[email protected]>
- Use `{type: 'OPERATION', payload: parameters}` pattern
26
26
- YAML responses for all tool outputs
27
27
-**JSON-RPC**: Always use `error.toString()` never `error.message`
28
-
-**Debug Logging**: Use `debugLog()` from `src/utils/logger.ts` for troubleshooting - it safely ignores errors to avoid breaking JSON-RPC communication
28
+
-**Debug Logging**:
29
+
- Server: Use `logger.debug()` from `src/utils/logger.ts`
30
+
- Plugin: Use `logger.debug()` from `figma-plugin/src/logger.ts`
31
+
- Both safely ignore errors to avoid breaking JSON-RPC communication
29
32
30
33
### Code Standards
31
34
- Follow existing patterns before creating new ones
0 commit comments