Uh oh!
There was an error while loading. Please reload this page.
chore: update repo references after config -> tools rename - #4
Merged
Conversation
Closes#1: the rename frees @btravstack/config for the planned 12-factor env module. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
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-rootand updated the repository URL. - Updated
homepage/bugs/repository.urlmetadata across allpackages/*/package.jsonfiles. - 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
| File | Description |
|---|---|
| README.md | Updates project title and workflow uses: examples to point to btravstack/tools. |
| package.json | Renames the root private package and updates the repository URL. |
| packages/commitlint/package.json | Updates package metadata URLs to the renamed repo. |
| packages/lefthook/package.json | Updates package metadata URLs to the renamed repo. |
| packages/oxfmt/package.json | Updates package metadata URLs to the renamed repo. |
| packages/oxlint/package.json | Updates package metadata URLs to the renamed repo. |
| packages/tsconfig/package.json | Updates package metadata URLs to the renamed repo. |
| packages/typedoc/package.json | Updates package metadata URLs to the renamed repo. |
| .github/workflows/ci-reusable.yml | Updates the commented consumer example uses: reference to the renamed repo. |
| .github/workflows/release-reusable.yml | Updates 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.
This was referenced Aug 13, 2026
Merged
Merged
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>
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repo was renamed
btravstack/config→btravstack/toolsto free@btravstack/configfor the planned 12-factor env module (#1).This updates every reference to the old name:
package.json: private package renamed@btravstack/config-root→@btravstack/tools-root, repository URL updatedrepository/homepage/bugsURLs in all sixpackages/*/package.jsonuses:examplespnpm testandpnpm lintpass. Downstream repos using the reusable workflows keep working via GitHub's rename redirect; separate PRs update theiruses:references.Closes#1
🤖 Generated with Claude Code