docs: fix documentation consistency — update counts to v0.3.0 reality#59
Merged
docs: fix documentation consistency — update counts to v0.3.0 reality#59
Conversation
….3.0 reality Audit found discrepancies between docs and server.py (80 tools, 35 prompts). Also fixes a functional bug in prompts://list resource returning 33 instead of 35 entries. Changes: - src/tengu/resources/prompts.py: add missing save_report and social_engineering_assessment entries - tests/unit/test_prompt_resources.py: update reporting count assertion (7→8) - CLAUDE.md: 83→80 tools, 34→35 prompts; expand module map with v0.3 tools; fix stealth config example - README.md: badge/counts 63→80, add 17 v0.3 tools to catalog, 34→35 workflows - CHANGELOG.md: complete v0.3.0 entry (was 3 tools; now lists all 20 new tools + 3 prompts) - docs/architecture.md: update counts, mermaid diagrams, proxy flag table - docs/api-reference.md: add v0.3 Tools section documenting all 17 new tools - docs/configuration-reference.md: fix stealth config field names to match actual Pydantic models - docs/security-model.md: fix sanitize_hash (512→2048 chars, correct char set) - docs/tool-development-guide.md: 8-Step→9-Step; add all 18 tool categories - docs/hn-post.md: 66→80 tools, 2300+→2562+ tests - FUTURE_ROADMAP.md: 83→80 tools in all occurrences - docs/autonomous-agent.md: 83→80 tools Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
prompts://listresource was returning 33 entries instead of 35 — addedsave_reportandsocial_engineering_assessmentto the catalog insrc/tengu/resources/prompts.pyserver.pyreality: 80 tools, 35 promptsdocs/configuration-reference.mdstealth config fields corrected to match actual Pydantic models (socks5h→socks5,min_delay→min_delay_ms,rotate→enabled, added[stealth.wrapper],[stealth.dns])docs/api-reference.mdnow includes a v0.3 Tools section documenting all 17 new toolsdocs/security-model.mdcorrectssanitize_hashmax chars (512→2048) and accepted char setdocs/tool-development-guide.mdcorrects "8-Step" header to "9-Step" and lists all 18 tool categoriesTest plan
uv run pytest tests/unit/ -q— 2531 passed, 0 faileduv run ruff check src/— All checks passedgrep -rn "63 tool\|83 tool\|34 prompt" docs/ README.md CLAUDE.md— 0 results🤖 Generated with Claude Code