feat: public evaluation and optimization suite#13
Draft
jdehorty wants to merge 3 commits into
Draft
Conversation
This was referenced Jun 2, 2026
7f3f970 to
b13aecb
Compare
b13aecb to
74a3a5e
Compare
…ation # Conflicts: # docs/skills-catalog.md # skills/cesiumjs-entities/SKILL.md # skills/cesiumjs-primitives/SKILL.md # wiki/Domain-Mapping.md
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
Publishes the evaluation and optimization suite as a clean public branch built on current
origin/main.This replaces the older draft PR #6. The previous branch carried older tuning-layout history and commit messages that were not ideal for a public-facing publication branch. This PR is rebuilt as a single scrubbed commit with public-safe author metadata and without local run artifacts.
What changed
evaluation/framework, deterministic scorecards, visual quality review flow, and baseline-audit dashboard.optimization/framework, scorecard-guided proposer loop, public-safe optimization results, and dashboard artifacts..env, and untracked generated optimization artifacts out of the branch.pytest.iniso CI and local barepytestinvocations resolve the top-levelevaluationandoptimizationpackages consistently.Validation
optimization/scripts/check-secrets.shpython3 optimization/scripts/check-public-artifacts.pygitleaks detect --redact --log-opts="origin/main..HEAD" --report-format json --report-path /tmp/gitleaks-feat-eval-public.jsonpython3 evaluation/scripts/validate-evaluation.pypython3 optimization/scripts/check-canonical-eval-surface.pypytest -q optimization/tests evaluation/testsRelated to #5. Supersedes #6.