Skip to content

Fix/ci tsconfig stylekit core styles - #25

Open
hasong66 wants to merge 2 commits into
AnxForever:mainfrom
hasong66:fix/ci-tsconfig-stylekit-core-styles
Open

Fix/ci tsconfig stylekit core styles#25
hasong66 wants to merge 2 commits into
AnxForever:mainfrom
hasong66:fix/ci-tsconfig-stylekit-core-styles

Conversation

@hasong66

Copy link
Copy Markdown
Contributor

Summary

What changed:

Why:

Change Type

  • feat — new feature or style
  • fix — bug fix
  • refactor — code improvement (no behavior change)
  • docs — documentation only
  • chore — build, CI, or tooling

Scope

  • Styles / Recipes / Tokens
  • UI Components
  • API Endpoints
  • Templates / Animations
  • Build / CI
  • Documentation

Style Contribution Checklist

Skip this section if your PR doesn't add a new style.

  • Style slug: ___
  • Followed docs/STYLE_ADDITION_CHECKLIST.md completely
  • Created all 6 required files (definition, tokens, recipes, showcase page + content, cover SVG)
  • Updated all 4 registration files (index, meta, recipes/index, style-components)
  • Verified /styles/<slug> loads correctly
  • Verified /styles/<slug>/showcase renders all 12+ sections
  • Attached screenshots below

Validation

  • pnpm run security:secrets — no secrets detected
  • pnpm run lint — no errors
  • npx tsc --noEmit — no type errors
  • pnpm test — all tests pass
  • pnpm build — builds successfully

Security

  • No secrets, credentials, or .env files committed
  • Server-side values are not exposed via NEXT_PUBLIC_

Breaking Changes

  • None
  • Yes (describe below)

Screenshots

Notes for Reviewers

hasong added 2 commits August 19, 2026 01:31
…resolve it

packages/mcp/src/data.ts imports from "stylekit-core/styles", but the root
tsconfig paths only mapped "stylekit-core" and "stylekit-core/discovery". CI
runs `tsc --noEmit` and `next build` without pre-building the core package,
so the unmapped subpath could not be resolved from source and both jobs failed
with TS2307 "Cannot find module 'stylekit-core/styles'". Add the missing path
entry, mirroring the existing discovery mapping. Verified: `tsc --noEmit`
passes even with packages/core/dist removed, proving resolution now comes from
source as CI needs.
check:product-truth failed with toolkit-repository-version-mismatch because
the Developer Toolkit manifest's repositoryVersion lagged the package.json
bumps. repositoryVersion documents the in-repo version and must mirror
package.json, so align cli 0.1.1->0.1.2, core 1.0.0-beta.1->1.0.0-beta.3, and
mcp 0.1.1->0.2.0. publicVersion and the install commands (the npm-published
claims) are deliberately left unchanged. Update the developer-toolkit test's
hardcoded cli repositoryVersion to match, resolving its contradiction with the
product-truth invariant.
@vercel

vercel Bot commented Aug 18, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the Anx's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@hasong66, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 35 minutes

Limit details: You’ve used all 2 included reviews currently available under your plan.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: a6b3ed34-2aef-47a1-9c60-77faa4e54144

📥 Commits

Reviewing files that changed from the base of the PR and between 29141b6 and 11eebc9.

📒 Files selected for processing (3)
  • lib/developer-toolkit/index.ts
  • tests/unit/lib/developer-toolkit.test.ts
  • tsconfig.json

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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