PR Creation Process 1. Analyze changes : to understand ALL commits 2. Determine affected components : SDK, API, UI, MCP, Docs 3. Fill template sections based on changes 4. Create PR with PR Template Structure Component-Specific Rules | Component | CHANGELOG | Extra Checks | |-----------|-----------|--------------| | SDK | | New checks → permissions update? | | API | | API specs, version bump, endpoint output, EXPLAIN ANALYZE, performance | | UI | | Screenshots for Mobile/Tablet/Desktop | | MCP | | N/A | Commands Title Conventions Follow conventional commits: - New feature - Bug fix - Document…