59209f276143212cc0aa3298a694d9c959a20e3b977e85dca6fd6d1f6edf4337f57a8653520d42fbAuthored: 1 month ago (Wed, 24 Jun 2026 15:31:48 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>7caf9fabc37a4fc692cda6ed1618a6a71e80b5e5Authored: 5 months ago (Sun, 1 Mar 2026 11:37:26 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>952d653835402dbff06477e1bd256dd505322e2bAuthored: 7 months ago (Wed, 17 Dec 2025 05:13:27 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>5444e19e4f1df798b0461adf67cb61f50b3bd101Authored: 7 months ago (Mon, 15 Dec 2025 18:03:16 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>5444e19e4f1df798b0461adf67cb61f50b3bd101Authored: 7 months ago (Mon, 15 Dec 2025 18:03:16 +0000)Match: Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>05cc6dca82fe5f5890299abf7cde6f1cd2907a26Authored: 10 months ago (Thu, 25 Sep 2025 03:24:56 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>.claudeTool: claude-codeAGENTS.mdTool: agents-md# Global instructions
## Code Style
- Limit the amount of comments you put in the code to a strict minimum. You should almost never add comments, except sometimes on non-trivial code, function definitions if the arguments aren't self-explanatory, and class definitions and their members.
- Do not use emoji.
## Workflow
- You can test that the code builds by running `cargo build`. Don't pass `--release` unless there's a specific need to test a release build, it's much slower.
- After making code changes, none