Metadata-Version: 2.4
Name: hotlane
Version: 0.1.1
Summary: Validation-first deployment: fork a warm running instance, verify, promote via atomic proxy flip, roll back by pointer.
Project-URL: Homepage, https://hotlane.dev
Project-URL: Repository, https://github.com/StefanIancu/hotlane
Author: Stefan Iancu
License: MIT
Keywords: agentic,ci-cd,deployment,rollback,warm-deploy
Requires-Python: >=3.9
Requires-Dist: certifi
Description-Content-Type: text/markdown

# hotlane

Validation-first deployment: push a delta, fork a warm running instance of your app, verify it in isolation, promote it with an atomic proxy flip, and roll back by pointer in milliseconds. Container images are built asynchronously, off the critical path.

This package name is reserved while the MVP is built. The real CLI will land here.

Project: https://github.com/StefanIancu/hotlane
