@dzhechkov/harness-cli 0.3.48 → 0.3.49

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -232,6 +232,14 @@ All 5 platforms natively support the [agentskills.io](https://agentskills.io) `S
232
232
 
233
233
  Same SKILL.md file, different directory — no format conversion needed.
234
234
 
235
+ **Optional platform enrichment** (skills work without these):
236
+
237
+ | Platform | Optional extra | What it adds |
238
+ |----------|---------------|-------------|
239
+ | Codex | `agents/openai.yaml` | UI metadata (icons, display_name, MCP deps) |
240
+ | OpenCode | `opencode.json` + `.opencode/agents/*.md` | Config, custom agents |
241
+ | Hermes | `cli-config.yaml` | Agent config, persona, memory |
242
+
235
243
  ### Workflows (Opus 4.8+ dynamic workflows)
236
244
 
237
245
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.48",
3
+ "version": "0.3.49",
4
4
  "description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes. 11 commands, 7 presets, 4 platform adapters.",
5
5
  "type": "module",
6
6
  "license": "MIT",