feat(FN-3234): refactor test-changed script and add workflow tests

This merge refactors the test-changed script and adds new CLI tests (FN-3234), keeping automation on the full-suite path. It includes a new test file for the root test command, updates to the CI workflow, and documentation improvements.

Fusion-Task-Id: FN-3234
This commit is contained in:
Fusion
2026-05-03 05:42:16 -07:00
committed by gsxdsm
parent 280ce2c0b0
commit 87dda5d5f3
8 changed files with 332 additions and 22 deletions

View File

@@ -38,5 +38,5 @@ jobs:
- name: Typecheck
run: pnpm typecheck
- name: Test
run: pnpm test
- name: Test (full suite)
run: pnpm test:full