refactor: goose-acp-server -> goose binary for TUI (#8155)

This commit is contained in:
Alex Hancock
2026-03-27 17:12:11 -04:00
committed by GitHub
parent ae83fd2adc
commit dfa93fe948
21 changed files with 335 additions and 262 deletions
@@ -0,0 +1,25 @@
{
"name": "@aaif/goose-binary-linux-x64",
"version": "0.1.0",
"description": "Goose binary for Linux x64",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/block/goose.git"
},
"keywords": [
"goose",
"ai",
"agent",
"binary"
],
"os": [
"linux"
],
"cpu": [
"x64"
],
"files": [
"bin/goose"
]
}