Skip to content

refactor: use optionize for SimScreen options#13

Merged
veillette merged 1 commit into
mainfrom
chore/optionize-screens
Jul 2, 2026
Merged

refactor: use optionize for SimScreen options#13
veillette merged 1 commit into
mainfrom
chore/optionize-screens

Conversation

@veillette

Copy link
Copy Markdown
Collaborator

Replace hand-spread option-merging forwarded to super() with optionize(), matching MazeGame's reference pattern (CONVENTIONS §8). This is the template every sim is generated from, so new sims inherit the optionize pattern.

Description

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring
  • Build / CI change

Related issues

Fixes #
Related to #

Testing

  • npm run lint
  • npm run check
  • npm run build
  • npm test (if applicable)

How to test

  1. Step 1
  2. Step 2
  3. Expected result

Checklist

  • Self-review completed
  • Documentation updated if needed
  • No unrelated changes included

Replace hand-spread option-merging forwarded to super() with optionize(), matching MazeGame's reference pattern (CONVENTIONS §8). This is the template every sim is generated from, so new sims inherit the optionize pattern.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@veillette veillette merged commit 5caab73 into main Jul 2, 2026
7 checks passed
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@veillette veillette deleted the chore/optionize-screens branch July 2, 2026 10:49
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.

1 participant