mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
Add self-test recipe for goose validation (#5111)
This PR introduces goose-self-test.yaml, a meta-testing recipe that enables goose to validate its own capabilities through first-person integration testing.
This commit is contained in:
@@ -70,6 +70,7 @@ ui/desktop/ # Electron app
|
||||
## Rules
|
||||
|
||||
Test: Prefer tests/ folder, e.g. crates/goose/tests/
|
||||
Test: When adding features, update goose-self-test.yaml, rebuild, then run `goose run --recipe goose-self-test.yaml` to validate
|
||||
Error: Use anyhow::Result
|
||||
Provider: Implement Provider trait see providers/base.rs
|
||||
MCP: Extensions in crates/goose-mcp/
|
||||
|
||||
Reference in New Issue
Block a user