From cb7c3beb4571dcb4af760f681bef93390f4ae267 Mon Sep 17 00:00:00 2001 From: Matt Ratzke Date: Thu, 22 Jan 2026 11:44:09 -0700 Subject: [PATCH 1/2] Add .agents Folder and agents-cli entries to landscape.yml Added new items for .agents Folder and agents-cli with descriptions and URLs. --- landscape.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/landscape.yml b/landscape.yml index 9d2b5b2..ca19581 100644 --- a/landscape.yml +++ b/landscape.yml @@ -610,3 +610,15 @@ categories: homepage_url: https://agents.md/ logo: agents-md.png repo_url: https://github.com/agentsmd/agents.md + - item: + name: .agents Folder + description: A canonical source of truth for AI coding agents. + homepage_url: https://agentsfolder.github.io/spec/ + logo: agents-folder.png + repo_url: https://github.com/agentsfolder/spec + - item: + name: agents-cli + description: A cli for automatically mapping the .agents folder to proprietary AI coding agents configuration folders. + homepage_url: https://agentsfolder.github.io/agents-cli/ + logo: agents-folder.png + repo_url: https://github.com/agentsfolder/agents-cli From 5497deda158b8c028d3fa82fcbabf4c62c7e2fa1 Mon Sep 17 00:00:00 2001 From: Matt Ratzke Date: Thu, 22 Jan 2026 12:15:21 -0700 Subject: [PATCH 2/2] Update landscape.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- landscape.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landscape.yml b/landscape.yml index ca19581..a5f6a2e 100644 --- a/landscape.yml +++ b/landscape.yml @@ -618,7 +618,7 @@ categories: repo_url: https://github.com/agentsfolder/spec - item: name: agents-cli - description: A cli for automatically mapping the .agents folder to proprietary AI coding agents configuration folders. + description: A CLI for automatically mapping the .agents folder to proprietary AI coding agents configuration folders. homepage_url: https://agentsfolder.github.io/agents-cli/ logo: agents-folder.png repo_url: https://github.com/agentsfolder/agents-cli