pumuki 6.3.46 → 6.3.47
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.
package/docs/RELEASE_NOTES.md
CHANGED
|
@@ -5,6 +5,19 @@ Detailed commit history remains available through Git history (`git log` / `git
|
|
|
5
5
|
|
|
6
6
|
## 2026-03 (enterprise hardening updates)
|
|
7
7
|
|
|
8
|
+
### 2026-03-05 (v6.3.47)
|
|
9
|
+
|
|
10
|
+
- Manifest integrity hardening in hook stages (`PRE_COMMIT` / `PRE_PUSH`):
|
|
11
|
+
- Pumuki now snapshots `package.json` and `package-lock.json` before hook gate execution.
|
|
12
|
+
- If an unexpected mutation appears during the hook flow, Pumuki restores both files automatically and blocks with:
|
|
13
|
+
- `MANIFEST_MUTATION_DETECTED`
|
|
14
|
+
- Operational impact:
|
|
15
|
+
- avoids silent consumer manifest drift while keeping explicit upgrade flows (`pumuki update --latest`) under developer control.
|
|
16
|
+
- Validation evidence:
|
|
17
|
+
- `npx --yes tsx@4.21.0 --test integrations/git/__tests__/stageRunners.test.ts` (`32 pass / 0 fail`)
|
|
18
|
+
- `npm run -s typecheck` (`PASS`)
|
|
19
|
+
- consumer check with local bin in RuralGo: hashes of `package.json`/`package-lock.json` unchanged after `PRE_WRITE + pre-commit + pre-push`.
|
|
20
|
+
|
|
8
21
|
### 2026-03-05 (v6.3.46)
|
|
9
22
|
|
|
10
23
|
- Paridad hook/watch en auto-remediación de skills coverage:
|
|
@@ -2389,4 +2389,131 @@
|
|
|
2389
2389
|
- `npm run -s typecheck` -> `PASS`.
|
|
2390
2390
|
- smoke consumer Flux (binario local core): `watch --once --json` -> `version.driftFromRuntime=true` + `driftWarning` presente.
|
|
2391
2391
|
|
|
2392
|
-
-
|
|
2392
|
+
- ✅ PUMUKI-180: Cerrar rollout consumidor de `PUM-012` (release + update en Flux) y mover leyenda externa de `🚧` a `✅` con evidencia en `pnpm exec pumuki watch --json`.
|
|
2393
|
+
- Resultado (2026-03-05):
|
|
2394
|
+
- release publicado: `pumuki@6.3.46`.
|
|
2395
|
+
- rollout en Flux:
|
|
2396
|
+
- `pnpm add -Dw pumuki@latest`
|
|
2397
|
+
- `pnpm exec pumuki watch --once --stage=PRE_COMMIT --scope=staged --json`
|
|
2398
|
+
- contrato validado en consumer:
|
|
2399
|
+
- `version.effective=6.3.46`
|
|
2400
|
+
- `version.runtime=6.3.46`
|
|
2401
|
+
- `version.driftFromRuntime=false`
|
|
2402
|
+
- `lastTick.changedFiles[]` y `lastTick.evaluatedFiles[]` presentes.
|
|
2403
|
+
- MD externo Flux actualizado:
|
|
2404
|
+
- `PUM-012` -> `✅ Cerrado`
|
|
2405
|
+
- backlog Flux queda `✅ 100% cerrado`.
|
|
2406
|
+
|
|
2407
|
+
- ✅ PUMUKI-181: Ejecutar verificación post-release en SAAS y RuralGo (`status/doctor/watch`) y registrar únicamente hallazgos netos nuevos.
|
|
2408
|
+
- Resultado (2026-03-05):
|
|
2409
|
+
- verificación completa en `SAAS`:
|
|
2410
|
+
- `status --json`: `packageVersion=6.3.46`, `lifecycleState.version=6.3.46`.
|
|
2411
|
+
- `doctor --json`: `issues=[]`.
|
|
2412
|
+
- `watch --once --json`: `version.effective=6.3.46`, `driftFromRuntime=false`, gate `ALLOW`.
|
|
2413
|
+
- verificación completa en `R_GO`:
|
|
2414
|
+
- `status --json`: `packageVersion=6.3.46`, `lifecycleState.version=6.3.46`.
|
|
2415
|
+
- `doctor --json`: `issues=[]`.
|
|
2416
|
+
- `watch --once --json`: `version.effective=6.3.46`, `driftFromRuntime=false`, gate `ALLOW`.
|
|
2417
|
+
- contraste de backlog externo (solo señal neta):
|
|
2418
|
+
- `SAAS`: `hasActionRequired=false`.
|
|
2419
|
+
- `RuralGo`: `hasActionRequired=false`.
|
|
2420
|
+
- no se registran hallazgos netos nuevos en esta pasada.
|
|
2421
|
+
- Evidencia:
|
|
2422
|
+
- `pnpm exec pumuki status --json` (SAAS).
|
|
2423
|
+
- `pnpm exec pumuki doctor --json` (SAAS).
|
|
2424
|
+
- `pnpm exec pumuki watch --once --stage=PRE_COMMIT --scope=staged --json` (SAAS).
|
|
2425
|
+
- `npx --yes --package pumuki@latest pumuki status --json` (R_GO).
|
|
2426
|
+
- `npx --yes --package pumuki@latest pumuki doctor --json` (R_GO).
|
|
2427
|
+
- `npx --yes --package pumuki@latest pumuki watch --once --stage=PRE_COMMIT --scope=staged --json` (R_GO).
|
|
2428
|
+
- `npm run -s validation:backlog-watch -- --file="/Users/juancarlosmerlosalbarracin/Developer/Projects/SAAS:APP_SUPERMERCADOS/docs/pumuki/PUMUKI_BUGS_MEJORAS.md" --repo=SwiftEnProfundidad/ast-intelligence-hooks --json --no-fail`.
|
|
2429
|
+
- `npm run -s validation:backlog-watch -- --file="/Users/juancarlosmerlosalbarracin/Developer/Projects/R_GO/docs/technical/08-validation/refactor/pumuki-integration-feedback.md" --repo=SwiftEnProfundidad/ast-intelligence-hooks --json --no-fail`.
|
|
2430
|
+
|
|
2431
|
+
- ✅ PUMUKI-182: Ejecutar ciclo de vigilancia activa post-6.3.46 en SAAS/RuralGo/Flux y abrir fix inmediato solo si aparece `has_action_required=true`.
|
|
2432
|
+
- Resultado (2026-03-05):
|
|
2433
|
+
- ciclo `tick` y `gate` ejecutado en flota completa (`SAAS`, `RuralGo`, `Flux`).
|
|
2434
|
+
- estado consolidado:
|
|
2435
|
+
- `targets=3`
|
|
2436
|
+
- `entries_scanned_total=137`
|
|
2437
|
+
- `non_closed_total=0`
|
|
2438
|
+
- `has_action_required=false`
|
|
2439
|
+
- no se abrió fix nuevo al no existir señal neta reproducible.
|
|
2440
|
+
- Evidencia:
|
|
2441
|
+
- `npm run -s validation:backlog-watch:tick`.
|
|
2442
|
+
- `npm run -s validation:backlog-watch:gate`.
|
|
2443
|
+
|
|
2444
|
+
- ✅ PUMUKI-183: Mantener vigilancia continua (tick/gate) y preparar corte de release solo cuando aparezca incidencia neta reproducible en consumers.
|
|
2445
|
+
- Resultado (2026-03-05):
|
|
2446
|
+
- nueva pasada operativa completada con `tick` y `gate` sobre `SAAS`, `RuralGo` y `Flux`.
|
|
2447
|
+
- estado consolidado:
|
|
2448
|
+
- `targets=3`
|
|
2449
|
+
- `entries_scanned_total=137`
|
|
2450
|
+
- `non_closed_total=0`
|
|
2451
|
+
- `action_required_targets=0`
|
|
2452
|
+
- `has_action_required=false`
|
|
2453
|
+
- sin señal neta reproducible, no se abre fix nuevo ni corte de release.
|
|
2454
|
+
- Evidencia:
|
|
2455
|
+
- `npm run -s validation:backlog-watch:tick`.
|
|
2456
|
+
- `npm run -s validation:backlog-watch:gate`.
|
|
2457
|
+
|
|
2458
|
+
- ✅ PUMUKI-184: Mantener ciclo continuo de vigilancia multi-consumer (tick/gate) y ejecutar fix inmediato al primer `has_action_required=true` con actualización de leyenda en MD externo + MD interno.
|
|
2459
|
+
- Resultado (2026-03-05):
|
|
2460
|
+
- el ciclo `tick/gate` detectó señal neta reproducible:
|
|
2461
|
+
- `targets=3`
|
|
2462
|
+
- `entries_scanned_total=139`
|
|
2463
|
+
- `non_closed_total=1`
|
|
2464
|
+
- `has_action_required=true`
|
|
2465
|
+
- origen: `RuralGo` -> `PUMUKI-INC-063` (`needs_issue`).
|
|
2466
|
+
- trazabilidad inmediata ejecutada:
|
|
2467
|
+
- issue upstream creada: `#720`.
|
|
2468
|
+
- MD externo RuralGo actualizado con referencia de issue:
|
|
2469
|
+
- fila resumen activa `PUMUKI-INC-063` -> incluye `issue #720`.
|
|
2470
|
+
- entrada incremental `PUMUKI-INC-063` -> `🚧 REPORTED (#720)`.
|
|
2471
|
+
- se mantiene disciplina de una sola task activa y se abre implementación técnica del fix.
|
|
2472
|
+
- Evidencia:
|
|
2473
|
+
- `npm run -s validation:backlog-watch:tick`.
|
|
2474
|
+
- `npm run -s validation:backlog-watch:gate`.
|
|
2475
|
+
- `gh issue create --repo SwiftEnProfundidad/ast-intelligence-hooks ...` -> `https://github.com/SwiftEnProfundidad/ast-intelligence-hooks/issues/720`.
|
|
2476
|
+
- edición de `/Users/juancarlosmerlosalbarracin/Developer/Projects/R_GO/docs/technical/08-validation/refactor/pumuki-integration-feedback.md`.
|
|
2477
|
+
|
|
2478
|
+
- ✅ PUMUKI-185: Implementar fix técnico de `#720` (no mutación de `package.json`/`package-lock.json` en hooks/gates sin upgrade explícito) con RED -> GREEN -> REFACTOR y cerrar trazabilidad en MD externo + interno.
|
|
2479
|
+
- Resultado (2026-03-05):
|
|
2480
|
+
- `integrations/git/stageRunners.ts` incorpora guard de integridad de manifests en hooks:
|
|
2481
|
+
- snapshot previo de `package.json` + `package-lock.json`,
|
|
2482
|
+
- detección de mutación inesperada tras gate,
|
|
2483
|
+
- reversión automática al snapshot original,
|
|
2484
|
+
- bloqueo explícito con código `MANIFEST_MUTATION_DETECTED`.
|
|
2485
|
+
- comportamiento objetivo:
|
|
2486
|
+
- los hooks no dejan side-effects en manifests del consumer sin comando explícito de upgrade.
|
|
2487
|
+
- cobertura RED -> GREEN añadida:
|
|
2488
|
+
- `runPreCommitStage bloquea y revierte mutación inesperada de manifests`.
|
|
2489
|
+
- `runPrePushStage bloquea y revierte mutación inesperada de manifests`.
|
|
2490
|
+
- Evidencia:
|
|
2491
|
+
- `npx --yes tsx@4.21.0 --test integrations/git/__tests__/stageRunners.test.ts` -> `32 pass / 0 fail`.
|
|
2492
|
+
- `npm run -s typecheck` -> `PASS`.
|
|
2493
|
+
- issue de trazabilidad: `https://github.com/SwiftEnProfundidad/ast-intelligence-hooks/issues/720`.
|
|
2494
|
+
|
|
2495
|
+
- ✅ PUMUKI-186: Validar fix `#720` en consumer real (RuralGo), actualizar estado del hallazgo `PUMUKI-INC-063` y cerrar issue/loop de vigilancia si `has_action_required=false`.
|
|
2496
|
+
- Resultado (2026-03-05):
|
|
2497
|
+
- validación ejecutada en RuralGo con binario local del core (incluye fix `#720`) sobre ciclo real:
|
|
2498
|
+
- `pumuki sdd validate --stage=PRE_WRITE --json`
|
|
2499
|
+
- `pumuki-pre-commit`
|
|
2500
|
+
- `pumuki-pre-push`
|
|
2501
|
+
- comprobación de integridad de manifests:
|
|
2502
|
+
- `package.json`: hash sin cambios antes/después.
|
|
2503
|
+
- `package-lock.json`: hash sin cambios antes/después.
|
|
2504
|
+
- resultado funcional:
|
|
2505
|
+
- `RC prewrite=0`, `RC precommit=0`, `RC prepush=0`.
|
|
2506
|
+
- vigilancia consolidada:
|
|
2507
|
+
- `validation:backlog-watch:tick` en verde (`has_action_required=false`).
|
|
2508
|
+
- Evidencia:
|
|
2509
|
+
- ejecución local fix en consumer RuralGo:
|
|
2510
|
+
- `node /Users/juancarlosmerlosalbarracin/Developer/Projects/ast-intelligence-hooks/bin/pumuki.js sdd validate --stage=PRE_WRITE --json`
|
|
2511
|
+
- `node /Users/juancarlosmerlosalbarracin/Developer/Projects/ast-intelligence-hooks/bin/pumuki-pre-commit.js`
|
|
2512
|
+
- `PUMUKI_PRE_PUSH_STDIN=\"\" node /Users/juancarlosmerlosalbarracin/Developer/Projects/ast-intelligence-hooks/bin/pumuki-pre-push.js`
|
|
2513
|
+
- verificación de hashes + estado:
|
|
2514
|
+
- `shasum -a 256 package.json package-lock.json`
|
|
2515
|
+
- `git status --short -- package.json package-lock.json`
|
|
2516
|
+
- vigilancia:
|
|
2517
|
+
- `npm run -s validation:backlog-watch:tick`.
|
|
2518
|
+
|
|
2519
|
+
- 🚧 PUMUKI-187: Publicar corte con fix `#720`, actualizar consumers a la versión publicada y mover `PUMUKI-INC-063` de `🚧 REPORTED` a `✅ FIXED` con referencia de issue/commit/release.
|
|
@@ -18,7 +18,8 @@ import {
|
|
|
18
18
|
emitAuditSummaryNotificationFromEvidence,
|
|
19
19
|
emitGateBlockedNotification,
|
|
20
20
|
} from '../notifications/emitAuditSummaryNotification';
|
|
21
|
-
import { readFileSync } from 'node:fs';
|
|
21
|
+
import { existsSync, readFileSync, unlinkSync, writeFileSync } from 'node:fs';
|
|
22
|
+
import { join } from 'node:path';
|
|
22
23
|
import { readEvidence, readEvidenceResult } from '../evidence/readEvidence';
|
|
23
24
|
import type { EvidenceReadResult } from '../evidence/readEvidence';
|
|
24
25
|
import { ensureRuntimeArtifactsIgnored } from '../lifecycle/artifacts';
|
|
@@ -53,6 +54,8 @@ const BLOCKED_REMEDIATION_BY_CODE: Readonly<Record<string, string>> = {
|
|
|
53
54
|
PRE_PUSH_UPSTREAM_MISSING: 'Ejecuta: git push --set-upstream origin <branch>',
|
|
54
55
|
PRE_PUSH_UPSTREAM_MISALIGNED:
|
|
55
56
|
'Alinea upstream con la rama actual: git branch --unset-upstream && git push --set-upstream origin <branch>',
|
|
57
|
+
MANIFEST_MUTATION_DETECTED:
|
|
58
|
+
'Los hooks/gates no deben modificar manifests. Revisa wiring y ejecuta upgrade explícito solo cuando aplique (por ejemplo: pumuki update --latest).',
|
|
56
59
|
};
|
|
57
60
|
|
|
58
61
|
const HOOK_POLICY_RECONCILE_CODES = new Set<string>([
|
|
@@ -238,6 +241,82 @@ const shouldRetryAfterPolicyReconcile = (params: {
|
|
|
238
241
|
|
|
239
242
|
type HookStage = 'PRE_COMMIT' | 'PRE_PUSH';
|
|
240
243
|
type HookPolicyTrace = NonNullable<ReturnType<typeof resolvePolicyForStage>['trace']>;
|
|
244
|
+
const MANIFEST_GUARD_FILES = ['package.json', 'package-lock.json'] as const;
|
|
245
|
+
|
|
246
|
+
type ManifestGuardEntry = {
|
|
247
|
+
relativePath: (typeof MANIFEST_GUARD_FILES)[number];
|
|
248
|
+
absolutePath: string;
|
|
249
|
+
existed: boolean;
|
|
250
|
+
contents: string;
|
|
251
|
+
};
|
|
252
|
+
|
|
253
|
+
const captureManifestGuardSnapshot = (repoRoot: string): Array<ManifestGuardEntry> =>
|
|
254
|
+
MANIFEST_GUARD_FILES.map((relativePath) => {
|
|
255
|
+
const absolutePath = join(repoRoot, relativePath);
|
|
256
|
+
const existed = existsSync(absolutePath);
|
|
257
|
+
return {
|
|
258
|
+
relativePath,
|
|
259
|
+
absolutePath,
|
|
260
|
+
existed,
|
|
261
|
+
contents: existed ? readFileSync(absolutePath, 'utf8') : '',
|
|
262
|
+
};
|
|
263
|
+
});
|
|
264
|
+
|
|
265
|
+
const restoreManifestGuardSnapshot = (
|
|
266
|
+
snapshot: ReadonlyArray<ManifestGuardEntry>
|
|
267
|
+
): Array<string> => {
|
|
268
|
+
const mutated: Array<string> = [];
|
|
269
|
+
for (const entry of snapshot) {
|
|
270
|
+
const existsNow = existsSync(entry.absolutePath);
|
|
271
|
+
if (entry.existed) {
|
|
272
|
+
if (!existsNow) {
|
|
273
|
+
writeFileSync(entry.absolutePath, entry.contents, 'utf8');
|
|
274
|
+
mutated.push(entry.relativePath);
|
|
275
|
+
continue;
|
|
276
|
+
}
|
|
277
|
+
const current = readFileSync(entry.absolutePath, 'utf8');
|
|
278
|
+
if (current !== entry.contents) {
|
|
279
|
+
writeFileSync(entry.absolutePath, entry.contents, 'utf8');
|
|
280
|
+
mutated.push(entry.relativePath);
|
|
281
|
+
}
|
|
282
|
+
continue;
|
|
283
|
+
}
|
|
284
|
+
if (existsNow) {
|
|
285
|
+
unlinkSync(entry.absolutePath);
|
|
286
|
+
mutated.push(entry.relativePath);
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
return Array.from(new Set(mutated));
|
|
290
|
+
};
|
|
291
|
+
|
|
292
|
+
const enforceManifestGuard = (params: {
|
|
293
|
+
dependencies: StageRunnerDependencies;
|
|
294
|
+
repoRoot: string;
|
|
295
|
+
stage: HookStage;
|
|
296
|
+
snapshot: ReadonlyArray<ManifestGuardEntry>;
|
|
297
|
+
}): boolean => {
|
|
298
|
+
const mutated = restoreManifestGuardSnapshot(params.snapshot);
|
|
299
|
+
if (mutated.length === 0) {
|
|
300
|
+
return false;
|
|
301
|
+
}
|
|
302
|
+
const summary = mutated.join(', ');
|
|
303
|
+
process.stderr.write(
|
|
304
|
+
`[pumuki][manifest-guard] unexpected manifest mutation detected and reverted: ${summary}\n`
|
|
305
|
+
);
|
|
306
|
+
params.dependencies.notifyGateBlocked({
|
|
307
|
+
repoRoot: params.repoRoot,
|
|
308
|
+
stage: params.stage,
|
|
309
|
+
totalViolations: mutated.length,
|
|
310
|
+
causeCode: 'MANIFEST_MUTATION_DETECTED',
|
|
311
|
+
causeMessage:
|
|
312
|
+
`Unexpected manifest mutation detected during ${params.stage}: ${summary}. ` +
|
|
313
|
+
'Hooks/gates must not mutate consumer manifests without explicit upgrade command.',
|
|
314
|
+
remediation: BLOCKED_REMEDIATION_BY_CODE.MANIFEST_MUTATION_DETECTED
|
|
315
|
+
?? DEFAULT_BLOCKED_REMEDIATION,
|
|
316
|
+
});
|
|
317
|
+
notifyAuditSummaryForStage(params.dependencies, params.stage);
|
|
318
|
+
return true;
|
|
319
|
+
};
|
|
241
320
|
|
|
242
321
|
const runHookGateAttempt = async (params: {
|
|
243
322
|
dependencies: StageRunnerDependencies;
|
|
@@ -455,6 +534,7 @@ export async function runPreCommitStage(
|
|
|
455
534
|
): Promise<number> {
|
|
456
535
|
const activeDependencies = getDependencies(dependencies);
|
|
457
536
|
const repoRoot = activeDependencies.resolveRepoRoot();
|
|
537
|
+
const manifestSnapshot = captureManifestGuardSnapshot(repoRoot);
|
|
458
538
|
activeDependencies.ensureRuntimeArtifactsIgnored(repoRoot);
|
|
459
539
|
if (
|
|
460
540
|
enforceGitAtomicityGate({
|
|
@@ -473,6 +553,16 @@ export async function runPreCommitStage(
|
|
|
473
553
|
kind: 'staged',
|
|
474
554
|
},
|
|
475
555
|
});
|
|
556
|
+
if (
|
|
557
|
+
enforceManifestGuard({
|
|
558
|
+
dependencies: activeDependencies,
|
|
559
|
+
repoRoot,
|
|
560
|
+
stage: 'PRE_COMMIT',
|
|
561
|
+
snapshot: manifestSnapshot,
|
|
562
|
+
})
|
|
563
|
+
) {
|
|
564
|
+
return 1;
|
|
565
|
+
}
|
|
476
566
|
emitSuccessfulHookGateSummary({
|
|
477
567
|
dependencies: activeDependencies,
|
|
478
568
|
stage: 'PRE_COMMIT',
|
|
@@ -497,6 +587,7 @@ export async function runPrePushStage(
|
|
|
497
587
|
): Promise<number> {
|
|
498
588
|
const activeDependencies = getDependencies(dependencies);
|
|
499
589
|
const repoRoot = activeDependencies.resolveRepoRoot();
|
|
590
|
+
const manifestSnapshot = captureManifestGuardSnapshot(repoRoot);
|
|
500
591
|
activeDependencies.ensureRuntimeArtifactsIgnored(repoRoot);
|
|
501
592
|
const upstreamRef = activeDependencies.resolveUpstreamRef();
|
|
502
593
|
if (!upstreamRef) {
|
|
@@ -535,6 +626,16 @@ export async function runPrePushStage(
|
|
|
535
626
|
toRef: 'HEAD',
|
|
536
627
|
},
|
|
537
628
|
});
|
|
629
|
+
if (
|
|
630
|
+
enforceManifestGuard({
|
|
631
|
+
dependencies: activeDependencies,
|
|
632
|
+
repoRoot,
|
|
633
|
+
stage: 'PRE_PUSH',
|
|
634
|
+
snapshot: manifestSnapshot,
|
|
635
|
+
})
|
|
636
|
+
) {
|
|
637
|
+
return 1;
|
|
638
|
+
}
|
|
538
639
|
emitSuccessfulHookGateSummary({
|
|
539
640
|
dependencies: activeDependencies,
|
|
540
641
|
stage: 'PRE_PUSH',
|
|
@@ -554,6 +655,16 @@ export async function runPrePushStage(
|
|
|
554
655
|
kind: 'workingTree',
|
|
555
656
|
},
|
|
556
657
|
});
|
|
658
|
+
if (
|
|
659
|
+
enforceManifestGuard({
|
|
660
|
+
dependencies: activeDependencies,
|
|
661
|
+
repoRoot,
|
|
662
|
+
stage: 'PRE_PUSH',
|
|
663
|
+
snapshot: manifestSnapshot,
|
|
664
|
+
})
|
|
665
|
+
) {
|
|
666
|
+
return 1;
|
|
667
|
+
}
|
|
557
668
|
emitSuccessfulHookGateSummary({
|
|
558
669
|
dependencies: activeDependencies,
|
|
559
670
|
stage: 'PRE_PUSH',
|
|
@@ -614,6 +725,16 @@ export async function runPrePushStage(
|
|
|
614
725
|
toRef: 'HEAD',
|
|
615
726
|
},
|
|
616
727
|
});
|
|
728
|
+
if (
|
|
729
|
+
enforceManifestGuard({
|
|
730
|
+
dependencies: activeDependencies,
|
|
731
|
+
repoRoot,
|
|
732
|
+
stage: 'PRE_PUSH',
|
|
733
|
+
snapshot: manifestSnapshot,
|
|
734
|
+
})
|
|
735
|
+
) {
|
|
736
|
+
return 1;
|
|
737
|
+
}
|
|
617
738
|
emitSuccessfulHookGateSummary({
|
|
618
739
|
dependencies: activeDependencies,
|
|
619
740
|
stage: 'PRE_PUSH',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pumuki",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.47",
|
|
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": {
|