0.10.0 태그 전 CHANGELOG 미출시 항목 정리 - #14
Merged
Merged
Conversation
하네스 검증·보강분을 `[Unreleased]`에 적었는데, 그 작업은 버전을 올리지 않았다 — 매니페스트 기준으로 이미 0.10.0의 일부다. 이 상태로 태그를 달면 "미출시"로 적힌 내용이 태그 안에 들어가 CHANGELOG가 거짓말을 한다. - `[Unreleased]` 항목을 0.10.0의 Added·Changed로 편입하고, 제목을 "Digital Public Goods readiness & verified hardening"으로 넓힌다 - 실측과 어긋난 수치 정정 — 회귀 테스트 18 → **20**케이스, 오탐 감소 71 → 22가 아니라 71 → **20**건(최종 스윕 기준) - 오탐 억제 목록에 뒤늦게 추가한 "불일치를 인용하는 줄" 항목 반영 - exit code 변경이 스크립트 소비자에게 미치는 영향을 한 줄로 명시 — 2가 아닌 종료를 성공으로 처리하던 호출자는 갱신이 필요하다 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
0.10.0 태그를 달기 위한 선행 정리다. 문서만 바뀐다.
왜
직전 PR에서 하네스 검증·보강분을
[Unreleased]에 적었는데, 그 작업은 버전을 올리지 않았다. 매니페스트가0.10.0이므로 저장소 자신의 회계로는 이미 0.10.0의 일부다. 이 상태로 HEAD에 0.10.0 태그를 달면 "미출시"라고 적힌 내용이 태그 안에 들어가 CHANGELOG가 거짓말을 하게 된다.(0.10.0 콘텐츠가 온전히 존재하는 첫 커밋이 HEAD다 — CHANGELOG의 0.10.0 항목 자체와 일부 0.10.0 문서 편집이 같은 파일을 공유해 두 번째 커밋에 담겼기 때문에, 재구성 커밋 지점에 태그를 달 수는 없다.)
무엇
[Unreleased]항목을 0.10.0의Added·Changed로 편입, 제목을Digital Public Goods readiness & verified hardening으로 확장18→ 20케이스, 오탐 감소71 → 22가 아니라71 → 20건(최종 스윕 기준). 둘 다 작업 중간값이 그대로 남아 있었다2가 아닌 종료를 성공으로 처리하던 호출자는 갱신이 필요하다참고 — 버전 판단
보강분에는
확인 불가의 종료 코드가0→3으로 바뀐 인터페이스 변경이 들어 있다. 0.x라 minor 상향(0.11.0)으로 끊을 근거도 있으나, 요청이 0.10.0 태그였고 매니페스트·같은 날짜 릴리스라는 실제 상태에 맞춰 0.10.0으로 합쳤다. 0.11.0으로 끊는 편이 낫다고 보시면 되돌리기 쉽다 — 아직 태그도 릴리스도 없다.또한
0.9.0항목이 CHANGELOG에 없다(0.8.0 → 0.10.0). 이번 변경과 무관한 기존 공백이라 손대지 않았다.🤖 Generated with Claude Code