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: diffbot/diffbot-skills
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: diffbot/diffbot-skills
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cowork
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 19 files changed
  • 2 contributors

Commits on Aug 13, 2026

  1. Pin the vendored dependency closure; document the cowork branch

    vendor-db.sh resolved 'diffbot-python' and 'click>=8.1.0'/'httpx>=0.27.0'/
    'rich>=13.0.0' unpinned, so a regenerate drifted to whatever PyPI served that
    day and no longer matched the committed vendor/. Pin the full closure exactly
    (the versions currently in vendor/) so the tree is reproducible.
    
    Add scripts/README.md recording why this tooling lives on the cowork branch
    rather than main, and how to rebase before building.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    shixish and claude committed Aug 13, 2026
    Configuration menu
    Copy the full SHA
    1506f9b View commit details
    Browse the repository at this point in the history
  2. Normalize vendor/ so a regenerate is byte-identical across machines

    RECORD listed the __pycache__ entries the script deletes, tagged with the
    builder's Python ABI (cpython-311 vs -312), plus a hash of pip's
    machine-specific console-script shebang. Regenerating on a different builder
    therefore dirtied 13 RECORD files without changing a single package.
    
    Strip the dead RECORD entries and the REQUESTED markers (which record only
    which packages this script names explicitly), and commit the normalized tree.
    
    Verified: rerunning vendor-db.sh now leaves the tree clean, and vendor/bin/db
    still runs.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    shixish and claude committed Aug 13, 2026
    Configuration menu
    Copy the full SHA
    04253f1 View commit details
    Browse the repository at this point in the history
Loading