Fresh start - excluded large ROM JSON files

This commit is contained in:
OpenClaw Agent
2026-04-11 09:45:12 -05:00
commit 5deb387aa6
395 changed files with 47744 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# Feature Requests Log
## [FEAT-20260210-001] Native weather with auto-units
**Logged**: 2026-02-10T23:08:00 CST
**Priority**: low
**Status**: pending
**Area**: tools
### Requested Capability
Weather lookups should automatically use user's preferred units (°F/MPH vs °C/km/h) based on MEMORY.md preferences without manual conversion.
### User Context
User specified "Always in F and speed in Mph. This is America! 🇺🇸" — wants automatic unit conversion based on stored preferences.
### Complexity Estimate
simple
### Suggested Implementation
- Read MEMORY.md for weather units preference
- Pass units parameter to weather API calls
- Format output accordingly
### Metadata
- Frequency: recurring
- Related Files: MEMORY.md, skills/weather/
---