Develop#6
Merged
Seungwoo321 merged 20 commits intomainfrom Mar 4, 2026
Merged
Conversation
- Update package.json for npm public registry - Add publish-init.yml for one-time initial publish - Update publish.yml to use release-it for versioning - Add .release-it.json configuration - Add release-it and conventional-changelog dependencies Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove GitHub Packages specific instructions - Add npm badges (version, downloads, license) - Simplify installation instructions - Add related packages section Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add content rules (6 rules): - empty-text, button-text-length, title-length - page-title, link-text, no-placeholder - Add data-display rules (6 rules): - table-header, list-empty-state, table-empty-state - list-pagination, table-columns, card-grid - Add feedback rules (6 rules): - spinner-context, progress-value, toast-duration - alert-dismissible, tooltip-length, form-errors - Add cognitive load rules to usability (4 rules): - too-many-buttons, too-many-form-fields - page-complexity, drawer-width - Update README with new categories - Total rules: 51 (was 33) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add centralized constants.ts with shared validation thresholds - Add utils.ts with reusable tree traversal functions - Add interaction rules for button/link/form action validation - Replace 8 inline recursive functions with hasChildMatching/countInChildren - Replace 7 items extraction patterns with getNodeItems utility - Remove unused buttonStyleTracker and resetConsistencyTrackers - Unify text extraction patterns with getNodeText() - Reduce bundle size by 3.6% (78.71KB → 75.90KB) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Upgrade @wireweave/core from 1.2.0 to 1.4.1 - Add [skip ci] support to prevent publish loops - Add main→develop PR sync after release - Add CLAUDE.md to .gitignore - Update README documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Resolved conflicts in publish.yml and README.md, keeping develop branch changes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@wireweave/core 의존성을 v1.4.1에서 v2.0.0으로 업그레이드했습니다.
- Adds support for col scroll attribute Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
core 패키지의 최신 기능 및 개선사항을 반영하기 위해 의존성 버전을 업데이트했습니다.
@wireweave/core 패키지를 2.1.0에서 2.2.0으로 업데이트했습니다.
@wireweave/core 패키지를 2.2.0에서 2.5.1로 업데이트했습니다.
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.
No description provided.