Skip to content

feat(skills): hint directory parameter for monorepo MCP tool calls#90

Merged
ryzizub merged 1 commit into
mainfrom
claude/vigorous-diffie-4543d0
May 7, 2026
Merged

feat(skills): hint directory parameter for monorepo MCP tool calls#90
ryzizub merged 1 commit into
mainfrom
claude/vigorous-diffie-4543d0

Conversation

@ryzizub
Copy link
Copy Markdown
Contributor

@ryzizub ryzizub commented May 7, 2026

Description

Closes #70.

Skills now hint model to pass directory: '<path>' to Very Good CLI MCP tools (test, packages_get, packages_check_licenses) when Dart/Flutter project lives in workspace subdirectory (e.g. mobile/ in monorepo). Bumps required Very Good CLI to 1.2.0 — first release shipping directory param for test (very_good_cli#1567). vgv-create-project troubleshooting note updated from "run from project root" to "pass directory:" since MCP tools now support it directly.

Files touched:

  • skills/testing/SKILL.mddirectory hint in Core Standards
  • skills/license-compliance/SKILL.mddirectory hint + audit step 1
  • skills/create-project/SKILL.mddirectory hint in setup step + troubleshooting
  • skills/layered-architecture/SKILL.mddirectory in Adding-a-Data-Source workflow
  • skills/layered-architecture/references/testing.mddirectory note on recursive test run
  • hooks/scripts/vgv-cli-common.shMIN_VERSION 1.1.0 → 1.2.0
  • CLAUDE.md — version mentions 1.1.0 → 1.2.0

Verified: hook test suite 25/25 pass; manual check_vgv_cli smoke test (1.2.0 → ok, 1.1.1 → outdated:1.1.1).

Type of Change

  • New feature (feat)
  • Bug fix (fix)
  • Code refactor (refactor)
  • Documentation (docs)
  • CI change (ci)
  • Chore (chore)

Closes #70. Skills now tell the model to pass `directory: '<path>'` to
the Very Good CLI MCP `test`, `packages_get`, and `packages_check_licenses`
tools when the Dart/Flutter project is in a workspace subdirectory. Bumps
required CLI to 1.2.0, the first release shipping the directory parameter.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@ryzizub ryzizub requested a review from a team as a code owner May 7, 2026 11:07
@ryzizub ryzizub self-assigned this May 7, 2026
@ryzizub ryzizub merged commit 8da150c into main May 7, 2026
8 checks passed
@ryzizub ryzizub deleted the claude/vigorous-diffie-4543d0 branch May 7, 2026 12:48
@vgvbot vgvbot mentioned this pull request May 7, 2026
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.

feat: add path parameter to MCP tools for monorepo support

3 participants