pumuki 6.3.18 → 6.3.20
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 +33 -1
- package/VERSION +1 -1
- package/docs/REFRACTOR_PROGRESS.md +26 -2
- package/docs/RELEASE_NOTES.md +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Pumuki
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+
|
|
3
5
|
[](https://www.npmjs.com/package/pumuki)
|
|
4
6
|
[](https://github.com/SwiftEnProfundidad/ast-intelligence-hooks/actions/workflows/ci.yml)
|
|
5
7
|
[](LICENSE)
|
|
@@ -226,7 +228,31 @@ Important:
|
|
|
226
228
|
|
|
227
229
|
## Menu Walkthrough and Screenshots
|
|
228
230
|
|
|
229
|
-
|
|
231
|
+
### Capture 1 — Consumer Menu (v2)
|
|
232
|
+
|
|
233
|
+

|
|
234
|
+
|
|
235
|
+
### Capture 2 — Option 1 Pre-flight (BLOCK context)
|
|
236
|
+
|
|
237
|
+

|
|
238
|
+
|
|
239
|
+
### Capture 3 — Option 1 Final Summary (BLOCK)
|
|
240
|
+
|
|
241
|
+

|
|
242
|
+
|
|
243
|
+
### Capture 4 — Option 1 Pre-flight (PASS scenario)
|
|
244
|
+
|
|
245
|
+

|
|
246
|
+
|
|
247
|
+
### Capture 5 — Option 1 Final Summary (PASS)
|
|
248
|
+
|
|
249
|
+

|
|
250
|
+
|
|
251
|
+
### Capture 6 — Menu Status After PASS Run
|
|
252
|
+
|
|
253
|
+

|
|
254
|
+
|
|
255
|
+
Extended annotated walkthrough:
|
|
230
256
|
|
|
231
257
|
- `docs/README_MENU_WALKTHROUGH.md`
|
|
232
258
|
|
|
@@ -292,3 +318,9 @@ Contributions are welcome. For high-quality collaboration:
|
|
|
292
318
|
## License
|
|
293
319
|
|
|
294
320
|
MIT. See `LICENSE`.
|
|
321
|
+
|
|
322
|
+
## If Pumuki Helped You
|
|
323
|
+
|
|
324
|
+
If this project was useful for your team, please consider leaving a GitHub star:
|
|
325
|
+
|
|
326
|
+
[Star Pumuki on GitHub](https://github.com/SwiftEnProfundidad/ast-intelligence-hooks)
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v6.3.
|
|
1
|
+
v6.3.20
|
|
@@ -74,11 +74,35 @@ Fuente unica de seguimiento operativo. No se abren nuevos MDs temporales de trac
|
|
|
74
74
|
- ✅ `P2.C.T3` Criterios de adopcion gradual definidos (`evaluateSaasEnterpriseAdoptionDecision`).
|
|
75
75
|
- ✅ `P2.V.T1` Revalidacion final bloque No-MVP en verde (`npm run test:saas-ingestion` 48/48 + `npm run typecheck`).
|
|
76
76
|
|
|
77
|
-
### Fase P3 — Release documental + npm (`v6.3.
|
|
77
|
+
### Fase P3 — Release documental + npm (`v6.3.20`)
|
|
78
78
|
- ✅ `P3.T1` Auditoría end-to-end de comandos documentados en README ejecutada (consumer + framework + validaciones) con hallazgos de prerequisitos y sintaxis.
|
|
79
79
|
- ✅ `P3.T2` Reestructuración enterprise de README completada (audiencia por perfil, quick-start-first, separación consumer/framework, troubleshooting y colaboración).
|
|
80
80
|
- ✅ `P3.T3` Consolidación documental estable completada (`docs/OPERATIONS.md`, `docs/README_MENU_WALKTHROUGH.md`, `docs/README.md`, `docs/USAGE.md`, `docs/INSTALLATION.md`, `docs/RELEASE_NOTES.md`, `CHANGELOG.md`).
|
|
81
|
-
-
|
|
81
|
+
- ✅ `P3.T4` Bump de versión + validación + publicación npm completados.
|
|
82
|
+
- versión publicada: `pumuki@6.3.18`
|
|
83
|
+
- evidencia local: `npm publish --access public` en verde; `npm view pumuki dist-tags` => `latest: 6.3.18`
|
|
84
|
+
- validación release: `npm run typecheck`, `npm run test:operational-memory` (`70/70`), `npm run test:saas-ingestion` (`48/48`)
|
|
85
|
+
- ✅ `P3.T5` Cierre GitFlow end-to-end de release `6.3.18` completado.
|
|
86
|
+
- PR `#432` (`docs/readme-enterprise-release-6-3-18` -> `develop`) merged.
|
|
87
|
+
- PR `#433` (`develop` -> `main`) merged.
|
|
88
|
+
- sincronización final: `main`, `develop`, `origin/main`, `origin/develop` alineadas.
|
|
89
|
+
- ✅ `P3.T6` Standby post-release atendido por instrucción explícita del usuario.
|
|
90
|
+
- ✅ `P3.T7` Restauración de capturas en README raíz completada (`assets/readme/menu-option1/01..06` visibles en portada).
|
|
91
|
+
- ✅ `P3.T8` Standby post-hotfix cerrado por instrucción explícita del usuario.
|
|
92
|
+
- ✅ `P3.T9` Hotfix visual de README aplicado:
|
|
93
|
+
- logo clásico restaurado en portada (`assets/logo.png`).
|
|
94
|
+
- bloque amable de estrella añadido al final del README raíz.
|
|
95
|
+
- ✅ `P3.T10` Bump `6.3.19` + cierre GitFlow + publicación npm completados.
|
|
96
|
+
- versión publicada: `pumuki@6.3.19`
|
|
97
|
+
- evidencia npm: `npm publish --access public` en verde; `npm view pumuki dist-tags` => `latest: 6.3.19`
|
|
98
|
+
- cierre GitFlow:
|
|
99
|
+
- PR `#438` (`docs/readme-logo-star-reminder` -> `develop`) merged.
|
|
100
|
+
- PR `#439` (`release/6.3.19` -> `develop`) merged.
|
|
101
|
+
- PR `#440` (`develop` -> `main`) merged.
|
|
102
|
+
- ✅ `P3.T11` Standby post-release `6.3.19` cerrado por instrucción explícita del usuario.
|
|
103
|
+
- ✅ `P3.T12` Ajuste visual de README aplicado:
|
|
104
|
+
- hero banner restaurado en ancho completo (`assets/logo_banner.svg`).
|
|
105
|
+
- 🚧 `P3.T13` Bump `6.3.20` + cierre GitFlow + publicación npm.
|
|
82
106
|
|
|
83
107
|
## Plan Por Fases (Ciclo 014)
|
|
84
108
|
Plan base visible para seguimiento previo y durante la implementacion.
|
package/docs/RELEASE_NOTES.md
CHANGED
|
@@ -5,6 +5,18 @@ 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.20)
|
|
9
|
+
|
|
10
|
+
- README visual adjustment:
|
|
11
|
+
- restored full-width hero banner in root `README.md` (`assets/logo_banner.svg`).
|
|
12
|
+
|
|
13
|
+
### 2026-02-27 (v6.3.19)
|
|
14
|
+
|
|
15
|
+
- README visual hotfix:
|
|
16
|
+
- restored classic top image in root `README.md` using `assets/logo.png`.
|
|
17
|
+
- README collaboration CTA:
|
|
18
|
+
- added a short, friendly "leave a star" reminder at the end of root `README.md`.
|
|
19
|
+
|
|
8
20
|
### 2026-02-27 (v6.3.18)
|
|
9
21
|
|
|
10
22
|
- Enterprise documentation baseline refresh:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pumuki",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.20",
|
|
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": {
|