mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
feat: Enhance SAR message handling with improved parsing and object marker generation
This commit is contained in:
10
CLAUDE.md
10
CLAUDE.md
@@ -2,6 +2,16 @@
|
||||
|
||||
This document provides technical details for AI assistants (like Claude) working with this codebase.
|
||||
|
||||
## ⚠️ IMPORTANT: Flutter Development Rules
|
||||
|
||||
**NEVER run or kill Flutter processes:**
|
||||
- **DO NOT** execute `flutter run` command
|
||||
- **DO NOT** kill Flutter processes (e.g., `pkill flutter`, `killall flutter`)
|
||||
- The user manages the Flutter development server themselves
|
||||
- Only make code changes and let the user trigger hot reload manually
|
||||
|
||||
**Hot reload happens automatically when you save files** - the user has their own Flutter process running and will see changes instantly.
|
||||
|
||||
## Project Overview
|
||||
|
||||
**Type**: Flutter Mobile Application
|
||||
|
||||
Reference in New Issue
Block a user