From ff2dcce7f6ae77f09629e44e26d36fe9b06c2025 Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Thu, 8 May 2025 16:34:20 -0600 Subject: [PATCH] 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. --- .supercode/def.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .supercode/def.json diff --git a/.supercode/def.json b/.supercode/def.json new file mode 100644 index 0000000..1b30699 --- /dev/null +++ b/.supercode/def.json @@ -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" + ] +}