From 1920caaf174cd31d33cc09c987757006ac387c30 Mon Sep 17 00:00:00 2001 From: thc1006 <84045975+thc1006@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:03:11 +0800 Subject: [PATCH 1/2] Add goose to the landscape under Autonomous Agent Frameworks goose was donated to the AAIF at launch alongside MCP but is not yet on the landscape map. Add it next to the other autonomous agent frameworks, using the published aaif-landscape metadata (goose-docs.ai, aaif-goose/goose) and project: member to match MCP. Closes #25 Signed-off-by: thc1006 <84045975+thc1006@users.noreply.github.com> --- landscape/landscape.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/landscape/landscape.yml b/landscape/landscape.yml index 9b5a15a..d52c6e1 100644 --- a/landscape/landscape.yml +++ b/landscape/landscape.yml @@ -30,6 +30,12 @@ landscape: homepage_url: https://cloud.google.com/products/agent-development-kit description: Enterprise framework for building, evaluating, and deploying trustworthy autonomous AI agents and marketplace capabilities. project: member + - name: goose + logo: placeholder.svg + homepage_url: https://goose-docs.ai/ + repo_url: https://github.com/aaif-goose/goose + description: Open source, extensible AI agent that goes beyond code suggestions to install, execute, edit, and test with any LLM. + project: member - subcategory: Orchestration Runtimes items: From fe97e326366e58b3ecd79963d5a41446e3236026 Mon Sep 17 00:00:00 2001 From: thc1006 <84045975+thc1006@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:20:34 +0800 Subject: [PATCH 2/2] Make goose description objective per the landscape schema The schema requires descriptions to be strictly objective and pre-competitive with no marketing language. Replace the comparative "goes beyond code suggestions" and the unsupported "any LLM" with a factual summary aligned with the Linux Foundation's framing of goose as a local-first AI agent framework. Signed-off-by: thc1006 <84045975+thc1006@users.noreply.github.com> --- landscape/landscape.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landscape/landscape.yml b/landscape/landscape.yml index d52c6e1..5af718f 100644 --- a/landscape/landscape.yml +++ b/landscape/landscape.yml @@ -34,7 +34,7 @@ landscape: logo: placeholder.svg homepage_url: https://goose-docs.ai/ repo_url: https://github.com/aaif-goose/goose - description: Open source, extensible AI agent that goes beyond code suggestions to install, execute, edit, and test with any LLM. + description: Open-source, local-first AI agent framework built on language models and extensible MCP-based tools. project: member - subcategory: Orchestration Runtimes