mirror of
https://github.com/proffesor-for-testing/agentic-qe.git
synced 2026-09-19 08:45:47 +08:00
54aef81a03
- Deleted garbage generate-contextual-qx-report.js script - Created new generate-qx-analysis.js following QX-PARTNER-AGENT.md architecture - Proper QXPartnerAgent class usage with correct task execution flow - Implements all agent capabilities: - Problem Analysis (Rule of Three, Complexity) - User Needs Analysis (Must/Should/Nice-to-have) - Business Needs Analysis (KPI impacts, Cross-team) - Oracle Problem Detection (User vs Business conflicts) - Impact Analysis (Visible + Invisible impacts) - UX Heuristics Engine (25+ heuristics) - Recommendations Generation (Prioritized) - Testability Integration (10 Principles) - CLI with multiple options: --mode, --format, --no-testability, --no-oracle - Multiple output formats: JSON, Markdown, HTML - Proper MemoryStore implementation - Generated QX reports for Carnelian (59/100 F - critical oracle problems detected) - Documentation: QX-ANALYSIS-CLI.md, QX-MIGRATION-COMPLETE.md