feat(skills): hint directory parameter for monorepo MCP tool calls#90
Merged
Conversation
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>
marcossevilla
approved these changes
May 7, 2026
RuiMiguel
approved these changes
May 7, 2026
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.
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 shippingdirectoryparam fortest(very_good_cli#1567).vgv-create-projecttroubleshooting note updated from "run from project root" to "passdirectory:" since MCP tools now support it directly.Files touched:
skills/testing/SKILL.md—directoryhint in Core Standardsskills/license-compliance/SKILL.md—directoryhint + audit step 1skills/create-project/SKILL.md—directoryhint in setup step + troubleshootingskills/layered-architecture/SKILL.md—directoryin Adding-a-Data-Source workflowskills/layered-architecture/references/testing.md—directorynote on recursive test runhooks/scripts/vgv-cli-common.sh—MIN_VERSION1.1.0 → 1.2.0CLAUDE.md— version mentions 1.1.0 → 1.2.0Verified: hook test suite 25/25 pass; manual
check_vgv_clismoke test (1.2.0 →ok, 1.1.1 →outdated:1.1.1).Type of Change
feat)fix)refactor)docs)ci)chore)