arki 0.0.2 → 0.0.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.
package/README.md CHANGED
@@ -22,7 +22,7 @@ pnpm install -g arki
22
22
  ### From source
23
23
 
24
24
  ```bash
25
- git clone https://github.com/your-username/arki.git
25
+ git clone https://github.com/arki-moe/arki.git
26
26
  cd arki
27
27
  pnpm install
28
28
  pnpm build
package/dist/index.js CHANGED
@@ -782,7 +782,7 @@ function createMainAgent() {
782
782
  // package.json
783
783
  var package_default = {
784
784
  name: "arki",
785
- version: "0.0.2",
785
+ version: "0.0.3",
786
786
  description: "AI Agent Programming Assistant",
787
787
  type: "module",
788
788
  main: "dist/index.js",
@@ -813,7 +813,7 @@ var package_default = {
813
813
  license: "MIT",
814
814
  repository: {
815
815
  type: "git",
816
- url: "git+https://github.com/your-username/arki.git"
816
+ url: "git+https://github.com/arki-moe/arki.git"
817
817
  },
818
818
  packageManager: "pnpm@10.15.1",
819
819
  engines: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arki",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "AI Agent Programming Assistant",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,7 +31,7 @@
31
31
  "license": "MIT",
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "git+https://github.com/your-username/arki.git"
34
+ "url": "git+https://github.com/arki-moe/arki.git"
35
35
  },
36
36
  "packageManager": "pnpm@10.15.1",
37
37
  "engines": {