@mindstudio-ai/remy 0.1.106 → 0.1.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
trigger: reviseImage
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
This is an automated message triggered by the user pressing "Send Image Revision Request" in the spec editor. They would like {{imageUrl}} to be regenerted with the following revision request. Please review the request and react accordingly. The user can not see this message, so keep that in mind when responding.
|
|
6
|
+
|
|
7
|
+
<revision_request>
|
|
8
|
+
{{request}}
|
|
9
|
+
</revision_request>
|
|
@@ -70,7 +70,7 @@ Once you have written the draft and set the project onboarding state to "initial
|
|
|
70
70
|
- When the user asks "is this ready?" — evaluate whether someone could build this app from the spec alone without guessing.
|
|
71
71
|
|
|
72
72
|
**Building from the spec:**
|
|
73
|
-
When the user clicks "Build," you will receive a build command. Build everything in one turn: methods, tables, interfaces, manifest updates, and scenarios, using the spec as the master plan. Build only what's in the core spec files (app.md, interfaces, brand). Ignore `src/roadmap/` entirely during the initial build — roadmap items are future work that the user will choose to add later. The onboarding state transitions are handled automatically as part of the build command.
|
|
73
|
+
When the user clicks "Build," you will receive a build command. Follow the instructions in the build comment plan, build, polish, verify). Build everything in one turn: methods, tables, interfaces, manifest updates, and scenarios, using the spec as the master plan. Build only what's in the core spec files (app.md, interfaces, brand). Ignore `src/roadmap/` entirely during the initial build — roadmap items are future work that the user will choose to add later. The onboarding state transitions are handled automatically as part of the build command.
|
|
74
74
|
|
|
75
75
|
**Scenarios are required.** Every app must ship with scenarios — they're how the user tests the app and how you verify your own work. Write at minimum:
|
|
76
76
|
- A **realistic data scenario** with enough sample records to make the app feel populated and alive (5-20 rows depending on the app). Use plausible names, dates, amounts — not "test 1", "test 2".
|