589b5887d47736e5b70a1fddaf9bf90297adde651fa3b86a0b8d18fe7b60f3228a01d770feb026bcAuthored: 3 weeks ago (Mon, 6 Jul 2026 13:43:26 +0000)Match: Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>9fb88588590127f5c069d3f299b9c2aa570f9225Authored: 4 weeks ago (Fri, 3 Jul 2026 21:43:10 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)9fb88588590127f5c069d3f299b9c2aa570f9225Authored: 4 weeks ago (Fri, 3 Jul 2026 21:43:10 +0000)Match: Co-authored-by: Claude Fable 5 <noreply@anthropic.com>6379ec19daa5539bc2be0a1980a3cde3a79d212cAuthored: 4 weeks ago (Fri, 3 Jul 2026 17:00:24 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)6379ec19daa5539bc2be0a1980a3cde3a79d212cAuthored: 4 weeks ago (Fri, 3 Jul 2026 17:00:24 +0000)Match: Co-authored-by: Claude Fable 5 <noreply@anthropic.com>8c19849390e7a82fe937f9182926012c48a45b98Authored: 4 weeks ago (Thu, 2 Jul 2026 23:35:40 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)8c19849390e7a82fe937f9182926012c48a45b98Authored: 4 weeks ago (Thu, 2 Jul 2026 23:35:40 +0000)Match: Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>87c8957015d7fccf0046d26f2a06866c83c210bcAuthored: 4 weeks ago (Thu, 2 Jul 2026 13:32:26 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)87c8957015d7fccf0046d26f2a06866c83c210bcAuthored: 4 weeks ago (Thu, 2 Jul 2026 13:32:26 +0000)Match: Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1cd4a720d8d602c2676c5ab2677996d7ecec27f0Authored: 4 weeks ago (Thu, 2 Jul 2026 12:24:35 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)1cd4a720d8d602c2676c5ab2677996d7ecec27f0Authored: 4 weeks ago (Thu, 2 Jul 2026 12:24:35 +0000)Match: Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>AGENTS.mdTool: agents-md# AGENTS.md — c-ares rules for coding agents
c-ares is critical infrastructure (curl, Node.js, ...). Correctness,
portability, and interoperability beat cleverness. Contribution policy
(coverage >90%, API/ABI rules, commit format) lives in
`CONTRIBUTING.md` — read it. Build-system notes: `DEVELOPER-NOTES.md`.
## Hard rules
1. **C89.** Declarations before statements, `/* */` comments, no VLAs.
Only extension allowed: 64-bit ints. clang/gcc won't catch
declaration-order mistakes; the OpenWatcnone