release: v0.11.0 workflow path recommendation#74
Merged
MageByte-Zero merged 13 commits intoJul 22, 2026
Conversation
MageByte-Zero
marked this pull request as ready for review
July 21, 2026 16:01
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
ssf workflow recommend,select, andshowto collect minimal intake facts, explain the recommendedfull/hotfix/tweakpath, and wait for explicit user choiceworkflow-startthrough cold-start initialization, missing-fact collection, recommendation display, and user selection while keeping DP-4 execution-mode selection separateruntime inferbehavior and existing fast-path thresholdsWhy
Previously, a new requirement with no planning artifacts could be treated as a full-workflow decision even though the system only lacked enough information to classify it. The new intake control plane distinguishes missing facts from a genuine
fullrecommendation, explains all available paths, and records the user's explicit selection for recovery and audit.Notable safeguards
state.workflow--confirm, and an explicit reason; non-recommended choices also require acknowledgementshowrecovers missing, needs-input, invalid, selection-pending, selected, and explicit-state contexts in JSON and human-readable outputValidation
Changed: 0), and diff checks passedRelease boundary
This PR prepares the v0.11.0 release candidate only. It does not create a tag, publish to npm, create a GitHub Release, or write to an external marketplace. The PR should remain draft until GitHub Node 20/22, platform smoke, and Plugin Scanner checks are green.
Closes #70