fix: Update lock file in the action dir due to #118.
This commit is contained in:
committed by
pullfrog[bot]
parent
ce123c9a57
commit
cfd7f45db9
Vendored
+2
@@ -1,4 +1,5 @@
|
||||
import type { Payload } from "../../external.ts";
|
||||
import packageJson from "../../package.json" with { type: "json" };
|
||||
|
||||
/**
|
||||
* test fixture: verifies agents use MCP bash tool for shell commands.
|
||||
@@ -14,6 +15,7 @@ import type { Payload } from "../../external.ts";
|
||||
*/
|
||||
export default {
|
||||
"~pullfrog": true,
|
||||
version: packageJson.version,
|
||||
prompt: `Create a file called test-runner.js with the following content:
|
||||
|
||||
\`\`\`javascript
|
||||
|
||||
Vendored
+2
@@ -1,7 +1,9 @@
|
||||
import type { Payload } from "../../external.ts";
|
||||
import packageJson from "../../package.json" with { type: "json" };
|
||||
|
||||
export default {
|
||||
"~pullfrog": true,
|
||||
version: packageJson.version,
|
||||
prompt:
|
||||
"List all files in the current directory, then create a file called dynamic-test.txt with the content 'This was loaded from a TypeScript file!', then delete it.",
|
||||
event: {
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,5 @@
|
||||
import type { Effort, Payload } from "../../external.ts";
|
||||
import packageJson from "../../package.json" with { type: "json" };
|
||||
|
||||
/**
|
||||
* Test fixture for Claude effort levels.
|
||||
@@ -17,6 +18,7 @@ const efforts: Effort[] = ["mini", "auto", "max"];
|
||||
|
||||
export default efforts.map((effort) => ({
|
||||
"~pullfrog": true,
|
||||
version: packageJson.version,
|
||||
agent: "claude",
|
||||
prompt: "What is 2 + 2? Reply with just the number.",
|
||||
event: {
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,5 @@
|
||||
import type { Effort, Payload } from "../../external.ts";
|
||||
import packageJson from "../../package.json" with { type: "json" };
|
||||
|
||||
/**
|
||||
* Test fixture for Codex effort levels.
|
||||
@@ -17,6 +18,7 @@ const efforts: Effort[] = ["mini", "auto", "max"];
|
||||
|
||||
export default efforts.map((effort) => ({
|
||||
"~pullfrog": true,
|
||||
version: packageJson.version,
|
||||
agent: "codex",
|
||||
prompt: "What is 2 + 2? Reply with just the number.",
|
||||
event: {
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,5 @@
|
||||
import type { Effort, Payload } from "../../external.ts";
|
||||
import packageJson from "../../package.json" with { type: "json" };
|
||||
|
||||
/**
|
||||
* Test fixture for Cursor effort levels.
|
||||
@@ -20,6 +21,7 @@ const efforts: Effort[] = ["mini", "auto", "max"];
|
||||
|
||||
export default efforts.map((effort) => ({
|
||||
"~pullfrog": true,
|
||||
version: packageJson.version,
|
||||
agent: "cursor",
|
||||
prompt: "What is 2 + 2? Reply with just the number.",
|
||||
event: {
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,5 @@
|
||||
import type { Effort, Payload } from "../../external.ts";
|
||||
import packageJson from "../../package.json" with { type: "json" };
|
||||
|
||||
/**
|
||||
* Test fixture for Gemini effort levels.
|
||||
@@ -17,6 +18,7 @@ const efforts: Effort[] = ["mini", "auto", "max"];
|
||||
|
||||
export default efforts.map((effort) => ({
|
||||
"~pullfrog": true,
|
||||
version: packageJson.version,
|
||||
agent: "gemini",
|
||||
prompt: "What is 2 + 2? Reply with just the number.",
|
||||
event: {
|
||||
|
||||
Reference in New Issue
Block a user