Clean up stale references to removed components (#7644)

Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
This commit is contained in:
Rodolfo Olivieri
2026-03-04 13:45:29 -03:00
committed by GitHub
parent c65cfa62c8
commit 7dca516fbf
2 changed files with 11 additions and 12 deletions
+10 -11
View File
@@ -41,18 +41,17 @@ cd ui/desktop && npm test # test UI
## Structure ## Structure
``` ```
crates/ crates/
├── goose # core logic ├── goose # core logic
├── goose-bench # benchmarking ├── goose-acp # Agent Client Protocol
├── goose-cli # CLI entry ├── goose-acp-macros # ACP proc macros
├── goose-server # backend (binary: goosed) ├── goose-cli # CLI entry
├── goose-mcp # MCP extensions ├── goose-server # backend (binary: goosed)
├── goose-test # test utilities ├── goose-mcp # MCP extensions
├── mcp-client # MCP client ├── goose-test # test utilities
── mcp-core # MCP shared ── goose-test-support # test helpers
└── mcp-server # MCP server
temporal-service/ # Go scheduler evals/open-model-gym/ # benchmarking / evals
ui/desktop/ # Electron app ui/desktop/ # Electron app
``` ```
## Development Loop ## Development Loop
+1 -1
View File
@@ -88,7 +88,7 @@
cargo-edit cargo-edit
clippy clippy
gemini-cli # potentially useful during dev/testing gemini-cli # potentially useful during dev/testing
go_1_25 # 'just' run-ui (temporal-service) go_1_25 # 'just' run-ui
just # used in dev/test just # used in dev/test
nodejs_24 # 'just' run-ui nodejs_24 # 'just' run-ui
ripgrep ripgrep