🔨 Forge: [CI/AGENTS.md Calibration]#391
Conversation
- Add `worker_flutter` definitions and executable commands to `AGENTS.md`. - Widen flutter sdk dependency bound in `worker_flutter/pubspec.yaml` to ensure compatibility with `stable` branch in CI. - Add `subosito/flutter-action@v2` action configuring the `stable` channel to `lint` and `test` jobs in `.github/workflows/ci.yml`. - Add executable lint and test commands to `scripts/lint.sh` and `scripts/test.sh`.
|
👋 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. |
- Add `worker_flutter` definitions and executable commands to `AGENTS.md`. - Widen flutter sdk dependency bound in `worker_flutter/pubspec.yaml` to ensure compatibility with `stable` branch in CI. - Remove unused macos specific import from `worker_flutter/lib/main.dart` to satisfy flutter analyzer. - Add `subosito/flutter-action@v2` action configuring the `stable` channel to `lint` and `test` jobs in `.github/workflows/ci.yml`. - Add executable lint and test commands to `scripts/lint.sh` and `scripts/test.sh`.
🏗️ Infrastructure:
sdkversion constraint inworker_flutter/pubspec.yamlto'>=3.11.0 <4.0.0'to support the Dart version shipped with the Flutterstablechannel.subosito/flutter-action@v2configured for thestablechannel to thelintandtestjobs in.github/workflows/ci.yml../scripts/lint.shand./scripts/test.shscripts to ensure execution parity for the desktop worker.📖 Context: Updated
AGENTS.mdto follow strictly enforced standards, maintaining the SSOT for intent by explicitly trackingworker_flutter/as part of the project structure and adding itslintandtestcopy-paste ready targeted commands.PR created automatically by Jules for task 14606580330682410881 started by @TytaniumDev