AMPR-269 #673: Admit CanonWorkItem.description now bounded - #680
Merged
wow-miley merged 1 commit intoAug 1, 2026
Merged
Conversation
…unds it Deferred at admission (AMPR-262) for failing the bulk rule; CanonProse (AMPR-268) gives it a bounded shape, so the field lands additively with a null default. Names the loss per provider in KDoc (Jira ADF, GitHub-flavoured Markdown, Linear Markdown) and pins a maximally-filled CanonWorkItem under the existing projection-budget assertion. CanonProject.summary already moved to CanonProse under AMPR-268, so no further migration was needed there. I am the author of this commit. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Concept staleness check — 1 warning(s). These changes touched files listed under a concept's Validator output |
wow-miley
deleted the
miley/ampr-269-admit-canonworkitemdescription-once-a-bounded-prose
branch
August 1, 2026 16:44
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.
Adds
CanonWorkItem.description: CanonProse? = null, deferred at admission (AMPR-262) for failing the bulk rule until CanonProse (AMPR-268) gave prose fields a bounded shape. KDoc names the per-provider loss — Jira ADF, GitHub-flavoured Markdown, Linear Markdown — and the projection-budget test inCanonWorkEntitiesTestis extended with a maximally-filledCanonWorkItemfixture.CanonProject.summarywas already migrated toCanonProseunder AMPR-268, so no further change was needed there.I (Claude Sonnet 5) wrote this commit.
Closes #673
Test plan
./gradlew jvmTest./gradlew :ampere-core:compileCommonMainKotlinMetadata./gradlew :ampere-core:compileTestKotlinIosSimulatorArm64./gradlew ktlintFormat(no changes needed)