Skip to content

chore: sync workflow templates#775

Closed
stranske wants to merge 1 commit intomainfrom
sync/workflows-5cdaefb6e7dd
Closed

chore: sync workflow templates#775
stranske wants to merge 1 commit intomainfrom
sync/workflows-5cdaefb6e7dd

Conversation

@stranske
Copy link
Copy Markdown
Owner

Sync Summary

Files Updated

  • agents-keepalive-loop.yml: Keepalive loop - continues agent work until tasks complete (deprecated; replaced by agents-81-gate-followups.yml, removal no earlier than 2026-02-15)
  • agents-71-codex-belt-dispatcher.yml: Codex belt dispatcher - selects issues and creates agent branches for work
  • agents-72-codex-belt-worker.yml: Codex belt worker - executes agent on issues with full prompt and context
  • agents-73-codex-belt-conveyor.yml: Codex belt conveyor - orchestrates belt worker execution and handles completion
  • agents-autofix-loop.yml: Autofix loop - dispatches Codex when autofix can't fix Gate failures (deprecated; replaced by agents-81-gate-followups.yml, removal no earlier than 2026-02-15)
  • agents-autofix-dispatcher.yml: Autofix dispatch bridge - listens for Gate repository_dispatch events and triggers the autofix loop
  • agents-issue-optimizer.yml: Issue optimizer - LangChain-based issue formatting and optimization (Phase 1)
  • agents-guard.yml: Agents guard - enforces agents workflow protections (Health 45)
  • agents-auto-pilot.yml: Auto-pilot - end-to-end automation orchestrator (format → optimize → agent → verify)
  • agents-weekly-metrics.yml: Weekly metrics - aggregates auto-pilot, keepalive, autofix and verifier metrics into summary reports
  • maint-coverage-guard.yml: Coverage guard - daily baseline monitoring with automatic issue creation
  • maint-76-claude-code-review.yml: Claude Code review (opt-in) - runs only on labeled PRs or manual dispatch
  • reusable-pr-context.yml: Reusable PR context workflow - centralized PR data fetching via GraphQL
  • requirements-llm.txt: Pinned LLM dependencies - required by agents-auto-pilot.yml
  • langchain_client.py: LangChain client builder - multi-provider client with slot-based fallback and configuration

Files Skipped

  • pr-00-gate.yml: File exists and sync_mode is create_only
  • ci.yml: File exists and sync_mode is create_only
  • dependabot.yml: File exists and sync_mode is create_only
  • llm_slots.json: None

Review Checklist

  • CI passes with updated workflows
  • No repo-specific customizations were overwritten

Source: stranske/Workflows
Manifest: .github/sync-manifest.yml

Automated sync from stranske/Workflows
Template hash: 5cdaefb6e7dd

Changes synced from sync-manifest.yml
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Mar 24, 2026
Copilot AI review requested due to automatic review settings March 24, 2026 22:21
@stranske-keepalive
Copy link
Copy Markdown
Contributor

⚠️ Action Required: Unable to determine source issue for PR #775. The PR title, branch name, or body must contain the issue number (e.g. #123, branch: issue-123, or the hidden marker ).

@stranske-keepalive
Copy link
Copy Markdown
Contributor

stranske-keepalive bot commented Mar 24, 2026

🤖 Keepalive Loop Status

PR #775 | Agent: Codex | Iteration 0/5

Current State

Metric Value
Iteration progress [----------] 0/5
Action wait (missing-agent-label)
Disposition skipped (transient)
Gate success
Tasks 0/19 complete
Timeout 45 min (default)
Timeout usage 6m elapsed (15%, 39m remaining)
Keepalive ❌ disabled
Autofix ❌ disabled

🔍 Failure Classification

| Error type | infrastructure |
| Error category | resource |
| Suggested recovery | Confirm the referenced resource exists (repo, PR, branch, workflow, or file). |

@stranske-keepalive
Copy link
Copy Markdown
Contributor

stranske-keepalive bot commented Mar 24, 2026

Keepalive Work Log (click to expand)
# Time (UTC) Agent Action Result Files Tasks Progress Commit Gate
0 2026-03-24 22:24:03 Codex wait (missing-agent-label-transient) skipped 0 0/19
0 2026-03-24 22:26:50 Codex wait (missing-agent-label-transient) skipped 0 0/19 cancelled
0 2026-03-24 22:28:20 Codex wait (missing-agent-label-transient) skipped 0 0/19 success

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Syncs this repository’s GitHub Actions workflow templates and LLM tooling pins to match the upstream stranske/Workflows template set, keeping automation and dependency installs reproducible.

Changes:

  • Updated pinned GitHub Action SHAs across multiple workflows (e.g., create-github-app-token, setup-node, download-artifact, cache, claude-code-action).
  • Adjusted tools/requirements-llm.txt LangChain-family strict pins used by workflow automation.
  • Simplified tools/langchain_client.py by inlining the optional langchain_anthropic import handling.

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tools/requirements-llm.txt Updates strict workflow-only LLM dependency pins.
tools/langchain_client.py Refactors optional Anthropic client import logic used by workflows.
.github/workflows/reusable-pr-context.yml Bumps actions/create-github-app-token pinned SHA.
.github/workflows/maint-coverage-guard.yml Bumps pinned SHAs for app token minting and artifact download.
.github/workflows/maint-76-claude-code-review.yml Bumps pinned SHA for anthropics/claude-code-action.
.github/workflows/agents-weekly-metrics.yml Bumps actions/create-github-app-token pinned SHA.
.github/workflows/agents-keepalive-loop.yml Bumps pinned SHAs for setup-node and app token minting.
.github/workflows/agents-issue-optimizer.yml Bumps actions/create-github-app-token pinned SHA.
.github/workflows/agents-guard.yml Bumps actions/create-github-app-token pinned SHA.
.github/workflows/agents-autofix-loop.yml Bumps actions/create-github-app-token pinned SHA in multiple jobs.
.github/workflows/agents-autofix-dispatcher.yml Bumps actions/create-github-app-token pinned SHA.
.github/workflows/agents-auto-pilot.yml Bumps pinned SHAs for app token minting, Node setup, and cache action.
.github/workflows/agents-73-codex-belt-conveyor.yml Bumps actions/create-github-app-token pinned SHA.
.github/workflows/agents-72-codex-belt-worker.yml Bumps actions/create-github-app-token pinned SHA.
.github/workflows/agents-71-codex-belt-dispatcher.yml Bumps actions/create-github-app-token pinned SHA.

@stranske
Copy link
Copy Markdown
Owner Author

Superseded by #776 after the Workflows source sync fix landed.

@stranske stranske closed this Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automated sync from Workflows sync Automated sync from Workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants