fix(skills): 첫 화면 중단을 명시적 미리보기와 결과 준비로 구분 - #13
Merged
keepitmello merged 4 commits intoSep 17, 2026
Merged
Conversation
Replace the unconditional first-render stop with explicit preview checkpoints and judgment-ready in-scope preparation. Preserve early feedback, user stops, budgets, authority and independent verification. Keep provisional methods and material tradeoffs distinct from binding requirements. Update the old phrase-presence contract and add dependency-free source-contract regressions, including negative controls exercised locally. These checks do not claim live-model or runtime behavior validation.
Remove the template reference that would reintroduce the retired first-render rule and cover it with a source-contract regression.
…rces The full CI surfaced stale expectations for prose moved from short role prompts into the canonical role skills, plus a missing prompt-rules payload in the isolated child fixture. Assert the current prompt-to-skill routing and preserve approval, scoped judgment, direct peer messages and write ownership. Distinguish owner and verifier using actual runtime-assigned roles rather than the removed shared heading. Stage the child profile's prompt-rules dependency instead of disabling its prerequisite check. No product runtime or approval policy is changed.
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.
변경 목적
최신 역할 지침은 담당자가 맡은 결과의 수정·검증을 이어가도록 하지만,
dispatching에는 모든 시각·감각 작업을 첫 화면에서 멈추게 하는 규칙이 두 곳에 남아 있었습니다. 작업 지시 템플릿도 그 규칙을 참조하며, 기존 역할 시험은 문장 자체를 보존하도록 검사했습니다.첫 미리보기는 유효한 산출물일 수 있지만, 약속한 동작이 빠진 첫 화면까지 항상 사용자에게 넘기는 것은 다른 문제입니다.
바꾼 부분
새 스킬, 상시 평가자, 강제 재시도, 새 외부 모델 호출, 전역 프롬프트 증가는 없습니다. 인텐트·로스터 승인 규칙과 앱·엔진 코드는 바꾸지 않습니다. 개인 설정과 사용자 자료도 포함하지 않습니다.
전체 검사에서 찾은 기존 불일치
최신 공식판에서 지침을 줄이고 역할을 분리한 변경이 일부 시험에 반영되지 않아 이전 실행이 실패했습니다. 이번 PR의 마지막 커밋은 다음만 고칩니다.
# Workstream owner대신# Teammate와 실제Role: owner/Role: verifier를 각각 검사하며, 검토자의 제품 수정 금지도 확인합니다.prompt-rules기능을 넣었습니다. 누락 검사를 비활성화하거나 실행 엔진을 바꾸지 않았습니다.실제 확인
시험한 머리 개정:
9ac8c0ae5b31b0b8a16f2867c607610f6e532c65.로컬 분리 작업 공간:
dispatching-boundaries.test.mjs5개 통과.GitHub Actions, 위 머리 개정:
문서 계약과 실행 회귀 검사의 결과입니다. 실제 모델의 협업 품질 개선이나 사용자의 맥에 설치된 상태를 검증했다는 주장은 아닙니다.