agent-bober 0.1.0 → 0.2.0

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.
@@ -3,7 +3,7 @@
3
3
  "description": "Generator-Evaluator multi-agent harness for building applications autonomously with Claude",
4
4
  "version": "0.1.0",
5
5
  "author": { "name": "bober4ik" },
6
- "homepage": "https://github.com/bober4ik/agent-bober",
7
- "repository": "https://github.com/bober4ik/agent-bober",
6
+ "homepage": "https://github.com/BOBER3r/agent-bober",
7
+ "repository": "https://github.com/BOBER3r/agent-bober",
8
8
  "license": "MIT"
9
9
  }
package/README.md CHANGED
@@ -447,7 +447,7 @@ bash scripts/run-eval.sh /path/to/project
447
447
  Contributions are welcome. To set up the development environment:
448
448
 
449
449
  ```bash
450
- git clone https://github.com/bober4ik/agent-bober.git
450
+ git clone https://github.com/BOBER3r/agent-bober.git
451
451
  cd agent-bober
452
452
  npm install
453
453
  npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-bober",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Generator-Evaluator multi-agent harness for building applications autonomously with Claude. Implements planner, sprint, and evaluator patterns.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "license": "MIT",
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "https://github.com/bober4ik/agent-bober"
33
+ "url": "https://github.com/BOBER3r/agent-bober"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=18.0.0"