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: btravstack/btravstack.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: btravstack/btravstack.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chore/coderabbit
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 26, 2026

  1. chore: point CodeRabbit at this repository's own conventions

    A `.coderabbit.yaml` whose `path_instructions` name the spec file rather than
    restating it, so there is one copy of the rules and it is the one already
    under review. The `path_filters` keep generated output and the lockfile out
    of the diff it reads.
    btravers committed Aug 26, 2026
    Configuration menu
    Copy the full SHA
    5f21f69 View commit details
    Browse the repository at this point in the history
  2. fix: a filter for a gitignored path is dead config

    Every `path_filter` except the lockfile named a path git already ignores —
    `src/generated/**`, `.vitepress/dist/**`, `.vitepress/cache/**` — so none of
    them could ever appear in a diff for CodeRabbit to filter. Checked with
    `git ls-files` across all seven repositories: zero tracked files behind any of
    them. `pnpm-lock.yaml` is the one that is tracked, and the one worth filtering.
    btravers committed Aug 26, 2026
    Configuration menu
    Copy the full SHA
    4366697 View commit details
    Browse the repository at this point in the history
Loading