Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds an “AI setup” documentation and workflow layer to the Flutter template, plus a small build/release tooling enhancement for iOS artifact handling.
Changes:
- Adds AI contributor entrypoints (
AGENTS.md), repo overview/guidelines docs, and a README “AI Support” section. - Introduces reusable AI workflow “skills” under
ai/skills/(feature scaffolding, data flow, upgrades, releases, PR review, secrets). - Adds an iOS develop IPA make target and a helper script to archive built IPAs (with
release_artifacts/ignored).
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds “AI Support” section and ToC entry pointing to shared AI docs and skills. |
| makefile | Adds generateIosDevelopIpa target and updates .PHONY. |
| docs/PROJECT_OVERVIEW.md | New contributor/agent repo map and operational overview. |
| docs/PROJECT_GUIDELINES.md | New implementation/conventions guide aligned to current repo patterns. |
| ai/skills/flutter-template-upgrade/SKILL.md | Skill workflow for Flutter/dependency upgrades. |
| ai/skills/flutter-template-secrets-bootstrap/SKILL.md | Skill workflow for handling encrypted secrets safely. |
| ai/skills/flutter-template-release-prepare/SKILL.md | Skill workflow for pre-merge release preparation. |
| ai/skills/flutter-template-release-builds/SKILL.md | Skill workflow for post-merge release builds + IPA archival. |
| ai/skills/flutter-template-release-builds/scripts/archive_ios_ipa.sh | New script to archive the generated IPA to release_artifacts/. |
| ai/skills/flutter-template-pr-review/SKILL.md | Skill workflow for PR/diff review. |
| ai/skills/flutter-template-feature-screen/SKILL.md | Skill workflow for adding a new screen/route. |
| ai/skills/flutter-template-feature-data-flow/SKILL.md | Skill workflow for implementing a data-backed feature end-to-end. |
| AGENTS.md | New shared “source of truth” instructions for AI agents. |
| .gitignore | Ignores release_artifacts/ produced by the IPA archival workflow. |
| .claude/CLAUDE.md | Points Claude users to AGENTS.md and the skills directory. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ai/skills/flutter-template-release-builds/scripts/archive_ios_ipa.sh
Outdated
Show resolved
Hide resolved
ai/skills/flutter-template-release-builds/scripts/archive_ios_ipa.sh
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 14 out of 15 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 14 out of 15 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.