chore(release): v1.0.0-alpha.1#4
Merged
Merged
Conversation
permissionMode 別バケット集計 (#3) を含む alpha リリース。 旧 alpha.0 と state.json は互換(byDate を読めば従来通り動作)。 Co-Authored-By: Claude Opus 4.7 (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.
なぜ
直前にマージした #3(permissionMode 別バケット集計)を含めた alpha 版を npm に流したい。CLI の version 文字列が古いままだと
cogsync --versionの表示と実装機能が乖離するため、リリース commit を分けて流す。何を
package.json/src/index.ts/src/mcp/server.tsの version を1.0.0-alpha.0→1.0.0-alpha.1CHANGELOG.mdに v1.0.0-alpha.1 セクション(permissionMode バケット集計の Added / Changed)を追加設計判断
1.0.0-alpha.1で patch 相当の bump。compat に影響しないため。byDateBucketsを並走させただけなので旧クライアントも壊れない(feat(deepwork): permissionMode 別バケットで集計 #3 で確認済み)。スコープ外
検証方法
npm run typecheckクリアnpm test— 16/16 passgit tag v1.0.0-alpha.1 && git push --tags && npm publishする想定依存
#3 のマージ前提。
🤖 Generated with Claude Code