test(evals): cover open Optional issue scenarios#75
Draft
martinfrancois wants to merge 3 commits into
Draft
Conversation
Detect whether the installed Tessl CLI uses --variant or --skip-baseline, run the default solver unless an agent is explicitly passed, and force hosted evals to exercise java-optionals with fresh solutions.
Add reference scenarios for the open Optional behavior issues around enum selection, equivalent-match terminals, domain selection, upsert side-effect boundaries, side-effecting branches, and lifecycle helper boundaries.
Migrate the optionals skill-review workflow and local contributor references from the legacy tessl skill review command to tessl review run with the martinfrancois workspace.
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 reference-suite coverage for the currently open actionable Java Optionals issues:
findAnychoicesifPresentOrElseAlso updates
scripts/run_eval_suite.shto work with the current Tessl eval CLI, avoid default Sonnet pinning, force fresh hosted solutions, and pass--skill java-optionalsfor with-context readiness evidence.A follow-up CI commit migrates the optionals skill-review workflow and local contributor references from the legacy
tessl skill reviewcommand totessl review run --workspace martinfrancois, matching the command that passes locally and the streams repo workflow.Dependency Dashboard remains untouched because it is Renovate-managed.
Closes #74
Closes #72
Closes #71
Closes #70
Closes #69
Closes #67
Validation
Local:
python3 scripts/validate_skill.py skills/java-optionalspython3 scripts/validate_eval_criteria.py evals evals-reference evals-regressionpython3 -m py_compile scripts/*.pybash -n scripts/*.shpython3 scripts/validate_json_files.pypython3 scripts/validate_openai_agent_yaml.pygit diff --checktessl plugin lint .bash scripts/check_publish_dry_run.sh .tessl plugin publish --dry-run --bump patch .Hosted review:
019f25dc-8c94-75d9-af80-e920b56ce6a8- 100% quality review usingtessl review run --workspace martinfrancois --threshold 100 skills/java-optionals/SKILL.mdHosted eval evidence, with-context 100 after the last relevant scenario change:
019f25be-5cb1-764f-ad3c-0ce7443d7e6c- scenarios 52, 53019f25c6-c40e-726d-8713-b3580fceb1b0- scenario 54019f25ca-c7dd-727e-8d79-3d23d94889fd- scenarios 51, 55019f25d5-4a55-721b-9464-d4aa5a86d9a3- scenario 56CI:
401 Unauthorizedfrom GitHub Actions despite the sametessl review run --workspace martinfrancoiscommand passing locally. This appears to require rotating or fixing the repositoryTESSL_TOKENsecret; the secret value is not readable from the workflow or local checkout.publish --dry-run .without a version bump fails as expected becausemartinfrancois/java-optionals@1.0.0already exists. No real Tessl publish was run.