Standardize D&D prompt asset filenames
This commit is contained in:
@@ -16,8 +16,8 @@ const promptAssetRoot = "assets/prompts"
|
||||
var promptAssetManifest = shared.PromptAssetManifest{
|
||||
ModuleDir: "dnd.spells",
|
||||
ModuleFiles: []promptfs.ModulePromptFile{
|
||||
{Name: "dnd.spells.yaml", Path: "prompts/dnd.spells.yaml"},
|
||||
{Name: "catalog.md", Path: "prompts/catalog.md"},
|
||||
{Name: "prompt.yaml", Path: "prompts/prompt.yaml"},
|
||||
{Name: "spell-catalog.md", Path: "prompts/spell-catalog.md"},
|
||||
{Name: "task.md", Path: "prompts/task.md"},
|
||||
{Name: "instructions.md", Path: "prompts/instructions.md"},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user