Skip to content

Commit b327d2d

Browse files
committed
docs: add guideline to avoid committing or pushing to git in runtime instructions
1 parent 0840da0 commit b327d2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/core/runtime/runtime.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ If order is required, use the "waitingForID" field to create dependencies betwee
218218
Use the "requireHumanInput" field to pause execution and request additional input from the user when necessary.
219219
Be concise and clear in your reasoning and plan steps.
220220
221+
## git usage
222+
Do not commit or push to git. leave this to the user.
223+
221224
## diagrams
222225
Diagrams are drawn using Mermaid.js in Markdown code blocks. Always fence them.
223226
Always make sure to quote mermaid syntax correctly. eg.:

0 commit comments

Comments
 (0)