3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-15 03:25:43 +00:00

Regenerate gh-aw lock workflows to remove stale model-multiplier runtime hook (#10099)

Multiple agentic workflows were failing at runtime with
`MODULE_NOT_FOUND` for `merge_awf_model_multipliers.cjs` under
`${RUNNER_TEMP}/gh-aw/actions`. The lock workflows had stale generated
runtime steps that no longer matched the current `gh-aw` actions bundle.

- **Root cause**
  - Generated `.lock.yml` workflows referenced a removed script:
- `node "${RUNNER_TEMP}/gh-aw/actions/merge_awf_model_multipliers.cjs"`

- **Change**
- Recompiled all agentic workflow sources (`.github/workflows/*.md`)
with current `gh aw` tooling.
  - Checked in regenerated lock artifacts:
    - `.github/workflows/*.lock.yml`
    - `.github/aw/actions-lock.json`
- Result: stale `merge_awf_model_multipliers.cjs` invocations were
eliminated from generated workflows.

- **Representative diff shape**
  ```yaml
  # removed from generated lock workflows
  - GH_AW_MODEL_MULTIPLIERS_PATH="/tmp/gh-aw/model_multipliers.json" \
    node "${RUNNER_TEMP}/gh-aw/actions/merge_awf_model_multipliers.cjs"
  ```

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Copilot 2026-07-12 18:30:19 -07:00 committed by GitHub
parent b1aa1e6ddc
commit d99b6e7b08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 4612 additions and 3426 deletions

File diff suppressed because one or more lines are too long