Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: astral-sh/setup-uv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.0
Choose a base ref
...
head repository: astral-sh/setup-uv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.5.0
Choose a head ref
  • 3 commits
  • 32 files changed
  • 1 contributor

Commits on Mar 10, 2026

  1. docs: add cross-client dependabot rollup skill (#793)

    ## Summary
    - add a reusable skill for the Dependabot PR rollup workflow
    - place it under `.agents/skills/` for cross-client discovery
    - keep the skill aligned with the Agent Skills standard and
    client-agnostic
    
    ## Details
    - adds `.agents/skills/dependabot-pr-rollup/SKILL.md`
    - documents the workflow for:
      - finding open Dependabot PRs
      - comparing PR heads to their base branch
      - replaying only net dependency changes in a fresh worktree
      - running `npm run all`
      - optionally committing, pushing, and opening a PR
    
    ## Notes
    - `.agents/skills/` is the shared interoperability location used across
    multiple coding agents
    - no code changes
    - tests not run (documentation-only skill)
    eifinger authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    821e5c9 View commit details
    Browse the repository at this point in the history
  2. docs: replace copilot instructions with AGENTS.md (#794)

    ## Summary
    - replace the root `AGENTS.md` symlink with a real file
    - move the agent instructions out of `.github/copilot-instructions.md`
    into `AGENTS.md`
    - trim the content down to concise, repo-specific guidance and add a
    short repository orientation
    
    ## Testing
    - not run (docs-only change)
    eifinger authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    0f6ec07 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Configuration menu
    Copy the full SHA
    e06108d View commit details
    Browse the repository at this point in the history
Loading