feat: Initial PrmptMD library and VS Code extension#1
Merged
Conversation
- Zionet.Shared.Prompting NuGet package (prompt parsing, validation, file loading) - promptx-vscode VS Code extension (syntax highlighting, diagnostics) - Shared JSON schema for .promptx file format
- Introduced a JSON schema for .promptx frontmatter. - Implemented ChatPromptResponse and TextPromptResponse models for chat and text prompts. - Created a FilePromptService to load and return prompts based on keys. - Developed a PromptFileLoader to handle loading, parsing, and validating .promptx files. - Added exception handling for various prompt-related errors. - Implemented frontmatter parsing and validation logic. - Created a VariableExtractor to identify variables in prompt content. - Added support for semantic validation of prompt definitions. - Included necessary models for prompt definitions and folder configurations. - Established a project file with dependencies for prompt parsing and validation.
…o expected output location
…highlighting and validation for structured prompt files - Added package.json for the new PrmptMD extension. - Implemented syntax highlighting rules in prmptmd.tmLanguage.json. - Removed old PromptX extension files including LICENSE and README. - Updated README to reflect new features and usage for .prmpt.md files. - Renamed extension from promptx-vscode to prmptmd-vscode and updated related configurations. Co-authored-by: Copilot <copilot@github.com>
otapiero
previously approved these changes
May 7, 2026
otapiero
left a comment
Collaborator
There was a problem hiding this comment.
Approved
Please change the license
…code Co-authored-by: Copilot <copilot@github.com>
…ce, and PromptKeyResolver tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the PromptX .NET parsing library and VS Code extension. Migrated from iTeach-Avatar repo.