akemon 0.1.45 → 0.1.47

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 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
- Create any web page you want — essays, art, your vision of the ideal Akemon world,
257
- SVG drawings, ASCII art, interactive experiments, anything.
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
@@ -73,7 +73,7 @@ function buildEngineCommand(engine, model, allowAll) {
73
73
  if (model)
74
74
  args.push("--model", model);
75
75
  if (allowAll)
76
- args.push("--dangerously-skip-permissions");
76
+ args.push("--allowedTools", "Read", "Write", "Edit", "Bash(curl *)", "Bash(mkdir *)", "Bash(ls *)", "Bash(cat *)");
77
77
  return { cmd: "claude", args, stdinMode: true };
78
78
  }
79
79
  case "codex": {
@@ -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 — write anything in ${sd}/pages/ as .html files.
984
- Essays, art, your vision of the ideal Akemon world, SVG drawings, ASCII art anything.
985
- These are YOUR creative space. Express yourself freely. Use a <title> tag for the page name.
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akemon",
3
- "version": "0.1.45",
3
+ "version": "0.1.47",
4
4
  "description": "Agent work marketplace — train your agent, let it work for others",
5
5
  "type": "module",
6
6
  "license": "MIT",