Display key information about the DesignSetGo plugin.
Show:
- •
Architecture Overview
- •Hybrid approach: Extends core blocks + creates custom blocks
- •Philosophy: Work WITH WordPress, not against it
- •
Current Extensions
- •List all extensions in
src/extensions/ - •Show which core blocks they enhance
- •List features each extension adds
- •List all extensions in
- •
Current Variations
- •List all variations in
src/variations/ - •Show which core blocks they extend
- •Brief description of each variation
- •List all variations in
- •
Custom Blocks (if any)
- •List all custom blocks in
src/blocks/ - •Brief description of each
- •List all custom blocks in
- •
Build Configuration
- •Entry points
- •Output structure
- •Key webpack settings
- •
File Structure
- •Extension pattern
- •Variation pattern
- •Block pattern
- •Build output
- •
Key Principles (from
.claude/claude.md)- •Extend, don't replace
- •Conditional controls
- •Respect native UX
- •Think responsive
- •Future-proof
Present this information in a clear, organized markdown format.