Integrate regression coverage into the default Intent test path so fixes are not skipped.
Current state:
Omni/Intent/test-regression.sh exists and passes, but it is external to intent test.
Required behavior:
- The critical regression cases (at minimum Bug B/C/D/I) run as part of the standard test workflow used by developers and CI.
- Preferred: port regression assertions into
Omni.Intent.Test (Tasty) where practical. - Acceptable alternative: wire shell regression script into a default test entrypoint with clear failure propagation.
Include:
- Documentation note for how to run the full regression-inclusive suite.
- Keep tests deterministic and fast.