feat(claude): ddalggak ULW 하위 명령 흡수#419
Merged
Merged
Conversation
What: ddalggak setup이 /ddalggak과 /omo-ulw Claude Code 스킬을 함께 설치하고 패키지 검증에 claude-skills payload를 포함한다. Why: OMO ULW 작업 방식을 Claude Code에서도 repo 배포 경로로 사용할 수 있게 하기 위해서다.
Owner
Author
|
REVIEW_DONE PR#419 current-head review VerdictAPPROVE - blocker count 0. This is a top-level self-review verdict, not a formal GitHub approval. Current head
Quality Lens Router Output
Evidence Contract
Wiki Context Manifest
Manual merge boundaryReady for manual merge review. No merge or auto-merge was performed. |
- /omo-ulw 독립 스킬을 제거하고 /ddalggak ulw-* 명령으로 라우팅한다 - gajae-code 위임 명령을 생성 자산과 검증 표면에 포함한다 - setup, pack, projection, token budget, runtime dispatch 검증을 갱신한다
Owner
Author
|
REVIEW_BLOCKED PR#419 current-head review VerdictBLOCKED - 코드 diff 자체의 신규 Critical/High finding은 없지만, 현재 GitHub PR 상태가 ready/approve 조건을 만족하지 않습니다. 이 코멘트는 ddalggak evidence review comment이며 GitHub formal approval이 아닙니다. Current head
Scope reviewed
Validation run on current head
Blocking GitHub state
Review findings
Required next actionResolve the PR's dirty merge state against the current |
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.
요약
/omo-ulwskill이 아니라/ddalggak ulw-plan,/ddalggak ulw-loop,/ddalggak ulw-research하위 명령으로 사용하도록 흡수했습니다.ddalggak setup은 Claude Code에skills/ddalggak만 설치하며, 별도skills/omo-ulwpayload는 설치/패키징하지 않습니다.사용 표면
CLI 출력 검증 표면:
각 명령은 각각
/ddalggak ulw-plan ...,/ddalggak ulw-loop ...,/ddalggak ulw-research ...slash command를 출력합니다.검증
npm run verify→ passednode bin/ddalggak.js ulw-plan --print "테스트 계획"→/ddalggak ulw-plan "테스트 계획"node bin/ddalggak.js ulw-loop --print "테스트 구현"→/ddalggak ulw-loop "테스트 구현"node bin/ddalggak.js ulw-research --print "테스트 조사"→/ddalggak ulw-research "테스트 조사"npm pack --dry-run --json --ignore-scripts경로 검증은npm run verify의 package verifier에서 통과.omo/evidence/runtime 작업 산출물은 패키지 payload에 포함하지 않음Evidence Contract
/ddalggak ulw-*형태로 출력됨/omo-ulwpayload 없이 통과함수동 머지 경계
이 PR은 current-head checks, review evidence, mergeability를 별도로 확인한 뒤에만 ready/manual merge 판단을 해야 합니다. 자동 merge, release, publish, tag 작업은 이 PR 범위가 아닙니다.