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
Copy file name to clipboardExpand all lines: AGENTS.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,7 @@ Agents must NOT:
292
292
293
293
**Agent Priority: Use templates first when creating workflows**
294
294
295
-
flowsh includes a comprehensive template system with 14 production-ready workflows. Agents should **always start with templates** rather than creating workflows from scratch.
295
+
flowsh includes a comprehensive template system with 8 production-ready workflows. Agents should **always start with templates** rather than creating workflows from scratch.
296
296
297
297
**Template Discovery:**
298
298
@@ -305,12 +305,10 @@ flowsh init --help # Same as above
**Root Cause**: Templates use extensive `environment_variables` sections that declare variables for template processing, but the actual shell script generation doesn't properly initialize these as global shell variables before they're used in code node bash blocks.
@@ -171,22 +169,6 @@ IMPORTANT: Execute every task in order, top to bottom. Each task is atomic and i
171
169
-**GOTCHA**: Keep template functionality but reduce variable complexity
0 commit comments