Expand description
Spec-Driven Bug Hunting Module (BH-11, BH-14)
Parses specification files to extract claims, maps them to code, and supports bidirectional linking between specs and findings.
Structs§
- Code
Location - A location in code.
- Parsed
Spec - Parsed specification with claims.
- Spec
Claim - A claim extracted from a specification file.
Enums§
- Claim
Status - Status of a spec claim after bug hunting.
Functions§
- find_
implementations - Find code implementing a spec claim by searching for the claim ID in comments.
- map_
findings_ to_ claims - Map findings to spec claims based on file paths and content.