Changelog
Version 1.0.0
Major Changes
-
17f2497: Merge
@flaky-tests/cliinto@flaky-tests/core(closes #64).The detection CLI now ships as the
flaky-testsbin from@flaky-tests/core.@flaky-tests/cliwill be deprecated on npm with a pointer to core.Migration:
bunx @flaky-tests/clibunx @flaky-tests/corepackage.json "@flaky-tests/cli": "^0.1.0""@flaky-tests/core": "^1.0.0"CLI helpers (
generatePrompt,generateHtml,createIssue,findExistingIssue,resolveRepo,copyToClipboard) are now exported from@flaky-tests/core/cli.Stores continue to be resolved via dynamic import at runtime — install whichever store package you need alongside
@flaky-tests/core. The previousoptionalDependencieshints carried by@flaky-tests/clihave been dropped since they were never load-bearing.