Merged
Conversation
NestorMonroy
pushed a commit
that referenced
this pull request
Nov 11, 2025
Agent #4 of 5 - UML Diagram Validation using Self-Consistency technique Features: - Validates UML diagrams (class, sequence, activity, state, etc.) - Detects diagram type automatically - Multiple validation perspectives (Self-Consistency) - Identifies undefined references, syntax errors, multiplicity issues - Confidence scoring based on multi-path agreement Implementation: - Self-Consistency: Multiple reasoning paths for robust validation - Regex-based pattern matching for class/participant extraction - Heuristic validation enabling deterministic testing - ValidationIssue with severity levels and locations Tests: 19/19 passing - Initialization (2 tests) - Diagram type detection (2 tests) - Validation correctness (2 tests) - Self-consistency integration (3 tests) - Issue detection (3 tests) - Issue details (3 tests) - Edge cases (3 tests) - Integration (1 test) Progress: 4/5 agents complete (80%) Total tests: 73/73 passing (100%)
NestorMonroy
pushed a commit
that referenced
this pull request
Nov 16, 2025
BREAKING CHANGE: docs/qa/ eliminated - distributed by domain QA Distribution (ADR-020 Rule 4): - docs/qa/testing/testing_001.md -> backend/qa/testing_001.md - docs/qa/testing/testing_002.md -> frontend/qa/testing_002.md - docs/qa/testing/testing_003.md -> gobernanza/qa/testing_003.md - docs/qa/testing/registros/* -> sesiones/2025-11/qa_registros/ - docs/qa/testing/*.py -> scripts/testing/ New Structure: - backend/qa/ - Backend testing (pytest, unit, integration) - frontend/qa/ - Frontend testing (jest, e2e, cypress) - devops/qa/ - DevOps testing (pipeline validation) - gobernanza/qa/ - QA strategy only (no specific tests) ADR-020 Created: - Documents domain-based organization principle - Applies to: qa/, requisitos/, arquitectura/, diagramas/ - Key principle: "Each domain owns its complete documentation" - Traceability via gobernanza/requisitos/MATRIZ_TRAZABILIDAD.md Updated ANALISIS_FALLAS_DOCS.md: - Falla #2 (requisitos) - CLARIFIED: correct by design - Falla #4 (qa duplicated) - RESOLVED - Total critical issues: 13 (down from 15) References: - ADR-020: Organizacion de Documentacion por Dominio - ADR-014: Organizacion proyecto por dominio (codigo) Files moved: 10 Directories created: 4 (backend/qa, frontend/qa, devops/qa, gobernanza/qa)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.