pumuki 6.3.155 → 6.3.156
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.
|
@@ -503,6 +503,9 @@ const buildPrePushCommitPathLimitViolations = (params: {
|
|
|
503
503
|
repoRoot: params.repoRoot,
|
|
504
504
|
commitHash: commitRecord.hash,
|
|
505
505
|
}).filter((path) => !isManagedEvidencePath(path));
|
|
506
|
+
if (isSkillsEnforcementRemediationDiff(changedPaths)) {
|
|
507
|
+
continue;
|
|
508
|
+
}
|
|
506
509
|
violations.push(
|
|
507
510
|
...buildPathLimitViolations({
|
|
508
511
|
changedPaths,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pumuki",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.156",
|
|
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": {
|