You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Spec checks (beta) - SpecLens now lints changes and specs locally and deterministically: missing documents, malformed EARS/Gherkin blocks, empty or duplicated requirements, RFC 2119 misuse, ambiguous wording. Findings render as IDE-style underlines with hover explanations, plus a new Checks view in the sidebar (group by change or by check type), a resizable results panel scoped to what you're reading, and severity badges across the app. On by default; Settings → General can disable it or opt archived changes in
Repositories with large git histories load dramatically faster: authorship now comes from a single history walk instead of one per file (a 4,500-commit repo with 2,800 specs went from hanging indefinitely to about 4 seconds)
Only one right panel (comments, spec checks, AI summary) stays open at a time