Skip to content

Commit 01d318e

Browse files
committed
Update catalog at 2026-01-07T13:00:01Z
1 parent 686b9d7 commit 01d318e

2 files changed

Lines changed: 67 additions & 3 deletions

File tree

data/schemata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

import/SchemaStore.vim

Lines changed: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ export const schemata =
1212
"release-hub.config.json"
1313
]
1414
},
15+
{
16+
"url": "https://raw.githubusercontent.com/robgonnella/releasaurus/refs/heads/main/schema/schema.json",
17+
"description": "Configuration file for Releasaurus",
18+
"name": "Releasaurus Config",
19+
"fileMatch": [
20+
"releasaurus.toml"
21+
]
22+
},
1523
{
1624
"url": "https://dystroy.org/bacon/.bacon.schema.json",
1725
"description": "Bacon configuration file",
@@ -238,6 +246,15 @@ export const schemata =
238246
"abc-supply-plan-*.json"
239247
]
240248
},
249+
{
250+
"url": "https://acp-protocol.dev/schemas/v1/attempts.schema.json",
251+
"description": "AI Context Protocol debug session tracking file",
252+
"name": "ACP Attempts",
253+
"fileMatch": [
254+
"**/.acp/acp.attempts.json",
255+
"acp.attempts.json"
256+
]
257+
},
241258
{
242259
"url": "https://acp-protocol.dev/schemas/v1/cache.schema.json",
243260
"description": "AI Context Protocol cache file format for storing indexed codebase metadata",
@@ -254,6 +271,25 @@ export const schemata =
254271
".acp.config.json"
255272
]
256273
},
274+
{
275+
"url": "https://acp-protocol.dev/schemas/v1/primer.schema.json",
276+
"description": "AI Context Protocol primer definition for AI context bootstrapping",
277+
"name": "ACP Primer",
278+
"fileMatch": [
279+
"primer.json",
280+
"*.primer.json",
281+
"primer.defaults.json"
282+
]
283+
},
284+
{
285+
"url": "https://acp-protocol.dev/schemas/v1/sync.schema.json",
286+
"description": "AI Context Protocol tool synchronization configuration",
287+
"name": "ACP Sync",
288+
"fileMatch": [
289+
"**/.acp/acp.sync.json",
290+
"acp.sync.json"
291+
]
292+
},
257293
{
258294
"url": "https://acp-protocol.dev/schemas/v1/vars.schema.json",
259295
"description": "AI Context Protocol variables file for reusable context variables",
@@ -9550,9 +9586,9 @@ export const schemata =
95509586
{
95519587
"url": "https://raw.githubusercontent.com/rebaz94/macro_kit/refs/heads/main/macro_schema.json",
95529588
"description": "Macro configuration file",
9553-
"name": ".macro.json",
9589+
"name": "macro.json",
95549590
"fileMatch": [
9555-
".macro.json"
9591+
"macro.json"
95569592
]
95579593
},
95589594
{
@@ -11247,6 +11283,34 @@ export const schemata =
1124711283
"fileMatch": [
1124811284
"devup.json"
1124911285
]
11286+
},
11287+
{
11288+
"url": "https://www.schemastore.org/vespertide.json",
11289+
"description": "Vespertide configuration",
11290+
"name": "Vespertide",
11291+
"fileMatch": [
11292+
"**/vespertide.json"
11293+
]
11294+
},
11295+
{
11296+
"url": "https://www.schemastore.org/vespertide-migration.json",
11297+
"description": "Vespertide migration file",
11298+
"name": "Vespertide Migration",
11299+
"fileMatch": [
11300+
"**/migrations/**/*.vespertide.json",
11301+
"**/migrations/**/*.vespertide.yaml",
11302+
"**/migrations/**/*.vespertide.yml"
11303+
]
11304+
},
11305+
{
11306+
"url": "https://www.schemastore.org/vespertide-model.json",
11307+
"description": "Vespertide model file",
11308+
"name": "Vespertide Model",
11309+
"fileMatch": [
11310+
"**/models/**/*.vespertide.json",
11311+
"**/models/**/*.vespertide.yaml",
11312+
"**/models/**/*.vespertide.yml"
11313+
]
1125011314
}
1125111315
]
1125211316
export const schemas = schemata

0 commit comments

Comments
 (0)