Expand description
L1 commodity tool types and conversion impls
Defines types for the L1 diagnostic tool orchestration layer:
ToolCategory: classification of tools (linter, security scanner, etc.)ToolConfig: static configuration for a single diagnostic toolToolResult: execution result from running a toolL1Finding: raw finding from a tool before conversion toBugbotFinding
Structs§
- L1Finding
- L1 finding from a commodity tool before conversion to
BugbotFinding. - Tool
Config - Configuration for a single diagnostic tool
- Tool
Registry - Registry of commodity diagnostic tools per language.
- Tool
Result - Result from running a single tool
Enums§
- Tool
Category - Category of commodity diagnostic tool