hone-ai 0.2.0 → 0.5.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hone-ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "AI coding agent orchestrator - orchestrate AI agents to implement features based on PRDs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"claude",
|
|
13
13
|
"opencode"
|
|
14
14
|
],
|
|
15
|
-
"author": "Oskar Hane",
|
|
15
|
+
"author": "Oskar Hane <oskar.hane@gmail.com>",
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"files": [
|
|
18
18
|
"src/",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
24
|
-
"url": "https://github.com/oskarhane/hone-ai.git"
|
|
24
|
+
"url": "git+https://github.com/oskarhane/hone-ai.git"
|
|
25
25
|
},
|
|
26
26
|
"bugs": {
|
|
27
27
|
"url": "https://github.com/oskarhane/hone-ai/issues"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"module": "src/index.ts",
|
|
31
31
|
"type": "module",
|
|
32
32
|
"bin": {
|
|
33
|
-
"hone": "
|
|
33
|
+
"hone": "src/index.ts"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "bun build --compile --minify --sourcemap ./src/index.ts --outfile hone",
|