docs: stop enumerating crates in AGENTS.md Structure (#11614)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Wolfe-James
2026-08-28 17:43:47 +00:00
committed by GitHub
parent a6d0b10c67
commit a9060fd2ef
+3 -9
View File
@@ -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