pumuki 6.3.22 → 6.3.23
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 +1 -1
- package/docs/REFRACTOR_PROGRESS.md +13 -2
- package/docs/RELEASE_NOTES.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Pumuki
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<img src="assets/logo.png" alt="Pumuki" width="100%" />
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/pumuki)
|
|
6
6
|
[](https://github.com/SwiftEnProfundidad/ast-intelligence-hooks/actions/workflows/ci.yml)
|
|
@@ -119,8 +119,19 @@ Fuente unica de seguimiento operativo. No se abren nuevos MDs temporales de trac
|
|
|
119
119
|
- PR `#451` (`docs/readme-enterprise-reliability-followup` -> `develop`) merged.
|
|
120
120
|
- PR `#452` (`release/6.3.21` -> `develop`) merged.
|
|
121
121
|
- PR `#453` (`develop` -> `main`) merged.
|
|
122
|
-
-
|
|
123
|
-
-
|
|
122
|
+
- ✅ `P3.T17` Hotfix visual definitivo de hero + bump `6.3.22` + cierre GitFlow + publicación npm completados.
|
|
123
|
+
- render hero estabilizado para npm/GitHub con asset raster (`assets/logo_banner.png`) y referencia directa markdown en `README.md`.
|
|
124
|
+
- versión publicada: `pumuki@6.3.22`
|
|
125
|
+
- evidencia npm: `npm publish --access public` en verde; `npm view pumuki version dist-tags --json` => `latest: 6.3.22`
|
|
126
|
+
- cierre GitFlow:
|
|
127
|
+
- PR `#456` (`docs/readme-banner-fullwidth-png-6-3-22` -> `develop`) merged.
|
|
128
|
+
- PR `#457` (`develop` -> `main`) merged.
|
|
129
|
+
- sincronización final: `main`, `develop`, `origin/main`, `origin/develop` alineadas en `40a6872`.
|
|
130
|
+
- ✅ `P3.T18` Restauración visual del hero al estilo previo estable del grafo y publicación `v6.3.23` completadas.
|
|
131
|
+
- hero raíz restaurado a imagen clásica full-width: `<img src="assets/logo.png" alt="Pumuki" width="100%" />`.
|
|
132
|
+
- versión publicada: `pumuki@6.3.23`
|
|
133
|
+
- evidencia npm: `npm publish --access public` en verde; `npm view pumuki version dist-tags --json` => `latest: 6.3.23`
|
|
134
|
+
- 🚧 `P3.T19` Standby post-release `6.3.23` en espera de validación visual final del usuario.
|
|
124
135
|
|
|
125
136
|
## Plan Por Fases (Ciclo 014)
|
|
126
137
|
Plan base visible para seguimiento previo y durante la implementacion.
|
package/docs/RELEASE_NOTES.md
CHANGED
|
@@ -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.23)
|
|
9
|
+
|
|
10
|
+
- README visual rollback to the previous stable style from git history:
|
|
11
|
+
- root hero restored to classic logo image at full width:
|
|
12
|
+
- `<img src="assets/logo.png" alt="Pumuki" width="100%" />`
|
|
13
|
+
|
|
8
14
|
### 2026-02-27 (v6.3.22)
|
|
9
15
|
|
|
10
16
|
- README hero render compatibility fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pumuki",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.23",
|
|
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": {
|