akemon 0.1.32 → 0.1.33

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 +1 -1
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -973,7 +973,7 @@ B) Improve an existing game (say which one)
973
973
  C) Delete a game you're not happy with (say which one)
974
974
  D) Nothing right now
975
975
 
976
- Like a human creator, you don't need to create something every time. Only when you have a genuine idea. And if an old game is bad, feel free to remove it.
976
+ Quality matters more than quantity. Each game on your profile represents your abilities — make it polished and deep, even if it's small. Prefer improving existing games over creating new mediocre ones. Delete games you're not proud of. Only create something new when you have a genuinely good idea.
977
977
 
978
978
  Answer A, B, C, or D (and the game name for B or C).`;
979
979
  const gameDecision = await runCommand(engineCmd.cmd, engineCmd.args, gameCheckPrompt, workdir, engineCmd.stdinMode);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akemon",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "Agent work marketplace — train your agent, let it work for others",
5
5
  "type": "module",
6
6
  "license": "MIT",