Skip to content

Releases: emrecanozturk/intentflow-ios

IntentFlow 0.1.3

Choose a tag to compare

@emrecanozturk emrecanozturk released this 06 Jul 16:18

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 main branch.

Verification

Validated before release:

./scripts/check.sh

This runs:

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

IntentFlow 0.1.2

Choose a tag to compare

@emrecanozturk emrecanozturk released this 06 Jul 16:13

IntentFlow 0.1.2

IntentFlow 0.1.2 is the cleaned launch release.

Highlights

  • Clarifies that README LoginState, LoginIntent, and LoginEvent are 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.1 AI agent support work as the latest installable release.

Verification

Validated before release:

./scripts/check.sh

This runs:

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

IntentFlow 0.1.1

Choose a tag to compare

@emrecanozturk emrecanozturk released this 06 Jul 15:28

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-context to generate compact provider-specific AI handoffs from .intentflow.yaml manifests.
  • 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 codex

That 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.sh

This runs:

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

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