Skip to content

chore: sync workflow templates#123

Closed
stranske wants to merge 2 commits intomainfrom
sync/workflows-c70356ad1032
Closed

chore: sync workflow templates#123
stranske wants to merge 2 commits intomainfrom
sync/workflows-c70356ad1032

Conversation

@stranske
Copy link
Copy Markdown
Owner

Sync Summary

Files Updated

  • autofix.yml: Autofix workflow - automatically fixes lint/format issues
  • issue_optimizer.py: Issue optimizer - analyzes issues and suggests improvements
  • pr_verifier.py: PR verifier - validates PR changes against acceptance criteria
  • followup_issue_generator.py: Follow-up issue generator - creates issues from verification feedback

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: c70356ad1032

Changes synced from sync-manifest.yml
Copilot AI review requested due to automatic review settings February 15, 2026 08:37
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Feb 15, 2026
@agents-workflows-bot
Copy link
Copy Markdown
Contributor

⚠️ Action Required: Unable to determine source issue for PR #123. 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 Feb 15, 2026

🤖 Keepalive Loop Status

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

Current State

Metric Value
Iteration progress [----------] 0/5
Action wait (missing-agent-label)
Disposition skipped (transient)
Gate failure
Tasks 0/8 complete
Timeout 45 min (default)
Timeout usage 8m elapsed (20%, 37m 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). |

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

This PR syncs workflow templates and automation scripts from the stranske/Workflows repository. The changes include enhancements to the autofix workflow's failure detection mechanism and improved handling of optional dependencies in LangChain-based scripts.

Changes:

  • Enhanced autofix workflow to use direct job inspection with fallback to check runs API
  • Improved LangChain client invocation with graceful degradation when langchain_core is unavailable
  • Minor formatting improvements (blank line removal)

Reviewed changes

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

File Description
.github/workflows/autofix.yml Added hasRelevantFailureJobForRun function to directly query workflow jobs for lint failures, with rate-limit handling and fallback to existing check runs approach
scripts/langchain/followup_issue_generator.py Enhanced _invoke_llm to handle optional langchain_core dependency with multiple fallback paths for different client invocation signatures
scripts/langchain/pr_verifier.py Removed blank line after imports (formatting)
scripts/langchain/issue_optimizer.py Removed blank line after imports (formatting)

@github-actions github-actions bot added the autofix Triggers autofix on PR label Feb 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Autofix updated these files:

  • scripts/langchain/issue_optimizer.py
  • scripts/langchain/pr_verifier.py
  • tests/test_validate_release_workflow_yaml.py

@stranske
Copy link
Copy Markdown
Owner Author

Superseded by merged sync PR #124.

stranske added a commit that referenced this pull request Feb 26, 2026
* chore(ledger): start task task-01 for issue #31

* chore(ledger): finish task task-01 for issue #31

* chore(codex-keepalive): apply updates (PR #256)

* Add historical WAL output generator plugin

* Add historical workbook output generator wrapper

* Refactor historical update flow to use output generator

* fix: resolve CI failures

* fix: remove unused typing.Any import (lint F401)

The merge conflict resolution in 073de24 left an unused `from typing
import Any` in test_normalization_registry_first.py, causing the
lint-ruff Gate check to fail.

https://claude.ai/code/session_01JhCWWDJG8PqwaSbVPCGfm6

Co-authored-by: Claude <noreply@anthropic.com>

* Refactor historical output generator dependency wiring

* chore(codex-keepalive): apply updates (PR #256)

* refactor: move PPT screenshot output to OutputGenerator

* Refactor PPT link refresh into output generator

* fix: resolve CI failures

* chore(codex-keepalive): apply updates (PR #256)

* fix: remove "task" from non-issue prefix filter in extractIssueNumberFromPull

"Task #123" is a valid issue reference pattern. Keeping "task" in
the filter caused extractIssueNumberFromPull to return null, breaking
downstream PR metadata updates.

https://claude.ai/code/session_01JhCWWDJG8PqwaSbVPCGfm6

* chore(codex-keepalive): apply updates (PR #256)

* Add config-driven output generator registry and stage filtering

* fix: widen parsed_by_variant type to Mapping in _build_historical_workbook_output_generator

The _require_parsed_by_variant helper returns Mapping[str, Mapping[str, Any]]
but _build_historical_workbook_output_generator expected dict[str, dict[str, Any]],
causing a mypy arg-type error. Widen to Mapping to match the actual return type.

https://claude.ai/code/session_01JhCWWDJG8PqwaSbVPCGfm6

---------

Co-authored-by: stranske-automation-bot <stranske-automation-bot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Codex Agent <codex-agent@users.noreply.github.com>
Co-authored-by: Codex Agent <codex-agent@local>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Codex Agent <codex-agent@example.com>
Co-authored-by: Codex <codex@local>
@stranske-keepalive stranske-keepalive bot mentioned this pull request Feb 26, 2026
2 tasks
@stranske-keepalive stranske-keepalive bot mentioned this pull request Mar 15, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autofix Triggers autofix on PR 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