improve: promptinclude system prompt
linuztx committed
Mar 13, 2026 at 23:02 UTC
2c012780e72b467179de298af7650ed173a0a0f0
1 file changed
+8
-6
plugins/_promptinclude/prompts/agent.system.promptinclude.md
+8
-6
@@ -1,11 +1,13 @@
1
-## system prompt includes
2
-create files matching "{{name_pattern}}" pattern in workdir, always present in system prompt
3
-use for: persistent instructions, behaviour rules, project context, reminders, style guides
4
-files searched recursively in workdir, sorted alphabetically by full path
5
-create/update/delete these files when user wants to change agent behaviour, remember instructions, or set persistent rules
1
+# Behavioral prompt includes
2
+"{{name_pattern}}" files in workdir auto-injected into system prompt
3
+create/edit/delete persist across conversations
4
+preference change/remember/note > MUST persist via text_editor before responding
5
+never just acknowledge verbally always persist to file
6
+use for persistent notes knowledge project context
7
+recursive search alphabetical by full path
8
{{if includes}}
7
-
9
### includes
10
+!!! obey all rules preferences instructions below
11
12
{{includes}}
13
{{endif}}