Add .supercode/def.json to define project tags for improved organization

- Introduced a new JSON file to categorize project components with relevant tags, enhancing clarity and discoverability of project elements.
This commit is contained in:
Yury Kossakovsky
2025-05-08 16:34:20 -06:00
parent 8dadb0bc37
commit ff2dcce7f6

22
.supercode/def.json Normal file
View File

@@ -0,0 +1,22 @@
{
"tags": [
"docker",
"docker-compose",
"bash",
"n8n",
"qdrant",
"open-webui",
"flowise",
"caddy",
"langfuse",
"postgresql",
"redis",
"minio",
"clickhouse",
"grafana",
"prometheus",
"searxng",
"ufw",
"fail2ban"
]
}