workspace-v1/devtools
rckrdmrd d6c684611f feat(EPIC-010): Add git management scripts and documentation
- clone-workspace.sh: Clone workspace with submodules
- sync-submodules.sh: Sync submodules to latest
- REPOSITORY-STRUCTURE.md: Complete repo documentation

Sprint 4 of EPIC-010 completed
2026-01-04 03:40:52 -06:00
..
scripts feat(EPIC-010): Add git management scripts and documentation 2026-01-04 03:40:52 -06:00
README.md feat: Workspace-v1 complete migration with NEXUS v3.4 2026-01-04 03:37:42 -06:00

DevTools

Herramientas de desarrollo y scripts de validacion para el workspace NEXUS.

Scripts de Validacion

Script Propósito EPIC
validate-docs-structure.sh Valida estructura de documentación EPIC-002
validate-repo-structure.sh Valida estructura de repositorios EPIC-003

Uso

# Validar estructura de documentación
./scripts/validation/validate-docs-structure.sh /path/to/project

# Validar estructura de repositorios
./scripts/validation/validate-repo-structure.sh --workspace-path /home/isem/workspace-v1 --verbose

Integración CI/CD

Estos scripts pueden integrarse en pipelines CI/CD para validación automática.


Version: 1.0.0 Sistema: NEXUS v3.4