From 886215d2bece36df3333f33be10f580b8c4c343c Mon Sep 17 00:00:00 2001 From: Nathan Gillett Date: Thu, 14 May 2026 08:15:59 -0500 Subject: [PATCH] docs: describe Python SDK scaffolding in product terms Replace the README placeholder line with a product-term description of what this repository is intended to provide: the Python sibling of the existing Node SDK, tracking the same wrap()/exporter/outbox contract. Signed-off-by: Nathan Gillett --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f8969d..7ef42ee 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ Python SDK for emitting signed IntentProof execution events. ## Status -Early scaffolding repo for Stage 2 language expansion. +Early scaffolding repo for IntentProof's Python SDK. Tracks the +Node SDK's wrap()/exporter/outbox contract so a Python application +can emit and verify the same signed execution events. ## Planned scope