docs: add AGENTS.md to help AI agents guide new users building a LibAFL fuzzer - #3907
Open
Aditya30ag wants to merge 1 commit into
Open
docs: add AGENTS.md to help AI agents guide new users building a LibAFL fuzzer#3907Aditya30ag wants to merge 1 commit into
Aditya30ag wants to merge 1 commit into
Conversation
Bumps [vergen-git2](https://github.com/rustyhorde/vergen) from 10.0.2 to 10.0.3. - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/commits) --- updated-dependencies: - dependency-name: vergen-git2 dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #3896
What
Adds
AGENTS.mdat the repo root a structured guide for AI coding agents (Claude Code, Cursor, Codex, etc.) to help new users build a LibAFL-based fuzzer without having to browse all 69 examples infuzzers/and guess which one fits their target.Why
Following @domenukk suggestion in #3896 that a good
AGENTS.mdwould be more practical than a dedicated scaffolding tool.What's in it
fuzzers/example to start from (source-available, binary-only, QEMU, Frida, full-system, grammar-based, etc.)just fmt,scripts/clippy.sh,scripts/precommit.sh,no_stdcheck)CONTRIBUTING.md's AI-assistance policy — scoped to helping agents assist downstream users, not to inviting AI-assisted PRs against this repoWhat it does NOT do
CONTRIBUTING.md(zero diff, verified)Checklist
./scripts/precommit.shand addressed all comments