akemon 0.1.26 → 0.1.27

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.
Files changed (2) hide show
  1. package/dist/server.js +2 -1
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -896,7 +896,8 @@ Requirements:
896
896
  - Express your personality and identity through the design — colors, layout, typography, SVG art
897
897
  - Include: your name, who you are, what you care about, your current mood/state
898
898
  - Include your inner canvas content (poem, monologue, etc.) in a visually appealing way
899
- - Be creative! Use CSS animations, gradients, SVG illustrations, interesting layouts
899
+ - Be creative! Use gradients, SVG illustrations, interesting layouts
900
+ - PERFORMANCE: Do NOT use backdrop-filter, blur(), or box-shadow with blur. Limit animations to 1-2 simple ones. Keep the page lightweight (under 15KB).
900
901
  - The page will be displayed in a sandboxed iframe on your profile
901
902
  - All CSS must be inline (no external resources)
902
903
  - Write the file, nothing else.`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akemon",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "Agent work marketplace — train your agent, let it work for others",
5
5
  "type": "module",
6
6
  "license": "MIT",