🔨 Forge: [CI/AGENTS.md Calibration]#394
Conversation
…arity - added flutter setup action to ci lint and test workflows - appended worker_flutter commands to scripts/lint.sh and scripts/test.sh - updated pubspec.yaml dart sdk constraint to '>=3.11.0 <4.0.0' to fix dependency resolution failures - updated AGENTS.md with correct targeted commands for flutter and fixed duplicate node.js worker test command
|
👋 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. |
- removed unused `import 'macos/activation_policy.dart';` in `worker_flutter/lib/main.dart` which caused lint failures. - verified all tests and linting steps pass without modifying existing functionality.
🏗️ Infrastructure:
Updated
.github/workflows/ci.ymlto includesubosito/flutter-action@v2withchannel: stablein both thelintandtestjobs to ensure the runner has the necessary Flutter toolchain.Updated
scripts/lint.shandscripts/test.shto includeworker_flutterdirectory execution parity, runningflutter pub get,flutter analyze --no-fatal-infos, andflutter test.Adjusted Dart SDK bounds in
worker_flutter/pubspec.yamlto'>=3.11.0 <4.0.0'to allow resolution in stable channels.📖 Context:
Updated
AGENTS.mdto follow the StrictAGENTS.mdStandard. Specifically, removed a duplicate- **Worker Test**command and added the missing executable commands for- **Worker Flutter Lint**and- **Worker Flutter Test**. Everything is wrapped in back-ticks and copy-paste ready for execution parity.PR created automatically by Jules for task 11647157527714129785 started by @TytaniumDev