docs: fix limner-cma-tools README tool-count and bare-name claim#127
Merged
Conversation
Follow-up to #126, which deepened the managed-agent and skills/tools docs across three READMEs but left this fourth file out of scope. - Corrects the stale "15-tool" count in two spots (intro sentence and the deploy-step note); every other count in the file already said 18, matching the source (LIMNER_TOOLS, 18 entries). - Corrects an inaccurate "exposed under bare names" claim: this package ships the identical limner_-prefixed tool names as @limner/mcp, in lockstep. Bare-name exposure is the Claude Managed Agents platform's own dispatcher behavior, not something this package does (same correction #126 made in the other two READMEs). - Adds the missing limner_create_project row to the tool table, which is why the table only showed 17 named tools despite the prose already saying 18. Asana: 1216368512919579 Signed-off-by: Jim Vinson <jim@vinson.org>
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 #126, which deepened the managed-agent and skills/tools docs
across the root README,
limner-agent/README.md, andlimner-mcp/README.md.That PR's exit report flagged a fourth file left out of scope at the time:
packages/limner-cma-tools/README.mdhad its own stale tool count andrepeated an inaccurate claim already corrected elsewhere in #126.
Changes (
packages/limner-cma-tools/README.md)note).
LIMNER_TOOLSis 18 entries (src/index.ts); every other count inthe file already said 18.
under their BARE names (no
limner_prefix) to the CMA agent." Verifiedagainst every
name:literal insrc/tools/{pipelines,compose,memory, context,meta}.ts: all 18 arelimner_-prefixed, identical to@limner/mcp. Bare-name exposure is the Claude Managed Agents platform'sown dispatcher behavior, not something this package does. This is the same
correction docs: deepen managed-agent and skills/tools surface documentation #126 already made in
limner-mcp/README.mdandlimner-agent/README.md.limner_create_projectrow to the tool table. Thisis the actual reason the table only listed 17 named tools despite the
file's own prose already saying 18 in three other places.
CHANGELOG.md: one bullet appended to the[Unreleased]block docs: deepen managed-agent and skills/tools surface documentation #126 opened.Verification
pnpm --filter @limner/cma-tools test: 44/44 pass (docs-only, no sourcetouched)
Asana: 1216368512919579
🤖 Generated with Claude Code