Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,17 @@ cd ui/desktop && npm test # test UI
## Structure
```
crates/
├── goose # core logic
├── goose-bench # benchmarking
├── goose-cli # CLI entry
├── goose-server # backend (binary: goosed)
├── goose-mcp # MCP extensions
├── goose-test # test utilities
├── mcp-client # MCP client
├── mcp-core # MCP shared
└── mcp-server # MCP server

temporal-service/ # Go scheduler
ui/desktop/ # Electron app
├── goose # core logic
├── goose-acp # Agent Client Protocol
├── goose-acp-macros # ACP proc macros
├── goose-cli # CLI entry
├── goose-server # backend (binary: goosed)
├── goose-mcp # MCP extensions
├── goose-test # test utilities
└── goose-test-support # test helpers

evals/open-model-gym/ # benchmarking / evals
ui/desktop/ # Electron app
```

## Development Loop
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
cargo-edit
clippy
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
nodejs_24 # 'just' run-ui
ripgrep
Expand Down