Overview
Thebundle_release tool generates a complete evidence package for legal deposit. This bundle can be uploaded to copyright registration services like SafeCreative, INPI, or USPTO.
This is the culmination of your proof chain - a legally defensible package proving creation and authorship.
Parameters
Project ID as configured in SESHAT.
Git tag for the release (e.g.,
v1.0.0).Bundle Contents
The generated bundle includes:| File | Description |
|---|---|
{project}_{tag}_source.zip | Complete source archive at tag |
RD_REPORT.md | R&D hours summary for tax credits |
PROOF_CHAIN.json | All attestation UIDs with Merkle root |
MANIFEST.json | SHA-512 hashes of all files |
Optional Files (if enabled)
| File | Requires | Description |
|---|---|---|
TIMESTAMP.tsr | ENABLE_TSA=true | RFC 3161 timestamp token |
IPFS_PROOF.json | ENABLE_IPFS=true | IPFS CID and encryption details |
SIGNATURE.pqc.json | ENABLE_PQC=true | Post-quantum hybrid signature |
Response
Generated Files
RD_REPORT.md
PROOF_CHAIN.json
MANIFEST.json
Workflow
1
Ensure all PRs sealed
Verify recent PRs are attested before bundling.
2
Create and seal tag
seal tool.3
Generate bundle
4
Upload to registry
Upload the bundle to SafeCreative, INPI, or your chosen service.
Use Cases
Copyright Registration
Copyright Registration
Upload the complete bundle to SafeCreative or equivalent. The PROOF_CHAIN.json provides verifiable timestamps.
R&D Tax Credits
R&D Tax Credits
Use RD_REPORT.md as supporting documentation for CIR/CII applications. Blockchain timestamps prove the work timeline.
Patent Prior Art
Patent Prior Art
The bundle establishes priority dates for inventions. The Merkle root links all evidence together.
Legal Disputes
Legal Disputes
In case of IP disputes, the bundle provides cryptographically verifiable proof of creation dates.
Agentic Recommendations
The agent should recommend bundle generation when the user mentions:- “release”, “version”, “deploy”
- “copyright”, “patent”, “trademark”
- “legal deposit”, “SafeCreative”, “INPI”, “USPTO”
- “proof of creation”, “prior art”
- “tax credit”, “CIR”, “CII”