feat(promptly): add lsp, fmt, and check implementations - #438
Merged
Conversation
MengqinShen
approved these changes
Jan 24, 2026
yesudeep
force-pushed
the
yesudeep/feat/promptly
branch
2 times, most recently
from
January 24, 2026 22:40
18e15d4 to
855614d
Compare
yesudeep
force-pushed
the
yesudeep/feat/promptly
branch
5 times, most recently
from
January 24, 2026 23:02
dc16fc2 to
ef43779
Compare
Add the promptly CLI tool with LSP server, formatter, and linter capabilities for .prompt files. Core features: - LSP server with diagnostics, hover, and completion support - Formatter for consistent .prompt file formatting - Linter with YAML validation and Handlebars syntax checking - Shell completions generation (bash, zsh, fish, powershell) Parser improvements: - Support license headers and shebangs before frontmatter - Allow blank lines mixed with comments before --- - Updated regex in all 5 runtimes (Rust, Python, Java, JS, Go) - Added tests for new frontmatter parsing behavior CI/CD improvements: - Add format checks to Java, Go, and JS workflows - Rename test.yml to js.yml for consistency - Tests now depend on format checks passing Editor support: - JetBrains plugin with syntax highlighting and LSP integration - Enhanced VS Code extension with LSP client and snippets - Updated Emacs and Vim plugins - Tree-sitter grammar for .prompt files New packages: - rs/promptly - Rust CLI implementation - packages/promptly - npm wrapper for cross-platform distribution - packages/jetbrains - IntelliJ/WebStorm plugin - packages/treesitter - Tree-sitter grammar
yesudeep
force-pushed
the
yesudeep/feat/promptly
branch
from
January 24, 2026 23:05
ef43779 to
0d07d0b
Compare
This was referenced Jan 24, 2026
This was referenced Jan 24, 2026
This was referenced Jul 8, 2026
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.
feat(promptly): add lsp, fmt, and check implementations
Add the promptly CLI tool with LSP server, formatter, and linter
capabilities for .prompt files.
Core features:
Parser improvements:
CI/CD improvements:
Editor support:
New packages: