feat(slack): 응답 밀도를 전송 전에 제어한다#35
Merged
Merged
Conversation
lbox-limit
marked this pull request as ready for review
July 15, 2026 02:03
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.
변경 내용
brief또는deep으로 선택합니다.배경
프롬프트 예시와 제약을 계속 추가하는 방식은 예시 형태에 과적합되고, 실제 길이 제한을 안정적으로 보장하지 못했습니다. 앱 수준의 응답 모드와 deterministic validator를 도입해 소프트 지시와 하드 검증의 책임을 분리했습니다.
사용자·개발자 영향
검증
bun test src/response-density.test.ts src/poll-loop.test.ts— 49 tests passedbun run typecheck— passedpnpm exec vitest run setup/provider-contract.test.ts— 22 tests passedpnpm run build— passedpnpm run lint— 기존src/의 unrelated 오류 13건으로 실패했습니다. 이번 변경 파일은 root lint 대상이 아니며 새 lint 오류는 확인되지 않았습니다.