mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-08-16 10:30:18 +02:00
refactor: simplify module metadata schema for AI discoverability
This commit is contained in:
@@ -33,16 +33,11 @@ package = true
|
||||
# FuzzForge module metadata for AI agent discovery
|
||||
[tool.fuzzforge.module]
|
||||
identifier = "fuzzforge-cargo-fuzzer"
|
||||
category = "fuzzer"
|
||||
language = "rust"
|
||||
pipeline_stage = "fuzzing"
|
||||
pipeline_order = 3
|
||||
suggested_predecessors = ["fuzzforge-harness-tester"]
|
||||
continuous_mode = true
|
||||
typical_duration = "continuous"
|
||||
|
||||
use_cases = [
|
||||
"Run continuous coverage-guided fuzzing with libFuzzer",
|
||||
"Run continuous coverage-guided fuzzing on Rust targets with libFuzzer",
|
||||
"Execute cargo-fuzz on validated harnesses",
|
||||
"Produce crash artifacts for analysis",
|
||||
"Long-running fuzzing campaign"
|
||||
|
||||
Reference in New Issue
Block a user