From d825221c55a23b3d254a8da603709cdab2906a1c Mon Sep 17 00:00:00 2001 From: CorruptFrame Date: Sat, 30 May 2026 14:58:41 -0700 Subject: [PATCH] Rename 0010_instructions.prompt to 0015_instructions.prompt Could we finally fix this problem with 0010_setting? Either move this to 0015_instructions.prompt or 0021_instructions.prompt (Not sure which one is better, after or before format rules (Probably 0015_instructions.prompt) Currently, the context renders as: ## Task blah blah blah # Setting Blah blah blah ## Roleplay Blah blah blah ## Length Blah blah blah --- .../{0010_instructions.prompt => 0015_instructions.prompt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename SKSE/Plugins/SkyrimNet/prompts/submodules/system_head/{0010_instructions.prompt => 0015_instructions.prompt} (100%) diff --git a/SKSE/Plugins/SkyrimNet/prompts/submodules/system_head/0010_instructions.prompt b/SKSE/Plugins/SkyrimNet/prompts/submodules/system_head/0015_instructions.prompt similarity index 100% rename from SKSE/Plugins/SkyrimNet/prompts/submodules/system_head/0010_instructions.prompt rename to SKSE/Plugins/SkyrimNet/prompts/submodules/system_head/0015_instructions.prompt