how should I fix a wrongly implemented change? #797
Replies: 1 comment
-
|
Never mind, I saw multiple issues with this same question, and the answer seems to be "edit the files and re-apply", (even though those issue are still open). It would be nice if this information clearly states that as a real world scenario.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, first of all sorry if I got this totally wrong, I'm starting to use agentic coding and this tool and I still have to figure out how to not made them fail epically.
My setup is OpenCode + OpenSpec + GPT 4.1 (the only one provided by and allowed at my company).
I'm using it on a brownfield project, but I didn't go through the chore of building the specs from the existing codebase. (should I? maybe that's the root of all evil?)
I just created a change to add a new function that relies on concepts (read: an input object) already in the codebase. The proposal/specs/design/tasks.md files seemed ok, so I went ahead and used the apply command, but then I realized that there was an important omission (something I deemed implicit giving the function context) in the design document that made the implementation totally wrong.
What is the best way to deal with cases like this?
Meanwhile, somewhere a vibe-coder with a 50k$/month revenues project is laughing at me, stuck at the very basics of this AI coding stuff... 😅
Beta Was this translation helpful? Give feedback.
All reactions