refactor(thread-chat): 引入语义化样式 token,重构样式插件 - #75
Merged
Conversation
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 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. Comment |
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.
变更摘要
styles/tokens.css作为单一入口。color-mix()。.tc-prose,保留.md-body的文本锚点 DOM 契约,并加入基于容器宽度的排版档位。tc-review说明。refactor-thread-chat-style-tokensOpenSpec 变更,更新CLAUDE.md中的样式约定。验证
pnpm typecheck:通过pnpm lint:通过,0 error;保留 2 个既有 warningpnpm build:通过pnpm openspec:validate:通过,30/30git diff --check:通过color-mix()、裸 z-index、CSS 中.md-body排版选择器均无命中;Gate 3 harness 测试页颜色按 OpenSpec 记录豁免)已知 warning / 限制
app/layout.tsx:Geist未使用(既有 ESLint warning,本次未修改)。lib/auth/session-recovery.ts:内部页面使用window.location.href(既有 Next.js ESLint warning,本次未修改)。.commandcode/为本地工具配置,未包含在提交和 PR 中。