Skip to content

chore(release): version packages#274

Merged
github-actions[bot] merged 1 commit into
mainfrom
changeset-release/main
Jun 11, 2026
Merged

chore(release): version packages#274
github-actions[bot] merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

rn-dev-agent-cdp@0.43.0

Minor Changes

  • abe4411: Expose params in the maestro_run and cdp_run_action MCP tool schemas.

    Both handlers have accepted params since GH Wire cdp_run_action into /run-action slash command (requires params plumbing) #116 (forwarded to maestro as -e KEY=VALUE on the first attempt AND the post-repair retry), but the zod registrations omitted the field — and zod strips unknown keys by default, so a caller's parameter bindings were silently dropped at the tool-call layer and a parameterised action failed at runtime with unset ${VAR} placeholders. Found by Codex review on PR feat(skills): creating-actions — guided authoring of reusable Maestro actions #272 (the new creating-actions skill recommends cdp_run_action({ actionId, params, trigger }), which was un-callable as advertised; commands/run-action.md documented the same call shape). Key-format validation (/^[A-Z_][A-Z0-9_]*$/) stays in the handler. Wiring test pins both registrations.

rn-dev-agent-plugin@0.51.0

Minor Changes

  • abe4411: New creating-actions skill — guided authoring of reusable Maestro actions.

    Walks the agent through the full authoring contract: inventory-dedup scan before authoring (via learned-actions.mjs), creation-path choice (recorder vs direct YAML vs maestro_generate), selector grounding (never invent a testID), a required ASCII flow diagram of screens/transitions annotated with exact testIDs and ${PARAMS} (embedded in the YAML header — glyph-first lines so the M7 parser can't misread a diagram line as metadata, which would otherwise silently overwrite fields like status), the M7 header contract, pre-replay validation (header round-trip through the inventory parser, placeholder↔params coverage, selector audit), and replay-to-promote via cdp_run_action (never hand-set active). Ships with a full M7 field reference (references/m7-header-reference.md) and a toolchain-validated worked example (examples/add-product-to-cart.yaml — verified against parseM7Header, learned-actions.mjs, and Maestro's syntax checker). Routed from using-rn-dev-agent (decision tree + skill map) and cross-linked from rn-testing's M7 section.

@github-actions github-actions Bot merged commit ea3e025 into main Jun 11, 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.

0 participants