Skip to content
reaatechREAATECH

reaatech/prompt-version-control

0Last commit: May 17, 2026GitHub →

These packages provide a centralized system for managing the lifecycle of AI prompts, including version tracking, A/B testing, and evaluation-gated promotions. You would adopt them to move prompt management out of application code and into a structured environment that supports staging, production tagging, and runtime retrieval. The system is designed as a unified ecosystem where a Hono-based API server acts as the source of truth, accessible via a TypeScript SDK, a CLI, and an MCP server for direct integration with AI agents.

Packages

5 packages

@reaatech/prompt-version-control

pending npm
Provides a typed client class for interacting with the Prompt Version Control API, featuring built-in exponential backoff retries, request timeouts, and optional in-memory response caching.
status
awaiting publish

@reaatech/prompt-version-control-cli

pending npm
Manages prompt templates, versioning, and lifecycle tagging via a CLI that interacts with a remote prompt-version-control API. It provides a suite of commands for CRUD operations on prompts and versions, storing authentication credentials in a local configuration file.
status
awaiting publish

@reaatech/prompt-version-control-mcp

pending npm
Exposes a Model Context Protocol server that provides a `prompt.get` tool for fetching and rendering version-controlled prompts via Handlebars. It requires a configured Prompt Version Control API server to retrieve templates and metadata at runtime.
status
awaiting publish

@reaatech/prompt-version-control-server

pending npm
A Hono app that exposes a REST API for Git-like version control of AI prompts, with eval-gated staging-to-production promotion, A/B traffic splitting, metrics ingestion, and webhook subscriptions, backed by Prisma and PostgreSQL.
status
awaiting publish

@reaatech/prompt-version-control-shared

pending npm
Provides shared TypeScript types, Zod schemas, and utility functions for validating, checksumming, and rendering prompt templates within the Prompt Version Control ecosystem. It exports a collection of Zod schemas for runtime validation and Handlebars-based helpers for prompt interpolation and variable analysis.
status
awaiting publish

Comments

Sign in with GitHub to comment and vote.

Loading comments…