From a322241e0c2bcfc38a54f86de8711465fb863537 Mon Sep 17 00:00:00 2001 From: Trinity Queen Hive Date: Tue, 12 May 2026 18:37:09 +0000 Subject: [PATCH] chore(zenodo): PASS-7 fix invalid ORCID + wrong community slug in .zenodo.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PASS-7 R5-honest deep-sweep across the 5-repo Trinity hive surfaced a release-time deposit hazard in t27/.zenodo.json: - "orcid": "0000-0002-5135-5363" attached to creator 'Vasilev, Dmitrii'. Public ORCID API returns no person record for this ID. The canonical Vasilev ORCID (confirmed in all 5 Trinity CITATION.cff files) is 0009-0008-4294-6159. - "communities": [{"identifier": "trinity"}]. This community does not exist on Zenodo. Canonical SOT per PASS-6 operator directive is community trinity-s3ai (id 668f1264-2341-488a-bb14-351fa908ac64, 12 records: B001-B008 + D004-D007). If .zenodo.json were ever fed to Zenodo's GitHub-release auto-deposit hook the deposit would land on a non-existent ORCID and route to a non-existent community — failing both attribution and discovery. This PR replaces both fields with the canonical values verified during PASS-6, and updates docs/NOW.md with the PASS-7 audit narrative. Anchor: phi^2 + phi^-2 = 3 (algebraic identity, Coq witness in coq/). Closes #598. Refs: trios#264 (Trinity Hive Throne), #596 (PASS-6). --- .zenodo.json | 4 ++-- docs/NOW.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 97484b84..d037d250 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -6,7 +6,7 @@ { "name": "Vasilev, Dmitrii", "affiliation": "Trinity Computing", - "orcid": "0000-0002-5135-5363" + "orcid": "0009-0008-4294-6159" } ], "keywords": [ @@ -16,7 +16,7 @@ "spec-first development", "Theorem 3", "generative mechanism" ], "license": "MIT", - "communities": [{"identifier": "trinity"}], + "communities": [{"identifier": "trinity-s3ai"}], "access_right": "open", "embargo_date": null, "publication_date": "2026-04-07", diff --git a/docs/NOW.md b/docs/NOW.md index 0a7fddfb..c392015a 100644 --- a/docs/NOW.md +++ b/docs/NOW.md @@ -5,6 +5,14 @@ --- +## R5-PASS-7 Honest Audit (Issue #598 — invalid ORCID + wrong community slug in `.zenodo.json`) + +- Discovered during the 10-dimension PASS-7 deep-sweep across the 5-repo Trinity hive. +- `.zenodo.json` carried `"orcid": "0000-0002-5135-5363"` for Dmitrii Vasilev — the ORCID API returns no person record for that ID; the canonical (and CITATION.cff-confirmed) ORCID is `0009-0008-4294-6159`. +- `.zenodo.json` also pointed at `"communities": [{"identifier": "trinity"}]` — that community does not exist on Zenodo; canonical SOT per PASS-6 operator directive is `trinity-s3ai` (id `668f1264-2341-488a-bb14-351fa908ac64`, 12 records). +- Both deposit-hazards corrected in this PR. Anchor `φ²+φ⁻²=3` algebraic identity unchanged. +- Throne: [trios#264](https://github.com/gHashTag/trios/issues/264). Closes #598. + ## R5-PASS-6 Honest Audit (Issue #596 — community trinity-s3ai SOT alignment) - Operator directive: `«один источник правды и все мои zenodo здесь https://zenodo.org/communities/trinity-s3ai/»`.