opencode-plugin-preload-skills 1.1.3 → 1.1.4
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 +1 -0
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/opencode-plugin-preload-skills)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
[](https://github.com/juhas96/opencode-plugin-preload-skills)
|
|
7
8
|
|
|
8
9
|
A plugin for [OpenCode](https://opencode.ai) that preloads specified skills into the agent's context automatically when a session starts. Skills persist across context compaction, ensuring your agent always has access to the knowledge it needs.
|
|
9
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-plugin-preload-skills",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "OpenCode plugin that auto-loads specified skills into agent memory on session start",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -34,8 +34,16 @@
|
|
|
34
34
|
"preload",
|
|
35
35
|
"agent"
|
|
36
36
|
],
|
|
37
|
-
"author": "",
|
|
37
|
+
"author": "juhas96",
|
|
38
38
|
"license": "MIT",
|
|
39
|
+
"repository": {
|
|
40
|
+
"type": "git",
|
|
41
|
+
"url": "git+https://github.com/juhas96/opencode-plugin-preload-skills.git"
|
|
42
|
+
},
|
|
43
|
+
"bugs": {
|
|
44
|
+
"url": "https://github.com/juhas96/opencode-plugin-preload-skills/issues"
|
|
45
|
+
},
|
|
46
|
+
"homepage": "https://github.com/juhas96/opencode-plugin-preload-skills#readme",
|
|
39
47
|
"peerDependencies": {
|
|
40
48
|
"@opencode-ai/plugin": ">=1.0.0"
|
|
41
49
|
},
|