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.yamlmanifests, invariants, acceptance traces, Cursor rules, and Copilot instructions. - CLI support through
intentflowfor 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.shThis runs:
./gradlew test- generator smoke test
- manifest validation
- Dokka documentation build