chore(release): bump to v1.1.49 - #1600
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <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.
개요
v1.1.48 세션 회고에서 드러난 규칙 공백과 훅 결함을 정리한 릴리즈입니다. 룰 8종(미러 포함 16파일), 훅 3종(미러 포함 6파일), 파이프라인 정의 4곳, 테스트 2종, wiki 10페이지를 갱신했습니다.
룰 변경
readdir열거 순서는 플랫폼·런타임 의존이며 정렬되지 않는다 — 날짜 파생 디렉토리명 테스트가 달력 절반에서 실패한 사례unrecognized_model진단,claude plugin validatebare skills 검사)$TMPDIR)도 다뤄야 함훅 변경
session-env-check.sh— Agent Teams 상태를 3값(disabled/env-set/enabled)으로 구분합니다. env 변수는 필요조건일 뿐 충분조건이 아니며(R018은TeamCreate실재를 함께 요구), 셸 훅은 도구 목록을 관측할 수 없습니다. 기존 동작은 비활성 환경에서enabled로 보고해agent-teams-advisor.sh가 실행 불가능한TeamCreate권고를 내보내고 있었습니다.OMCUSTOM_AGENT_TEAMS_VERIFIED=1로 실측 후 활성 선언이 가능합니다. (session-env-check.sh 가 env 변수만으로 Agent Teams 가용을 안내 #1588)r007-r008-drift-advisor.sh— 역방향 신호(도구 호출을 예고하고 tool_use 없이 턴 종료)를 추가했습니다. 기존 판정식max(0, tool_use − announce)는 이 방향을 구조적으로 0으로 처리해 탐지 불가였습니다. 482턴 실측에서 순진한 구현은 36턴에 발화(총량 2배)했으므로, 전용 앵커 정규식 + Skill 포함 전체 tool_use 0건 조건으로 좁혀 3/3 진양성·오탐 0을 확인했고, 표본이 3건이라OMCUSTOM_R008_REVERSE기본 off 옵트인으로 넣었습니다. forward 판정에는 앵커를 적용하지 않았습니다 — announce 를 덜 세면 위반이 오히려 늘기 때문입니다. (세션 회고: v1.1.48 세션 찐빠 8건 — 실측했으나 그 실측이 낡았던 3건 #1595)파이프라인 변경
auto-dev.yaml(4곳 동일) —deep-plan/deep-verify다중 Phase 스킬을 단일 목표 위임으로 분할하도록 배선했습니다. R020에 규범은 있었으나 파이프라인 경로에 발동 지점이 없어 실제로 우회되던 사례입니다. (세션 회고: v1.1.48 세션 찐빠 8건 — 실측했으나 그 실측이 낡았던 3건 #1595)minor조건 정정 — 판정 기준을 "파일 추가 여부"에서 "사용자 워크플로가 바뀌는가"로 바꿨습니다. 이 저장소는 스킬 추가가 일상이며(skills 115개인데 버전 v1.1.48), 실제로 이번 릴리즈가 처음에 v1.2.0 으로 잘못 스코프됐다가 v1.1.49 로 정정된 사례를 근거로 남겼습니다.검증
verify-template-sync.shverify-wiki-sync.shvalidate-docs.tsbun install --frozen-lockfilebun run lintbun testverify-version-sync.shgeneratorVersion=1.1.49 templateVersion=1.1.49Closes #1588
Closes #1595
Closes #1596
Closes #1598
Closes #1599
🤖 Generated with Claude Code