Add @forgewisp/bundled-tools catalog and apps/bundled-demo showcase#1
Merged
Conversation
Ship a ready-to-register catalog of browser-effects tools (time, UUIDs, safe math, hashing, base64, viewport, battery, localStorage, clipboard, speech, download, geolocation) grouped by risk tier, plus a vanilla-TS showcase app that registers the full catalog and renders a toolkit sidebar and artifacts panel. Version core and bundled-tools in lockstep at 0.2.0 and extend the release workflow to verify tag parity against both packages and publish bundled-tools via pnpm (rewrites workspace:*). Co-Authored-By: Claude <noreply@anthropic.com>
Turbo's lint, typecheck, and test tasks didn't declare ^build, so in CI (where dist/ is absent on a fresh checkout and lint ran before build) ESLint's type-checked rules couldn't resolve @forgewisp/core's types (pointed at ./dist/index.d.ts via exports). This surfaced as 243 no-unsafe-* errors in @forgewisp/bundled-tools. Add dependsOn: ["^build"] so the dependency's .d.ts is generated first. Co-Authored-By: Claude <noreply@anthropic.com>
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 free
to 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.
Ship a ready-to-register catalog of browser-effects tools (time, UUIDs, safe math, hashing, base64, viewport, battery, localStorage, clipboard, speech, download, geolocation) grouped by risk tier, plus a vanilla-TS showcase app that registers the full catalog and renders a toolkit sidebar and artifacts panel. Version core and bundled-tools in lockstep at 0.2.0 and extend the release workflow to verify tag parity against both packages and publish bundled-tools via pnpm (rewrites workspace:*).