Skip to content

Releases: emrecanozturk/intentflow-android

IntentFlow Android 0.1.0

Choose a tag to compare

@emrecanozturk emrecanozturk released this 16 Jul 14:22

IntentFlow 0.1.0

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

Highlights

  • Core runtime with pure reducers, typed effects, outputs, routes, projections, and coroutine-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.
  • Compose adapter example.
  • ViewModel adapter example.
  • MVVM migration example.
  • Pattern research matrix, manifesto, design principles, and memory/concurrency guide.
  • CI, Dokka build workflow, release checklist, issue templates, security policy, and contribution guide.

Verification

Validated locally before release:

scripts/check.sh

This runs:

  • ./gradlew test
  • generator smoke test
  • manifest validation
  • Dokka documentation build