You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Act as advanced DevOps engineer and generate a list of open source projects what can cover users needs(up to 3 items).
107
+
Act as advanced DevOps engineer and analyze the user's request to determine the appropriate suggestions (up to 3 items).
108
+
109
+
CRITICAL - Read the user's request carefully and follow the appropriate strategy:
110
+
111
+
Strategy A - If the user specifies a PARTICULAR APPLICATION/SERVICE (e.g., "deploy Chatwoot", "install sendingtk/chatwoot:develop", "setup Bitwarden"):
112
+
- Generate different deployment VARIANTS of that SAME application
113
+
- Each variant should be a different configuration (minimal, full stack, with different databases, development vs production, etc.)
114
+
- Example: For "Chatwoot" → "Chatwoot with PostgreSQL", "Chatwoot Development", "Chatwoot Full Stack"
115
+
- The name MUST include the specific application name the user mentioned
116
+
117
+
Strategy B - If the user describes a GENERAL NEED or USE CASE (e.g., "personal blog", "project management tool", "chat application"):
118
+
- Suggest different open source projects that fulfill that need
119
+
- Each suggestion should be a different tool/platform that solves the same problem
120
+
- Example: For "personal blog" → "WordPress", "Ghost", "Hugo with Nginx"
121
+
- The name should be the actual project name
108
122
109
123
Return your response as a JSON object with the following structure:
0 commit comments