the signals and their derived score are provisional and subject to change.
validate manually before sharing.
2e64799e3208362f269b060748afa0b395d13fc7f37326cc6ce349413ad5d4623c041c10ff021df1Authored: 11 months ago (Thu, 16 Oct 2025 19:24:33 +0000)Match: Copilot754ed8a3b3c5b9b0fa688c0293d3ec6537af67afAuthored: 11 months ago (Mon, 29 Sep 2025 10:38:56 +0000)Match: Copilot937eded1f13059c36f727aec63f802b283a869caAuthored: 11 months ago (Sat, 27 Sep 2025 10:29:10 +0000)Match: Copilot5d98a3d7745f9c727c668e61f561df75ff3d5badAuthored: 11 months ago (Sat, 27 Sep 2025 10:19:04 +0000)Match: Copilot3d26048e4b57624f08b7e2fcc1d4b1173d14a44eAuthored: 11 months ago (Fri, 26 Sep 2025 14:38:20 +0000)Match: Copilot6604b78c7ce78b5a69aa52e65c286938c2ee8c99Authored: 11 months ago (Thu, 25 Sep 2025 22:44:52 +0000)Match: Copilotd9804b35bb2e70b78c5a0696828a4d52168be8efAuthored: 11 months ago (Thu, 25 Sep 2025 21:57:59 +0000)Match: Copilot3175c673bb2e5ab65cdf94f19d24561ef3a08f84Authored: 11 months ago (Thu, 25 Sep 2025 17:41:58 +0000)Match: Copilot5aea106de1a6103873d8640fb018d793e5bc05ecAuthored: 11 months ago (Thu, 25 Sep 2025 15:25:49 +0000)Match: Copilotf3ffd6f42b4684b1f056e8979682da8df3ff29f8Authored: 11 months ago (Thu, 25 Sep 2025 10:21:16 +0000)Match: Copilot9fafa9678e36408b7388257acd2777f4a8914cefAuthored: 11 months ago (Wed, 24 Sep 2025 22:01:08 +0000)Match: Copilotf8970607b7389dd23360e1b7144ea5e94e372ff4Authored: 11 months ago (Wed, 24 Sep 2025 12:06:30 +0000)Match: Copilot8d7d49fda3255a005d46fd19ee7ee03b905ac04dAuthored: 11 months ago (Wed, 24 Sep 2025 08:12:33 +0000)Match: Copilot9995624e98b8175b7935400fa69915601a0705bbAuthored: 1 year ago (Tue, 9 Sep 2025 16:42:19 +0000)Match: Copilotb1209feb8418ce574c4a9924fa02628152a028bcAuthored: 1 year ago (Tue, 9 Sep 2025 15:55:35 +0000)Match: Copilot94e2335c21c2c6fc99cc79d3e7f5a38a01c82888Authored: 1 year ago (Tue, 9 Sep 2025 15:14:51 +0000)Match: Copilot18e820a2d6bc8426cdb1bb749446aa32f1be466dAuthored: 1 year ago (Tue, 9 Sep 2025 14:56:58 +0000)Match: Copilota24696155e99dc2069dfddc540e71b7bff3e0a32Authored: 1 year ago (Mon, 8 Sep 2025 13:10:02 +0000)Match: Copilotdfd94e00af425f200eed27fe6790ef166b3e1a0bAuthored: 1 year ago (Mon, 14 Jul 2025 03:21:25 +0000)Match: Copilot.github/copilot-instructions.mdTool: github-copilot## Copilot Coding Agent Configuration
We use Java 21 (eclipse-temurin:21-jdk-jammy) to build the app via gradle.
If you do gradle tasks, you need to prefix them by the following env var to decrease build time. If you forget to set the env var "IS_COPILOT" to "true", the gradle buildNative task will execute which is not required for your work.
```bash
IS_COPILOT=true
```
Example: "IS_COPILOT=true gradle assembleDebug"
Only use the "debug" flavor of the app when you make gradle builds.
You cannot gradle bunone