claude-evolve 1.3.19 → 1.3.21

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/README.md CHANGED
@@ -8,7 +8,7 @@ claude-evolve is an automated algorithm evolution system that runs continuous ev
8
8
 
9
9
  Think of it like **genetic algorithms for code** - it handles the mutations and testing, and runs **indefinitely** until you stop it. The system automatically generates new ideas when it runs out of candidates.
10
10
 
11
- ![claude-evolve in action](screenshot.png)
11
+ ![claude-evolve in action](./screenshot.png)
12
12
 
13
13
  ### How the Evolution System Works
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.3.19",
3
+ "version": "1.3.21",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",
@@ -13,6 +13,7 @@
13
13
  "claude-evolve-config": "./bin/claude-evolve-config"
14
14
  },
15
15
  "files": [
16
+ "screenshot.png",
16
17
  "bin/",
17
18
  "lib/",
18
19
  "templates/"
package/screenshot.png ADDED
Binary file