IntentFlow 0.1.0
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.yamlmanifests, invariants, acceptance traces, Cursor rules, and Copilot instructions. - CLI support through
intentflowfor 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.shThis runs:
swift test- generator smoke test
- manifest validation
- demo app simulator build
- DocC documentation build