opencodekit 0.14.4 → 0.14.5
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/dist/index.js +7 -7
- package/dist/template/.opencode/.background-tasks.json +18 -0
- package/dist/template/.opencode/command/analyze-project.md +187 -358
- package/dist/template/.opencode/command/implement.md +29 -30
- package/dist/template/.opencode/command/new-feature.md +10 -10
- package/dist/template/.opencode/command/plan.md +13 -15
- package/dist/template/.opencode/command/start.md +11 -12
- package/dist/template/.opencode/package.json +1 -1
- package/dist/template/.opencode/tool/background.ts +147 -99
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -750,7 +750,7 @@ var cac = (name = "") => new CAC(name);
|
|
|
750
750
|
// package.json
|
|
751
751
|
var package_default = {
|
|
752
752
|
name: "opencodekit",
|
|
753
|
-
version: "0.14.
|
|
753
|
+
version: "0.14.5",
|
|
754
754
|
description: "CLI tool for bootstrapping and managing OpenCodeKit projects",
|
|
755
755
|
type: "module",
|
|
756
756
|
repository: {
|
|
@@ -784,23 +784,23 @@ var package_default = {
|
|
|
784
784
|
},
|
|
785
785
|
dependencies: {
|
|
786
786
|
"@clack/prompts": "^0.7.0",
|
|
787
|
-
"@opencode-ai/plugin": "^1.1.
|
|
788
|
-
"@opentui/core": "^0.1.
|
|
789
|
-
"@opentui/solid": "^0.1.
|
|
787
|
+
"@opencode-ai/plugin": "^1.1.12",
|
|
788
|
+
"@opentui/core": "^0.1.72",
|
|
789
|
+
"@opentui/solid": "^0.1.72",
|
|
790
790
|
"beads-village": "^1.3.3",
|
|
791
791
|
cac: "^6.7.14",
|
|
792
792
|
"cli-table3": "^0.6.5",
|
|
793
793
|
ora: "^9.0.0",
|
|
794
794
|
picocolors: "^1.1.1",
|
|
795
795
|
"solid-js": "^1.9.10",
|
|
796
|
-
zod: "^3.
|
|
796
|
+
zod: "^3.25.76"
|
|
797
797
|
},
|
|
798
798
|
devDependencies: {
|
|
799
799
|
"@beads/bd": "^0.29.0",
|
|
800
800
|
"@biomejs/biome": "^1.9.4",
|
|
801
801
|
"@types/bun": "latest",
|
|
802
|
-
"@types/node": "^22.
|
|
803
|
-
typescript: "^5.
|
|
802
|
+
"@types/node": "^22.19.5",
|
|
803
|
+
typescript: "^5.9.3"
|
|
804
804
|
},
|
|
805
805
|
trustedDependencies: ["@beads/bd"]
|
|
806
806
|
};
|
|
@@ -90,6 +90,24 @@
|
|
|
90
90
|
"agent": "explore",
|
|
91
91
|
"prompt": "List files in src/ directory. Quick test.",
|
|
92
92
|
"started": 1767985471066,
|
|
93
|
+
"status": "failed"
|
|
94
|
+
},
|
|
95
|
+
"bg_1768055221950_w4qq7h": {
|
|
96
|
+
"taskId": "bg_1768055221950_w4qq7h",
|
|
97
|
+
"pid": 63439,
|
|
98
|
+
"outputFile": ".opencode/.background-output/bg_1768055221950_w4qq7h.txt",
|
|
99
|
+
"agent": "scout",
|
|
100
|
+
"prompt": "Research best practices for Bun CLI tools. Return a brief 3-5 bullet point summary.",
|
|
101
|
+
"started": 1768055221953,
|
|
102
|
+
"status": "running"
|
|
103
|
+
},
|
|
104
|
+
"bg_1768055221957_ahsl80": {
|
|
105
|
+
"taskId": "bg_1768055221957_ahsl80",
|
|
106
|
+
"pid": 63440,
|
|
107
|
+
"outputFile": ".opencode/.background-output/bg_1768055221957_ahsl80.txt",
|
|
108
|
+
"agent": "explore",
|
|
109
|
+
"prompt": "Find all TypeScript files in src/commands/ and list their main exported functions. Return a brief summary.",
|
|
110
|
+
"started": 1768055221958,
|
|
93
111
|
"status": "running"
|
|
94
112
|
}
|
|
95
113
|
}
|