Skip to content

fix(framework): surface slot validation warnings to console#181

Merged
qantrepreneur merged 1 commit into
mainfrom
163-slot-warnings
May 17, 2026
Merged

fix(framework): surface slot validation warnings to console#181
qantrepreneur merged 1 commit into
mainfrom
163-slot-warnings

Conversation

@qantrepreneur
Copy link
Copy Markdown
Contributor

Summary

  • Log validateSlots() warnings via console.warn so developers see Levenshtein typo suggestions
  • Previously warnings were computed but silently discarded

Test plan

  • Typo slot name → console.warn with "Did you mean?" suggestion
  • Unknown slot with no close match → console.warn lists available slots
  • Valid slots → no warnings logged
  • Full test suite passes (258 tests)

Closes #163

🤖 Generated with Claude Code

Closes #163

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@qantrepreneur qantrepreneur merged commit bd3d220 into main May 17, 2026
3 checks passed
@github-actions github-actions Bot mentioned this pull request May 17, 2026
qantrepreneur added a commit that referenced this pull request May 21, 2026
Closes #163

Co-authored-by: Lorenzo <lorenzofkramer@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: slot validation warnings (Levenshtein typo suggestions) silently dropped

1 participant