@@ -123,7 +123,7 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
123123 } ,
124124 } ,
125125 name : 'Semantic Versioning' ,
126- url : 'https://semver.org/ ' ,
126+ url : 'https://semver.org' ,
127127 description :
128128 'Versioning scheme using MAJOR.MINOR.PATCH format to communicate compatibility and impact of updates' ,
129129 } ,
@@ -135,7 +135,7 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
135135 } ,
136136 } ,
137137 name : 'Conventional Commits' ,
138- url : 'https://www.conventionalcommits.org/ ' ,
138+ url : 'https://www.conventionalcommits.org' ,
139139 description :
140140 'Lightweight convention for structured commit messages that enable automated changelog generation and semantic versioning' ,
141141 } ,
@@ -147,7 +147,7 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
147147 } ,
148148 } ,
149149 name : 'AGENTS.md' ,
150- url : 'https://agents.md/ ' ,
150+ url : 'https://agents.md' ,
151151 description :
152152 'Open-format markdown file providing coding agents with project-specific instructions and context' ,
153153 } ,
@@ -169,7 +169,7 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
169169 } ,
170170 } ,
171171 name : 'Model Context Protocol (MCP)' ,
172- url : 'https://modelcontextprotocol.io/ ' ,
172+ url : 'https://modelcontextprotocol.io' ,
173173 description :
174174 'Open standard connecting AI applications to external systems like data sources, tools, and workflows' ,
175175 } ,
@@ -181,7 +181,7 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
181181 } ,
182182 } ,
183183 name : 'Agent2Agent (A2A)' ,
184- url : 'https://a2a-protocol.org/ ' ,
184+ url : 'https://a2a-protocol.org' ,
185185 description :
186186 'Open protocol enabling secure communication and collaboration between AI agents across different platforms' ,
187187 } ,
@@ -193,7 +193,7 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
193193 } ,
194194 } ,
195195 name : 'Agent Payments Protocol (AP2)' ,
196- url : 'https://ap2-protocol.org/ ' ,
196+ url : 'https://ap2-protocol.org' ,
197197 description :
198198 'Open protocol for secure agent-led payments using verifiable digital credentials and authorization mandates' ,
199199 } ,
@@ -205,7 +205,7 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
205205 } ,
206206 } ,
207207 name : 'Agent Network Protocol (ANP)' ,
208- url : 'https://agent-network-protocol.com/ ' ,
208+ url : 'https://agent-network-protocol.com' ,
209209 description :
210210 'Decentralized protocol for trustless agent communication with DID-based identity and automatic protocol negotiation' ,
211211 } ,
@@ -217,7 +217,7 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
217217 } ,
218218 } ,
219219 name : 'Agent Client Protocol (ACP)' ,
220- url : 'https://agentclientprotocol.com/ ' ,
220+ url : 'https://agentclientprotocol.com' ,
221221 description :
222222 'Open protocol standardizing communication between code editors and coding agents for autonomous code modification' ,
223223 } ,
@@ -391,7 +391,7 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
391391 } ,
392392 } ,
393393 name : 'OpenSpec' ,
394- url : 'https://openspec.dev/ ' ,
394+ url : 'https://openspec.dev' ,
395395 description :
396396 'Spec-driven development framework for AI coding assistants with organized change management and living documentation' ,
397397 } ,
@@ -544,10 +544,10 @@ export const faqMetadata: Record<string, FaqItem[]> = {
544544}
545545
546546export const stackCounts : Record < string , number > = {
547- ides : 10 ,
547+ ides : 11 ,
548548 clis : 17 ,
549- extensions : 11 ,
549+ extensions : 12 ,
550550 models : 24 ,
551551 'model-providers' : 7 ,
552- vendors : 13 ,
552+ vendors : 37 ,
553553}
0 commit comments