fix: better n8n workflow, refs NOISSUE

This commit is contained in:
2026-04-10 22:13:33 +02:00
parent b9faac8d16
commit 194d5658a6
6 changed files with 229 additions and 60 deletions

View File

@@ -16,17 +16,14 @@ class TelegramHandler:
lines = [
"AI Software Factory is listening in this chat.",
"",
"Send prompts in this format:",
"Name: Inventory Portal",
"Description: Internal tool for stock management and purchase tracking",
"Features:",
"- role-based login",
"- inventory dashboard",
"- purchase order workflow",
"Tech Stack:",
"- fastapi",
"- postgresql",
"- nicegui",
"You can send free-form software requests in normal language.",
"",
"Example:",
"Build an internal inventory portal for our warehouse team.",
"It should support role-based login, stock dashboards, and purchase orders.",
"Prefer FastAPI, PostgreSQL, and a simple web UI.",
"",
"The backend will interpret the request and turn it into a structured project plan.",
]
if backend_url:
lines.extend(["", f"Backend target: {backend_url}"])