docs: README を Usage 主体へ再構成する - #23
Merged
Merged
Conversation
利用者の多数派に合わせ kotlin("jvm") を主、multiplatform を注記側とする。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
data object Deleted が抽象プロパティ remarks を実装しておらず コンパイル不能だったため、抽象宣言をやめ各末端の固有プロパティとする。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Motivation 節を廃止し、価値提案の 1 文を導入段落へ吸収。
KT-25871 / sealedSubclasses の制約(R8 で空リスト化 = KT-37292)は
Usage の注記 1 文へ縮約
- 基本例へ entries.map { it.enumizedClass } による全末端クラス取得を追加
- ユースケース節を追加: 全ケース列挙(UI・集計軸)・label の永続化往復・
per-kind 配線の網羅検査・kind 起点の値の型を enumizedClass と
突き合わせる全末端テスト
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
利用者が少ない想定のため details 化し、既定表示を Gradle 中心とする。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
kotlin.k2.only.bundled.compiler.plugins.enabled を無効化した Registry ダイアログを assets へ追加し、Setup の手順文へ挿入する。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
k163377
force-pushed
the
docs/readme-usage-focus
branch
from
August 3, 2026 12:25
bbecff8 to
6fc10b7
Compare
k163377
marked this pull request as ready for review
August 3, 2026 12:34
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.
概要
README を過去の経緯(Motivation)中心から Usage 中心へ再構成する。
変更点
kotlin("jvm")主体へ入れ替え(multiplatform は注記側)KT-25871 /
sealedSubclassesの制約(R8 で空リスト化 = KT-37292)は Usage の注記 1 文へ縮約entries.map { it.enumizedClass }(全末端クラス取得)を追加entriesによるピッカー生成・空グループ込みの集計軸valueOfOrNull解釈の往復・R8 耐性(::class.simpleName対比)whenにできない外部組み立ての配線をentriesで網羅検査enumizedClassと突き合わせるテスト例<details>で折りたたみ(利用者が少ない想定)検証
./gradlew checkVersionMentionsgreen(kotlin("jvm")への入替は文脈パターン両対応済み)🤖 Generated with Claude Code