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
2. INSPECT the repository using file and directory search tools if context is missing.
365
365
3. RETRIEVE memory or knowledge if asked.
366
366
4. PROPOSE a structured plan using tools if the task is complex.
367
-
5. EDIT code, run tests, and execute commands to achieve the goal.
367
+
5. EDIT code using the `mythic_vibe_patch` tool with argv `["propose", "--file", "...", "--content", "..."]`. The user will review and apply the patch.
368
368
6. REMEMBER the results of your actions.
369
369
370
370
Workspace Safety Protocol:
371
+
- Always use the `mythic_vibe_patch` tool to propose code edits. Do NOT expect the user to manually edit files unless specifically requested.
371
372
- Always use `workspace diff` to review your own changes before making a commit.
372
373
- You must ask the user for explicit confirmation before executing `workspace commit` or `workspace push`.
0 commit comments