Skip to content

docs: fix limner-cma-tools README tool-count and bare-name claim#127

Merged
vinsonconsulting merged 1 commit into
mainfrom
docs/fix-cma-tools-readme
Jul 8, 2026
Merged

docs: fix limner-cma-tools README tool-count and bare-name claim#127
vinsonconsulting merged 1 commit into
mainfrom
docs/fix-cma-tools-readme

Conversation

@vinsonconsulting

Copy link
Copy Markdown
Owner

Summary

Follow-up to #126, which deepened the managed-agent and skills/tools docs
across the root README, limner-agent/README.md, and limner-mcp/README.md.
That PR's exit report flagged a fourth file left out of scope at the time:
packages/limner-cma-tools/README.md had its own stale tool count and
repeated an inaccurate claim already corrected elsewhere in #126.

Changes (packages/limner-cma-tools/README.md)

  • Stale "15-tool" count, fixed in both spots (intro sentence, deploy-step
    note). LIMNER_TOOLS is 18 entries (src/index.ts); every other count in
    the file already said 18.
  • Corrected the "bare names" claim. The file said tools are "Exposed
    under their BARE names (no limner_ prefix) to the CMA agent." Verified
    against every name: literal in src/tools/{pipelines,compose,memory, context,meta}.ts: all 18 are limner_-prefixed, identical to
    @limner/mcp. Bare-name exposure is the Claude Managed Agents platform's
    own 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.md and
    limner-agent/README.md.
  • Added the missing limner_create_project row to the tool table. This
    is 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 source
    touched)
  • Zero remaining "15" tool-count references
  • Tool table now lists all 18 canonical names across its grouped rows
  • Zero em-dashes in authored/changed lines
  • No new links added, nothing to link-check

Asana: 1216368512919579

🤖 Generated with Claude Code

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>
@vinsonconsulting
vinsonconsulting merged commit bce658a into main Jul 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant