From ae10e6a41a35352aed0237166e4f6338f53f901a Mon Sep 17 00:00:00 2001 From: Architect Prime Date: Sun, 3 May 2026 23:09:47 +0200 Subject: [PATCH 1/2] fix(citation): redact operator given-name; use org attribution --- CITATION.cff | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3920459..0c022fd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,7 @@ title: ZeroShip message: Please cite this public showcase surface using the metadata below. type: software authors: - - family-names: Pillay - given-names: Priniven + - name: "Zer0pa" repository-code: https://github.com/Zer0pa/ZeroShip license: LicenseRef-Zer0pa-SAL-6.2 abstract: Public architecture and evidence surface for the ZeroShip ship-design platform. From 49fbe7934408935a9011336203457fdbd195a9a4 Mon Sep 17 00:00:00 2001 From: Architect Prime Date: Sun, 3 May 2026 23:09:53 +0200 Subject: [PATCH 2/2] feat(zenodo): add .zenodo.json release metadata --- .zenodo.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..cdec36c --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,18 @@ +{ + "title": "ZeroShip", + "description": "Public architecture and evidence surface for the ZeroShip ship-design platform. Architecture, status, evidence, and boundaries; no private source code, CAD, CFD, or runtime access.", + "upload_type": "software", + "creators": [ + { + "name": "Zer0pa" + } + ], + "keywords": [ + "ship-design", + "zer0pa", + "ship-platform", + "authority-gated" + ], + "access_right": "open", + "notes": "License: LicenseRef-Zer0pa-SAL-6.2 (custom, rights-reserved). Public materials only; private implementation excluded." +}