@stream44.studio/dco 0.3.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dco-signatures +9 -0
- package/.github/workflows/dco.yml +12 -0
- package/.o/GordianOpenIntegrity-CurrentLifehash.svg +1026 -0
- package/.o/GordianOpenIntegrity-InceptionLifehash.svg +1026 -0
- package/.o/GordianOpenIntegrity.yaml +25 -0
- package/DCO.md +34 -0
- package/README.md +122 -0
- package/action.yml +32 -0
- package/caps/Dco.test.ts +288 -0
- package/caps/Dco.ts +269 -0
- package/commit.sh +468 -0
- package/dco.sh +49 -0
- package/examples/01-Lifecycle/main.test.ts +223 -0
- package/package.json +39 -0
- package/test.sh +422 -0
- package/tsconfig.json +28 -0
- package/validate.sh +353 -0
package/.dco-signatures
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# DCO Signatures
|
|
2
|
+
|
|
3
|
+
This file contains a permanent record of all Developer Certificate of Origin (DCO) agreements.
|
|
4
|
+
Each contributor who has agreed to the DCO.md is listed below with their signing date.
|
|
5
|
+
Format: name <email> | signed: <date> | agreement: <commit> (<agreement_change_date>) [| signature: <key_fingerprint>]
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
Christoph <christoph@christoph.diy> | signed: 2026-02-14 02:02:43 UTC | agreement: e2eb8833ae9636482075d814dcb67a8e6d269f5d (2026-02-13 21:02:43 -0500) | signature: SHA256:PJKqkaWh/+N7Zkmr59Zvgi92ByLmULIUMbubiUiY8X4
|