Skip to content

Releases: mackeh/ForgeFlow

v1.0.15

14 Feb 10:36
246f73d

Choose a tag to compare

What's Changed

  • feat: apply template setup values during template workflow creation by @mackeh in #9

Full Changelog: v1.0.14...v1.0.15

v1.0.14

14 Feb 10:25
0afe01a

Choose a tag to compare

What's Changed

  • feat: add template setup wizard, starter walkthrough, and activity roadmap by @mackeh in #8

Full Changelog: v1.0.13...v1.0.14

v1.0.13

14 Feb 10:02
868dc78

Choose a tag to compare

What's Changed

  • feat: add real-world starter template pack + docs by @mackeh in #7

Full Changelog: v1.0.12...v1.0.13

v1.0.12

14 Feb 09:51
d06c016

Choose a tag to compare

What's Changed

  • docs(onboarding): tutorial, templates, and definition-of-done refresh by @mackeh in #6

Full Changelog: v1.0.11...v1.0.12

v1.0.11

13 Feb 22:01
2a148fb

Choose a tag to compare

What's Changed

  • feat(autopilot): confidence insights and confirm-before-create by @mackeh in #4

Full Changelog: v1.0.10...v1.0.11

v1.0.10

13 Feb 21:53
2489d55

Choose a tag to compare

What's Changed

  • feat(recorder): add draft review and insert workflow by @mackeh in #3

Full Changelog: v1.0.9...v1.0.10

v1.0.9

13 Feb 21:41
0a6b140

Choose a tag to compare

What's Changed

  • docs(onboarding): add small-pr review tip by @mackeh in #1
  • feat(web): strengthen workflow builder UX and workflow file schema by @mackeh in #2

New Contributors

  • @mackeh made their first contribution in #1

Full Changelog: v1.0.8...v1.0.9

v1.0.8

13 Feb 21:19

Choose a tag to compare

Full Changelog: v1.0.7...v1.0.8

v1.0.7

13 Feb 21:08

Choose a tag to compare

E2E stabilization

  • Fixed Playwright mining smoke test selector ambiguity (Mining vs Refresh Mining) by using an exact-match locator.
  • Confirmed full CI success across:
    • Server Test and Build
    • Web Test and Build
    • Web E2E Smoke

CI run reference:

v1.0.6

13 Feb 21:05

Choose a tag to compare

E2E smoke coverage

  • Added Playwright smoke suite in apps/web/e2e/smoke.spec.ts for:
    • login
    • workflow create + test run
    • orchestrator queue + dispatch
    • mining panel load
  • Added API route mocking harness for deterministic browser tests (apps/web/e2e/mockApi.ts).
  • Added Playwright config and scripts:
    • apps/web/playwright.config.ts
    • npm run test:e2e

CI updates

  • Extended .github/workflows/ci.yml with Web E2E Smoke job.
  • CI now validates:
    • server test+build
    • web unit test+build
    • web Playwright smoke tests

Notes

  • Local environment in this session could list Playwright tests (npx playwright test --list) but browser download was blocked, so full browser execution is delegated to CI.