docs: May 25 cleanup sweep — refresh README + reference docs; remove docs/superpowers/#76
Merged
Merged
Conversation
…ent section Reflect the recent shipping arc: PR automation, GEPA acceptance default flip, knee-point selector becoming opt-in, and updated per-run cost range. Collapse the two overlapping deployment subsections into a single "Shipping the evolved artifact" section with separate --apply/--patch and --create-pr subsections so the orthogonal delivery paths are discoverable side-by-side. Add a "Tune GEPA's search behavior" table so --gepa-acceptance, --gepa-minibatch-size, and --knee-point-strategy are documented in user-facing prose for the first time.
…erfaces for current state
…ly); refresh schema_version + test counts; mark superseded research
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
A documentation audit surfaced four classes of staleness after this week's five-PR feature ship. This PR closes the gap.
Three substantive commits:
docs(readme): refresh for May 23-25 feature ship; consolidate deployment section— README updates:~$2-10→~$1-5(matches recent run data)Tune GEPA's search behaviorsubsection covering--gepa-acceptance,--gepa-minibatch-size,--knee-point-strategyShipping the evolved artifactheading with two clearly-labeled subsections for--apply/--patch(local) vs--create-pr(remote PR)docs(refs): refresh dependencies, model_resolution, review_notes, interfaces for current state— reference-doc updates:dependencies.md: documents the gepa git-pin +[tool.uv] override-dependenciesblockmodel_resolution.md: re-verified; only timestamp bumpreview_notes.md: retired (snapshot drifted, evergreen content already lives in AGENTS.md + components.md)interfaces.md: added 7+ flag entries for the May 23-25 additions (mirrored across skill + tool sections); rewrote stale--knee-point-strategydescription and--closed-loop-during-evolution"raises UsageError" claimAGENTS.md: clarified the two knee-point-as-default-active claimschore: remove docs/superpowers/ from repo (plans + specs are local-only); refresh schema_version + test counts; mark superseded research— convention + drift:docs/superpowers/(4 plan files + 2 spec files). Design specs and implementation plans are local-only artifacts and should never have been committed.docs/superpowers/to.gitignoreso the convention is enforced going forwardevolution/core/saturation_check.py(pointed at a deleted spec file → now points atreports/calibration_findings.md)docs/research/knee_point_analysis.mdgate_decision.jsonschema version from"4"→"5"in 4 docs, with a newSchema v5 additionssubsection enumerating the 11 new fields1076→1166and test-file count55→61acrossdocs/codebase_info.mdanddocs/index.mdTest plan
git diff main..HEAD -- 'evolution/**/*.py'returns ONLY the one-line comment fix insaturation_check.pydocs/superpowers/references:grep -rn 'docs/superpowers' . --exclude-dir=.venv --exclude-dir=outputreturns nothing"4", test count1076, knee-point-as-default-active wording all grep-clean