ugly-app 0.1.135 → 0.1.136

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.
@@ -1,2 +1,2 @@
1
- export declare const CLI_VERSION = "0.1.135";
1
+ export declare const CLI_VERSION = "0.1.136";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by prebuild — do not edit manually
2
- export const CLI_VERSION = "0.1.135";
2
+ export const CLI_VERSION = "0.1.136";
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugly-app",
3
- "version": "0.1.135",
3
+ "version": "0.1.136",
4
4
  "type": "module",
5
5
  "main": "./dist/server/index.js",
6
6
  "exports": {
@@ -1,2 +1,2 @@
1
1
  // Auto-generated by prebuild — do not edit manually
2
- export const CLI_VERSION = "0.1.135";
2
+ export const CLI_VERSION = "0.1.136";
@@ -67,3 +67,9 @@ Every endpoint is accessible via both WebSocket (`socket.request(name, input)`)
67
67
  ## Feedback system
68
68
  Feedback button is always at `[data-id="feedback-button"]` (bottom-right).
69
69
  User feedback history: `GET /my_feedback` (requires auth cookie).
70
+
71
+ ## Handling "needs images" feedback
72
+ When user feedback mentions missing or needed images:
73
+ 1. Use `npm run imageGen -- "descriptive prompt" --output client/assets/<name>.png` to generate the image
74
+ 2. Reference the saved file in the relevant component (`/assets/<name>.png`)
75
+ 3. Run `npm run build` to verify