chore: remove legacy scripts and clean up project root
Revert
1
revert: feat(ui): add new onboarding flow
→ Reverts an unwanted feature addition.
Tips for Great Commit Messages
Use imperative tone (e.g., “Add”, “Fix”, “Refactor”)
Keep title ≤ 50 characters
Use blank line between title and body
Wrap body at 72 characters
Focus on WHY the change was made, not just what changed
Quick Reference Table
Type
Meaning
feat
Add new functionality
fix
Resolve a bug
docs
Documentation updates
style
Code formatting/style changes
refactor
Structural code improvement
perf
Performance optimization
test
Add/modify tests
build
Build or dependency changes
ci
CI/CD configuration updates
chore
Maintenance / cleanup
revert
Undo a previous commit
Summary
OpenAI and many large AI teams adopt this commit style for clarity, automation, and collaboration. Using a consistent pattern like feat(animation): improve genie-lamp spawn transition helps generate changelogs, track intent, and maintain clean project history.