Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
6da6cdb
docs: add Nimbus PR 2 design spec — convective warnings + watches
jayrav13 Apr 25, 2026
a312a34
docs: add Nimbus PR 2 implementation plan — convection (TDD, 14 tasks)
jayrav13 Apr 25, 2026
68ce3ec
test: capture NWS alert fixtures for nimbus convection
jayrav13 Apr 25, 2026
28f18c1
test: pin briefer-perspective convection output as acceptance target
jayrav13 Apr 25, 2026
6c3c54c
feat: add Nimbus::Models::ConvectiveAlert skeleton
jayrav13 Apr 25, 2026
32c4571
feat: parse NWS alert identity, times, and geometry
jayrav13 Apr 25, 2026
edbdd54
feat: parse NWS alert parameter tags (hail, wind gust, tornado, damag…
jayrav13 Apr 25, 2026
9b00159
feat: serialize ConvectiveAlert to_h / to_json
jayrav13 Apr 25, 2026
2ddcb5e
feat: add Nimbus::Models::Convection aggregate
jayrav13 Apr 25, 2026
61c84ce
feat: add Nimbus::Sources::Alerts (api.weather.gov/alerts/active)
jayrav13 Apr 25, 2026
ed61093
test: pin Sources::Alerts edge cases (empty events, custom events, em…
jayrav13 Apr 25, 2026
fbbd9d1
feat: add briefer-cadence phrase helpers for convection formatter
jayrav13 Apr 25, 2026
a575ee1
fix(spec): correct mph→kt conversion in briefer-perspective expectations
jayrav13 Apr 25, 2026
89938fa
feat: render Convection as briefer-cadence one-liners
jayrav13 Apr 25, 2026
dfd8922
feat: add Skywatch.convection convenience API
jayrav13 Apr 25, 2026
8bc4ed7
fix(nimbus-convection): suppress damage_threat when hail/wind already…
jayrav13 Apr 25, 2026
d596c63
feat: add 'skywatch nimbus convection LAT LON' CLI command
jayrav13 Apr 26, 2026
49cbb60
docs: document nimbus CLI commands (outlook, storms, convection)
jayrav13 Apr 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ skywatch weather afd OKX
skywatch weather categories KCDW KEWR
skywatch weather crosswind KCDW --runway 220
skywatch mayday near 40.875 -74.282 --radius 100
skywatch nimbus outlook 1 --at 40.688,-74.174
skywatch nimbus storms --type tornado --near 40.688,-74.174 --radius 100
skywatch nimbus convection 40.688 -74.174
skywatch radar track UAL1234
skywatch radar flights 37.62 -122.38
```
Expand Down
Loading