412fe810cb9d933a3db42d7b427ad8290f969c3d2f09011af04527218f744e79ed1e8edc85e1972cAuthored: 3 weeks ago (Thu, 9 Jul 2026 21:38:29 +0000)Match: Assisted-by: qwen-code + llama.cpp + hf.co/unsloth/Qwen3.6-27B-MTP-GGUF:UD-Q4_K_XLa217819b07704acdd7ada34d89f9ea5b17e283e2Authored: 3 weeks ago (Thu, 9 Jul 2026 21:38:29 +0000)Match: Assisted-by: qwen-code + llama.cpp + hf.co/unsloth/Qwen3.6-27B-MTP-GGUF:UD-Q4_K_XL30db5cf25fb49a8829ca55c9f60a2bce4f1f2cebAuthored: 3 weeks ago (Thu, 9 Jul 2026 21:38:29 +0000)Match: Assisted-by: qwen-code + llama.cpp + hf.co/unsloth/Qwen3.6-27B-MTP-GGUF:UD-Q4_K_XLe9de4f2996095dd3a444324b1e6118ba0c190c81Authored: 3 weeks ago (Thu, 9 Jul 2026 21:38:29 +0000)Match: Assisted-by: qwen-code + llama.cpp + hf.co/unsloth/Qwen3.6-27B-MTP-GGUF:UD-Q4_K_XL1bef4f1d2ecc53ae606bc1e43f952de904b75fc4Authored: 3 weeks ago (Thu, 9 Jul 2026 21:38:29 +0000)Match: Assisted-by: qwen-code + llama.cpp + hf.co/unsloth/Qwen3.6-27B-MTP-GGUF:UD-Q4_K_XL64928ddc2c24e08b270ea28f71b869aefce2e8c1Authored: 1 month ago (Wed, 24 Jun 2026 16:07:32 +0000)Match: Assisted-by: gpt-5.5bf1899471bda7a97691876a379f3e04ceda685b3Authored: 1 month ago (Wed, 24 Jun 2026 16:07:32 +0000)Match: Assisted-by: hf.co/unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_Me2ab3ee0e2ec85116f4529bcc97a5da4f7043e70Authored: 1 month ago (Wed, 24 Jun 2026 16:07:32 +0000)Match: Assisted-by: hf.co/unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_M8d1d15b7dabe29e3349327f6657e4def391dfe3fAuthored: 1 month ago (Wed, 24 Jun 2026 16:07:32 +0000)Match: Assisted-by: hf.co/unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_M745065a74241ae8c39180c0cdc1a5444b5605dfbAuthored: 1 month ago (Wed, 24 Jun 2026 16:07:32 +0000)Match: Assisted-by: hf.co/unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_Mb9b92ce197171717d99cd9ea1eed29b1cfa0666bAuthored: 1 month ago (Wed, 24 Jun 2026 16:07:32 +0000)Match: Assisted-by: hf.co/unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_Mb9b92ce197171717d99cd9ea1eed29b1cfa0666bAuthored: 1 month ago (Wed, 24 Jun 2026 16:07:32 +0000)Match: Assisted-by: gpt-5.5996485a8a13ccb3ed9b2e8f1072a67e6ab63ab84Authored: 1 month ago (Wed, 24 Jun 2026 16:07:32 +0000)Match: Assisted-by: hf.co/unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_M23b5359fdfdb79c3d8a78fc347b5326f8d217eb4Authored: 1 month ago (Wed, 24 Jun 2026 16:07:32 +0000)Match: Assisted-by: hf.co/unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_Md04abe01e8f6f98ae575bb8d9fd19570f4777e91Authored: 1 month ago (Wed, 24 Jun 2026 16:07:32 +0000)Match: Assisted-by: hf.co/unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_Mb93ee8c26e96af85d77b040fa4fae8447c8fd7f8Authored: 4 months ago (Fri, 6 Mar 2026 16:30:47 +0000)Match: Co-authored-by: Codex <noreply@openai.com>b93ee8c26e96af85d77b040fa4fae8447c8fd7f8Authored: 4 months ago (Fri, 6 Mar 2026 16:30:47 +0000)Match: Co-authored-by: Codex <noreply@openai.com>b9cb76b302bdd1288b6486fb3a0627ea40cc3dbcAuthored: 4 months ago (Fri, 6 Mar 2026 16:20:10 +0000)Match: Co-authored-by: Codex <noreply@openai.com>b9cb76b302bdd1288b6486fb3a0627ea40cc3dbcAuthored: 4 months ago (Fri, 6 Mar 2026 16:20:10 +0000)Match: Co-authored-by: Codex <noreply@openai.com>AGENTS.mdTool: agents-md# AGENTS NOTES
- Repository: aya (Rust library and tooling for working with eBPF programs).
- Development tooling:
- Do not regenerate public API fixtures; the user handles that.
- Many crates only build on Linux; on macOS lint and type check using
```sh
cargo xtask clippy -- --target x86_64-unknown-linux-musl
```
- Coding guidelines:
- Use github or bootlin permalinks when referencing kernel sources.
- Testing (if local machine is not Linux):
- Prepare integration tests:
```sh
.ginone