@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.
- package/README.md +8 -0
- 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