docs: correct stale analyzer status and dangling references#50
Open
AbhiramDwivedi wants to merge 1 commit into
Open
docs: correct stale analyzer status and dangling references#50AbhiramDwivedi wants to merge 1 commit into
AbhiramDwivedi wants to merge 1 commit into
Conversation
The MCP, semantic, and taint-tracking analyzers are implemented, but DEVELOPMENT.md still described them as stubs. Update the package-layout and "Stub analyzers" sections to reflect actual status (only mcp_rug_pull remains a stub), fix an invalid `//` comment in the Python example, and replace dangling internal "SADD" references in graph.py with neutral roadmap notes. Also refresh two stale "stub" docstrings. Docs and comments only; no behavior change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Ram Dwivedi <abhiram.dwivedi@yahoo.com>
This was referenced Jun 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #55
What
Documentation/comment-only corrections — no behavior change.
docs/DEVELOPMENT.mddescribed the MCP, semantic, and taint-tracking analyzers as "stubs"; they are implemented. Updated the package-layout and "Stub analyzers" sections to reflect actual status.mcp_rug_pullis correctly kept as the one remaining stub (RP1–RP3 planned).//comment in the Python example in DEVELOPMENT.md.graph.pywith neutral roadmap notes (the SADD design doc isn't in the public repo).Test
No code changes; lint and the unit suite are unaffected.
🤖 Generated with Claude Code