Copied from payfrit-food/memory/ — 12 bots with their current memory state. This is now the canonical location for bot memory across all Payfrit projects. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
# KIRA — General Agent
|
|
## What I'm Working On
|
|
- Investigated "Product not found" issue on dev version of Payfrit Food Android
|
|
- Both dev and prod use same DB (payfrit_food on 10.10.0.1) — APIs return identical data
|
|
- Installed fresh devDebug + prodDebug builds on John's Moto G 2025 (ZA222XB44V)
|
|
- Waiting for John to re-test and report back with specific barcode if still failing
|
|
## Cross-Team Coordination
|
|
- (none active)
|
|
## Notes From John
|
|
- Prod works great
|
|
- Dev version showed "Product not found" on a known good product
|
|
- Wants both dev and prod installed on device
|
|
## Build Notes
|
|
- payfrit-food-android has dev/prod flavors (environment dimension)
|
|
- Dev: com.payfrit.food.dev, API: dev.payfrit.com/food/api, app name "Food BETA"
|
|
- Prod: com.payfrit.food, API: food.payfrit.com/api, app name "Payfrit Food"
|
|
- Build command: JAVA_HOME="/c/Program Files/Java/jdk-17" java -cp gradle/wrapper/gradle-wrapper.jar org.gradle.wrapper.GradleWrapperMain installDevDebug (or installProdDebug)
|
|
- gradlew.bat doesn't work from bash — must invoke java directly with the wrapper jar
|