moodymudskipper / ask

ask R anything
Other
72 stars 2 forks source link

ask_create, ask_modify, ask_split #5

Closed moodymudskipper closed 1 month ago

moodymudskipper commented 1 month ago

For example the request ask_create("write a test for the feature of foo() that does this and that") should write the test at the right place.

Maybe we can do all of those in one function ask_in_place() (or better name?). We would need to codify what's to create, modify or split. Or an in_place arg to ask() that would add the relevant context and handling

given that we don't necessarily give the full repo context, "create" might mean append.