docs(issue-222): align skill-surface docs and final outcomes#229
Merged
graysurf merged 2 commits intoplan/issue-222from Mar 3, 2026
Merged
Conversation
Owner
Author
Decision
Review Scope
Hard Gates
Task Fidelity
Correctness
Integration Readiness
Evidence Links
|
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
Scope
README.md,docs/runbooks/agent-docs/PROJECT_DEV_WORKFLOW.md, anddocs/testing/script-smoke.mdfor current command/path and entrypoint guidance.docs/plans/skills-review-final-outcomes.mdwith final outcomes, removed entrypoints, and migration mapping.CHANGELOG.mdwith av2.3.8entry for the documentation/final-outcome changes.Testing
scripts/check.sh --docs(pass)scripts/check.sh --markdown(pass)rg -n "scripts/check.sh --all|scripts/ci/stale-skill-scripts-audit.sh --check" README.md DEVELOPMENT.md docs/testing/script-smoke.md(pass)bash -lc 'rg -n "(?i)\b(in progress|wip)\b" README.md skills/README.md docs/testing/script-smoke.md && exit 1 || exit 0'(pass)rg -n "^## (Final Outcomes|Removed Entrypoints|Migration Mapping)$" docs/plans/skills-review-final-outcomes.md(pass)rg -n "^\| .*\| (keep|merge|remove) \| .*\|$" docs/plans/skills-review-final-outcomes.md(pass)bash -lc 'rg -n "(?i)\b(sprint|in progress|wip)\b" docs/plans/skills-review-final-outcomes.md && exit 1 || exit 0'(pass)scripts/check.sh --all(pass)bash scripts/ci/stale-skill-scripts-audit.sh --check(pass)scripts/test.sh -m script_smoke(pass)Issue