diff --git a/harn/agent.json b/harn/agent.json new file mode 100644 index 00000000..af0ef0f4 --- /dev/null +++ b/harn/agent.json @@ -0,0 +1,39 @@ +{ + "id": "harn", + "name": "Harn", + "version": "0.8.133", + "description": "Harn runs .harn agent pipelines as a native ACP coding agent over stdio. Powers the Burin Code workbench.", + "repository": "https://github.com/burin-labs/harn", + "website": "https://harnlang.com", + "authors": ["Burin Labs"], + "license": "Apache-2.0", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.133/harn-aarch64-apple-darwin.tar.gz", + "cmd": "./harn", + "args": ["serve", "acp"] + }, + "darwin-x86_64": { + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.133/harn-x86_64-apple-darwin.tar.gz", + "cmd": "./harn", + "args": ["serve", "acp"] + }, + "linux-aarch64": { + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.133/harn-aarch64-unknown-linux-gnu.tar.gz", + "cmd": "./harn", + "args": ["serve", "acp"] + }, + "linux-x86_64": { + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.133/harn-x86_64-unknown-linux-gnu.tar.gz", + "cmd": "./harn", + "args": ["serve", "acp"] + }, + "windows-x86_64": { + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.133/harn-x86_64-pc-windows-msvc.zip", + "cmd": "harn.exe", + "args": ["serve", "acp"] + } + } + } +} diff --git a/harn/icon.svg b/harn/icon.svg new file mode 100644 index 00000000..af223eca --- /dev/null +++ b/harn/icon.svg @@ -0,0 +1,3 @@ + + +