chore(release): 0.3.1 — TDQS sweep on wiki.* / workspace.* / links.hubs#20
Merged
Conversation
Description-only release. Rewrites wiki.* and workspace.* tool descriptions to cover the six TDQS dimensions (purpose clarity, usage guidelines, behavioral transparency, parameter semantics, conciseness, contextual completeness), adds inputExamples where missing, and populates per-parameter .describe() calls across every wiki Zod schema. No behavior, schema, or annotation changes — tool-inventory.json diff is description-only. 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
Description-only release. Eleven tool descriptions rewritten to cover the
six Tool Definition Quality Score dimensions (purpose clarity, usage
guidelines, behavioral transparency, parameter semantics, conciseness,
contextual completeness); per-parameter
.describe()calls added acrossevery wiki Zod schema;
inputExamplesadded to everywiki.*andworkspace.*tool that lacked them.wiki.*(7 tools) —wiki.init,wiki.ingest,wiki.logAppend,wiki.indexRebuild,wiki.query,wiki.lint,wiki.summaryMerge. Inline parameter semantics, sibling-disambiguation, return-shape docs, 1–2inputExampleseach.workspace.openFile/closeActiveFile/toggleEditMode— return shape, no-op edge cases, UI-only contract, plusinputExamples.links.hubs— WHEN-vs-siblings againstlinks.health/links.graph.src/schema/wiki.ts— ~30 new.describe()calls so MCP clients see per-parameter help text.No behavior, schema, or annotation changes.
docs/tool-inventory.jsondiff is description-only.Test plan
bun run typecheckcleanbun run lintcleanbun run test— 111/111 passing across 18 filesbun run inventoryregenerated — diff is description-onlyv0.3.1to trigger Release workflow (mcpb bundles + VirusTotal scan + npm publish via Trusted Publishing)🤖 Generated with Claude Code