Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2026-02-11 09:35:24 -05:00 committed by GitHub
parent 544bc1bc4f
commit f636a97faa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
81 changed files with 109 additions and 110 deletions

View file

@ -3,7 +3,7 @@ goose: the main code for goose, contains all the core logic
goose-bench: bench marking
goose-cli: the command line interface, use goose crate
goose-mcp: the mcp servers that ship with goose. the developer sub system is of special interest
goose-server: the server that suports the desktop (electron) app. also known as goosed
goose-server: the server that supports the desktop (electron) app. also known as goosed
ui/desktop has an electron app in typescript.