Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 28 additions & 10 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@
"11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json"
}
},
{
"name": "ACP Attempts",
"description": "AI Context Protocol debug session tracking file",
"fileMatch": ["**/.acp/acp.attempts.json", "acp.attempts.json"],
"url": "https://acp-protocol.dev/schemas/v1/attempts.schema.json"
},
{
"name": "ACP Cache File",
"description": "AI Context Protocol cache file format for storing indexed codebase metadata",
Expand All @@ -205,6 +211,18 @@
"fileMatch": [".acp.config.json"],
"url": "https://acp-protocol.dev/schemas/v1/config.schema.json"
},
{
"name": "ACP Primer",
"description": "AI Context Protocol primer definition for AI context bootstrapping",
"fileMatch": ["primer.json", "*.primer.json", "primer.defaults.json"],
"url": "https://acp-protocol.dev/schemas/v1/primer.schema.json"
},
{
"name": "ACP Sync",
"description": "AI Context Protocol tool synchronization configuration",
"fileMatch": ["**/.acp/acp.sync.json", "acp.sync.json"],
"url": "https://acp-protocol.dev/schemas/v1/sync.schema.json"
},
{
"name": "ACP Variables File",
"description": "AI Context Protocol variables file for reusable context variables",
Expand Down Expand Up @@ -4287,7 +4305,7 @@
},
{
"name": "nest-cli",
"description": "A progressive Node.js framework for building efficient and scalable server-side applications 🚀",
"description": "A progressive Node.js framework for building efficient and scalable server-side applications \ud83d\ude80",
"fileMatch": [
".nestcli.json",
".nest-cli.json",
Expand Down Expand Up @@ -5124,7 +5142,7 @@
},
{
"name": ".putout.json",
"description": "🐊Putout configuration file",
"description": "\ud83d\udc0aPutout configuration file",
"fileMatch": [".putout.json"],
"url": "https://www.schemastore.org/putout.json"
},
Expand Down Expand Up @@ -5361,7 +5379,7 @@
},
{
"name": "JSON Resume",
"description": "JSON résumé files",
"description": "JSON r\u00e9sum\u00e9 files",
"fileMatch": [
"**/resume.json",
"**/*.resume.json",
Expand Down Expand Up @@ -6185,7 +6203,7 @@
},
{
"name": "Tombi",
"description": "Tombi () is a toolkit for TOML; providing a formatter/linter and language server",
"description": "Tombi (\u9cf6) is a toolkit for TOML; providing a formatter/linter and language server",
"fileMatch": ["tombi.toml", "**/tombi/config.toml"],
"url": "https://www.schemastore.org/tombi.json"
},
Expand Down Expand Up @@ -6253,7 +6271,7 @@
},
{
"name": "TrueScript for *.tscript files",
"description": "The Ultimate Script Language for monday.com - © 2024 MakeITSimple",
"description": "The Ultimate Script Language for monday.com - \u00a9 2024 MakeITSimple",
"fileMatch": ["*.tscript", "*.tscript.yaml", "*.tscript.yml"],
"url": "https://www.schemastore.org/truescript.json",
"versions": {
Expand Down Expand Up @@ -6789,7 +6807,7 @@
},
{
"name": "huskyrc",
"description": "Husky can prevent bad `git commit`, `git push` and more 🐶 woof!",
"description": "Husky can prevent bad `git commit`, `git push` and more \ud83d\udc36 woof!",
"fileMatch": [".huskyrc", ".huskyrc.json"],
"url": "https://www.schemastore.org/huskyrc.json"
},
Expand Down Expand Up @@ -7009,8 +7027,8 @@
"url": "https://www.schemastore.org/container-structure-test.json"
},
{
"name": "Žinoma",
"description": "Žinoma incremental build configuration",
"name": "\u017dinoma",
"description": "\u017dinoma incremental build configuration",
"fileMatch": ["zinoma.yml"],
"url": "https://github.com/fbecart/zinoma/releases/latest/download/zinoma-schema.json"
},
Expand Down Expand Up @@ -7261,7 +7279,7 @@
},
{
"name": "Render Blueprints",
"description": "Blueprints are Render’s infrastructure-as-code model for defining, deploying, and managing multiple resources with a single YAML file",
"description": "Blueprints are Render\u2019s infrastructure-as-code model for defining, deploying, and managing multiple resources with a single YAML file",
"fileMatch": ["**/*render.yaml"],
"url": "https://render.com/schema/render.yaml.json"
},
Expand Down Expand Up @@ -8977,7 +8995,7 @@
},
{
"name": "Deployah Configuration",
"description": "CLI tool that makes Kubernetes deployments effortless—no Helm or K8s expertise required",
"description": "CLI tool that makes Kubernetes deployments effortless\u2014no Helm or K8s expertise required",
"fileMatch": [
"deployah.yaml",
"deployah.yml",
Expand Down