diff --git a/README.md b/README.md index f88eafa..dcc342a 100644 --- a/README.md +++ b/README.md @@ -957,6 +957,15 @@ Also available for bat and Ghostty in the same repository. +
+ agent-harness - Reusable agent asset lifecycle for OpenCode workspaces +
+ A Node.js CLI for discovering, curating, staging, activating, and wiring reusable AI-agent assets into developer workspaces, including OpenCode. +

+ 🔗 View Repository +
+
+
agenttrace - Local TUI for OpenCode session cost, health, and trace reports
diff --git a/dist/registry.json b/dist/registry.json index d26cabf..81f3bfd 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -1070,6 +1070,25 @@ ], "tags": [] }, + { + "productId": "agent-harness", + "type": "projects", + "displayName": "agent-harness", + "repoUrl": "https://github.com/ar27111994/agent-harness", + "tagline": "Reusable agent asset lifecycle for OpenCode workspaces", + "description": "A Node.js CLI for discovering, curating, staging, activating, and wiring reusable AI-agent assets into developer workspaces, including OpenCode.", + "scope": [ + "global" + ], + "tags": [ + "cli", + "agent-assets", + "workspace", + "discovery", + "opencode" + ], + "homepageUrl": "https://www.npmjs.com/package/@ar27111994/agent-harness" + }, { "productId": "agent-of-empires", "type": "projects",