pumuki 6.3.291 → 6.3.293

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.
@@ -856,7 +856,7 @@ export async function runPreCommitStage(
856
856
  repoRoot,
857
857
  stage: 'PRE_COMMIT',
858
858
  scope: {
859
- kind: 'workingTree',
859
+ kind: 'staged',
860
860
  },
861
861
  });
862
862
  if (
@@ -272,7 +272,7 @@ const toResultScope = (params: {
272
272
  };
273
273
 
274
274
  const isFindingBlocking = (finding: SnapshotFinding): boolean => {
275
- return Boolean(finding.ruleId);
275
+ return finding.blocking !== false;
276
276
  };
277
277
 
278
278
  const toLifecycleAuditFinding = (finding: SnapshotFinding): LifecycleAuditFinding => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pumuki",
3
- "version": "6.3.291",
3
+ "version": "6.3.293",
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": {