Add M4B serial workflow loops and exact Collect - #1498
Merged
Paul Lizer (paullizer) merged 1 commit intoSep 18, 2026
Merged
Paul Lizer (paullizer) merged 1 commit into
Paul Lizer (paullizer) merged 1 commit into
Conversation
Extend the merged M4A v3 runner with frozen authorized inputs, execution-scoped serial loops, exact paged Collect, locally metered reporting, admin item limits, and V2 List authoring and inspection. Preserve legacy contracts and defer M4C/M5. Bump application to 0.261.117. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Paul Lizer (paullizer)
merged commit Sep 18, 2026
42ab58b
into
microsoft:paullizer-react-v2-ui
2 checks passed
This was referenced Sep 18, 2026
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.
Summary
Target branch:
paullizer-react-v2-ui. The fetched target remains36826e54, including both M4A commits and its paged per-document result follow-up. No deployment, permission change, live workflow execution, or live test publication was performed.Linked issue
No associated issue; the owner requested that this work remain without a new issue. Builds on merged M4A PR #1496; it does not reopen or duplicate that work.
Release Notes & Latest Features
Is this visible to end users?
Is this admin-facing (Admin Settings, governance, deployment, config)?
Should this become a Latest Feature card?
Screenshot needed for the card?
Release-note changes were offered but not confirmed while the owner was unavailable, so
docs/explanation/release_notes.mdis unchanged. Feature/admin/user documentation is included.Version bump
application/single_app/config.pyVERSIONthird segment bumped, or not needed because this is docs-onlydeployers/version.txtbumped, or not needed becausedeployers/was not changedApplication:
0.261.116→0.261.117. No deployer files changed.Testing / validation
npm --prefix .\application\v2_ui run typecheckandnpm --prefix .\application\v2_ui run buildpassed. Browser runs used the isolated pinned Python environment and cleared Playwright cloud service variables.The global Flask/Werkzeug mismatch was resolved only in a session-local test environment using repository pins; global dependencies were not changed. Existing dependency deprecation and Vite bundle-size warnings remain non-blocking. No live-deployment acceptance is claimed.
Documentation
Added
docs/explanation/features/WORKFLOW_FOR_EACH_COLLECT.md; updated workflow guides, admin limits, structured-flow, data-flow, and result-reader documentation. The explicitsaved_record_reportmode permits qualitative batching without silently changing arbitrary task semantics; originals remain durable.Security checklist
@swagger_route(security=get_auth_security())sanitize_settings_for_user()Non-admin workflow responses expose existing explicit non-secret editor/history projections rather than raw settings. Current workflow/group/source access, frozen membership, exact execution/attempt identity, and write fences remain enforced at their operation boundaries. Private journal data and raw report checkpoints are not browser projections.