-
Notifications
You must be signed in to change notification settings - Fork 33
Add AI scaffolding setup #195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
vladimir-ikryanov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not a Cursor Demo scaffold. It's an example of how to scaffold a specific type of Java desktop app with Java backend and React frontend + Protobuf as a communication layer + File system viewer case.
I suggest the folder like tutorials/ai/prompt-scaffolding/
tutorials/ai/cursor-demo-scaffold/docs/demo-sketch/gradle/wrapper/gradle-wrapper.properties
Show resolved
Hide resolved
…emplate` and move it out of `docs`
vladimir-ikryanov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a few suggestions
Co-authored-by: Vladimir Ikryanov <vladimir.ikryanov@teamdev.com>
Co-authored-by: Vladimir Ikryanov <vladimir.ikryanov@teamdev.com>
Co-authored-by: Vladimir Ikryanov <vladimir.ikryanov@teamdev.com>
This PR adds AI scaffolding setup for this blog post.
It includes:
architecture-overview.mdfile, which is a blueprint for LLMstemplatefolder to bootstrap a Gradle projectREADME.mdwith how to use it and images.