Skip to content

Replace arup-group references with templated github_owner#45

Merged
renefritze merged 1 commit into
mainfrom
claude/replace-arup-group-refs-2UUAC
Jun 4, 2026
Merged

Replace arup-group references with templated github_owner#45
renefritze merged 1 commit into
mainfrom
claude/replace-arup-group-refs-2UUAC

Conversation

@renefritze

Copy link
Copy Markdown
Owner

Summary

Removes leftover arup-group GitHub org and @arup.com email references inherited from the original Arup template.

  • Adds a new github_owner cookiecutter variable (default renefritze) so generated projects choose their own org.
  • Uses {{cookiecutter.github_owner}} in repository_url, the generated README codecov link, the generated .markdown_link_check_config.json exclude pattern, and the generated .pre-commit-config.yaml comment.
  • Fixes the malformed codecov URL in the generated README (cookiecutter.project_slug}} → proper templating, plus templated owner).
  • Changes the default author email from @arup.com to @example.com.
  • Updates the template repo's own .markdown_link_check_config.json and .pre-commit-config.yaml to reference renefritze.

Verification

  • grep -ri arup . returns no matches.
  • Generated a project with cookiecutter . --no-input — confirmed github_owner defaults to renefritze and renders correctly across repository_url, the README codecov link, and the link-check config.
  • Verified the variable is overridable (e.g. github_owner=acme-co propagates everywhere).
  • cookiecutter.json validated as valid JSON.

https://claude.ai/code/session_016pjb6UnEngB7MFpSwDjNsq


Generated by Claude Code

Add a github_owner cookiecutter variable (default renefritze) so generated
projects choose their own org, and use it in repository_url, the README
codecov link, and the markdown-link-check exclude pattern. Also fix the
malformed codecov URL and switch the default author email to @example.com.
Update the template repo's own configs to reference renefritze.

https://claude.ai/code/session_016pjb6UnEngB7MFpSwDjNsq

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the cookiecutter template to replace hardcoded references to the 'arup-group' GitHub organization and 'arup.com' email domain. It introduces a new 'github_owner' variable (defaulting to 'renefritze') and updates the repository URL, markdown link check configurations, pre-commit configurations, and the README template to use this variable dynamically. The default email domain is also changed to '@example.com'. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@renefritze renefritze merged commit 979d0c3 into main Jun 4, 2026
7 checks passed
@renefritze renefritze deleted the claude/replace-arup-group-refs-2UUAC branch June 4, 2026 17:45
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