Compare commits

..

4 Commits

Author SHA1 Message Date
David Blass 36b006108b tweak mcp prompt 2025-11-05 16:03:47 -05:00
David Blass 029ae0d280 bump version 2025-11-05 15:54:37 -05:00
David Blass 92b435eb80 switch to pnpm CLAUDE-ACTION.md README.md action.yml agents coverage entry.ts fixtures index.ts main.ts mcp node_modules package.json play.ts pnpm-lock.yaml todo.md tsconfig.json utils 2025-11-05 15:52:57 -05:00
David Blass cacf9674c4 remove pnpm latest 2025-11-05 13:53:55 -05:00
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ runs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
version: "*"
- name: Setup Node.js 24
uses: actions/setup-node@v4
with:
+2 -3
View File
@@ -25,9 +25,8 @@ export type Agent = {
run: (config: AgentConfig) => Promise<AgentResult>;
};
export const instructions = `- use the ${ghPullfrogMcpName} MCP server to interact with github
- if ${ghPullfrogMcpName} is not available or doesn't include the functionality you need, describe why and bail
- do not under any circumstances use the gh cli
export const instructions = `- inspect ${ghPullfrogMcpName} MCP server to determine what tools are available
- do not under any circumstances use the github cli (\`gh\`). find the corresponding tool from ${ghPullfrogMcpName} instead.
- if prompted by a comment to respond to create a new issue, pr or anything else, after succeeding,
also respond to the original comment with a very brief message containing a link to it
- mode selection: choose the appropriate mode based on the prompt payload:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.69",
"version": "0.0.72",
"type": "module",
"files": [
"index.js",