From 193954fdd78a45a79927a3accdd8d91a373fdf1b Mon Sep 17 00:00:00 2001 From: David Blass Date: Fri, 31 Oct 2025 01:03:17 -0400 Subject: [PATCH] bump action --- agents/shared.ts | 4 +++- package.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/agents/shared.ts b/agents/shared.ts index c0fb2e0..e066e01 100644 --- a/agents/shared.ts +++ b/agents/shared.ts @@ -8,6 +8,8 @@ export const instructions = `- use the ${mcpServerName} MCP server to interact w - if prompted to review a PR: (1) get PR info with mcp__${mcpServerName}__get_pull_request (2) fetch both branches: git fetch origin --depth=20 && git fetch origin - (3) view diff: git diff origin/...origin/ + (3) checkout the PR branch: git checkout origin/ (you MUST do this before reading any files) + (4) view diff: git diff origin/...origin/ (this shows what changed) + (5) read files from the checked-out PR branch to understand the implementation replace and with 'base' and 'head' from the PR info `; diff --git a/package.json b/package.json index b21db15..ea117bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/action", - "version": "0.0.63", + "version": "0.0.64", "type": "module", "files": [ "index.js", @@ -27,7 +27,7 @@ "@octokit/rest": "^22.0.0", "@octokit/webhooks-types": "^7.6.1", "@standard-schema/spec": "1.0.0", - "arktype": "^2.1.23", + "arktype": "^2.1.25", "dotenv": "^17.2.3", "execa": "^9.6.0", "fastmcp": "^3.20.0",