HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DrewHintz

no profile record

comments

DrewHintz
·letztes Jahr·discuss
I’ve had luck with a workflow similar to:

git clone a repo

Open goose with that directory

Instruct it to discover what the repo does

Ask it to make changes to the code, being detailed with my instructions.

I haven't tried computerController, only Goose’s main functionality.
DrewHintz
·letztes Jahr·discuss
I tell it to discover that itself by asking leading questions: “What does this repo do?” “How do you run its unit tests?” “What does file foo do?”
DrewHintz
·letztes Jahr·discuss
I'm guessing an "internal tools scaffold" is something like Goose: https://github.com/block/goose

Instead of just generating a patch (copilot style), it generates the patch, applies the patch, runs the code, and then iterates based on the execution output.