Releases: emrecanozturk/intentflow-ios
Releases · emrecanozturk/intentflow-ios
Release list
IntentFlow 0.1.3
IntentFlow 0.1.3
IntentFlow 0.1.3 is the final public-documentation cleanup before launch.
Highlights
- Keeps public documentation focused on product behavior, adoption, examples, and AI agent usage.
- Keeps README installation instructions pointed at the latest release.
- Keeps the release package aligned with the current
mainbranch.
Verification
Validated before release:
./scripts/check.shThis runs:
swift test- generator smoke test
- manifest validation
- AI context generation
- demo app simulator build
- DocC documentation build
IntentFlow 0.1.2
IntentFlow 0.1.2
IntentFlow 0.1.2 is the cleaned launch release.
Highlights
- Clarifies that README
LoginState,LoginIntent, andLoginEventare examples, not shared types every app must use. - Keeps personal launch copy out of public repository documentation.
- Keeps FAQ, quick start, AI agent docs, issue templates, and social preview assets public.
- Preserves the
0.1.1AI agent support work as the latest installable release.
Verification
Validated before release:
./scripts/check.shThis runs:
swift test- generator smoke test
- manifest validation
- AI context generation
- demo app simulator build
- DocC documentation build
IntentFlow 0.1.1
IntentFlow 0.1.1
IntentFlow 0.1.1 is the launch-ready AI agent support release.
Highlights
- Added durable instruction files for Codex, Claude Code, Gemini CLI, GitHub Copilot, and Cursor.
- Added
intentflow ai-contextto generate compact provider-specific AI handoffs from.intentflow.yamlmanifests. - Added token-budgeting guidance so agents can work from manifests and touched files instead of reading the whole repository.
- Added FAQ, quick start, and social preview asset for first-time visitors.
- Added issue templates for AI generation feedback and adoption questions.
- Added GitHub path-scoped Copilot instructions and Claude path-scoped rules.
Why This Release Matters
The original 0.1.0 release introduced the architecture. This release makes the AI-assisted workflow real:
swift run intentflow ai-context .intentflow/login.intentflow.yaml --tool codexThat command turns an IntentFlow manifest into a compact contract an agent can use for generation, review, or migration.
Verification
Validated locally before release:
./scripts/check.shThis runs:
swift test- generator smoke test
- manifest validation
- AI context generation
- demo app simulator build
- DocC documentation build
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