Marketplace: publish DevKit 1.1.5 - #28
Merged
Merged
Conversation
There was a problem hiding this comment.
Sorry @Ayleovelle, you've used your own review budget of 250,000 diff characters for the last 7 days.
You can request another review in 6 days and 8 hours by commenting @sourcery-ai review. Upgrade to get a review now.
Reviewer's GuideThis PR refreshes the marketplace DevKit package to the verified production v1.1.5 artifact, adding a model-neutral Fast Lane request/plan workflow with strict schema pairing, coordinator-owned model selection, hash-bound validation, and preserved legacy replay semantics, while retaining the existing marketplace boundary and policy contracts. Sequence diagram for model-neutral Fast Lane planning and selectionsequenceDiagram
participant Coordinator
participant DevKit as DevKit Fast Lane
participant Dispatch as collaboration.spawn_agent
Coordinator->>DevKit: prepare_model_neutral_fast_lane_request(request)
DevKit-->>Coordinator: fast-lane-request-v2 + work-package-v3
Coordinator->>DevKit: compile_fast_lane(request-v2)
DevKit-->>Coordinator: fast-lane-plan-v3
Note over Coordinator,DevKit: Assignments remain plan_only and unselected
Coordinator->>DevKit: record_model_selection(assignment, model_id, reasoning_effort, selection_reason)
DevKit-->>Coordinator: model-selection-record-v1
Coordinator->>Dispatch: Dispatch selected model and effort
Dispatch-->>Coordinator: Dispatch result
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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
plugins/2718lab-devkitfrom the published productionv1.1.5release artifact..agents/plugins/marketplace.jsonlocal-source pointer and installation/authentication policy.Provenance and verification
405c204af8cec1b58352b02f88e8a106d435b083v1.1.5(non-draft, non-prerelease)405c204af8cec1b58352b02f88e8a106d435b0838b154f0fa17ff61ece06eb0ac180534a221b5b08f0506f07d64baee483c7ce99maintree, and staged marketplace tree matched byte-for-byte and mode-for-mode for all 112 files.1.1.5.Summary by Sourcery
Publish DevKit 1.1.5 with model-neutral Fast Lane routing while preserving legacy plan compatibility and execution-safety boundaries.
New Features:
Enhancements:
Build:
Documentation: