DrewHintz·ปีที่แล้ว·discussI’ve had luck with a workflow similar to:git clone a repoOpen goose with that directoryInstruct it to discover what the repo doesAsk it to make changes to the code, being detailed with my instructions.I haven't tried computerController, only Goose’s main functionality.
DrewHintz·ปีที่แล้ว·discussI 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·ปีที่แล้ว·discussI'm guessing an "internal tools scaffold" is something like Goose: https://github.com/block/gooseInstead 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.
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.