feat: add unkey support#323
Conversation
Mkassabov
left a comment
There was a problem hiding this comment.
I mean this is fine? It looks like it didn't finish or it ignored instructions.
The only part it did right is arguably the easiest possible part which is mostly just calling out openapi generate script.
The nuke script is questionable but so are Claude's so this is fine.
It doesn't have tests or patches which are arguably the most important parts and the most ai heavy.
|
|
||
| fs.writeFileSync(specPath, `${JSON.stringify(spec)}\n`); | ||
|
|
||
| generateFromOpenAPI({ |
There was a problem hiding this comment.
Looks like we're only using API so we should remove the other submodule
| @@ -0,0 +1,618 @@ | |||
| #!/usr/bin/env bun | |||
| /** | |||
| * Unkey Nuke Script | |||
There was a problem hiding this comment.
This nuke script doesn't look too much like other ones; though tbf we don't have too many of these, the ones we have aren't good either.
But still we probably need a stricter hueristic for what this looks like
No description provided.