Skip to content

Move wind module from formulas to phenomena#25

Merged
oyve merged 2 commits intodevfrom
copilot/move-wind-ts-to-phenomena
Oct 28, 2025
Merged

Move wind module from formulas to phenomena#25
oyve merged 2 commits intodevfrom
copilot/move-wind-ts-to-phenomena

Conversation

Copy link
Contributor

Copilot AI commented Oct 27, 2025

The wind module was incorrectly categorized under /formulas but conceptually belongs in /phenomena alongside cloud, fog, and snow.

Changes

  • Relocated module: src/formulas/wind.tssrc/phenomena/wind.ts
  • Relocated tests: tests/formulas/wind.test.tstests/phenomena/wind.test.ts
  • Updated imports in:
    • src/index.ts
    • src/phenomena/wind.ts (airDensity import)
    • src/scales/saffirSimpson.ts
    • tests/phenomena/wind.test.ts
  • Package exports: Build script automatically updated exports to ./winddist/*/phenomena/wind.*

No functional changes to the wind module itself.

Original prompt

wind.ts is now under folder /formulas, but move it (and tests) to /phenomena, where it rather belongs


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI self-assigned this Oct 27, 2025
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Copilot AI changed the title [WIP] Move wind.ts and tests to phenomena folder Move wind module from formulas to phenomena Oct 27, 2025
Copilot AI requested a review from oyve October 27, 2025 19:46
@oyve oyve marked this pull request as ready for review October 28, 2025 06:30
@oyve oyve merged commit e3bb407 into dev Oct 28, 2025
6 checks passed
@oyve oyve deleted the copilot/move-wind-ts-to-phenomena branch October 28, 2025 06:30
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.

2 participants