Skip to content

chore: update repo references after config -> tools rename - #4

Merged
btravers merged 2 commits into
mainfrom
rename-repo-references
Aug 13, 2026
Merged

chore: update repo references after config -> tools rename#4
btravers merged 2 commits into
mainfrom
rename-repo-references

Conversation

@btravers

Copy link
Copy Markdown
Contributor

The repo was renamed btravstack/configbtravstack/tools to free @btravstack/config for the planned 12-factor env module (#1).

This updates every reference to the old name:

  • root package.json: private package renamed @btravstack/config-root@btravstack/tools-root, repository URL updated
  • repository / homepage / bugs URLs in all six packages/*/package.json
  • README title and reusable-workflow uses: examples
  • usage comments in both reusable workflows

pnpm test and pnpm lint pass. Downstream repos using the reusable workflows keep working via GitHub's rename redirect; separate PRs update their uses: references.

Closes#1

🤖 Generated with Claude Code

Closes#1: the rename frees @btravstack/config for the planned 12-factor
env module.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
CopilotAI lite review requested due to automatic review settings August 13, 2026 18:33

CopilotAI 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.

Pull request overview

Updates repository naming and documentation links after renaming the GitHub repo from btravstack/config to btravstack/tools, ensuring published package metadata and reusable workflow examples reference the new location.

Changes:

  • Renamed the root private workspace package to @btravstack/tools-root and updated the repository URL.
  • Updated homepage / bugs / repository.url metadata across all packages/*/package.json files.
  • Updated README and reusable workflow usage examples to reference btravstack/tools.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
README.mdUpdates project title and workflow uses: examples to point to btravstack/tools.
package.jsonRenames the root private package and updates the repository URL.
packages/commitlint/package.jsonUpdates package metadata URLs to the renamed repo.
packages/lefthook/package.jsonUpdates package metadata URLs to the renamed repo.
packages/oxfmt/package.jsonUpdates package metadata URLs to the renamed repo.
packages/oxlint/package.jsonUpdates package metadata URLs to the renamed repo.
packages/tsconfig/package.jsonUpdates package metadata URLs to the renamed repo.
packages/typedoc/package.jsonUpdates package metadata URLs to the renamed repo.
.github/workflows/ci-reusable.ymlUpdates the commented consumer example uses: reference to the renamed repo.
.github/workflows/release-reusable.ymlUpdates the commented consumer example uses: reference to the renamed repo.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

js-yaml 3.15.1 / 4.3.1 and fast-uri 3.1.5 (GHSA-7p8r-x3mc-p8w7,
superseding the GHSA-v2hh-gcrm-f6hx pin). All patched versions are
13 days old, so the fast-uri minimumReleaseAgeExclude escape hatch
is removed.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@btravers
btravers merged commit c98f65e into mainAug 13, 2026
4 checks passed
@btravers
btravers deleted the rename-repo-references branch August 13, 2026 19:10
Sign up for freeto 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.

Name the upcoming 12-factor env module — @btravstack/config is taken by this repo

2 participants

@btravers