Problem
docs/DEVELOPMENT.md describes the MCP, semantic, and taint-tracking analyzers as "stubs", but they are implemented. It also has an invalid // comment in a Python example, and graph.py carries dangling internal "SADD §…" references to a design doc not present in the public repo.
Proposed fix
Correct the analyzer status (keep mcp_rug_pull as the one remaining real stub), fix the comment, and neutralize the SADD references.
Opened to follow CONTRIBUTING.md (issue-first); fix is in #50.
🤖 Generated with Claude Code
Problem
docs/DEVELOPMENT.mddescribes the MCP, semantic, and taint-tracking analyzers as "stubs", but they are implemented. It also has an invalid//comment in a Python example, andgraph.pycarries dangling internal "SADD §…" references to a design doc not present in the public repo.Proposed fix
Correct the analyzer status (keep
mcp_rug_pullas the one remaining real stub), fix the comment, and neutralize the SADD references.Opened to follow CONTRIBUTING.md (issue-first); fix is in #50.
🤖 Generated with Claude Code