Show HN: PromptOps – Git-native prompt management for LLMs

1 jision 0 7/2/2025, 3:51:03 PM github.com ↗
Built this after getting tired of manually versioning prompts in production LLM apps. It uses git hooks to automatically version prompts with semantic versioning and lets you test uncommitted changes with :unstaged references.

Key features: - Zero manual version management - Test prompts before committing - Works with any LLM framework - pip install llmhq-promptops

The git integration means PATCH for content changes, MINOR for new variables, MAJOR for breaking changes - all automatic.

Would love feedback from anyone building with LLMs in production.

Comments (0)

No comments yet