feat: Automate Luau strict typing with conversion skill and eval harness#717
Merged
Conversation
…ness Add the strict-typing-luau project skill, which converts Nevermore Luau files to --!strict following the repo's typing conventions (export-type pattern, dot-syntax methods, ServiceBag services, sanctioned :: any escapes with a bare-any default, and precise Rx/Promise return typing). Ships with a deterministic eval harness under evals/: a no-LLM gold smoke test with cases mined from main history, worker-eval primitives, judge-based tests for description triggering, tooling-scope, and parallelism, an intra-package dependency planner with per-node model routing, and a whole-package conversion driver. Validated by converting the full settings package (9 files) to strict and clean.
e31d3cc to
a5b1907
Compare
Owner
Author
|
🚀 PR was released in |
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.
Adds a project skill that converts Luau files to --!strict following our typing conventions, plus a mechanical eval harness to measure and regression-test it: a no-LLM gold smoke test, description-triggering and tooling-scope judges, an intra-package dependency planner with per-node model routing, and a whole-package conversion driver. It was validated by converting the full settings package to strict and clean. Everything lives under .claude/skills/strict-typing-luau/, so it adds tooling without touching any game code.