Skip to content

release: v0.11.0 workflow path recommendation#74

Merged
MageByte-Zero merged 13 commits into
mainfrom
codex/issue-70-workflow-path-recommendation
Jul 22, 2026
Merged

release: v0.11.0 workflow path recommendation#74
MageByte-Zero merged 13 commits into
mainfrom
codex/issue-70-workflow-path-recommendation

Conversation

@MageByte-Zero

Copy link
Copy Markdown
Owner

Summary

Why

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 full recommendation, explains all available paths, and records the user's explicit selection for recovery and audit.

Notable safeguards

  • recommendation never mutates state.workflow
  • selection requires a valid ready receipt, --confirm, and an explicit reason; non-recommended choices also require acknowledgement
  • receipt content uses stable SHA-256 and atomic replacement; tampering is rejected
  • malformed commands and failed selections leave receipt/state/DP-0 unchanged
  • show recovers missing, needs-input, invalid, selection-pending, selected, and explicit-state contexts in JSON and human-readable output
  • brand-new changes initialize state before collecting the six fixed intake facts
  • version sync and consistency checks now cover package-lock metadata and recovery command runtime pins

Validation

  • Node 20 full suite: 522/522 passed
  • raw package smoke: 1/1 passed
  • recovery command assets: 13/13 passed
  • WorkBuddy tests: 12/12 passed; temporary install verified 9 skills and 3 commands
  • TypeScript build, doctor, skill lint, artifact validation, version consistency, v0.11.0 dry-run (Changed: 0), and diff checks passed
  • six SDD waves have independent PASS review receipts; final whole-branch review has 0 Critical and 0 Important findings
  • four canonical specs merged without conflict: 12 requirements / 21 scenarios

Release 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

@MageByte-Zero
MageByte-Zero marked this pull request as ready for review July 21, 2026 16:01
@MageByte-Zero
MageByte-Zero merged commit 1b706d0 into main Jul 22, 2026
6 checks passed
@MageByte-Zero
MageByte-Zero deleted the codex/issue-70-workflow-path-recommendation branch July 22, 2026 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

需求入口应先推荐 full/hotfix/tweak 并由用户选择

1 participant