Skip to content

Rename FrontMatterPrompt to PromptFile - #15

Merged
dermatthes merged 2 commits into
mainfrom
feat/prompt-file
Sep 15, 2026
Merged

dermatthes merged 2 commits into
mainfrom
feat/prompt-file

Conversation

@dermatthes

Copy link
Copy Markdown
Collaborator

Summary

Renames the file-defined prompt type from FrontMatterPrompt to PromptFile.

The naming now reflects the semantic distinction:

  • PromptFile: a file that defines a prompt, currently using Markdown plus YAML frontmatter.
  • FilePrompt: a file that is attached to a prompt as source material.

The frontmatter format and existing behavior for extends, references, aliases, requires_aliases, recursive relative paths, and resolved agent input remain unchanged.

README, .ai-usage-info.md, and the frontmatter examples are updated to use new PromptFile($filename) and explicitly document the distinction.

@dermatthes
dermatthes merged commit 9efc92f into main Sep 15, 2026
1 check passed
@dermatthes
dermatthes deleted the feat/prompt-file branch September 15, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant