diff --git a/AGENTS.md b/AGENTS.md index 705d7e0dc..976fb0425 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -69,15 +69,9 @@ cd ui/desktop && pnpm test # test UI ## Structure ``` -crates/ -├── goose # core logic -├── goose-acp-macros # ACP proc macros -├── goose-cli # CLI entry -├── goose-mcp # MCP extensions -├── goose-test # test utilities -└── goose-test-support # test helpers - -ui/desktop/ # Electron app +crates/ # Rust workspace members — see root Cargo.toml (`members = ["crates/*"]`) +ui/desktop/ # Electron app +ui/text/ # deprecated ACP TUI (see ui/text/README.md) ``` ## Development Loop