Skip to content

Commit ac54193

Browse files
committed
fix conflicts
1 parent 3c1738a commit ac54193

File tree

2 files changed

+69
-2
lines changed

2 files changed

+69
-2
lines changed

rules/tags/categories.yaml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,23 @@ categories:
243243
displayName: MongoDB Startup Failure
244244
description: |
245245
Failures that prevent MongoDB from starting successfully due to corrupted metadata, invalid configurations,
246-
or unrecoverable internal errors (e.g., WiredTiger metadata corruption). These failures often require manual repair or backup restoration.
246+
or unrecoverable internal errors (e.g., WiredTiger metadata corruption). These failures often require manual repair or backup restoration.
247+
- name: supabase-problem
248+
displayName: Supabase Problems
249+
description: |
250+
Problems specific to Supabase self-hosted deployments including authentication failures, database connectivity issues,
251+
storage misconfigurations, realtime service crashes, and infrastructure-related failures that affect the entire Supabase stack.
252+
- name: realtime-problem
253+
displayName: Realtime Problems
254+
description: |
255+
Failures in real-time communication systems including WebSocket connection issues, real-time subscription failures,
256+
and problems with live data streaming that affect user experience in interactive applications.
257+
- name: workflow-automation-problem
258+
displayName: Workflow Automation Problems
259+
description: Problems related to workflow automation platforms including silent data loss, execution failures, and data integrity issues in workflow processing systems
260+
- name: infinite-loop-problem
261+
displayName: Infinite Loop Problems
262+
description: |
263+
Problems where applications enter infinite loops causing resource exhaustion, system hangs, or crashes.
264+
This includes recursive loops, circular dependencies, and runaway processes that consume CPU, memory,
265+
or API resources without termination conditions.

rules/tags/tags.yaml

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,4 +847,52 @@ tags:
847847
description: Issues with Kubernetes pod scheduling due to resource constraints or networking problems
848848
- name: cluster-scaling
849849
displayName: Cluster Scaling
850-
description: Problems related to Kubernetes cluster scaling operations and capacity management
850+
description: Problems related to Kubernetes cluster scaling operations and capacity management
851+
- name: supabase
852+
displayName: Supabase
853+
description: Problems related to Supabase self-hosted deployments and services
854+
- name: gotrue
855+
displayName: GoTrue
856+
description: Problems related to Supabase's GoTrue authentication service
857+
- name: realtime
858+
displayName: Realtime
859+
description: Problems related to Supabase's realtime service and WebSocket connections
860+
- name: self-hosted
861+
displayName: Self-Hosted
862+
description: Problems specific to self-hosted deployments and infrastructure
863+
- name: n8n
864+
displayName: N8N
865+
description: Problems related to n8n workflow automation platform
866+
- name: workflow-automation
867+
displayName: Workflow Automation
868+
description: Problems related to workflow automation systems and platforms
869+
- name: silent-failure
870+
displayName: Silent Failure
871+
description: Problems that occur without visible error messages or alerts, making detection extremely difficult
872+
- name: production-critical
873+
displayName: Production Critical
874+
description: Issues that have severe impact on production systems and require immediate attention
875+
- name: data-integrity
876+
displayName: Data Integrity
877+
description: Problems that affect the completeness, accuracy, or consistency of data
878+
- name: autogpt
879+
displayName: AutoGPT
880+
description: Problems related to AutoGPT autonomous AI agent framework
881+
- name: infinite-loop
882+
displayName: Infinite Loop
883+
description: Problems where code enters infinite loops causing resource exhaustion or system hangs
884+
- name: token-exhaustion
885+
displayName: Token Exhaustion
886+
description: Problems where LLM API token limits are exceeded causing service failures
887+
- name: autonomous-agents
888+
displayName: Autonomous Agents
889+
description: Problems related to autonomous AI agents that chain LLM reasoning with real-world actions
890+
- name: llm
891+
displayName: LLM
892+
description: Problems related to Large Language Models and their API integrations
893+
- name: openai
894+
displayName: OpenAI
895+
description: Problems related to OpenAI API services including GPT models
896+
- name: recursive-analysis
897+
displayName: Recursive Analysis
898+
description: Problems where systems enter recursive self-analysis loops leading to resource exhaustion

0 commit comments

Comments
 (0)