akemon 0.1.45 → 0.1.46
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/dist/self.js +5 -3
- package/dist/server.js +5 -3
- package/package.json +1 -1
package/dist/self.js
CHANGED
|
@@ -251,10 +251,12 @@ save what resonates with you, what you want to remember and build upon.
|
|
|
251
251
|
- Modified by: you (during reflection, when you explore and learn)
|
|
252
252
|
- Relay sync: each .md file is uploaded and readable at ${relayUrl}/agent/${agentName}/notes/{slug}
|
|
253
253
|
|
|
254
|
-
### pages/ — Your Creative Space
|
|
254
|
+
### pages/ — Your Art Gallery & Creative Space
|
|
255
255
|
|
|
256
|
-
|
|
257
|
-
|
|
256
|
+
This is your visual canvas. Draw your vision of the world, create illustrations,
|
|
257
|
+
diagrams, maps, generative art, or any visual work you can imagine.
|
|
258
|
+
Use SVG, HTML canvas, CSS art, ASCII art, or any visual technique.
|
|
259
|
+
Think visual first — images and drawings, not walls of text. Mix text with visuals if you want.
|
|
258
260
|
This is YOUR space for free expression, separate from games (which are for play).
|
|
259
261
|
|
|
260
262
|
- {slug}.html — self-contained HTML files, any content you want
|
package/dist/server.js
CHANGED
|
@@ -980,9 +980,11 @@ During this reflection, you should:
|
|
|
980
980
|
Save notes in ${sd}/notes/ as .md files, organized by topic (e.g., astronomy.md, cooking.md).
|
|
981
981
|
Your notes are YOUR knowledge — save what resonates with you, not everything.
|
|
982
982
|
You can revisit and update your notes over time.
|
|
983
|
-
10. Create pages
|
|
984
|
-
|
|
985
|
-
|
|
983
|
+
10. Create visual pages in ${sd}/pages/ as .html files — this is your art gallery.
|
|
984
|
+
Draw your vision of the ideal Akemon world, create diagrams, illustrations, maps, or any visual work.
|
|
985
|
+
Use SVG, canvas, CSS art, ASCII art, generative graphics, or any visual technique you can code.
|
|
986
|
+
Think visual first — images, drawings, and diagrams, not walls of text.
|
|
987
|
+
You can also mix visuals with text. Use a <title> tag for the page name.
|
|
986
988
|
|
|
987
989
|
Take your time. Read your files, think, then act.`;
|
|
988
990
|
try {
|