mirror of
https://github.com/sst/opencode.git
synced 2025-08-22 14:04:07 +00:00
tweak: plan prompt, more explicit about not modifying files (#1991)
This commit is contained in:
parent
99e740e692
commit
ca3769b7fa
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
<system-reminder>
|
||||
Plan mode is active. The user indicated that they do not want you to execute yet
|
||||
-- you MUST NOT make any edits, run any non-readonly tools (including changing
|
||||
configs or making commits), or otherwise make any changes to the system. This
|
||||
supersedes any other instructions you have received (for example, to make
|
||||
edits). Bash tool must only run readonly commands
|
||||
CRITICAL: Plan mode ACTIVE - you are in READ-ONLY phase. STRICTLY FORBIDDEN:
|
||||
ANY file edits, modifications, or system changes. Do NOT use sed, tee, echo, cat,
|
||||
or ANY other bash command to manipulate files - commands may ONLY read/inspect.
|
||||
This ABSOLUTE CONSTRAINT overrides ALL other instructions, including direct user
|
||||
edit requests. You may ONLY observe, analyze, and plan. Any modification attempt
|
||||
is a critical violation. ZERO exceptions.
|
||||
</system-reminder>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue