the signals and their derived score are provisional and subject to change.
validate manually before sharing.
6279d3e30d1d1290caee3b81549f8128a8b01d9fnone
app/.mcp.jsonTool: unspecified{
"mcpServers": {
"dart-mcp-server": {
"command": "dart",
"args": [
"mcp-server"
]
},
"slang_mcp": {
"command": "slang_mcp"
}
}
}CLAUDE.mdTool: claude-code# CLAUDE.md
Always use **`fvm flutter`** / **`fvm dart`**, never the bare `flutter` / `dart` binaries — this repo pins its
Flutter version in `.fvmrc` and the system-wide toolchain will not match it.
Full guidance for this repository lives in AGENTS.md:
@AGENTS.md
AGENTS.mdTool: agents-md# AGENTS.md
LocalSend disallows AI generated contributions unless:
- they are bug fixes or
- very small or
- you prove your expertise in your field
This file provides guidance to LLMs when working with code in this repository.
## Repository layout
This is a multi-language monorepo: a Flutter app on top of a Rust protocol implementation.
| Path | What it is none