docs: sync skills, README, install guide with mjs-only config#69
Open
reopt-eric wants to merge 2 commits into
Open
docs: sync skills, README, install guide with mjs-only config#69reopt-eric wants to merge 2 commits into
reopt-eric wants to merge 2 commits into
Conversation
pnpm 11 blocks build scripts by default. esbuild's postinstall is trusted; approve it in pnpm-workspace.yaml so local developers don't hit ERR_PNPM_IGNORED_BUILDS on every install. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Reflect the worktreeConfig migration (PR #65) across user-facing docs and fill onboarding gaps. - dev-proxy-init/SKILL.md: collapse Phase 3.2/3.3 into one mjs file, drop "routes only" warning, frontmatter verified-against meta, mjs worktreeConfig template - dev-proxy-review/SKILL.md: add semantic-release config check (releaserc + workflow), npm pack whitelist verification, BREAKING CHANGE detection, GitHub Packages mirror verification, drop hard-coded version - installation.md: macOS DNS resolver timing tip (5-10s + dscacheutil), per-line sudo annotations, worktree-not-in-wizard warning, all worktreeConfig examples now mjs, migration flow updated - README.md / README_KO.md: config file count 4 -> 3, worktreeConfig moved into mjs example, port-change comment de-stuttered, legacy fallback note - CLAUDE.md: Config paragraph clarifies legacy fallback covers both routes and worktreeConfig Closes #68 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Summary
PR #65로 `worktreeConfig`가 `dev-proxy.config.mjs`로 통합된 이후 모든 사용자 문서·스킬을 새 모델에 맞춰 정정 + 신규 사용자가 막히는 알려진 지점(DNS timing, worktree 제약) 보강.
Why
리뷰에서 발견된 두 종류 부채:
Changes
Skills (2)
Install guide
README
CLAUDE.md
chore
Test plan
Closes #68
🤖 Generated with Claude Code