pumuki 6.3.128 → 6.3.130
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/AGENTS.md +16 -1
- package/CHANGELOG.md +17 -0
- package/README.md +14 -10
- package/VERSION +1 -1
- package/core/facts/detectors/text/android.test.ts +2827 -0
- package/core/facts/detectors/text/android.ts +5064 -125
- package/core/facts/detectors/typescript/index.test.ts +3639 -73
- package/core/facts/detectors/typescript/index.ts +4819 -270
- package/core/facts/extractHeuristicFacts.ts +300 -6
- package/core/rules/presets/heuristics/android.test.ts +369 -1
- package/core/rules/presets/heuristics/android.ts +1371 -1
- package/core/rules/presets/heuristics/typescript.test.ts +158 -2
- package/core/rules/presets/heuristics/typescript.ts +508 -0
- package/docs/README.md +3 -3
- package/docs/operations/RELEASE_NOTES.md +13 -1
- package/docs/operations/framework-menu-consumer-walkthrough.md +18 -15
- package/docs/product/API_REFERENCE.md +1 -1
- package/docs/product/CONFIGURATION.md +8 -0
- package/docs/product/USAGE.md +1 -1
- package/docs/validation/README.md +3 -1
- package/integrations/config/skillsCompilerTemplates.test.ts +145 -0
- package/integrations/config/skillsCompilerTemplates.ts +976 -3
- package/integrations/config/skillsDetectorRegistry.ts +487 -8
- package/integrations/config/skillsMarkdownRules.ts +1060 -8
- package/integrations/config/skillsRuleSet.ts +6 -0
- package/integrations/evidence/buildEvidence.ts +29 -1
- package/integrations/evidence/platformSummary.test.ts +73 -9
- package/integrations/evidence/platformSummary.ts +165 -7
- package/integrations/evidence/repoState.ts +3 -0
- package/integrations/evidence/rulesCoverage.ts +13 -0
- package/integrations/evidence/schema.ts +20 -0
- package/integrations/evidence/trackingContract.ts +17 -0
- package/integrations/evidence/writeEvidence.test.ts +3 -0
- package/integrations/evidence/writeEvidence.ts +29 -1
- package/integrations/gate/evaluateAiGate.ts +251 -8
- package/integrations/gate/governanceActionCatalog.ts +275 -0
- package/integrations/gate/remediationCatalog.ts +8 -0
- package/integrations/git/runPlatformGate.ts +40 -5
- package/integrations/lifecycle/adapter.ts +24 -0
- package/integrations/lifecycle/bootstrapManifest.ts +248 -0
- package/integrations/lifecycle/cliGovernanceConsole.ts +69 -0
- package/integrations/lifecycle/governanceNextAction.ts +171 -0
- package/integrations/lifecycle/governanceObservationSnapshot.ts +369 -0
- package/integrations/lifecycle/packageInfo.ts +118 -1
- package/integrations/lifecycle/state.ts +8 -1
- package/integrations/lifecycle/trackingState.ts +403 -0
- package/integrations/lifecycle/watch.ts +1 -1
- package/integrations/mcp/aiGateCheck.ts +194 -10
- package/integrations/mcp/alignedPlatformGate.ts +232 -0
- package/integrations/mcp/enterpriseServer.ts +19 -3
- package/integrations/mcp/preFlightCheck.ts +66 -3
- package/integrations/mcp/readMcpPrePushStdin.ts +7 -0
- package/integrations/policy/gitAtomicityEnforcement.ts +2 -2
- package/integrations/policy/heuristicsEnforcement.ts +2 -2
- package/integrations/policy/sddCompletenessEnforcement.ts +2 -2
- package/integrations/policy/skillsEnforcement.ts +2 -2
- package/integrations/policy/tddBddEnforcement.ts +2 -2
- package/package.json +1 -1
- package/scripts/build-ruralgo-s1-evidence-pack.ts +85 -0
- package/scripts/check-tracking-single-active.sh +1 -1
- package/scripts/framework-menu-advanced-view-lib.ts +49 -0
- package/scripts/framework-menu-consumer-actions-lib.ts +32 -32
- package/scripts/framework-menu-consumer-preflight-render.ts +10 -0
- package/scripts/framework-menu-consumer-preflight-run.ts +23 -0
- package/scripts/framework-menu-consumer-preflight-types.ts +12 -0
- package/scripts/framework-menu-consumer-runtime-actions.ts +11 -5
- package/scripts/framework-menu-consumer-runtime-audit.ts +0 -28
- package/scripts/framework-menu-consumer-runtime-evidence-classic.ts +118 -42
- package/scripts/framework-menu-consumer-runtime-lib.ts +38 -0
- package/scripts/framework-menu-consumer-runtime-menu.ts +55 -15
- package/scripts/framework-menu-consumer-runtime-types.ts +4 -0
- package/scripts/framework-menu-evidence-summary-read.ts +17 -1
- package/scripts/framework-menu-evidence-summary-types.ts +3 -0
- package/scripts/framework-menu-layout-data.ts +3 -23
- package/scripts/framework-menu-system-notifications-macos-applescript-dialog.ts +1 -1
- package/scripts/framework-menu-system-notifications-macos-dialog-payload.ts +14 -2
- package/scripts/framework-menu-system-notifications-macos-swift-source.ts +1 -1
- package/scripts/framework-menu-system-notifications-payloads-blocked.ts +128 -4
- package/scripts/framework-menu-system-notifications-payloads.ts +8 -1
- package/scripts/framework-menu-system-notifications-text.ts +7 -1
- package/scripts/framework-menu.ts +37 -2
- package/scripts/package-install-smoke-consumer-git-repo-lib.ts +10 -1
- package/scripts/package-install-smoke-consumer-npm-lib.ts +46 -9
- package/scripts/ruralgo-s1-evidence-pack-lib.ts +200 -0
- package/skills.lock.json +838 -1304
package/AGENTS.md
CHANGED
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
- REQUIRED SKILL: ios-enterprise-rules
|
|
19
19
|
- REQUIRED SKILL: swift-concurrency
|
|
20
20
|
- REQUIRED SKILL: swiftui-expert-skill
|
|
21
|
+
- REQUIRED SKILL: swift-testing-expert
|
|
22
|
+
- REQUIRED SKILL: core-data-expert
|
|
21
23
|
- REQUIRED SKILL: android-enterprise-rules
|
|
22
24
|
- REQUIRED SKILL: backend-enterprise-rules
|
|
23
25
|
- REQUIRED SKILL: frontend-enterprise-rules
|
|
@@ -62,10 +64,12 @@ Antes de realizar cualquier accion:
|
|
|
62
64
|
- Si hay conflicto entre skill vendorizada y skill local, aplicar la regla mas estricta.
|
|
63
65
|
- Documentar en trazabilidad que version se aplico (vendorizada/local) y por que.
|
|
64
66
|
- Reglas hard por ambito:
|
|
65
|
-
- Cambios iOS/Swift/SwiftUI: aplicar SIEMPRE y en conjunto:
|
|
67
|
+
- Cambios iOS/Swift/SwiftUI/Swift Testing/Core Data: aplicar SIEMPRE y en conjunto:
|
|
66
68
|
- `ios-enterprise-rules`
|
|
67
69
|
- `swift-concurrency`
|
|
68
70
|
- `swiftui-expert-skill`
|
|
71
|
+
- `swift-testing-expert`
|
|
72
|
+
- `core-data-expert`
|
|
69
73
|
- Cambios Frontend web (React/Next/TypeScript/CSS/UI web): aplicar SIEMPRE:
|
|
70
74
|
- `frontend-enterprise-rules`
|
|
71
75
|
- Cambios Backend (NestJS/TypeScript/API/datos/backend services): aplicar SIEMPRE:
|
|
@@ -125,6 +129,8 @@ Antes de realizar cualquier accion:
|
|
|
125
129
|
- BDD/TDD requerido por la skill correspondiente.
|
|
126
130
|
- Concurrencia y aislamiento segun `swift-concurrency` cuando haya codigo Swift.
|
|
127
131
|
- Estado/arquitectura/UI segun `swiftui-expert-skill` e `ios-enterprise-rules` cuando aplique iOS/SwiftUI.
|
|
132
|
+
- Tests Swift segun `swift-testing-expert` cuando haya tests iOS/Swift o migracion XCTest/Swift Testing.
|
|
133
|
+
- Persistencia/Core Data segun `core-data-expert` cuando haya modelos, contexts, DAOs, boundaries o concurrencia Core Data.
|
|
128
134
|
- Reglas frontend segun `frontend-enterprise-rules` cuando aplique web.
|
|
129
135
|
- Reglas backend segun `backend-enterprise-rules` cuando aplique backend.
|
|
130
136
|
- Reglas Android segun `android-enterprise-rules` cuando aplique Android.
|
|
@@ -275,6 +281,15 @@ Al finalizar cualquier tarea, siempre reportar:
|
|
|
275
281
|
- `swiftui-expert-skill`
|
|
276
282
|
- Local: `/Users/juancarlosmerlosalbarracin/.agents/skills/swiftui-expert-skill/SKILL.md`
|
|
277
283
|
- Vendorizado: `docs/codex-skills/swiftui-expert-skill.md`
|
|
284
|
+
- `swift-testing-expert`
|
|
285
|
+
- Local: `/Users/juancarlosmerlosalbarracin/.agents/skills/swift-testing-expert/SKILL.md`
|
|
286
|
+
- Vendorizado: `docs/codex-skills/swift-testing-expert.md`
|
|
287
|
+
- `core-data-expert`
|
|
288
|
+
- Local: `/Users/juancarlosmerlosalbarracin/.agents/skills/core-data-expert/SKILL.md`
|
|
289
|
+
- Vendorizado: `docs/codex-skills/core-data-expert.md`
|
|
290
|
+
- `enterprise-operating-system`
|
|
291
|
+
- Local: `/Users/juancarlosmerlosalbarracin/.agents/skills/enterprise-operating-system/SKILL.md`
|
|
292
|
+
- Vendorizado: `vendor/skills/enterprise-operating-system/SKILL.md`
|
|
278
293
|
|
|
279
294
|
- Comando de sincronizacion: `./scripts/sync-codex-skills.sh`
|
|
280
295
|
<!-- END CODEX SKILLS -->
|
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,23 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [6.3.130] - 2026-05-03
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- **Menú legacy restaurado para consumers:** la shell principal vuelve al contrato plano de 9 opciones y conserva los flujos avanzados fuera del menú por defecto.
|
|
14
|
+
- **Cobertura por plataforma desde skills reales:** el full audit usa `skills.lock.json` y bindings de detectores para mostrar `rules evaluated=x/y` en iOS, Android, Backend y Frontend.
|
|
15
|
+
- **Other deja de ser opaco:** la salida clásica explica que `Other` agrupa reglas transversales de governance, evidence, BDD y tipos compartidos.
|
|
16
|
+
- **Contrato AvdLee visible:** `swift-testing-expert` y `core-data-expert` quedan declaradas como skills requeridas cuando entran en el lock AST.
|
|
17
|
+
|
|
18
|
+
## [6.3.129] - 2026-04-29
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- **Nueva slice Android de singletons cerrada:** `skills.android.no-singleton-usar-inyeccio-n-de-dependencias-hilt-dagger` pasa a detector AST real y deja de depender de normalización genérica.
|
|
23
|
+
- **Exclusión correcta de módulos DI:** `@Module`, `@InstallIn` y `@EntryPoint` ya no disparan el detector de singleton cuando el `object` es un módulo de inyección legítimo.
|
|
24
|
+
- **Cobertura de regresión y lock recompilado:** la suite Android dirigida vuelve a verde y `skills.lock.json` se regenera con el binding canónico de la nueva skill.
|
|
25
|
+
|
|
9
26
|
## [6.3.127] - 2026-04-28
|
|
10
27
|
|
|
11
28
|
### Fixed
|
package/README.md
CHANGED
|
@@ -289,25 +289,29 @@ Use these docs instead of treating `README.md` as the full command manual:
|
|
|
289
289
|
|
|
290
290
|
## Menu Walkthrough and Screenshots
|
|
291
291
|
|
|
292
|
-
### Capture 1 — Consumer Menu (v2)
|
|
292
|
+
### Capture 1 — Consumer Menu (archived v2)
|
|
293
293
|
|
|
294
|
-

|
|
294
|
+

|
|
295
295
|
|
|
296
|
-
|
|
296
|
+
Canonical consumer legacy reference:
|
|
297
297
|
|
|
298
|
-
|
|
298
|
+
- Git tag `v0-legacy-last`, `scripts/hooks-system/infrastructure/shell/orchestrators/audit-orchestrator.sh`
|
|
299
299
|
|
|
300
|
-
### Capture
|
|
300
|
+
### Capture 2 — Archived v2 Full-Audit Pre-flight (BLOCK context)
|
|
301
301
|
|
|
302
|
-

|
|
303
303
|
|
|
304
|
-
### Capture
|
|
304
|
+
### Capture 3 — Archived v2 Full-Audit Final Summary (BLOCK)
|
|
305
305
|
|
|
306
|
-

|
|
307
307
|
|
|
308
|
-
### Capture
|
|
308
|
+
### Capture 4 — Archived v2 Full-Audit Pre-flight (PASS scenario)
|
|
309
309
|
|
|
310
|
-

|
|
311
|
+
|
|
312
|
+
### Capture 5 — Archived v2 Full-Audit Final Summary (PASS)
|
|
313
|
+
|
|
314
|
+

|
|
311
315
|
|
|
312
316
|
### Capture 6 — Menu Status After PASS Run
|
|
313
317
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v6.3.
|
|
1
|
+
v6.3.130
|