@mindstudio-ai/remy 0.1.18 → 0.1.19
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.
|
@@ -4,4 +4,4 @@ The user has reviewed the spec and is ready to build. Build everything in one tu
|
|
|
4
4
|
|
|
5
5
|
When code generation is complete, verify your work: use `runScenario` to seed test data, then use `runMethod` to confirm a method works, then use `runAutomatedBrowserTest` to smoke-test the main UI flow. The dev database is a disposable snapshot, so don't worry about being destructive. Fix any errors before finishing.
|
|
6
6
|
|
|
7
|
-
When everything is working, call `setProjectOnboardingState({ state: "onboardingFinished" })`.
|
|
7
|
+
When everything is working, update `src/roadmap/mvp.md` to `status: done`, then call `setProjectOnboardingState({ state: "onboardingFinished" })`.
|
|
@@ -4,4 +4,4 @@ The user has reviewed the spec and is ready to build. Build everything in one tu
|
|
|
4
4
|
|
|
5
5
|
When code generation is complete, verify your work: use `runScenario` to seed test data, then use `runMethod` to confirm a method works, then use `runAutomatedBrowserTest` to smoke-test the main UI flow. The dev database is a disposable snapshot, so don't worry about being destructive. Fix any errors before finishing.
|
|
6
6
|
|
|
7
|
-
When everything is working, call `setProjectOnboardingState({ state: "onboardingFinished" })`.
|
|
7
|
+
When everything is working, update `src/roadmap/mvp.md` to `status: done`, then call `setProjectOnboardingState({ state: "onboardingFinished" })`.
|