docs: add improve implementation plans - #54
Merged
Merged
Conversation
vnedyalk0v
marked this pull request as ready for review
June 22, 2026 13:49
vnedyalk0v
added a commit
that referenced
this pull request
Jun 22, 2026
## Summary - Align promotion docs with the repository merge settings. - Sanitize /flow-check command return data so raw stdout/stderr are not returned. - Bound Codeflow timeout config in schema and runtime validation. - Mark the stale /flow-watch ADR default as superseded and mark plans 001-004 DONE. ## Verification - npm run check - git diff --check origin/dev..HEAD ## Self-review - Confirmed the PR is branched from dev and does not target a reserved branch. - Confirmed no dependencies, release automation, publishing, or runtime behavior outside the plan scope were added. - Confirmed plan 003 uses local constants instead of a new validation layer. ## Related issues and PRs - Related issues: none provided. - Based on improve plans added in PR #54. ## Review comments addressed - None. ## Decisions made - Kept plan execution as separate commits and added a final plan-index status commit. ## Known risks or follow-up work - Automatic review may still request wording or API-surface adjustments.
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
Adds self-contained implementation plans for the audited improvement findings.
Context
The
$improveaudit identified four follow-up items: promotion policy drift, raw/flow-checkreturn data, unbounded timeout settings, and stale/flow-watchADR wording. This PR persists those findings as executor-ready plans.Changes
/flow-checkcommand return sanitization plan./flow-watchADR alignment plan.Verification
npm run check: passedgit diff --check --cached: passed before commitSelf-review
Risk
Low. This PR only adds advisor plans under
plans/.Rollback
Revert this PR.
Reviewer notes
Please review whether the plans are scoped correctly, executable by a fresh agent, and ordered appropriately.
Linked issues
None.