Metadata-Version: 2.4
Name: actproof-events
Version: 1.4.0rc1
Summary: Federated cryptographic substrate for verifiable regulatory acts: specification, profile catalogue, and CC0 conformance test vectors.
Project-URL: Homepage, https://github.com/deyan-paroushev/actproof-events
Project-URL: Repository, https://github.com/deyan-paroushev/actproof-events
Project-URL: Issues, https://github.com/deyan-paroushev/actproof-events/issues
Project-URL: Specification, https://github.com/deyan-paroushev/actproof-events/blob/main/spec/actproof-events.spec.md
Author-email: Deyan Paroushev <deyan@advisa.tech>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: algorand,audit-trail,canonicalization,compliance,cose-receipts,csrd,dora,eudr,evidence,ietf-scitt,nis2,rfc-3161,rfc-8785,scitt,timestamping,transparency,verifiable-credentials
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Provides-Extra: schema-validation
Requires-Dist: jsonschema>=4.21; extra == 'schema-validation'
Description-Content-Type: text/markdown

# Bugfix bundle (May 19 sprint, after ChatGPT review)

Two related deliveries, packaged together because they fix the same set of bugs across two repositories.

## Apply order

1. Extract the four step bugfix zips into your respective working trees (actproof-events for the first three, quoruna for the fourth).
2. Rebuild the actproof-events wheel: `cd actproof-events && python -m build --wheel`.
3. Reinstall in the Quoruna venv: `pip install --force-reinstall --no-deps actproof-events/dist/actproof_events-1.4.0rc1-py3-none-any.whl`.
4. Run the mint script in draft mode to confirm: `python scripts/mint_standards_engagement_record.py --mode draft`. The summary should show maintainer = "Deyan Paroushev".

## What is fixed

See `EVENTS-BUGFIX-NOTES.md` and `STEP6_2-BUGFIX-NOTES.md` in this bundle for the per-zip detail. The headline is: ChatGPT's "minimal patch" 8-item list, applied surgically across both repos, with every dependent hash recomputed and the full mint pipeline re-verified end to end.

## What was deliberately not changed

The `op:` namespace prefix (ChatGPT explicitly said do not churn this tonight). The pre-existing test-vector schema-mismatch bug (non-blocking, scheduled for post-STS hygiene). The roadmap framing of "next regulatory profiles" (an application-document item, not a code item).
