krenk 0.1.2 → 0.1.3

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -78,7 +78,7 @@ Not every project needs all 11. Krenk lets you pick your team:
78
78
  ### Install from source
79
79
 
80
80
  ```bash
81
- git clone https://github.com/yourusername/krenk.git
81
+ git clone https://github.com/devkkxingh/krenk.git
82
82
  cd krenk
83
83
  npm install
84
84
  npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "krenk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Multi-agent software engineering orchestrator powered by Claude Code",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",