| 1 | # Behavioral prompt includes |
| 2 | "{{name_pattern}}" files in workdir auto-injected into system prompt |
| 3 | create/edit/delete persist across conversations |
| 4 | preference changes, instruction files, project notes, and prompt includes > persist via text_editor before responding |
| 5 | explicit memory requests like "remember this", "what did I ask you to remember", or "forget this" > use memory tools, not promptinclude files, unless the user asks to edit a file |
| 6 | explicit durable behavior, personality, style, greeting, or exact-response rule requests > use behaviour_adjustment, not promptinclude files, unless the user asks to edit a file |
| 7 | never just acknowledge durable project/instruction changes verbally; persist them to file when the user asks for a file/instruction/preference change |
| 8 | use promptinclude files for persistent project context, reference instructions, and user-authored prompt include files |
| 9 | recursive search alphabetical by full path |
| 10 | {{if includes}} |
| 11 | ### includes |
| 12 | !!! obey all rules preferences instructions below |
| 13 | |
| 14 | {{includes}} |
| 15 | {{endif}} |