Skip to content

Copier update: .config folder#96

Merged
ejfine merged 6 commits into
mainfrom
cop-provenance
Jul 10, 2026
Merged

Copier update: .config folder#96
ejfine merged 6 commits into
mainfrom
cop-provenance

Conversation

@ejfine

@ejfine ejfine commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Pull in upstream changes

@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 201 files, which is 51 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: e3d8a598-aee9-453d-b69c-8230cbe15682

📥 Commits

Reviewing files that changed from the base of the PR and between 572ddad and f7168de.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (201)
  • .claude/.beads/.gitignore
  • .claude/.beads/config.yaml
  • .claude/CLAUDE.md
  • .claude/commands/add-command.md
  • .claude/commands/commit.md
  • .claude/commands/create-adr.md
  • .claude/commands/create-issues.md
  • .claude/commands/gap.md
  • .claude/commands/green.md
  • .claude/commands/issue.md
  • .claude/commands/polish.md
  • .claude/commands/red.md
  • .claude/commands/refactor.md
  • .claude/commands/research.md
  • .claude/commands/simplify.md
  • .claude/commands/spike.md
  • .claude/commands/summarize.md
  • .claude/commands/tdd-review.md
  • .claude/commands/tdd.md
  • .claude/helpers/merge-claude-settings.sh
  • .claude/hooks/bash-chain-guard.js
  • .claude/hooks/caveman-activate.js
  • .claude/hooks/caveman-config.js
  • .claude/hooks/caveman-mode-tracker.js
  • .claude/settings/basics.jsonc
  • .claude/settings/hooks.jsonc
  • .claude/settings/permissions/additional-dirs.jsonc
  • .claude/settings/permissions/bash.jsonc
  • .claude/settings/permissions/read.jsonc
  • .claude/settings/permissions/write.jsonc
  • .claude/skills/address-pr-comments/SKILL.md
  • .claude/skills/address-pr-comments/check-footer.py
  • .claude/skills/address-pr-comments/commit-link.py
  • .claude/skills/address-pr-comments/fetch-pr-comments.py
  • .claude/skills/address-pr-comments/post-reply.py
  • .claude/skills/address-pr-comments/utils.py
  • .claude/skills/address-pr-comments/verify-env.py
  • .claude/skills/caveman/SKILL.md
  • .claudeignore
  • .coderabbit.yaml
  • .config/.copier-answers.yml
  • .config/.copier-managed-files.json
  • .config/.coveragerc
  • .config/.prettierrc
  • .config/_typos.toml
  • .config/pylintrc.toml
  • .config/pyrefly.toml
  • .config/ruff-non-src.toml
  • .config/ruff.toml
  • .devcontainer/Dockerfile
  • .devcontainer/create-aws-profile.sh
  • .devcontainer/devcontainer.json
  • .devcontainer/docker-compose.yml
  • .devcontainer/initialize-command.sh
  • .devcontainer/install-ci-tooling.py
  • .devcontainer/manual-setup-deps.py
  • .devcontainer/on-create-command-boilerplate.sh
  • .devcontainer/on-create-command.sh
  • .devcontainer/post-start-command.sh
  • .devcontainer/windows-host-helper.sh
  • .github/CODE_OF_CONDUCT.md
  • .github/CONTRIBUTING.md
  • .github/ISSUE_TEMPLATE/bug-report.yml
  • .github/ISSUE_TEMPLATE/config.yml
  • .github/ISSUE_TEMPLATE/feature-request.yml
  • .github/ISSUE_TEMPLATE/tech-debt.yml
  • .github/actions/check-skip-duplicates/action.yml
  • .github/actions/install_deps/action.yml
  • .github/actions/update-devcontainer-hash/action.yml
  • .github/dependabot.yml
  • .github/pull_request_template.md
  • .github/reusable_workflows/build-docker-image.yaml
  • .github/workflows/ci.yaml
  • .github/workflows/confirm-on-tagged-copier-template.yaml
  • .github/workflows/get-values.yaml
  • .github/workflows/hash_git_files.py
  • .github/workflows/pre-commit.yaml
  • .github/workflows/replace_private_package_registries.py
  • .github/workflows/tag-on-merge.yaml
  • .github/zizmor.yml
  • .gitignore
  • .pre-commit-config.yaml
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • LICENSE
  • README.md
  • biome.jsonc
  • copier-python-package-template.code-workspace
  • copier.yml
  • copier_template_resources/git_tag.py
  • copier_template_resources/openapi_schema_simplifier.py
  • copier_template_resources/python_asyncio/asyncio_fixtures.py
  • copier_template_resources/python_asyncio/background_tasks.py
  • copier_template_resources/vcrpy_fixtures.py
  • extensions/context.py
  • pyproject.toml
  • pytest.ini
  • scripts/delete_false_positive_rej.py
  • sh.bat
  • src/copier_tasks/__init__.py
  • src/copier_tasks/copier_provenance.py
  • src/copier_tasks/remove_precommit_hooks.py
  • template/.claude/.beads/.gitignore
  • template/.claude/.beads/config.yaml
  • template/.claude/CLAUDE.md
  • template/.claude/commands/add-command.md
  • template/.claude/commands/commit.md
  • template/.claude/commands/create-adr.md
  • template/.claude/commands/create-issues.md
  • template/.claude/commands/gap.md
  • template/.claude/commands/green.md
  • template/.claude/commands/issue.md
  • template/.claude/commands/polish.md
  • template/.claude/commands/red.md
  • template/.claude/commands/refactor.md
  • template/.claude/commands/research.md
  • template/.claude/commands/simplify.md
  • template/.claude/commands/spike.md
  • template/.claude/commands/summarize.md
  • template/.claude/commands/tdd-review.md
  • template/.claude/commands/tdd.md
  • template/.claude/helpers/merge-claude-settings.sh
  • template/.claude/hooks/bash-chain-guard.js
  • template/.claude/hooks/caveman-activate.js
  • template/.claude/hooks/caveman-config.js
  • template/.claude/hooks/caveman-mode-tracker.js
  • template/.claude/settings/basics.jsonc
  • template/.claude/settings/hooks.jsonc
  • template/.claude/settings/permissions/additional-dirs.jsonc
  • template/.claude/settings/permissions/bash.jsonc
  • template/.claude/settings/permissions/read.jsonc
  • template/.claude/settings/permissions/write.jsonc
  • template/.claude/skills/address-pr-comments/SKILL.md
  • template/.claude/skills/address-pr-comments/check-footer.py
  • template/.claude/skills/address-pr-comments/commit-link.py
  • template/.claude/skills/address-pr-comments/fetch-pr-comments.py
  • template/.claude/skills/address-pr-comments/post-reply.py
  • template/.claude/skills/address-pr-comments/utils.py
  • template/.claude/skills/address-pr-comments/verify-env.py
  • template/.claude/skills/caveman/SKILL.md
  • template/.claude/skills/fix-mutants/SKILL.md
  • template/.claude/skills/fix-mutants/check-results.py
  • template/.claude/skills/fix-mutants/group-by-line.py
  • template/.claude/skills/fix-mutants/list-survived.py
  • template/.claude/skills/fix-mutants/run-mutmut.py
  • template/.claude/skills/fix-mutants/show-mutant.py
  • template/.claude/skills/fix-mutants/utils.py
  • template/.claude/skills/fix-mutants/verify-mutant.py
  • template/.coderabbit.yaml
  • template/.config/.copier-answers.yml.jinja
  • template/.config/.coveragerc
  • template/.config/.prettierrc
  • template/.config/_typos.toml
  • template/.config/pylintrc.toml
  • template/.config/pyrefly.mutmut.toml
  • template/.config/pyrefly.toml
  • template/.config/ruff-non-src.toml
  • template/.config/ruff.toml
  • template/.devcontainer/Dockerfile
  • template/.devcontainer/devcontainer.json.jinja
  • template/.devcontainer/initialize-command.sh
  • template/.devcontainer/manual-setup-deps.py
  • template/.devcontainer/on-create-command-boilerplate.sh
  • template/.devcontainer/on-create-command.sh.jinja
  • template/.devcontainer/windows-host-helper.sh
  • template/.github/CONTRIBUTING.md
  • template/.github/ISSUE_TEMPLATE/bug-report.yml
  • template/.github/ISSUE_TEMPLATE/config.yml
  • template/.github/ISSUE_TEMPLATE/feature-request.yml
  • template/.github/ISSUE_TEMPLATE/tech-debt.yml
  • template/.github/actions/check-skip-duplicates/action.yml
  • template/.github/actions/install_deps/action.yml
  • template/.github/actions/update-devcontainer-hash/action.yml
  • template/.github/pull_request_template.md
  • template/.github/workflows/confirm-on-tagged-copier-template.yaml
  • template/.github/workflows/get-values.yaml
  • template/.github/workflows/hash_git_files.py
  • template/.github/workflows/pre-commit.yaml
  • template/.github/{% if is_open_source %}CODE_OF_CONDUCT.md{% endif %}
  • template/.gitignore
  • template/.pre-commit-config.yaml
  • template/.python-version.jinja
  • template/AGENTS.md
  • template/CHANGELOG.md
  • template/CLAUDE.md
  • template/README.md.jinja
  • template/biome.jsonc
  • template/pyrefly.mutmut.toml
  • template/pyrefly.toml
  • template/pytest.ini
  • template/scripts/delete_false_positive_rej.py
  • template/sh.bat
  • template/ty.toml
  • tests/copier_data/data1.yaml
  • tests/copier_data/data2.yaml
  • tests/unit/copier_tasks/__init__.py
  • tests/unit/copier_tasks/helpers.py
  • tests/unit/copier_tasks/test_copier_provenance.py
  • tests/unit/copier_tasks/test_remove_precommit_hooks.py
  • ty.toml

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

zendern
zendern previously approved these changes Jul 10, 2026
@ejfine ejfine marked this pull request as ready for review July 10, 2026 20:01
@ejfine ejfine merged commit 14aa2a6 into main Jul 10, 2026
21 checks passed
@ejfine ejfine deleted the cop-provenance branch July 10, 2026 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants