the signals and their derived score are provisional and subject to change.
validate manually before sharing.
18b82390cf9e44a3bf3da701f3b2702851cff1f6none
CLAUDE.mdTool: claude-code# CLAUDE.md — Trale
Flutter body-weight diary app. Android only. Data on-device (Hive + SharedPreferences). All commands run from `app/`.
## Build Commands
```bash
cd app
flutter pub get --enforce-lockfile # install deps
make generate # code generators (changelog, Hive adapters)
make run # run app
make build # release APK
make analyze # static analysis
make test # tests
makeapp/CLAUDE.mdTool: claude-code# CLAUDE.md — Trale
Flutter body-weight diary app. Android only. Data on-device (Hive + SharedPreferences). All commands run from `app/`.
## Build Commands
```bash
cd app
flutter pub get --enforce-lockfile # install deps
make generate # code generators (changelog, Hive adapters)
make run # run app
make build # release APK
make analyze # static analysis
make test # tests
makeAGENTS.mdTool: agents-md# CLAUDE.md — Trale
Flutter body-weight diary app. Android only. Data on-device (Hive + SharedPreferences). All commands run from `app/`.
## Build Commands
```bash
cd app
flutter pub get --enforce-lockfile # install deps
make generate # code generators (changelog, Hive adapters)
make run # run app
make build # release APK
make analyze # static analysis
make test # tests
makeGEMINI.mdTool: gemini# Gemini CLI Project Instructions -- Trale
Flutter body-weight diary app. Android only. Data on-device (Hive + SharedPreferences). All commands run from `app/`.
## Design and Styling
- **Follow the App's Design System:** Always adhere to the established design patterns of the application.
- **Use TraleTheme:** Utilize `TraleTheme` (and related theme extensions/classes) for colors, typography, and other styling elements.
- **Avoid Magic Numbers:** Do not use manually defined constant paddings, margins, or .claude/File: .gitignoreTool: claude-code