docs: keep Unsga3 standalone — no private product names - #6
Merged
Merged
Conversation
Keep the OSS library standalone: describe initialPopulation and hybrid loops as domain-adapter warm-start / grid-seed. No algorithm change. Co-authored-by: Jason <jkbennitt@users.noreply.github.com>
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
Unsga3 is a public OSS library. Release notes, XML docs, and agent skills mentioned private product repos that consume this package. That coupling does not belong here.
This PR rewrites those mentions in generic terms (domain-adapter warm-start / grid-seed). No algorithm or API behavior change.
What changed
CHANGELOG.md—initialPopulationnote no longer names a consumer product; Unreleased records the wording cleanupUnsga3Algorithm.RunXML docs — same generic warm-start / grid-seed wordingdocs/OPERATOR-BOUNDS.md— hybrid-loop example no longer names product pipelines.grok/skills/unsga3-oracle/SKILL.md— drop the other-repo contrastWhat stayed generic (audit, no edit needed)
tools/typesafe-pareto— ZDT fixture + mock Score/Choice only; no private-repo paths, PackageReferences, or CEM import guidanceAppSprout-dev/Unsga3) and the isolatedcrouzeix-extensionsresearch pointer are unchanged (not consumer products)Checklist
dotnet test Unsga3.slnx -c Releasepasses locally (46 tests)Test plan
tools/typesafe-paretostill uses onlyfixtures/zdt1_candidates.jsondotnet test Unsga3.slnx -c Release— 46 passedpython3 -m unittest tools/typesafe-pareto/test_score_pareto.py— 16 passedci / build-test,ci / typesafe-pareto)