From 4e0eed4e5aff65c0765b6e1b02785a9334c2b04b Mon Sep 17 00:00:00 2001 From: gHashTag Date: Sat, 13 Jun 2026 14:31:27 +0000 Subject: [PATCH] chore: unify contact email to admin@t27.ai across corpus (closes #1067) Pure metadata cleanup: 10 files, 10 lines. - 7 ring-NN-rust Cargo.toml authors fields - bindings/python/pyproject.toml authors - .github/workflows/brain-seal-refresh.yml user.email/user.name All legacy emails (t27@trinity.ai, t27-bot@trinity.ai, dev@trinity-s3ai.local) replaced with the single canonical admin@t27.ai per ops directive 2026-06-10. Plus docs/NOW.md ops-unify-email entry per NOW Sync Gate. No code, no specs, no gen/, no conformance JSON. L6 untouched. Closes #1067. --- .github/workflows/brain-seal-refresh.yml | 2 +- bindings/python/pyproject.toml | 2 +- docs/NOW.md | 6 ++++++ rings/ring-088-rust/Cargo.toml | 2 +- rings/ring-089-rust/Cargo.toml | 2 +- rings/ring-100-rust/Cargo.toml | 2 +- rings/ring-101-rust/Cargo.toml | 2 +- rings/ring-102-rust/Cargo.toml | 2 +- rings/ring-103-rust/Cargo.toml | 2 +- rings/ring-104-rust/Cargo.toml | 2 +- 10 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/workflows/brain-seal-refresh.yml b/.github/workflows/brain-seal-refresh.yml index e871cf06a..799977569 100644 --- a/.github/workflows/brain-seal-refresh.yml +++ b/.github/workflows/brain-seal-refresh.yml @@ -44,7 +44,7 @@ jobs: - name: Commit brain seals run: | - git config --local user.email "t27-bot@trinity.ai" + git config --local user.email "admin@t27.ai" git config --local user.name "T27 Autonomous Agent" git add .trinity/seals/brain_*.json git diff --staged --quiet || echo "No changes to commit" diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 0eb1686e1..e4ee9df16 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.8" license = { text = "MIT" } authors = [ - { name = "Trinity S3AI", email = "t27@trinity.ai" } + { name = "Trinity S3AI", email = "admin@t27.ai" } ] keywords = ["golden-float", "phi", "floating-point", "ml", "numpy"] classifiers = [ diff --git a/docs/NOW.md b/docs/NOW.md index 2d30ffb52..f64955307 100644 --- a/docs/NOW.md +++ b/docs/NOW.md @@ -2,6 +2,12 @@ Last updated: 2026-06-13 +## ops-unify-email -- consolidate contact emails to admin@t27.ai (Closes #1067) + +- **WHERE** (metadata only): consolidates 7 ring-NN-rust Cargo.toml `authors` fields (rings 088, 089, 100..104), `bindings/python/pyproject.toml` `authors`, and `.github/workflows/brain-seal-refresh.yml` `user.email`/`user.name` from legacy addresses (`t27@trinity.ai`, `t27-bot@trinity.ai`, `dev@trinity-s3ai.local`) to the single canonical `admin@t27.ai`. No code changes, no spec edits, no `gen/` edits, no conformance JSON touched. +- **Why**: per ops directive 2026-06-10, `admin@t27.ai` is the only allowed contact surface for this corpus. Other addresses (gmail, trinity.ai placeholders, .local) are deprecated and were either inactive or were placeholders that never resolved. Pure metadata cleanup. L6 untouched. L2 untouched. Closes #1067. +- **Anchor**: phi^2 + phi^-2 = 3 + ## docs-hf-cross-links -- add HuggingFace datasets section to README (Closes #1068) - **WHERE** (docs only): adds an "HuggingFace mirror" section to `README.md`. Lists the two HF datasets (`playra/numeric-format-catalog`, `playra/numeric-conformance-packs`) and the HF paper page (arXiv:2606.09686). Stresses GitHub remains primary source of truth. No code, no specs, no `gen/` edits, no conformance JSON touched. diff --git a/rings/ring-088-rust/Cargo.toml b/rings/ring-088-rust/Cargo.toml index 736453492..36aaa40e3 100644 --- a/rings/ring-088-rust/Cargo.toml +++ b/rings/ring-088-rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" license = "MIT" description = "Trinity ring-088 -- GF16 numeric codec + multiply-accumulate kernel. First honestly-imported Wave-11 crate (Wave 15)." -authors = ["Trinity Project "] +authors = ["Trinity Project "] repository = "https://github.com/gHashTag/t27" readme = "README.md" diff --git a/rings/ring-089-rust/Cargo.toml b/rings/ring-089-rust/Cargo.toml index 13e3d3049..4c13dd512 100644 --- a/rings/ring-089-rust/Cargo.toml +++ b/rings/ring-089-rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" license = "MIT" description = "Trinity ring-089 -- balanced-ternary core ISA: 27 registers x 27 trits, full trit-level add/sub, 9-opcode minimum instruction set, deterministic single-step CPU model. Second honestly-imported Wave-11 crate (Wave 16)." -authors = ["Trinity Project "] +authors = ["Trinity Project "] repository = "https://github.com/gHashTag/t27" readme = "README.md" diff --git a/rings/ring-100-rust/Cargo.toml b/rings/ring-100-rust/Cargo.toml index 88173b47c..375f4b574 100644 --- a/rings/ring-100-rust/Cargo.toml +++ b/rings/ring-100-rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" license = "MIT" description = "Trinity ring-100 — Multi-Chip Mesh routing (Phi + Euler + Gamma triad fabric). Wave 12 / Track C / spec-first scaffolding." -authors = ["Trinity Project "] +authors = ["Trinity Project "] repository = "https://github.com/gHashTag/t27" readme = "README.md" diff --git a/rings/ring-101-rust/Cargo.toml b/rings/ring-101-rust/Cargo.toml index 549ce6de7..22847db71 100644 --- a/rings/ring-101-rust/Cargo.toml +++ b/rings/ring-101-rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" license = "MIT" description = "Trinity ring-101 — Analog GF16 numeric kernel model (quantize / dequantize, noise injection). Wave 12 / Track C / spec-first scaffolding." -authors = ["Trinity Project "] +authors = ["Trinity Project "] repository = "https://github.com/gHashTag/t27" [lib] diff --git a/rings/ring-102-rust/Cargo.toml b/rings/ring-102-rust/Cargo.toml index 063434385..ce620f8b3 100644 --- a/rings/ring-102-rust/Cargo.toml +++ b/rings/ring-102-rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" license = "MIT" description = "Trinity ring-102 — Photonic MAC unit model (wavelength-multiplexed dot product, insertion loss). Wave 12 / Track C / spec-first scaffolding." -authors = ["Trinity Project "] +authors = ["Trinity Project "] repository = "https://github.com/gHashTag/t27" [lib] diff --git a/rings/ring-103-rust/Cargo.toml b/rings/ring-103-rust/Cargo.toml index c4ace8809..2549cabb2 100644 --- a/rings/ring-103-rust/Cargo.toml +++ b/rings/ring-103-rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" license = "MIT" description = "Trinity ring-103 — On-Chip Learning weight update (φ-tempered SGD step). Wave 12 / Track C / spec-first scaffolding." -authors = ["Trinity Project "] +authors = ["Trinity Project "] repository = "https://github.com/gHashTag/t27" [lib] diff --git a/rings/ring-104-rust/Cargo.toml b/rings/ring-104-rust/Cargo.toml index 89ae3c541..7b7430bd1 100644 --- a/rings/ring-104-rust/Cargo.toml +++ b/rings/ring-104-rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" license = "MIT" description = "Trinity ring-104 — Telemetry Bus (bounded, lossy ring buffer for chip-side counters). Wave 12 / Track C / spec-first scaffolding." -authors = ["Trinity Project "] +authors = ["Trinity Project "] repository = "https://github.com/gHashTag/t27" [lib]