Clean up stale references to removed components (#7644)
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user