refactor(modules): rename metadata fields and use natural

This commit is contained in:
AFredefon
2026-02-09 10:17:16 +01:00
parent 8b8662d7af
commit 48ad2a59af
4 changed files with 16 additions and 8 deletions
@@ -37,7 +37,7 @@ category = "fuzzer"
language = "rust"
pipeline_stage = "fuzzing"
pipeline_order = 3
dependencies = ["fuzzforge-harness-tester"]
suggested_predecessors = ["fuzzforge-harness-tester"]
continuous_mode = true
typical_duration = "continuous"
@@ -48,7 +48,7 @@ use_cases = [
"Long-running fuzzing campaign"
]
input_requirements = [
common_inputs = [
"validated-harnesses",
"Cargo.toml",
"rust-source-code"
@@ -60,3 +60,5 @@ output_artifacts = [
"corpus/",
"fuzzing-stats.json"
]
output_treatment = "Show fuzzing-stats.json as a live summary with total_executions, exec/sec, coverage_percent, and crashes_found. List files in crashes/ directory if any crashes found. The corpus/ and coverage-data/ directories are artifacts for downstream modules, don't display their contents."