pumuki 6.3.195 → 6.3.196

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.
@@ -403,6 +403,15 @@ const normalizeKnownRuleTarget = (
403
403
  ) {
404
404
  return 'skills.ios.no-nsmanagedobject-async-boundary';
405
405
  }
406
+ if (
407
+ includes('keep swiftdata orchestration') ||
408
+ includes('swiftdata contexts containers queries or persistence models') ||
409
+ includes('modelcontext') ||
410
+ includes('modelcontainer') ||
411
+ includes('query model')
412
+ ) {
413
+ return 'skills.ios.no-swiftdata-layer-leak';
414
+ }
406
415
  if (
407
416
  includes('core data orchestration inside infrastructure') ||
408
417
  includes('instead of presentation code') ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pumuki",
3
- "version": "6.3.195",
3
+ "version": "6.3.196",
4
4
  "description": "Enterprise-grade AST Intelligence System with multi-platform support (iOS, Android, Backend, Frontend) and Feature-First + DDD + Clean Architecture enforcement. Includes dynamic violations API for intelligent querying.",
5
5
  "main": "index.js",
6
6
  "bin": {
package/skills.lock.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "compilerVersion": "1.0.0",
4
- "generatedAt": "2026-05-12T21:28:07.507Z",
4
+ "generatedAt": "2026-05-13T11:03:09.894Z",
5
5
  "bundles": [
6
6
  {
7
7
  "name": "android-guidelines",
@@ -5644,20 +5644,8 @@
5644
5644
  "name": "ios-core-data-guidelines",
5645
5645
  "version": "1.0.0",
5646
5646
  "source": "file:vendor/skills/core-data-expert/SKILL.md",
5647
- "hash": "d91f2cad6499310a4299b39593d47f40a507299a0562c21bc64aad9b5d27c66f",
5647
+ "hash": "be63caab019ec200e0248cc670f431b27d4fa8023c3267d0577785e50ba14db4",
5648
5648
  "rules": [
5649
- {
5650
- "id": "skills.ios.guideline.ios-core-data.keep-swiftdata-orchestration-modelcontext-modelcontainer-query-model-i",
5651
- "description": "Keep SwiftData orchestration (ModelContext, ModelContainer, @Query, @Model) inside infrastructure or repository layers instead of application or presentation code in enterprise Clean Architecture.",
5652
- "severity": "WARN",
5653
- "platform": "ios",
5654
- "sourceSkill": "ios-core-data-guidelines",
5655
- "sourcePath": "vendor/skills/core-data-expert/SKILL.md",
5656
- "confidence": "MEDIUM",
5657
- "locked": true,
5658
- "evaluationMode": "DECLARATIVE",
5659
- "origin": "core"
5660
- },
5661
5649
  {
5662
5650
  "id": "skills.ios.guideline.ios-core-data.make-context-ownership-explicit-and-keep-merge-boundaries-controlled",
5663
5651
  "description": "Make context ownership explicit and keep merge boundaries controlled.",
@@ -5706,18 +5694,6 @@
5706
5694
  "evaluationMode": "DECLARATIVE",
5707
5695
  "origin": "core"
5708
5696
  },
5709
- {
5710
- "id": "skills.ios.guideline.ios-core-data.using-swiftdata-contexts-containers-queries-or-persistence-models-dire",
5711
- "description": "Using SwiftData contexts, containers, queries, or persistence models directly in application or presentation code when the repo requires Clean Architecture boundaries.",
5712
- "severity": "ERROR",
5713
- "platform": "ios",
5714
- "sourceSkill": "ios-core-data-guidelines",
5715
- "sourcePath": "vendor/skills/core-data-expert/SKILL.md",
5716
- "confidence": "HIGH",
5717
- "locked": true,
5718
- "evaluationMode": "DECLARATIVE",
5719
- "origin": "core"
5720
- },
5721
5697
  {
5722
5698
  "id": "skills.ios.no-core-data-layer-leak",
5723
5699
  "description": "Keep Core Data orchestration inside infrastructure or repository layers; avoid Core Data APIs in application or presentation code.",
@@ -5769,6 +5745,18 @@
5769
5745
  "sourcePath": "vendor/skills/core-data-expert/SKILL.md",
5770
5746
  "evaluationMode": "AUTO",
5771
5747
  "origin": "core"
5748
+ },
5749
+ {
5750
+ "id": "skills.ios.no-swiftdata-layer-leak",
5751
+ "description": "Keep SwiftData orchestration (ModelContext, ModelContainer, @Query, @Model) inside infrastructure or repository layers instead of application or presentation code in enterprise Clean Architecture.",
5752
+ "severity": "WARN",
5753
+ "platform": "ios",
5754
+ "sourceSkill": "ios-core-data-guidelines",
5755
+ "sourcePath": "vendor/skills/core-data-expert/SKILL.md",
5756
+ "confidence": "MEDIUM",
5757
+ "locked": true,
5758
+ "evaluationMode": "AUTO",
5759
+ "origin": "core"
5772
5760
  }
5773
5761
  ]
5774
5762
  },