Skip to content

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