pumuki 6.3.20 → 6.3.21

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Pumuki
2
2
 
3
- ![Pumuki](assets/logo_banner.svg)
3
+ <img src="assets/logo_banner.svg" alt="Pumuki" width="100%" />
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/pumuki?color=1d4ed8)](https://www.npmjs.com/package/pumuki)
6
6
  [![CI](https://github.com/SwiftEnProfundidad/ast-intelligence-hooks/actions/workflows/ci.yml/badge.svg)](https://github.com/SwiftEnProfundidad/ast-intelligence-hooks/actions/workflows/ci.yml)
package/VERSION CHANGED
@@ -1 +1 @@
1
- v6.3.20
1
+ v6.3.21
@@ -102,7 +102,17 @@ Fuente unica de seguimiento operativo. No se abren nuevos MDs temporales de trac
102
102
  - ✅ `P3.T11` Standby post-release `6.3.19` cerrado por instrucción explícita del usuario.
103
103
  - ✅ `P3.T12` Ajuste visual de README aplicado:
104
104
  - hero banner restaurado en ancho completo (`assets/logo_banner.svg`).
105
- - 🚧 `P3.T13` Bump `6.3.20` + cierre GitFlow + publicación npm.
105
+ - `P3.T13` Bump `6.3.20` + cierre GitFlow + publicación npm completados.
106
+ - versión publicada: `pumuki@6.3.20`
107
+ - evidencia npm: `npm publish --access public` en verde; `npm view pumuki dist-tags` => `latest: 6.3.20`
108
+ - cierre GitFlow:
109
+ - PR `#445` (`docs/readme-restore-fullwidth-banner` -> `develop`) merged.
110
+ - PR `#446` (`release/6.3.20` -> `develop`) merged.
111
+ - PR `#447` (`develop` -> `main`) merged.
112
+ - ✅ `P3.T14` Standby post-release `6.3.20` cerrado por instrucción explícita del usuario.
113
+ - ✅ `P3.T15` Hardening visual de README aplicado:
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.
106
116
 
107
117
  ## Plan Por Fases (Ciclo 014)
108
118
  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.21)
9
+
10
+ - README render hardening for npm/GitHub parity:
11
+ - replaced markdown hero image syntax with explicit HTML image tag:
12
+ - `<img src="assets/logo_banner.svg" alt="Pumuki" width="100%" />`
13
+
8
14
  ### 2026-02-27 (v6.3.20)
9
15
 
10
16
  - README visual adjustment:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pumuki",
3
- "version": "6.3.20",
3
+ "version": "6.3.21",
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": {