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