Skip to content

IntentFlow 0.1.0

Choose a tag to compare

@emrecanozturk emrecanozturk released this 06 Jul 14:38

IntentFlow 0.1.0

IntentFlow 0.1.0 introduces a workflow-first architecture for iOS apps.

Highlights

  • Core runtime with pure reducers, typed effects, outputs, routes, projections, and actor-backed store.
  • AI mode with .intentflow.yaml manifests, invariants, acceptance traces, Cursor rules, and Copilot instructions.
  • CLI support through intentflow for feature generation and manifest validation.
  • Buildable SwiftUI demo app.
  • SwiftUI and UIKit source examples.
  • MVVM and MVC migration examples.
  • Pattern research matrix, manifesto, design principles, and memory/concurrency guide.
  • CI, DocC build workflow, release checklist, issue templates, security policy, and contribution guide.

Verification

Validated locally before release:

scripts/check.sh

This runs:

  • swift test
  • generator smoke test
  • manifest validation
  • demo app simulator build
  • DocC documentation build