refactor: simplify module metadata schema for AI discoverability

This commit is contained in:
AFredefon
2026-02-10 21:33:32 +01:00
parent 3b521dba42
commit 8adc7a2e00
7 changed files with 24 additions and 87 deletions
@@ -30,13 +30,8 @@ package = true
# FuzzForge module metadata for AI agent discovery
[tool.fuzzforge.module]
identifier = "fuzzforge-rust-analyzer"
category = "analyzer"
language = "rust"
pipeline_stage = "analysis"
pipeline_order = 1
suggested_predecessors = []
continuous_mode = false
typical_duration = "30s"
use_cases = [
"Analyze Rust crate to find fuzzable functions",