opencode-skills-collection 4.0.13 → 4.0.14
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.
|
@@ -131,7 +131,7 @@ The server exposes only:
|
|
|
131
131
|
|
|
132
132
|
Full skill text is returned only on request and is separated as `untrustedContent`; metadata and prose cannot acquire instruction authority. The server can signal this trust boundary but cannot guarantee how an external model will behave.
|
|
133
133
|
|
|
134
|
-
Every structured response declares `protocolVersion`, `coreVersion`, `metadataSchemaVersion`, `scorerVersion`, and catalog digest.
|
|
134
|
+
Every structured response declares `protocolVersion`, `coreVersion`, `metadataSchemaVersion`, `scorerVersion`, and catalog digest. MCP initialization responds with the server-supported protocol revision so the client can accept it or disconnect; incompatible artifact and schema versions still fail explicitly.
|
|
135
135
|
|
|
136
136
|
## CLI lifecycle
|
|
137
137
|
|
|
@@ -30,7 +30,7 @@ AAS MCP does not scan the repository and does not decide which skills are best.
|
|
|
30
30
|
> **Release boundary:** AAS Core landed after release 14.6.0. Use an exact Core-capable release rather than an unreviewed moving tag.
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
npm exec --yes --ignore-scripts --package=agentic-awesome-skills@15.5.
|
|
33
|
+
npm exec --yes --ignore-scripts --package=agentic-awesome-skills@15.5.1 -- aas mcp configure \
|
|
34
34
|
--host codex \
|
|
35
35
|
--scope user \
|
|
36
36
|
--config /absolute/path/to/codex/config.toml \
|
package/package.json
CHANGED