the signals and their derived score are provisional and subject to change.
validate manually before sharing.
96a0c2568d842abe6f08bd6638d52d7eac7cf7c4none
AGENTS.mdTool: agents-md# AGENTS.md
## Purpose & Boundaries
- Optimize for safe, incremental, reviewable changes.
- Keep edits tightly scoped to the user request. Avoid opportunistic refactors.
- Prefer shared changes in `:common` when behavior should be consistent across Android and Desktop.
- Treat `androidApp`, `desktopApp`, and release/deployment config as higher-risk surfaces; only touch them when required.
- Preserve existing architecture and naming patterns inside each feature area.
## Environment Baseline
- Use JDK `21none