Skip to content

feat: add @plexus-ms/config shared tool-config package - #10

Merged
davidjalbers merged 2 commits into
mainfrom
feat/biome-package
Jul 13, 2026
Merged

feat: add @plexus-ms/config shared tool-config package#10
davidjalbers merged 2 commits into
mainfrom
feat/biome-package

Conversation

@davidjalbers

@davidjalbers davidjalbers commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Adds @plexus-ms/config: shared tool configurations as subpath exports, starting with Biome — "extends": ["@plexus-ms/config/biome"] (§ 9 PLX). Configs share one audience and one release cadence, so they bundle into one package (one bootstrap publish, one trusted publisher); a config would split out only if it ever grows its own cadence. The repo's own root biome.json extends it (dogfood), which also verifies the consumer path.

Bootstrap caveat applies (see manual): the first publish must be manual, then register the trusted publisher for the new package.

🤖 Generated with Claude Code

davidjalbers and others added 2 commits July 13, 2026 16:48
Ships biome.json behind an './biome' export for one-line extends
("root": false so in-repo dogfooding doesn't collide with the root
config). The repo's own root config now extends it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Tool configs share one audience and one release cadence, so they ship as
one package (@plexus-ms/config/biome, later /tsconfig, ...) — one npm
bootstrap and one trusted publisher instead of one per config.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@davidjalbers davidjalbers changed the title feat: add @plexus-ms/biome shared config package feat: add @plexus-ms/config shared tool-config package Jul 13, 2026
@davidjalbers
davidjalbers merged commit 60521b9 into main Jul 13, 2026
2 checks passed
@davidjalbers
davidjalbers deleted the feat/biome-package branch July 13, 2026 15:04
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.

1 participant