Skip to content
Closed
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
26 changes: 16 additions & 10 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4370,7 +4370,7 @@
},
{
"name": "nest-cli",
"description": "A progressive Node.js framework for building efficient and scalable server-side applications \ud83d\ude80",
"description": "A progressive Node.js framework for building efficient and scalable server-side applications 🚀",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please separate the unicode changes into another PR if they are made on purpose.

"fileMatch": [
".nestcli.json",
".nest-cli.json",
Expand Down Expand Up @@ -4571,6 +4571,12 @@
],
"url": "https://opencode.ai/config.json"
},
{
"name": "OpenClaw",
"description": "Configuration file for OpenClaw, the AI agent gateway that connects LLMs to messaging channels, tools, and scheduled tasks.",
"fileMatch": ["openclaw.json"],
"url": "https://raw.githubusercontent.com/aronchick/openclaw-schema/main/openclaw.schema.json"
},
{
"name": "OpenUtau character yaml",
"description": "OpenUtau voicebank configuration file, character.yaml",
Expand Down Expand Up @@ -5261,7 +5267,7 @@
},
{
"name": ".putout.json",
"description": "\ud83d\udc0aPutout configuration file",
"description": "🐊Putout configuration file",
"fileMatch": [".putout.json"],
"url": "https://www.schemastore.org/putout.json"
},
Expand Down Expand Up @@ -5498,7 +5504,7 @@
},
{
"name": "JSON Resume",
"description": "JSON r\u00e9sum\u00e9 files",
"description": "JSON résumé files",
"fileMatch": [
"**/resume.json",
"**/*.resume.json",
Expand Down Expand Up @@ -6347,7 +6353,7 @@
},
{
"name": "Tombi",
"description": "Tombi (\u9cf6) is a toolkit for TOML; providing a formatter/linter and language server",
"description": "Tombi () 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 @@ -6415,7 +6421,7 @@
},
{
"name": "TrueScript for *.tscript files",
"description": "The Ultimate Script Language for monday.com - \u00a9 2024 MakeITSimple",
"description": "The Ultimate Script Language for monday.com - © 2024 MakeITSimple",
"fileMatch": ["*.tscript", "*.tscript.yaml", "*.tscript.yml"],
"url": "https://www.schemastore.org/truescript.json",
"versions": {
Expand Down Expand Up @@ -6945,7 +6951,7 @@
},
{
"name": "huskyrc",
"description": "Husky can prevent bad `git commit`, `git push` and more \ud83d\udc36 woof!",
"description": "Husky can prevent bad `git commit`, `git push` and more 🐶 woof!",
"fileMatch": [".huskyrc", ".huskyrc.json"],
"url": "https://www.schemastore.org/huskyrc.json"
},
Expand Down Expand Up @@ -7165,8 +7171,8 @@
"url": "https://www.schemastore.org/container-structure-test.json"
},
{
"name": "\u017dinoma",
"description": "\u017dinoma incremental build configuration",
"name": "Žinoma",
"description": "Žinoma incremental build configuration",
"fileMatch": ["zinoma.yml"],
"url": "https://github.com/fbecart/zinoma/releases/latest/download/zinoma-schema.json"
},
Expand Down Expand Up @@ -7417,7 +7423,7 @@
},
{
"name": "Render Blueprints",
"description": "Blueprints are Render\u2019s infrastructure-as-code model for defining, deploying, and managing multiple resources with a single YAML file",
"description": "Blueprints are Render’s 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 @@ -9163,7 +9169,7 @@
},
{
"name": "Deployah Configuration",
"description": "CLI tool that makes Kubernetes deployments effortless\u2014no Helm or K8s expertise required",
"description": "CLI tool that makes Kubernetes deployments effortless—no Helm or K8s expertise required",
"fileMatch": [
"deployah.yaml",
"deployah.yml",
Expand Down
Loading