opencode-arise 0.1.1 → 0.1.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.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Plugin } from "@opencode-ai/plugin";
|
|
2
|
-
|
|
2
|
+
declare const OpencodeArise: Plugin;
|
|
3
3
|
export default OpencodeArise;
|
|
4
4
|
export type { AriseConfig } from "./config/schema";
|
|
5
|
-
export {
|
|
5
|
+
export type { ShadowAgent } from "./agents/shadows";
|
package/dist/index.js
CHANGED
|
@@ -17108,7 +17108,5 @@ var OpencodeArise = async (ctx) => {
|
|
|
17108
17108
|
};
|
|
17109
17109
|
var src_default = OpencodeArise;
|
|
17110
17110
|
export {
|
|
17111
|
-
src_default as default
|
|
17112
|
-
SHADOW_AGENTS,
|
|
17113
|
-
OpencodeArise
|
|
17111
|
+
src_default as default
|
|
17114
17112
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-arise",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Solo Leveling themed orchestrator harness for OpenCode - Arise, Shadow Army!",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"dist",
|
|
26
|
-
"assets"
|
|
26
|
+
"assets/arise-banner.txt"
|
|
27
27
|
],
|
|
28
28
|
"keywords": [
|
|
29
29
|
"opencode",
|
|
Binary file
|
|
Binary file
|