Skip to content

chore: sync workflow templates#756

Merged
stranske merged 1 commit intomainfrom
sync/workflows-ecbbe5b2f1ab
Mar 15, 2026
Merged

chore: sync workflow templates#756
stranske merged 1 commit intomainfrom
sync/workflows-ecbbe5b2f1ab

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-auto-pilot.yml: Auto-pilot - end-to-end automation orchestrator (format → optimize → agent → verify)
  • maint-76-claude-code-review.yml: Claude Code review (opt-in) - runs only on labeled PRs or manual dispatch
  • issue_formatter.py: Issue formatter - converts raw text to AGENT_ISSUE_TEMPLATE format
  • issue_dedup.py: Issue deduplication - finds similar open issues
  • semantic_matcher.py: Semantic matcher - vector similarity for issues/labels
  • label_matcher.py: Label matcher - suggests labels based on semantic matching
  • integration_layer.py: Integration layer - coordinates LangChain components
  • AGENTS.md: Context file for agents and coding assistants
  • CLAUDE.md: Context file for Claude/AI assistants
  • WORKFLOW_USER_GUIDE.md: Workflow user guide - explains the CI/agent system for repo consumers

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

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

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

🤖 Keepalive Loop Status

PR #756 | 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/15 complete
Timeout 45 min (default)
Timeout usage 5m elapsed (13%, 40m 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 15, 2026

Keepalive Work Log (click to expand)
# Time (UTC) Agent Action Result Files Tasks Progress Commit Gate
0 2026-03-15 15:10:12 Codex wait (missing-agent-label-transient) skipped 0 0/15 cancelled
0 2026-03-15 15:11:59 Codex wait (missing-agent-label-transient) skipped 0 0/15 cancelled
0 2026-03-15 15:14:33 Codex wait (missing-agent-label-transient) skipped 0 0/15 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 consumer repo with upstream workflow templates/documentation from stranske/Workflows, including minor refactors in the scripts/langchain helpers and pinned GitHub Action updates.

Changes:

  • Refactor scripts/langchain/* imports and tighten some public type annotations for semantic/label matching utilities.
  • Update pinned GitHub Action SHAs (notably actions/setup-node) and bump the Claude Code Review action SHA.
  • Refresh consumer-facing docs (CLAUDE.md, new AGENTS.md, and a small WORKFLOW_USER_GUIDE.md section update).

Reviewed changes

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

Show a summary per file
File Description
scripts/langchain/semantic_matcher.py Removes a typing Protocol and broadens EmbeddingClientInfo.client typing.
scripts/langchain/label_matcher.py Switches dynamic imports to direct imports; refines client_info type; minor variable rename.
scripts/langchain/issue_formatter.py Switches dynamic imports to direct imports; removes cast() around LangChain pipe usage.
scripts/langchain/issue_dedup.py Switches dynamic imports to direct imports; refines client_info type.
scripts/langchain/integration_layer.py Switches dynamic imports to direct imports; improves return/collection type annotations.
WORKFLOW_USER_GUIDE.md Updates version-management maintenance workflow documentation section.
CLAUDE.md Replaces prior content with updated consumer-repo context aligned with upstream templates.
AGENTS.md Adds agent-generic consumer-repo context doc aligned with CLAUDE.md.
.github/workflows/maint-76-claude-code-review.yml Updates anthropics/claude-code-action pinned SHA.
.github/workflows/agents-keepalive-loop.yml Updates actions/setup-node pinned SHA in multiple jobs.
.github/workflows/agents-auto-pilot.yml Updates actions/setup-node pinned SHA.
Comments suppressed due to low confidence (1)

scripts/langchain/semantic_matcher.py:33

  • EmbeddingClientInfo.client is now typed as object, but this module later calls resolved.client.embed_documents(...) (and the adapter also exposes embed_query). Using object makes the type hint inaccurate and removes the interface contract for callers passing a custom client. Consider restoring a small Protocol (or another structural type) that declares the required methods, and use that for client so the expected API remains documented and checkable.
@dataclass
class EmbeddingClientInfo:
    client: object
    provider: str
    model: str
    is_fallback: bool


You can also share your feedback on Copilot code review. Take the survey.

@stranske stranske merged commit 4a41686 into main Mar 15, 2026
133 of 147 checks passed
@stranske stranske deleted the sync/workflows-ecbbe5b2f1ab branch March 15, 2026 23:43
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