You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: complete final cleanup of legacy tool references
π§Ή COMPLETE PROJECT CLEANUP:
β CI/CD Workflows:
- Update commit messages: ESLint/Prettier β Biome
- Modernize all workflow text references
β Shell Scripts (pre-commit & setup):
- Replace all npm commands with bun equivalents
- Update ESLint/Prettier references to Biome
- Fix script structure and remove outdated logic
- Update command documentation for users
β TypeScript Files:
- Replace eslint-disable comments with biome-ignore
- Add proper explanations for any type suppressions
β README Documentation:
- Update final references from npm to bun commands
- Change 'Prettier' to 'Biome' in feature descriptions
- Ensure complete consistency across documentation
π― RESULT: Project 100% modernized
- No legacy tool references remain
- All scripts use Bun + Biome consistently
- Documentation fully aligned with tech stack
- Ready for production with modern toolchain
- Estado: β COMPLETADO - Todos los archivos CI/CD actualizados, proyecto completamente limpio
13
14
14
-
### π Active Tasks
15
-
*No hay tareas activas - Proyecto completamente actualizado*
15
+
### π Active Tasks
16
+
17
+
_No hay tareas activas - Proyecto completamente actualizado_
16
18
17
19
## Project Overview
20
+
18
21
Portfolio personal de Sergio MΓ‘rquez construido con Astro, ahora usando Bun como package manager y Biome como herramienta unificada de linting/formatting. Todos los workflows de CI/CD actualizados para reflejar el stack moderno.
19
22
20
23
## Recent Updates
24
+
21
25
- β MigraciΓ³n exitosa de npm a Bun (17x mΓ‘s rΓ‘pido)
22
26
- β MigraciΓ³n exitosa de ESLint+Prettier a Biome (35x mΓ‘s rΓ‘pido)
23
27
- β ConfiguraciΓ³n de compatibilidad dual (Bun local, npm CI/CD)
@@ -27,6 +31,7 @@ Portfolio personal de Sergio MΓ‘rquez construido con Astro, ahora usando Bun com
27
31
- β Workflows modernizados con Bun + Biome
28
32
29
33
## Lessons Learned
34
+
30
35
-[2025-09-04] Bun como package manager mejora significativamente la velocidad de desarrollo
31
36
-[2025-09-04] Biome unifica linting y formatting con excelente rendimiento
32
37
-[2025-09-04] Mantener package-lock.json asegura compatibilidad con CI/CD que no soporten Bun
@@ -40,6 +45,7 @@ Portfolio personal de Sergio MΓ‘rquez construido con Astro, ahora usando Bun com
40
45
-[2025-09-04] Las herramientas modernas como Bun y Biome simplifican significativamente los workflows de CI/CD
0 commit comments