Review and classify AZM scratch refinements - #921
Merged
Conversation
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
AndreaCuneo
August 29, 2026 15:16
View session
AndreaCuneo
requested changes
Aug 29, 2026
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
AndreaCuneo
requested changes
Aug 29, 2026
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR formalizes the “AZM scratch” pre-release review by classifying refinements into concrete pre-release tasks, future work, and open decisions, and by adding new task writeups (AZM-17 through AZM-23) to the Mediator Framework task board.
Changes:
- Updates the AZM scratch document to a reviewed/refined structure with pre-release vs future classification and explicit open questions.
- Adds new pre-release task specs (AZM-17..AZM-23) covering naming, payload sizing, non-JSON validation, OTel metrics, generic declarations, fluent composition, and multiline API-surface format.
- Updates the tasks index to include AZM-17..AZM-23 entries.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/mediator-framework/progress/tasks/README.md | Adds task-board entries for AZM-17..AZM-23. |
| docs/mediator-framework/progress/tasks/azure-functions/AZM-scratch.md | Rewrites scratch notes into reviewed, release-classified refinements with assignments and open questions. |
| docs/mediator-framework/progress/tasks/azure-functions/AZM-17-logical-names-and-native-entity-mapping.md | New task spec for separating logical names from transport-native naming constraints. |
| docs/mediator-framework/progress/tasks/azure-functions/AZM-18-transport-contract-and-payload-sizing.md | New task spec for transport-owned payload limits and runtime sizing/offload rules. |
| docs/mediator-framework/progress/tasks/azure-functions/AZM-19-non-json-contract-validation.md | New task spec for compile-time validation of non-JSON wire contract shapes. |
| docs/mediator-framework/progress/tasks/azure-functions/AZM-20-opentelemetry-messaging-metrics.md | New task spec for defining a stable, low-cardinality messaging metrics contract. |
| docs/mediator-framework/progress/tasks/azure-functions/AZM-21-generic-messaging-declarations.md | New task spec for constrained generic declaration attributes and static interfaces. |
| docs/mediator-framework/progress/tasks/azure-functions/AZM-22-fluent-messaging-composition.md | New task spec for a single fluent IServiceCollection composition entry point. |
| docs/mediator-framework/progress/tasks/azure-functions/AZM-23-multiline-messaging-api-surface.md | New task spec for deterministic multiline messaging snapshot grammar + parser updates. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Copilot stopped reviewing on behalf of
AndreaCuneo due to an error
August 29, 2026 19:34
…ot-setup-steps Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.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.
Reviews all AZM scratch items before the Mediator Framework’s first release, separating necessary contract decisions from incremental future work.
Release classification
Technical recommendations
Open decisions