v1.0.9-beta.029 - ci: inject dynamic test metrics and duration into discord webhook
- Configured Vitest in est-and-notify.yml to output a JSON results file alongside standard console reporting.
- Added start and end timestamps to calculate the exact duration of the CI pipeline.
- Implemented jq parsing to dynamically extract the number of passed/total test suites and individual tests from the Vitest JSON report.
- Replaced hardcoded dummy data in the Discord webhook payload with the live CI execution metrics.