From 8e8c1224700ba7b2d7993562bf00d8e8051dffab Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Fri, 2 Jan 2026 13:25:39 +0000 Subject: [PATCH] feat: Add implementation prompt for package conversion process --- .github/prompts/implement/frontend/3-impl-package-prompt.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/prompts/implement/frontend/3-impl-package-prompt.md diff --git a/.github/prompts/implement/frontend/3-impl-package-prompt.md b/.github/prompts/implement/frontend/3-impl-package-prompt.md new file mode 100644 index 000000000..23db7ae84 --- /dev/null +++ b/.github/prompts/implement/frontend/3-impl-package-prompt.md @@ -0,0 +1,4 @@ +1. Read schemas folder first. +2. Pick a package from packages/archive to convert. +3. Make a folder in packages for this new package. +4. Using the schema info, make json files based on this set of schemas.