🔨 Forge: [CI/AGENTS.md Calibration]#482
Conversation
- Downgrade Dart SDK constraint in `worker_flutter/pubspec.yaml` to `>=3.11.0 <4.0.0` to resolve stable channel dependency resolution failure. - Integrate `subosito/flutter-action@v2` into `.github/workflows/ci.yml`. - Append `flutter analyze` and `flutter test` execution steps into reusable parity scripts (`scripts/lint.sh`, `scripts/test.sh`). - Update `AGENTS.md` Single Source of Truth to document `worker_flutter` tooling, setup, and targeted testing commands. - Log tool-version conflict insight to `.jules/forge.md`.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Downgrade Dart SDK constraint in `worker_flutter/pubspec.yaml` to `>=3.11.0 <4.0.0` to resolve stable channel dependency resolution failure. - Integrate `subosito/flutter-action@v2` into `.github/workflows/ci.yml`. - Append `flutter analyze` and `flutter test` execution steps into reusable parity scripts (`scripts/lint.sh`, `scripts/test.sh`). - Update `AGENTS.md` Single Source of Truth to document `worker_flutter` tooling, setup, and targeted testing commands. - Log tool-version conflict insight to `.jules/forge.md`. - Fix Flutter analyze warnings/errors regarding Sentry `extra` deprecation, `ExpansionTileController` deprecation, and unused imports.
🏗️ Infrastructure: Integrated
subosito/flutter-action@v2(stable channel) into.github/workflows/ci.ymllintandtestjobs. Extracted and appended Flutter linting and testing execution steps toscripts/lint.shandscripts/test.sh. Calibratedworker_flutter/pubspec.yamlDart SDK constraint to>=3.11.0 <4.0.0to fix resolution failure with stable channel SDK.📖 Context: Updated
AGENTS.mdto follow execution parity standards for Flutter integration, strictly maintaining SSOT alignment across CI and documentation. Logged tool-version conflict insight to.jules/forge.md.PR created automatically by Jules for task 10381678771212797487 started by @TytaniumDev