pumuki 6.3.320 → 6.3.321

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.
@@ -1501,9 +1501,6 @@ const appendWorktreeHygieneViolations = (
1501
1501
  };
1502
1502
 
1503
1503
  const toPolicyStage = (stage: AiGateStage): SkillsStage => {
1504
- if (stage === 'PRE_WRITE') {
1505
- return 'PRE_COMMIT';
1506
- }
1507
1504
  return stage;
1508
1505
  };
1509
1506
 
@@ -84,9 +84,6 @@ const defaultDependencies: PlatformGateEvaluationDependencies = {
84
84
  const normalizeStageForSkills = (
85
85
  stage: GateStage
86
86
  ): Exclude<GateStage, 'STAGED'> => {
87
- if (stage === 'PRE_WRITE') {
88
- return 'CI';
89
- }
90
87
  return stage === 'STAGED' ? 'PRE_COMMIT' : stage;
91
88
  };
92
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pumuki",
3
- "version": "6.3.320",
3
+ "version": "6.3.321",
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": {