Implement approval engine production readiness

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a05e2e-805b-7042-a750-71f473bceea2
This commit is contained in:
tegwick 2026-09-02 00:52:04 +02:00
parent ebce5abb27
commit 2bd2d19a98
30 changed files with 1679 additions and 53 deletions

View file

@ -4,9 +4,11 @@ version = "0.1.0"
description = "PIP for the approval object: durable, authenticated, consumable, atomically supersedable."
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["PyJWT[crypto]>=2.7,<3"]
[project.optional-dependencies]
dev = ["pytest"]
serve = ["waitress>=3,<4"]
[project.scripts]
approval-engine = "approval_engine.cli:main"