@kisev/skills-opencode 2.2.2 → 2.2.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 +4 -4
- package/README.ru.md +4 -4
- package/dist/catalog.d.ts +1 -1
- package/dist/catalog.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[Русский](README.ru.md)
|
|
4
4
|
|
|
5
|
-
`@kisev/skills-opencode@2.2.
|
|
5
|
+
`@kisev/skills-opencode@2.2.3` is the optional OpenCode-specific layer. Portable
|
|
6
6
|
skills have a separate lifecycle and must be installed independently through the
|
|
7
7
|
[root portable flow](../../README.md).
|
|
8
8
|
|
|
@@ -30,7 +30,7 @@ Install in the repository's npm project and run the CLI from that project root:
|
|
|
30
30
|
|
|
31
31
|
```shell
|
|
32
32
|
cd /path/to/project
|
|
33
|
-
npm install --save-exact @kisev/skills-opencode@2.2.
|
|
33
|
+
npm install --save-exact @kisev/skills-opencode@2.2.3
|
|
34
34
|
npm exec -- skills-opencode install --scope project --dry-run
|
|
35
35
|
```
|
|
36
36
|
|
|
@@ -45,7 +45,7 @@ Use `~/.config/opencode` as the persistent npm project:
|
|
|
45
45
|
mkdir -p "$HOME/.config/opencode"
|
|
46
46
|
cd "$HOME/.config/opencode"
|
|
47
47
|
test -f package.json || npm init --yes
|
|
48
|
-
npm install --save-exact @kisev/skills-opencode@2.2.
|
|
48
|
+
npm install --save-exact @kisev/skills-opencode@2.2.3
|
|
49
49
|
npm exec -- skills-opencode install --scope global --dry-run
|
|
50
50
|
```
|
|
51
51
|
|
|
@@ -149,7 +149,7 @@ version, preview and confirm `install` with the same scope and desired selection
|
|
|
149
149
|
then restart OpenCode:
|
|
150
150
|
|
|
151
151
|
```shell
|
|
152
|
-
npm install --save-exact @kisev/skills-opencode@2.2.
|
|
152
|
+
npm install --save-exact @kisev/skills-opencode@2.2.3
|
|
153
153
|
npm exec -- skills-opencode install --scope project --dry-run
|
|
154
154
|
```
|
|
155
155
|
|
package/README.ru.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[English](README.md) | [Русский](README.ru.md)
|
|
4
4
|
|
|
5
|
-
`@kisev/skills-opencode@2.2.
|
|
5
|
+
`@kisev/skills-opencode@2.2.3` - optional OpenCode-specific слой. У portable
|
|
6
6
|
skills отдельный lifecycle: их нужно установить независимо через
|
|
7
7
|
[корневую инструкцию](../../README.ru.md).
|
|
8
8
|
|
|
@@ -30,7 +30,7 @@ assets или portable skills и не меняют OpenCode configuration.
|
|
|
30
30
|
|
|
31
31
|
```shell
|
|
32
32
|
cd /path/to/project
|
|
33
|
-
npm install --save-exact @kisev/skills-opencode@2.2.
|
|
33
|
+
npm install --save-exact @kisev/skills-opencode@2.2.3
|
|
34
34
|
npm exec -- skills-opencode install --scope project --dry-run
|
|
35
35
|
```
|
|
36
36
|
|
|
@@ -45,7 +45,7 @@ Package остаётся в project `node_modules`, confirmed assets разме
|
|
|
45
45
|
mkdir -p "$HOME/.config/opencode"
|
|
46
46
|
cd "$HOME/.config/opencode"
|
|
47
47
|
test -f package.json || npm init --yes
|
|
48
|
-
npm install --save-exact @kisev/skills-opencode@2.2.
|
|
48
|
+
npm install --save-exact @kisev/skills-opencode@2.2.3
|
|
49
49
|
npm exec -- skills-opencode install --scope global --dry-run
|
|
50
50
|
```
|
|
51
51
|
|
|
@@ -149,7 +149,7 @@ incomplete probe failure.
|
|
|
149
149
|
перезапустите OpenCode:
|
|
150
150
|
|
|
151
151
|
```shell
|
|
152
|
-
npm install --save-exact @kisev/skills-opencode@2.2.
|
|
152
|
+
npm install --save-exact @kisev/skills-opencode@2.2.3
|
|
153
153
|
npm exec -- skills-opencode install --scope project --dry-run
|
|
154
154
|
```
|
|
155
155
|
|
package/dist/catalog.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ export declare const CATALOG: {
|
|
|
4
4
|
readonly agents: readonly ["manager", "architect", "mapper", "worker", "review", "critic"];
|
|
5
5
|
readonly package_commands: readonly ["capabilities", "doctor", "reconcile", "agent-profiles"];
|
|
6
6
|
readonly tools: readonly ["capabilities", "route", "doctor", "agent_profiles", "reconcile"];
|
|
7
|
-
readonly version: "2.2.
|
|
7
|
+
readonly version: "2.2.3";
|
|
8
8
|
};
|
package/dist/catalog.js
CHANGED
|
@@ -34,5 +34,5 @@ export const CATALOG = {
|
|
|
34
34
|
agents: ["manager", "architect", "mapper", "worker", "review", "critic"],
|
|
35
35
|
package_commands: ["capabilities", "doctor", "reconcile", "agent-profiles"],
|
|
36
36
|
tools: ["capabilities", "route", "doctor", "agent_profiles", "reconcile"],
|
|
37
|
-
version: "2.2.
|
|
37
|
+
version: "2.2.3",
|
|
38
38
|
};
|