pumuki 6.3.21 → 6.3.22

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.
@@ -112,7 +112,15 @@ Fuente unica de seguimiento operativo. No se abren nuevos MDs temporales de trac
112
112
  - ✅ `P3.T14` Standby post-release `6.3.20` cerrado por instrucción explícita del usuario.
113
113
  - ✅ `P3.T15` Hardening visual de README aplicado:
114
114
  - hero banner forzado a ancho completo mediante tag HTML con `width="100%"`.
115
- - 🚧 `P3.T16` Bump `6.3.21` + cierre GitFlow + publicación npm.
115
+ - `P3.T16` Bump `6.3.21` + cierre GitFlow + publicación npm completados.
116
+ - versión publicada: `pumuki@6.3.21`
117
+ - evidencia npm: `npm publish --access public` en verde; `npm view pumuki dist-tags` => `latest: 6.3.21`
118
+ - cierre GitFlow:
119
+ - PR `#451` (`docs/readme-enterprise-reliability-followup` -> `develop`) merged.
120
+ - PR `#452` (`release/6.3.21` -> `develop`) merged.
121
+ - PR `#453` (`develop` -> `main`) merged.
122
+ - 🚧 `P3.T17` Hotfix visual definitivo de hero + bump `6.3.22` + cierre GitFlow + publicación npm.
123
+ - objetivo: forzar render full-width estable en GitHub y npm usando asset raster (`assets/logo_banner.png`) y referencia directa en README.
116
124
 
117
125
  ## Plan Por Fases (Ciclo 014)
118
126
  Plan base visible para seguimiento previo y durante la implementacion.
@@ -5,6 +5,12 @@ Detailed commit history remains available through Git history (`git log` / `git
5
5
 
6
6
  ## 2026-02 (enterprise-refactor updates)
7
7
 
8
+ ### 2026-02-27 (v6.3.22)
9
+
10
+ - README hero render compatibility fix:
11
+ - moved root README hero to PNG banner (`assets/logo_banner.png`) to ensure stable full-width render parity in npm and GitHub viewers.
12
+ - kept wide hero composition and centered logo while avoiding SVG renderer variability.
13
+
8
14
  ### 2026-02-27 (v6.3.21)
9
15
 
10
16
  - README render hardening for npm/GitHub parity:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pumuki",
3
- "version": "6.3.21",
3
+ "version": "6.3.22",
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": {