mobile-best-practices 1.9.0 → 1.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
1
  ---
2
2
  name: mobile-best-practices
3
- description: "Mobile development intelligence for Android, iOS, Flutter, and React Native. 2,461 searchable entries: 49 architecture patterns, 112 design patterns, 191 UI patterns, 243 anti-patterns, 103 libraries, 228 performance rules, 437 security practices, 73 testing patterns, 56 reasoning rules, 18 project templates, 792 platform-specific guidelines, 81 copy-paste code snippets, and 78 Gradle dependency declarations. Actions: plan, build, create, design, implement, review, fix, improve, optimize, refactor, architect mobile apps. Platforms: Android Jetpack Compose, iOS SwiftUI, Flutter Dart, React Native TypeScript. Architectures: MVVM, MVI, VIPER, TCA, BLoC, Clean Architecture, Redux, Provider, Riverpod, Zustand. Topics: state management, navigation, dependency injection, networking, database, image loading, testing, security, performance, accessibility, offline-first, modularization, CI/CD, crash reporting, localization, clean code, scalability, monitoring, analytics, Material3, Gradle version catalog, code generation."
3
+ description: "Mobile development intelligence for Android, iOS, Flutter, and React Native. 1,937 searchable entries: 49 architecture patterns, 112 design patterns, 95 UI patterns, 124 anti-patterns, 103 libraries, 228 performance rules, 437 security practices, 73 testing patterns, 56 reasoning rules, 18 project templates, 483 platform-specific guidelines, 81 copy-paste code snippets, and 78 Gradle dependency declarations. Actions: plan, build, create, design, implement, review, fix, improve, optimize, refactor, architect mobile apps. Platforms: Android Jetpack Compose, iOS SwiftUI, Flutter Dart, React Native TypeScript. Architectures: MVVM, MVI, VIPER, TCA, BLoC, Clean Architecture, Redux, Provider, Riverpod, Zustand. Topics: state management, navigation, dependency injection, networking, database, image loading, testing, security, performance, accessibility, offline-first, modularization, CI/CD, crash reporting, localization, clean code, scalability, monitoring, analytics, Material3, Gradle version catalog, code generation."
4
4
  ---
5
5
 
6
6
  # Mobile Best Practices - Development Intelligence
7
7
 
8
- Searchable database of **2,461 mobile development best practices** covering architecture patterns, UI components, anti-patterns, libraries, performance rules, security practices, testing patterns, code snippets, Gradle dependencies, and platform-specific guidelines for Android, iOS, Flutter, and React Native.
8
+ Searchable database of **1,937 mobile development best practices** covering architecture patterns, UI components, anti-patterns, libraries, performance rules, security practices, testing patterns, code snippets, Gradle dependencies, and platform-specific guidelines for Android, iOS, Flutter, and React Native.
9
9
 
10
10
  **Android-first**: Optimized for Android/Jetpack Compose with full copy-paste code snippets and ready-to-use Gradle declarations.
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobile-best-practices",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "CLI to install Mobile Best Practices skill for AI coding assistants",
5
5
  "type": "module",
6
6
  "bin": {