From 12b7cebebe7f980498c6e8725f370bdf1fdb5396 Mon Sep 17 00:00:00 2001 From: Vasilev Dmitrii Date: Mon, 8 Jun 2026 15:08:06 +0000 Subject: [PATCH 1/3] chore: add maintainer block (Trinity S^3 AI, ORCID 0009-0008-4294-6159) to FUNDING.json Closes #1062 Replaces the drips-only FUNDING.json with a fuller block that adds the Trinity S^3 AI maintainer attribution, ORCID 0009-0008-4294-6159, and a small project_info anchor section. Drips Ethereum address preserved unchanged at 0x0A91540efd651E8fbeb91FA5c6c31D7c20897C18. ASCII-only (Trinity S^3 AI); SHA-256 of payload: 55cfb9216592cab591c979ee09f85aeb41281b2ff7d3bd59ea7e251f6756d251. Companion repos: claim-audit-lab#6, trios-mcp-rag#9. docs/NOW.md updated per NOW Sync Gate requirement. L6 untouched (gf16 SSOT and conformance JSON unchanged). --- FUNDING.json | 11 +++++++++++ docs/NOW.md | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/FUNDING.json b/FUNDING.json index 203d0bd06..5ce9acb3c 100644 --- a/FUNDING.json +++ b/FUNDING.json @@ -3,5 +3,16 @@ "ethereum": { "ownedBy": "0x0A91540efd651E8fbeb91FA5c6c31D7c20897C18" } + }, + "maintainer": { + "name": "Dmitrii Vasilev", + "affiliation": "Trinity S^3 AI", + "email": "admin@t27.ai", + "github": "gHashTag", + "orcid": "0009-0008-4294-6159" + }, + "project_info": { + "anchor_identity": "phi^2 + 1/phi^2 = 3", + "anchor_paper_arxiv": "2606.05017" } } diff --git a/docs/NOW.md b/docs/NOW.md index fcf62990d..6a311e54f 100644 --- a/docs/NOW.md +++ b/docs/NOW.md @@ -2,6 +2,12 @@ Last updated: 2026-06-08 +## funding-json-trinity-s3ai -- maintainer block + ORCID + project_info anchor (Closes #1062) + +- **WHERE** (repository root metadata): `FUNDING.json` at the top of the tree is replaced with a fuller block. Existing `drips.ethereum.ownedBy = 0x0A91540efd651E8fbeb91FA5c6c31D7c20897C18` is preserved unchanged. New `maintainer` block adds `name = Vasilev Daniel`, `affiliation = Trinity S^3 AI`, `email = admin@t27.ai`, `github = gHashTag`, `orcid = 0009-0008-4294-6159`. New `project_info` block adds `anchor_identity = phi^2 + 1/phi^2 = 3` and `anchor_paper_arxiv = 2606.05017`. No code paths, no specs, no `gen/` artefacts, no conformance JSON touched. SHA-256 of payload: `55cfb9216592cab591c979ee09f85aeb41281b2ff7d3bd59ea7e251f6756d251`. +- **Why**: aligns this repo with companion OSS repos `gHashTag/claim-audit-lab` (PR #6) and `gHashTag/trios-mcp-rag` (PR #9), which carry the identical maintainer + anchor + arXiv id block. Makes ORCID and Trinity S^3 AI affiliation discoverable from a single canonical metadata file across the three repos. ASCII-only (`Trinity S^3 AI`). L6 untouched (gf16 SSOT and conformance JSON unchanged); L2 untouched (no `gen/` edits); L4 not applicable (metadata file, not a `.t27` spec). Closes #1062. +- **Anchor**: phi^2 + phi^-2 = 3 + ## ci-bot-bypass -- bypass L1/Issue/NOW gates for trusted bots (Closes #1059) - **WHERE** (CI only): three workflow files gain a job-level guard `if: github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]'` -- `.github/workflows/l1-traceability.yml`, `.github/workflows/issue-gate.yml`, `.github/workflows/now-sync-gate.yml`. The L1 summary job gains an explicit `skipped` branch that prints `Skipped (trusted bot actor)` so the run page reads cleanly. No source, no specs, no codegen, no conformance JSON, no `gen/` artefacts touched. From afea2152a8b75de66f1fa769072a3ff585b98958 Mon Sep 17 00:00:00 2001 From: gHashTag Date: Mon, 8 Jun 2026 15:13:55 +0000 Subject: [PATCH 2/3] chore: retrigger CI after PR body update with Closes #1062 Closes #1062 No code or content change -- empty commit to force pull_request_target re-evaluation of PR_BODY with the now-present Closes #1062 reference. From b4a0516281f4058373b0d2bd5c66d3803c5a97cd Mon Sep 17 00:00:00 2001 From: gHashTag Date: Mon, 8 Jun 2026 15:15:09 +0000 Subject: [PATCH 3/3] chore: retrigger CI gate after PR body refresh Closes #1062