Revert "feat: add agenctic ux v0 with component generator (#11286)"

This reverts commit fbce0913fd.
This commit is contained in:
cristhianzl
2026-01-14 14:05:13 -03:00
parent 20680cda7f
commit c46a3eec9a
22 changed files with 39 additions and 3245 deletions

View File

@ -94,7 +94,7 @@ jobs:
- name: Run unit tests
uses: nick-fields/retry@v3
with:
timeout_minutes: 20
timeout_minutes: 12
max_attempts: 2
command: make unit_tests args="-x -vv --splits ${{ matrix.splitCount }} --group ${{ matrix.group }} --reruns 5 --cov --cov-config=src/backend/.coveragerc --cov-report=xml --cov-report=html"