meshai/meshai/commands
K7ZVX d6bc6b2b89 build: normalize all line endings to LF
One-time renormalization pass under the .gitattributes added in the
previous commit. Every tracked text file now uses LF. No semantic
changes — verified via git diff --cached --ignore-all-space showing
zero real differences. Future diffs will only show real content
changes.

This commit will appear huge in git log --stat but represents zero
behavior change. Use git log --follow --ignore-all-space or
git blame -w when archaeologically tracing through this commit.
2026-05-14 22:43:06 +00:00
..
__init__.py Initial commit: MeshAI - LLM-powered Meshtastic assistant 2025-12-15 11:53:46 -07:00
alerts_cmd.py build: normalize all line endings to LF 2026-05-14 22:43:06 +00:00
avy_cmd.py feat(env): NIFC fire perimeters + avalanche advisories 2026-05-12 15:22:07 -06:00
base.py Remove dead code from living files 2026-02-24 00:27:49 +00:00
clear.py Add !clear command and simplify !reset confirmation message 2026-02-24 07:24:02 +00:00
dispatcher.py feat(notifications): alert routing with channels, rules, and delivery 2026-05-13 03:51:37 +00:00
fire_cmd.py feat(env): NIFC fire perimeters + avalanche advisories 2026-05-12 15:22:07 -06:00
health.py fix: !neighbors shows infra links without requiring SNR, edge SNR enrichment from traceroutes 2026-05-05 01:18:37 +00:00
help.py feat: Named single-gw nodes, infra-only monitoring, commands overhaul 2026-05-05 15:33:14 +00:00
hotspots_cmd.py build: normalize all line endings to LF 2026-05-14 22:43:06 +00:00
ping.py Initial commit: MeshAI - LLM-powered Meshtastic assistant 2025-12-15 11:53:46 -07:00
reset.py Add !clear command and simplify !reset confirmation message 2026-02-24 07:24:02 +00:00
roads_cmd.py fix(notifications): test shows live data, not just canned examples 2026-05-13 18:08:09 -06:00
solar_cmd.py build: normalize all line endings to LF 2026-05-14 22:43:06 +00:00
status.py Initial commit: MeshAI - LLM-powered Meshtastic assistant 2025-12-15 11:53:46 -07:00
streams_cmd.py fix(notifications): test shows live data, not just canned examples 2026-05-13 18:08:09 -06:00
subscribe.py build: normalize all line endings to LF 2026-05-14 22:43:06 +00:00
weather.py Add 2-day forecast to weather command 2025-12-15 15:00:52 -07:00