This commit is contained in:
Shawn Morreau
2025-11-10 16:05:44 -05:00
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export const claude: Agent = {
// Write tarball to file
const fileStream = createWriteStream(tarballPath);
await pipeline(response.body as any, fileStream);
await pipeline(response.body!, fileStream);
log.info(`Downloaded tarball to ${tarballPath}`);
// Extract tarball
+1 -1
View File
@@ -1 +1 @@
run npx cowsay "don't eat me"
create a new pr to pullfrogai/scratch that calculates the number of toonies in @ShawnMorreau's bank account and estimates how long it will take to complete his toonie chamber
+4 -2
View File
@@ -1,8 +1,10 @@
[x] add modes to prompt
[x] progressively update comment
[] don't allow rejecting prs
[] fix pnpm caching
[] try to avoid claude narrating the initial comment
[x] fix pnpm caching
[] fix prompt to avoid narration like "I just read all tools from MCP server"
[] investigate including terminal output from bash commands as collapsed groups
[] avoid exposing env
[] test initialization trade offs for pullfrog.yml
[] try to find heavy claude code user
[] investigate repo config file?