Skip to content

Commit 801956a

Browse files
Add ACP Attempts, Primer, and Sync schemas to catalog (SchemaStore#5239)
* Add ACP Attempts, Primer, and Sync schemas to catalog Adds three additional AI Context Protocol (ACP) schemas: - ACP Attempts: Debug session tracking for AI-assisted debugging workflows - ACP Primer: Primer definitions for AI context bootstrapping - ACP Sync: Tool synchronization configuration for AI assistants This complements the existing ACP schemas (Cache, Config, Variables) added in SchemaStore#5233. Project: https://acp-protocol.dev Specification: https://github.com/acp-protocol/acp-spec * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 63a1dc1 commit 801956a

1 file changed

Lines changed: 28 additions & 10 deletions

File tree

src/api/json/catalog.json

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@
193193
"11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json"
194194
}
195195
},
196+
{
197+
"name": "ACP Attempts",
198+
"description": "AI Context Protocol debug session tracking file",
199+
"fileMatch": ["**/.acp/acp.attempts.json", "acp.attempts.json"],
200+
"url": "https://acp-protocol.dev/schemas/v1/attempts.schema.json"
201+
},
196202
{
197203
"name": "ACP Cache File",
198204
"description": "AI Context Protocol cache file format for storing indexed codebase metadata",
@@ -205,6 +211,18 @@
205211
"fileMatch": [".acp.config.json"],
206212
"url": "https://acp-protocol.dev/schemas/v1/config.schema.json"
207213
},
214+
{
215+
"name": "ACP Primer",
216+
"description": "AI Context Protocol primer definition for AI context bootstrapping",
217+
"fileMatch": ["primer.json", "*.primer.json", "primer.defaults.json"],
218+
"url": "https://acp-protocol.dev/schemas/v1/primer.schema.json"
219+
},
220+
{
221+
"name": "ACP Sync",
222+
"description": "AI Context Protocol tool synchronization configuration",
223+
"fileMatch": ["**/.acp/acp.sync.json", "acp.sync.json"],
224+
"url": "https://acp-protocol.dev/schemas/v1/sync.schema.json"
225+
},
208226
{
209227
"name": "ACP Variables File",
210228
"description": "AI Context Protocol variables file for reusable context variables",
@@ -4289,7 +4307,7 @@
42894307
},
42904308
{
42914309
"name": "nest-cli",
4292-
"description": "A progressive Node.js framework for building efficient and scalable server-side applications 🚀",
4310+
"description": "A progressive Node.js framework for building efficient and scalable server-side applications \ud83d\ude80",
42934311
"fileMatch": [
42944312
".nestcli.json",
42954313
".nest-cli.json",
@@ -5132,7 +5150,7 @@
51325150
},
51335151
{
51345152
"name": ".putout.json",
5135-
"description": "🐊Putout configuration file",
5153+
"description": "\ud83d\udc0aPutout configuration file",
51365154
"fileMatch": [".putout.json"],
51375155
"url": "https://www.schemastore.org/putout.json"
51385156
},
@@ -5369,7 +5387,7 @@
53695387
},
53705388
{
53715389
"name": "JSON Resume",
5372-
"description": "JSON résumé files",
5390+
"description": "JSON r\u00e9sum\u00e9 files",
53735391
"fileMatch": [
53745392
"**/resume.json",
53755393
"**/*.resume.json",
@@ -6193,7 +6211,7 @@
61936211
},
61946212
{
61956213
"name": "Tombi",
6196-
"description": "Tombi () is a toolkit for TOML; providing a formatter/linter and language server",
6214+
"description": "Tombi (\u9cf6) is a toolkit for TOML; providing a formatter/linter and language server",
61976215
"fileMatch": ["tombi.toml", "**/tombi/config.toml"],
61986216
"url": "https://www.schemastore.org/tombi.json"
61996217
},
@@ -6261,7 +6279,7 @@
62616279
},
62626280
{
62636281
"name": "TrueScript for *.tscript files",
6264-
"description": "The Ultimate Script Language for monday.com - © 2024 MakeITSimple",
6282+
"description": "The Ultimate Script Language for monday.com - \u00a9 2024 MakeITSimple",
62656283
"fileMatch": ["*.tscript", "*.tscript.yaml", "*.tscript.yml"],
62666284
"url": "https://www.schemastore.org/truescript.json",
62676285
"versions": {
@@ -6797,7 +6815,7 @@
67976815
},
67986816
{
67996817
"name": "huskyrc",
6800-
"description": "Husky can prevent bad `git commit`, `git push` and more 🐶 woof!",
6818+
"description": "Husky can prevent bad `git commit`, `git push` and more \ud83d\udc36 woof!",
68016819
"fileMatch": [".huskyrc", ".huskyrc.json"],
68026820
"url": "https://www.schemastore.org/huskyrc.json"
68036821
},
@@ -7017,8 +7035,8 @@
70177035
"url": "https://www.schemastore.org/container-structure-test.json"
70187036
},
70197037
{
7020-
"name": "Žinoma",
7021-
"description": "Žinoma incremental build configuration",
7038+
"name": "\u017dinoma",
7039+
"description": "\u017dinoma incremental build configuration",
70227040
"fileMatch": ["zinoma.yml"],
70237041
"url": "https://github.com/fbecart/zinoma/releases/latest/download/zinoma-schema.json"
70247042
},
@@ -7269,7 +7287,7 @@
72697287
},
72707288
{
72717289
"name": "Render Blueprints",
7272-
"description": "Blueprints are Render’s infrastructure-as-code model for defining, deploying, and managing multiple resources with a single YAML file",
7290+
"description": "Blueprints are Render\u2019s infrastructure-as-code model for defining, deploying, and managing multiple resources with a single YAML file",
72737291
"fileMatch": ["**/*render.yaml"],
72747292
"url": "https://render.com/schema/render.yaml.json"
72757293
},
@@ -8985,7 +9003,7 @@
89859003
},
89869004
{
89879005
"name": "Deployah Configuration",
8988-
"description": "CLI tool that makes Kubernetes deployments effortless—no Helm or K8s expertise required",
9006+
"description": "CLI tool that makes Kubernetes deployments effortless\u2014no Helm or K8s expertise required",
89899007
"fileMatch": [
89909008
"deployah.yaml",
89919009
"deployah.yml",

0 commit comments

Comments
 (0)