Skip to content

Releases: mackeh/ForgeFlow

v1.0.5

13 Feb 20:38

Choose a tag to compare

CI baseline

  • Added .github/workflows/ci.yml.
  • CI now runs server and web test+build on pull requests and pushes to main.
  • Added workflow concurrency cancellation to avoid duplicate in-flight runs.

Contributor visibility

  • Added CI status badge to README.md.
  • Added CI gate note in docs/CONTRIBUTING.md.

This release improves merge confidence and contributor onboarding.

v1.0.4

13 Feb 20:36

Choose a tag to compare

Community standards update

  • Added CODE_OF_CONDUCT.md (Contributor Covenant 2.1).
  • Added LICENSE (MIT).
  • Linked both from README.md and contributor docs.

This release is focused on contributor onboarding and GitHub community profile completeness.

v1.0.3

13 Feb 20:33

Choose a tag to compare

Highlights

  • Added Orchestrator APIs and UI for attended/unattended robots, queued jobs, dispatch, and run-sync.
  • Added process/task mining summary APIs and UI (bottlenecks, variants, opportunity scoring).
  • Added document intelligence and clipboard AI transfer runtime support plus tests.
  • Expanded activity catalog coverage and node catalog/inspector support for new AI nodes.

Documentation and onboarding

  • Reworked README with clearer product positioning, demo links, and contributor quickstart.
  • Added docs/DEMOS.md for guided product walkthroughs.
  • Added docs/ONBOARDING.md for first-time contributors.
  • Added .github/pull_request_template.md and refreshed API/architecture/contributing docs.

Validation

  • cd apps/server && npm test && npm run build
  • cd apps/web && npm test && npm run build

v1.0.2

13 Feb 20:00

Choose a tag to compare

Highlights:\n- Added duplicate selected node workflow action (toolbar + Ctrl/Cmd+D).\n- Hardened dashboard metrics test determinism with reference-time support.\n- Updated contributor/operator docs (README, QUICKSTART, CONTRIBUTING, AGENTS).\n\nValidation:\n- apps/server: npm test, npm run build\n- apps/web: npm run build\n- apps/agent: syntax parse check