@uge/payo 0.3.0 → 0.3.2
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.
- package/README.md +4 -3
- package/dist/index.js +130 -130
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -122,9 +122,10 @@ guidance files straight into your repo.
|
|
|
122
122
|
and you get Next.js-specific follow-ups; choose Postgres and you're asked
|
|
123
123
|
about migrations and naming. Most prompts ship a **recommended default**, so
|
|
124
124
|
you can blast through with <kbd>Enter</kbd>.
|
|
125
|
-
3. **Review your stack.** Before writing anything, Payo shows a
|
|
126
|
-
|
|
127
|
-
|
|
125
|
+
3. **Review your stack — and edit inline.** Before writing anything, Payo shows a
|
|
126
|
+
summary of every answer. Choose **Edit an answer** to change any response — or
|
|
127
|
+
re-open a section you skipped — right from the review; dependent questions are
|
|
128
|
+
re-asked automatically. Pick **Generate** when it looks right.
|
|
128
129
|
4. **Payo generates the guidance.** It writes each tool's files in their native
|
|
129
130
|
format and location (see the table below). With the tool's CLI installed,
|
|
130
131
|
files are generated in parallel by the AI; otherwise solid templates are used.
|