🔨 Forge: [CI/AGENTS.md Calibration]#599
Conversation
🏗️ **Infrastructure:** Replaced direct `npm ci` calls with `./setup.sh --skip-verify` across all CI workflows (`ci-shared.yml`, `verify-activity.yml`, `deploy-activity.yml`, `deploy.yml`) to ensure environment parity. Modified `setup.sh` to accept a `--skip-verify` argument to avoid redundant verification during dependency setup. Also added missing `SeasonPairs` export in `@mythicplus/shared` to fix frontend typecheck failures. 📖 **Context:** Updated `AGENTS.md` to follow the execution standard by referencing the executable `./setup.sh` block instead of `npm ci`, ensuring the single source of truth correctly captures necessary system dependencies (`ffmpeg`, `libnacl-dev`).
|
👋 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. |
🏗️ Infrastructure:
Replaced direct
npm cicalls with./setup.sh --skip-verifyacross all CI workflows (ci-shared.yml,verify-activity.yml,deploy-activity.yml,deploy.yml) to ensure environment parity between local agent execution and the pipeline. Modifiedsetup.shto accept a--skip-verifyargument to avoid running tests redundantly during the dependency setup phase. Additionally, resolved a frontend typecheck issue by properly exporting theSeasonPairstype from@mythicplus/shared.📖 Context:
Updated
AGENTS.mdto follow the Forge standard for actionable commands. Replaced thenpm ciinstruction with the executable./setup.shblock, ensuring that any future agent execution environment automatically installs required system-level dependencies (likeffmpegandlibnacl-dev) before proceeding with tasks.PR created automatically by Jules for task 9474194771955490355 started by @TytaniumDev