docs(v1.6.16): close doc-update gaps + document new tools#3
Merged
Conversation
…epo desc - docs/API_REFERENCE.md §16: document the two new tools (td_get_activity_log, td_self_update) + new `_read_journal` response envelope. The header was already at "v1.6.16 | 106 tools" but the tool tables only had the v1.6.15 surface — closes that gap so the auto-generated header is honest. - docs/INSTALL_CLAUDE_PLUGIN.md: "104 MCP tools" → "106 MCP tools". - td_component/build_export_mcp_tox.py: docstring examples that illustrated the versioned-tox filename pattern used 1.6.15 as a placeholder; bumped to 1.6.16 to match current state. - GitHub repo description bumped via `gh repo edit` from "v1.6.14 ... 104 MCP tools" to "v1.6.16 ... 106 MCP tools, agent activity log, self-update". (Not in any file; manage via gh CLI per CLAUDE.md binding rule.) Pre-push gate per the new ruff binding rule: `ruff check` + `ruff format --check` both clean; 970 pytest pass. Co-Authored-By: Claude Opus 4.7 (1M context) <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
Follow-up to v1.6.16 closing the doc-update gaps the release surfaced:
docs/API_REFERENCE.md §16now documents the two new MCP tools (td_get_activity_log,td_self_update) and the new_read_journalresponse envelope. The header was at "v1.6.16 | 106 tools" but the tool tables still only listed the v1.6.15 surface.docs/INSTALL_CLAUDE_PLUGIN.md: tool-count badge bumped 104 → 106.td_component/build_export_mcp_tox.py: docstring examples (versioned-tox filename pattern) bumped 1.6.15 → 1.6.16.gh repo editfrom "v1.6.14 ... 104 MCP tools" to "v1.6.16 ... 106 MCP tools, agent activity log, self-update".Pre-push gate (per the new ruff binding rule) ran cleanly:
ruff check+ruff format --checkboth pass; 970 pytest pass.Test plan
uv run ruff check src tests scripts td_component→ cleanuv run ruff format --check src tests scripts td_component→ cleanpytest --ignore=tests/test_brains_cli_js.py→ 970 pass🤖 Generated with Claude Code